Skip to content

Commit

Permalink
fabric-*: require Fabric Loader 0.12.12
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kosma committed Jan 4, 2022
1 parent 42e4512 commit c56d868
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions fabric-1.14.4/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use
minecraft_version=1.14.4
yarn_mappings=1.14.4+build.18
loader_version=0.10.1+build.209
loader_version=0.12.12
# Mod Properties
archives_base_name=Dynmap
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.28.5+1.14
fabric_version=0.28.5+1.14
2 changes: 1 addition & 1 deletion fabric-1.14.4/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"fabricloader": ">=0.7.4",
"fabricloader": ">=0.12.12",
"fabric": ">=0.17.0",
"minecraft": "1.14.4"
}
Expand Down
4 changes: 2 additions & 2 deletions fabric-1.15.2/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.17
loader_version=0.10.1+build.209
loader_version=0.12.12
# Mod Properties
archives_base_name=Dynmap
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version=0.23.0+build.328-1.15
fabric_version=0.23.0+build.328-1.15
2 changes: 1 addition & 1 deletion fabric-1.15.2/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"fabricloader": ">=0.7.4",
"fabricloader": ">=0.12.12",
"fabric": ">=0.17.0",
"minecraft": "1.15.2"
}
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.4/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use
minecraft_version=1.16.4
yarn_mappings=1.16.4+build.6
loader_version=0.10.6+build.214
loader_version=0.12.12
# Mod Properties
archives_base_name=Dynmap
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.16.4/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"fabricloader": ">=0.7.4",
"fabricloader": ">=0.12.12",
"fabric": ">=0.17.0",
"minecraft": "1.16.x"
}
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.17.1/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://fabricmc.net/use
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.1
loader_version=0.11.6
loader_version=0.12.12
# Mod Properties
archives_base_name=Dynmap
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.17.1/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"fabricloader": ">=0.7.4",
"fabricloader": ">=0.12.12",
"fabric": ">=0.17.0",
"minecraft": "1.17.1"
}
Expand Down
2 changes: 1 addition & 1 deletion fabric-1.18/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion fabric-1.18/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"fabricloader": ">=0.12.6",
"fabricloader": ">=0.12.12",
"fabric": ">=0.43.1",
"minecraft": "1.18.x"
}
Expand Down

0 comments on commit c56d868

Please sign in to comment.