repo for my hex addons :3
0
fork

Configure Feed

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

avant should be phlib actually

+4 -3
+1 -3
project/hexic/build.gradle.kts
··· 182 182 modRuntimeOnly("com.unascribed:lib39-core:[2.0.0,)!!2.0.27+1.20.1") 183 183 modRuntimeOnly("com.unascribed:lib39-avant:[2.0.0,3.0.0)!!2.0.27+1.20.1") 184 184 modRuntimeOnly("com.unascribed:lib39-phantom:[2.0.0,3.0.0)!!2.0.27+1.20.1") 185 - include("com.unascribed:lib39-core:[2.0.0,3.0.0)!!2.0.27+1.20.1") 186 - include("com.unascribed:lib39-avant:[2.0.0,3.0.0)!!2.0.27+1.20.1") 187 - include("com.unascribed:lib39-phantom:[2.0.0,3.0.0)!!2.0.27+1.20.1") 188 185 modLocalRuntime("gay.object.hexdebug:hexdebug-fabric:0.5.0+1.20.1-SNAPSHOT") 189 186 modLocalRuntime("maven.modrinth:hexcessible:0.2.0") 190 187 modLocalRuntime("maven.modrinth:complex-hex:0.1.3-beta") ··· 236 233 depends("jsonpatcher", "^1.0.0-beta.4+mc.1.20.1") 237 234 depends("hexpose", "^1.0.0") 238 235 depends("trinkets", "^3.7.2") 236 + depends("phlib", ">=0.1.2 <0.2.0") 239 237 conflicts("valkyrienskies", "*") // need to figure out how to create dimensions without causing a crash 240 238 241 239 entrypoint("org.eu.net.pool.hexic.main\$package::init")
+3
util/build.gradle.kts
··· 29 29 modImplementation("dev.onyxstudios.cardinal-components-api:cardinal-components-level:$cardinal_version") 30 30 modImplementation("dev.onyxstudios.cardinal-components-api:cardinal-components-world:$cardinal_version") 31 31 modRuntimeOnly("dev.onyxstudios.cardinal-components-api:cardinal-components-api:$cardinal_version") 32 + include("com.unascribed:lib39-core:[2.0.0,3.0.0)!!2.0.27+1.20.1") 33 + include("com.unascribed:lib39-avant:[2.0.0,3.0.0)!!2.0.27+1.20.1") 34 + include("com.unascribed:lib39-phantom:[2.0.0,3.0.0)!!2.0.27+1.20.1") 32 35 } 33 36 34 37 tasks.processResources {