first official 1.20.3 version

This commit is contained in:
Jottyfan 2023-12-05 22:30:47 +01:00
parent 7370c26b82
commit 21dc27d6f8
2 changed files with 7 additions and 7 deletions

View File

@ -4,17 +4,17 @@
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.3-pre2
yarn_mappings=1.20.3-pre2+build.5
loader_version=0.14.24
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
loader_version=0.15.0
# Mod Properties
mod_version = 1.20.3.4
mod_version = 1.20.3.5
maven_group = de.jottyfan.minecraft
archives_base_name = quickiefabric
# Dependencies
fabric_version=0.90.12+1.20.3
fabric_version=0.91.1+1.20.3
# for ExtendedLeavesBlock
terraform_wood_api_version=9.0.0-alpha.3

View File

@ -26,8 +26,8 @@
"quickiefabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.24",
"minecraft": "~1.20.2",
"fabricloader": ">=0.15.0",
"minecraft": "~1.20.3",
"java": ">=17",
"fabric-api": "*"
},