fabric-1.18: update to official 1.18 mappings & loader

This commit is contained in:
Kosma Moczek 2021-11-30 17:41:56 +01:00
parent e43844d6b8
commit 33a02d7724
2 changed files with 4 additions and 4 deletions

View File

@ -6,9 +6,9 @@ archives_base_name=Dynmap
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.18-rc1 minecraft_version=1.18
yarn_mappings=1.18-rc1+build.1 yarn_mappings=1.18+build.1
loader_version=0.12.5 loader_version=0.12.6
#Fabric api #Fabric api
fabric_version=0.43.1+1.18 fabric_version=0.43.1+1.18

View File

@ -26,7 +26,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.12.5", "fabricloader": ">=0.12.6",
"fabric": ">=0.43.1", "fabric": ">=0.43.1",
"minecraft": "1.18.x" "minecraft": "1.18.x"
} }