File tree Expand file tree Collapse file tree 6 files changed +18
-10
lines changed
Expand file tree Collapse file tree 6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030
3131 implementation(libs.bundles.ktor)
3232
33- modApi (libs.ioticblocks.common)
33+ modImplementation (libs.ioticblocks.common)
3434
35- modImplementation (libs.emi.xplat)
35+ modCompileOnly (libs.emi.xplat)
3636}
Original file line number Diff line number Diff line change @@ -96,11 +96,17 @@ dependencies {
9696
9797 modLocalRuntime(libs.devAuth.fabric)
9898
99- modApi (libs.ioticblocks.fabric)
99+ modImplementation (libs.ioticblocks.fabric)
100100
101- modImplementation(libs.emi.fabric)
101+ libs.emi.fabric.also {
102+ modCompileOnly(it)
103+ modLocalRuntime(it)
104+ }
102105
103- modImplementation(libs.hexical)
106+ libs.hexical.also {
107+ modCompileOnly(it)
108+ modLocalRuntime(it)
109+ }
104110 modLocalRuntime(libs.hexpose) { isTransitive = false }
105111 modLocalRuntime(libs.playerAnimator.fabric)
106112}
Original file line number Diff line number Diff line change 5656 "suggests" : {
5757 "emi" : " >=${versions.emi}" ,
5858 "modmenu" : " >=${versions.modMenu}" ,
59- "hexical" : " >=${versions.hexical_dependency }"
59+ "hexical" : " >=${versions.hexical }"
6060 }
6161}
Original file line number Diff line number Diff line change @@ -100,9 +100,12 @@ dependencies {
100100
101101 modLocalRuntime(libs.devAuth.forge)
102102
103- modApi (libs.ioticblocks.forge)
103+ modImplementation (libs.ioticblocks.forge)
104104
105- modImplementation(libs.emi.forge)
105+ libs.emi.forge.also {
106+ modCompileOnly(it)
107+ modLocalRuntime(it)
108+ }
106109}
107110
108111tasks {
Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ devAuth = "1.2.0"
4242inline = " 1.20.1-1.0.1"
4343ioticblocks = " 1.0.0+1.20.1"
4444emi = " 1.1.22+1.20.1"
45- hexical = " 2.0.0-e0d7ef9"
46- hexical-dependency = " 2.0.0"
45+ hexical = " 2.0.0"
4746hexpose = " 1.0.0"
4847playerAnimator = " 1.0.2-rc1+1.20"
4948
File renamed without changes.
You can’t perform that action at this time.
0 commit comments