Update loader, api & yarn
This commit is contained in:
parent
283fa1c518
commit
c8a61cfe2c
2 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.18.2
|
minecraft_version=1.18.2
|
||||||
yarn_mappings=1.18.2+build.1
|
yarn_mappings=1.18.2+build.3
|
||||||
loader_version=0.13.3
|
loader_version=0.14.6
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.0.0
|
mod_version = 1.0.0
|
||||||
|
@ -13,4 +13,4 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
archives_base_name = fabric-example-mod
|
archives_base_name = fabric-example-mod
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.47.8+1.18.2
|
fabric_version=0.53.0+1.18.2
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.13.3",
|
"fabricloader": ">=0.14.6",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "~1.18.2",
|
"minecraft": "~1.18.2",
|
||||||
"java": ">=17"
|
"java": ">=17"
|
||||||
|
|
Loading…
Reference in a new issue