File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
2222 mappings(libs.yarn)
2323 modImplementation(libs.bundles.fabric)
2424
25- implementation (project(" :Math" ))
26- implementation (project(" :Visual" ))
25+ api (project(" :Math" ))
26+ api (project(" :Visual" ))
2727}
2828
2929java {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
2222 mappings(libs.yarn)
2323 modImplementation(libs.bundles.fabric)
2424
25- implementation (project(" :Math" ))
26- implementation (libs.mixbox)
25+ api (project(" :Math" ))
26+ api (libs.mixbox)
2727}
2828
2929java {
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ dependencies {
2222 mappings(libs.yarn)
2323 modImplementation(libs.bundles.fabric)
2424
25- implementation (libs.mixbox)
26- implementation (libs.word.wrap)
27- implementation (libs.guava.mini)
25+ api (libs.mixbox)
26+ api (libs.word.wrap)
27+ api (libs.guava.mini)
2828
2929 include(libs.mixbox)
3030 include(libs.word.wrap)
Original file line number Diff line number Diff line change 11[versions ]
22maven-group = " net.krlite"
33archives-name = " equator"
4- mod = " 2.6.4-alpha.1 "
4+ mod = " 2.6.4-alpha.2 "
55
66archives-animation-name = " equator-animation"
77archives-math-name = " equator-math"
You can’t perform that action at this time.
0 commit comments