0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Update to and require Fabric Loader v0.12.12

This commit is contained in:
Alexander01998 2021-12-19 16:37:22 +01:00
parent 8ce699b2be
commit dbc25e9304
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx1G
# https://www.curseforge.com/minecraft/mc-mods/fabric-api # https://www.curseforge.com/minecraft/mc-mods/fabric-api
minecraft_version=1.18.1 minecraft_version=1.18.1
yarn_mappings=1.18.1+build.2 yarn_mappings=1.18.1+build.2
loader_version=0.12.11 loader_version=0.12.12
#Fabric api #Fabric api
fabric_version=0.44.0+1.18 fabric_version=0.44.0+1.18

View File

@ -27,7 +27,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.12.10", "fabricloader": ">=0.12.12",
"fabric": ">=0.42.4", "fabric": ">=0.42.4",
"minecraft": ">=1.18-beta.2", "minecraft": ">=1.18-beta.2",
"java": ">=17" "java": ">=17"