Update fabric loader

This commit is contained in:
Sollace 2021-11-14 01:17:33 +02:00
parent 0beaaa4603
commit 95378ea50e
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@ org.gradle.daemon=false
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.17 minecraft_version=1.17
yarn_mappings=1.17+build.5 yarn_mappings=1.17+build.5
loader_version=0.11.3 loader_version=0.12.0
fabric_version=0.34.9+1.17 fabric_version=0.34.9+1.17
# Mod Properties # Mod Properties

View file

@ -31,7 +31,8 @@
] ]
}, },
"depends": { "depends": {
"fabricloader": ">=0.4.0", "fabricloader": ">=0.12.0",
"java": ">=16",
"fabric-api-base": ">=0.1.0", "fabric-api-base": ">=0.1.0",
"fabric-events-lifecycle-v0": ">=0.1.0", "fabric-events-lifecycle-v0": ">=0.1.0",
"fabric-keybindings-v0": ">=0.1.0", "fabric-keybindings-v0": ">=0.1.0",