fabric-*: require Fabric Loader 0.12.12

This is the release that includes all current log4j mitigation.
Changes in fabric.mod.json ensure the mod will completely refuse to load
unless it's on a fully patched Fabric server.
This commit is contained in:
Kosma Moczek 2021-12-31 03:33:20 +01:00
parent 9a611cc5ad
commit 23238ee293
10 changed files with 12 additions and 12 deletions

View file

@ -8,7 +8,7 @@ archives_base_name=Dynmap
# check these on https://fabricmc.net/versions.html
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.6
loader_version=0.12.12
#Fabric api
fabric_version=0.43.1+1.18

View file

@ -26,7 +26,7 @@
],
"depends": {
"fabricloader": ">=0.12.6",
"fabricloader": ">=0.12.12",
"fabric": ">=0.43.1",
"minecraft": "1.18.x"
}