mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
1.19.4
This commit is contained in:
parent
7d882bf219
commit
b8ac354064
2 changed files with 3 additions and 3 deletions
|
@ -625,7 +625,7 @@ curseforge {
|
|||
id = "306612"
|
||||
changelog = ENV.CHANGELOG ?: "No changelog provided"
|
||||
releaseType = project.prerelease == "true" ? "beta" : "release"
|
||||
addGameVersion "1.19-Snapshot"
|
||||
addGameVersion "1.19.4"
|
||||
addGameVersion "Fabric"
|
||||
|
||||
mainArtifact(signingEnabled ? signRemapJar.output : remapJar) {
|
||||
|
|
|
@ -3,12 +3,12 @@ org.gradle.parallel=true
|
|||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
version=0.75.3
|
||||
minecraft_version=1.19.4-pre4
|
||||
minecraft_version=1.19.4
|
||||
yarn_version=+build.1
|
||||
loader_version=0.14.14
|
||||
installer_version=0.11.1
|
||||
|
||||
prerelease=true
|
||||
prerelease=false
|
||||
|
||||
# Do not manually update, use the bumpversions task:
|
||||
fabric-api-base-version=0.4.23
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue