1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-21 15:59:32 +00:00

Allow any 1.19 version

This commit is contained in:
Camotoy
2022-08-18 19:33:08 -04:00
committed by GitHub
parent e960303352
commit 62bd2cc543

View File

@@ -25,6 +25,6 @@
"depends": { "depends": {
"fabricloader": ">=0.14.8", "fabricloader": ">=0.14.8",
"fabric": "*", "fabric": "*",
"minecraft": ">=1.19.1" "minecraft": ">=1.19"
} }
} }