1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2026-01-06 15:42:03 +00:00

fix injection failure issue (#87)

This commit is contained in:
onebeastchris
2023-03-15 18:58:45 +01:00
committed by GitHub
parent 8b99d9ebd6
commit 661c1720d2
2 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,6 @@
"depends": {
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": ">=1.19.3"
"minecraft": ">=1.19.4"
}
}
}