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 42e4512781
commit c56d868ba5
10 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.14.4 minecraft_version=1.14.4
yarn_mappings=1.14.4+build.18 yarn_mappings=1.14.4+build.18
loader_version=0.10.1+build.209 loader_version=0.12.12
# Mod Properties # Mod Properties
archives_base_name=Dynmap archives_base_name=Dynmap
# Dependencies # Dependencies

View File

@ -26,7 +26,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.12.12",
"fabric": ">=0.17.0", "fabric": ">=0.17.0",
"minecraft": "1.14.4" "minecraft": "1.14.4"
} }

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.15.2 minecraft_version=1.15.2
yarn_mappings=1.15.2+build.17 yarn_mappings=1.15.2+build.17
loader_version=0.10.1+build.209 loader_version=0.12.12
# Mod Properties # Mod Properties
archives_base_name=Dynmap archives_base_name=Dynmap
# Dependencies # Dependencies

View File

@ -26,7 +26,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.12.12",
"fabric": ">=0.17.0", "fabric": ">=0.17.0",
"minecraft": "1.15.2" "minecraft": "1.15.2"
} }

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.16.4 minecraft_version=1.16.4
yarn_mappings=1.16.4+build.6 yarn_mappings=1.16.4+build.6
loader_version=0.10.6+build.214 loader_version=0.12.12
# Mod Properties # Mod Properties
archives_base_name=Dynmap archives_base_name=Dynmap
# Dependencies # Dependencies

View File

@ -26,7 +26,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.12.12",
"fabric": ">=0.17.0", "fabric": ">=0.17.0",
"minecraft": "1.16.x" "minecraft": "1.16.x"
} }

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.17.1 minecraft_version=1.17.1
yarn_mappings=1.17.1+build.1 yarn_mappings=1.17.1+build.1
loader_version=0.11.6 loader_version=0.12.12
# Mod Properties # Mod Properties
archives_base_name=Dynmap archives_base_name=Dynmap
# Dependencies # Dependencies

View File

@ -26,7 +26,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.7.4", "fabricloader": ">=0.12.12",
"fabric": ">=0.17.0", "fabric": ">=0.17.0",
"minecraft": "1.17.1" "minecraft": "1.17.1"
} }

View File

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

View File

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