Updated fabric loader

This commit is contained in:
Frank 2021-12-09 22:29:39 +01:00
parent 32280dc499
commit 38992bbf93
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ loom_version=0.10-SNAPSHOT
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version= 1.18 minecraft_version= 1.18
loader_version= 0.12.8 loader_version= 0.12.9
fabric_version = 0.44.0+1.18 fabric_version = 0.44.0+1.18
# Mod Properties # Mod Properties

View file

@ -34,7 +34,7 @@
"bclib.mixins.client.json" "bclib.mixins.client.json"
], ],
"depends": { "depends": {
"fabricloader": ">=0.12.6", "fabricloader": ">=0.12.9",
"fabric": ">=0.43.0", "fabric": ">=0.43.0",
"minecraft": ">=1.18" "minecraft": ">=1.18"
}, },