Skip to content

Commit

Permalink
add slime chunk support (just a dep bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheong08 committed Mar 8, 2024
1 parent 14c0b1a commit b9c1ec1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ configurations {

dependencies {
// This will make it work on most platforms. It automatically chooses the right dependencies at runtime.
extraLibs('dev.duti.acheong:cubiomes:1.22.0') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.0:linux64') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.0:osx') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.0:windows64') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.1') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.1:linux64') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.1:osx') { transitive = false }
extraLibs('dev.duti.acheong:cubiomes:1.22.1:windows64') { transitive = false }
// To change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_version}:v2"
Expand Down

0 comments on commit b9c1ec1

Please sign in to comment.