1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +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": {
"fabricloader": ">=0.14.8",
"fabric": "*",
"minecraft": ">=1.19.1"
"minecraft": ">=1.19"
}
}