fabric-1.19.1: update Minecraft/Fabric version

This commit is contained in:
Kosma Moczek 2022-07-30 00:29:52 +02:00
parent fb93e02c70
commit 8d51647470
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
minecraft_version=1.19 minecraft_version=1.19.1
yarn_mappings=1.19+build.1 yarn_mappings=1.19.1+build.4
loader_version=0.14.6 loader_version=0.14.8
fabric_version=0.55.2+1.19 fabric_version=0.58.5+1.19.1

View file

@ -26,8 +26,8 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.14.6", "fabricloader": ">=0.14.8",
"fabric": ">=0.55.2", "fabric": ">=0.58.5",
"minecraft": "1.19.x" "minecraft": ">=1.19.1"
} }
} }