1.19.4 stable

This commit is contained in:
modmuss50 2023-03-14 19:05:58 +00:00
parent 08502cd6bc
commit ab50a9fd95
4 changed files with 11 additions and 11 deletions

View file

@ -28,8 +28,8 @@
} }
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.15", "fabricloader": ">=0.14.17",
"fabric-api": ">=0.75.0", "fabric-api": ">=0.75.3",
"team_reborn_energy": ">=2.3.0", "team_reborn_energy": ">=2.3.0",
"fabric-biome-api-v1": ">=3.0.0", "fabric-biome-api-v1": ">=3.0.0",
"minecraft": ">=1.19.4- <1.19.5-" "minecraft": ">=1.19.4- <1.19.5-"

View file

@ -197,8 +197,8 @@ dependencies {
optionalClientDependency("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}", false) optionalClientDependency("me.shedaniel:RoughlyEnoughItems-fabric:${project.rei_version}", false)
// Use groovy for datagen/gametest, if you are copying this you prob dont want it. // Use groovy for datagen/gametest, if you are copying this you prob dont want it.
gametestImplementation 'org.apache.groovy:groovy:4.0.6' gametestImplementation 'org.apache.groovy:groovy:4.0.10'
datagenImplementation 'org.apache.groovy:groovy:4.0.6' datagenImplementation 'org.apache.groovy:groovy:4.0.10'
gametestImplementation ("com.google.truth:truth:1.1.3") { gametestImplementation ("com.google.truth:truth:1.1.3") {
exclude module: "guava" exclude module: "guava"

View file

@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G
fabric.loom.multiProjectOptimisation=true fabric.loom.multiProjectOptimisation=true
# Mod properties # Mod properties
mod_version=5.5.0 mod_version=5.6.0
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.19.4-pre1 minecraft_version=1.19.4
yarn_version=1.19.4-pre1+build.1 yarn_version=1.19.4+build.1
loader_version=0.14.15 loader_version=0.14.17
fapi_version=0.75.0+1.19.4 fapi_version=0.75.3+1.19.4
# Dependencies # Dependencies
energy_version=2.3.0 energy_version=2.3.0

View file

@ -30,8 +30,8 @@
] ]
}, },
"depends": { "depends": {
"fabricloader": ">=0.14.15", "fabricloader": ">=0.14.17",
"fabric-api": ">=0.75.0", "fabric-api": ">=0.75.3",
"reborncore": "*", "reborncore": "*",
"team_reborn_energy": ">=2.3.0", "team_reborn_energy": ">=2.3.0",
"fabric-biome-api-v1": ">=3.0.0", "fabric-biome-api-v1": ">=3.0.0",