Update to 1.18.2

This commit is contained in:
vladmarica 2022-05-14 18:29:34 -07:00
parent 63f1b3632e
commit 9bc1dcdc51
2 changed files with 6 additions and 8 deletions

View file

@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.18.1 minecraft_version=1.18.2
yarn_mappings=1.18.1+build.3 yarn_mappings=1.18.2+build.2
loader_version=0.12.11 loader_version=0.13.3
# Mod Properties # Mod Properties
mod_version = 1.1.1 mod_version = 1.1.1
@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.44.0+1.18 fabric_version=0.48.0+1.18.2

View file

@ -28,10 +28,8 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.12",
"minecraft": "1.18.x" "minecraft": "1.18.x"
}, },
"suggests": { "suggests": {}
"flamingo": "*"
}
} }