repo for my hex addons :3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

what even is mod-tools

-6
-1
project/hexic/build.gradle.kts
··· 141 141 modDepends(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.0")!!)!!) 142 142 implementation(project(":util", "namedElements")) 143 143 modImplementation("io.github.tropheusj:serialization-hooks:0.4.99999") 144 - modImplementation("poollovernathan.fabric:mod-tools:1.1.5+1.20.1") 145 144 modImplementation("at.petra-k.hexcasting:hexcasting-fabric-$minecraft_version:0.11.3") 146 145 modImplementation("com.samsthenerd.inline:inline-fabric:$minecraft_version-1.0.1") 147 146 modDepends(include(implementation("com.github.Chocohead:Fabric-ASM:v2.3")!!)!!)
-1
project/hexxychests/build.gradle.kts
··· 34 34 put("discord", "https://discord.com/users/758407438251720795") 35 35 } 36 36 37 - depends("mod-tools", "^1.1.5+1.20.1") 38 37 depends("phlib", ">=0.2.0") 39 38 depends("hexcasting", ">=0.11.2") 40 39
-1
project/hexxytounge/build.gradle.kts
··· 37 37 put("discord", "https://discord.com/users/758407438251720795") 38 38 } 39 39 40 - depends("mod-tools", "^1.1.5+1.20.1") 41 40 depends("phlib", "0.1.1") 42 41 depends("hexcasting", ">=0.11.2") 43 42 depends("moreiotas", ">=0.1.1")
-1
project/iotaworks/build.gradle.kts
··· 35 35 put("discord", "https://discord.com/users/758407438251720795") 36 36 } 37 37 38 - depends("mod-tools", "^1.1.5+1.20.1") 39 38 depends("phlib", "0.1.1") 40 39 depends("hexcasting", ">=0.11.2") 41 40 depends("hexcellular", "^1.0.4")
-2
util/build.gradle.kts
··· 16 16 modImplementation("net.fabricmc.fabric-api:fabric-api:${project.property("fabric_version")}") 17 17 api("org.scala-lang:scala3-library_3:3.7.1") 18 18 api("org.scala-lang:scala-library:2.13.6") 19 - modApi("poollovernathan.fabric:mod-tools:1.1.5+1.20.1") 20 19 modApi("vazkii.patchouli:Patchouli:$minecraft_version-84-FABRIC") 21 20 modImplementation("at.petra-k.hexcasting:hexcasting-fabric-$minecraft_version:0.11.3") 22 21 modImplementation("at.petra-k.paucal:paucal-fabric-$minecraft_version:0.6.0-pre-118") ··· 44 43 put("discord", "https://discord.com/users/758407438251720795") 45 44 } 46 45 47 - depends("mod-tools", "^1.1.5+1.20.1") 48 46 depends("hexcasting", ">=0.11.2") 49 47 breaks("hexic", "<2.0.0") 50 48