mirror of
https://github.com/FabricMC/fabric.git
synced 2025-07-28 15:09:35 -04:00
Update minimum loader version to 0.12.12 and build against 1.18.1.
This is done to help promote people to use a loader version that has full mitigations against the log4j exploits.
This commit is contained in:
parent
17be577f67
commit
c2214d9892
4 changed files with 6 additions and 6 deletions
|
@ -338,7 +338,7 @@ curseforge {
|
|||
id = "306612"
|
||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||
releaseType = project.prerelease == "true" ? "beta" : "release"
|
||||
addGameVersion "1.18"
|
||||
addGameVersion "1.18.1"
|
||||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact(remapJar) {
|
||||
|
|
|
@ -45,7 +45,7 @@ loom {
|
|||
}
|
||||
}
|
||||
|
||||
assemble.dependsOn runDatagen
|
||||
test.dependsOn runDatagen
|
||||
|
||||
import org.objectweb.asm.ClassReader
|
||||
import org.objectweb.asm.Opcodes
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
org.gradle.jvmargs=-Xmx2560M
|
||||
|
||||
version=0.44.0
|
||||
minecraft_version=1.18
|
||||
yarn_version=+build.1
|
||||
loader_version=0.12.5
|
||||
minecraft_version=1.18.1
|
||||
yarn_version=+build.7
|
||||
loader_version=0.12.12
|
||||
|
||||
prerelease=false
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"FabricMC"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.12.0",
|
||||
"fabricloader": ">=0.12.12",
|
||||
"java": ">=17",
|
||||
"minecraft": "~1.18-alpha.21.37.a"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue