mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-11 22:45:38 -04:00
1.20.6-rc1
This commit is contained in:
parent
d18c2535c2
commit
a91819b2e0
2 changed files with 4 additions and 4 deletions
|
@ -3,13 +3,13 @@ org.gradle.parallel=true
|
|||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
version=0.97.6
|
||||
minecraft_version=1.20.5
|
||||
minecraft_version=1.20.6-rc1
|
||||
yarn_version=+build.1
|
||||
loader_version=0.15.6
|
||||
installer_version=1.0.1
|
||||
|
||||
prerelease=false
|
||||
curseforge_minecraft_version=1.20.5
|
||||
prerelease=true
|
||||
curseforge_minecraft_version=1.20.5-Snapshot
|
||||
|
||||
# Do not manually update, use the bumpversions task:
|
||||
fabric-api-base-version=0.4.40
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.15.6",
|
||||
"java": ">=21",
|
||||
"minecraft": ">=1.20.5- <1.20.6-"
|
||||
"minecraft": ">=1.20.5- <1.20.7-"
|
||||
},
|
||||
"description": "Core API module providing key hooks and intercompatibility features."
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue