Release version 1.19-3.2.2

This commit is contained in:
Marcel Konrad
2022-07-12 21:24:18 +02:00
parent 90da558792
commit 6e2328c980

View File

@@ -1,8 +1,8 @@
{ {
"homepage": "https://minecraft.curseforge.com/projects/world-handler-command-gui", "homepage": "https://minecraft.curseforge.com/projects/world-handler-command-gui",
"promos": { "promos": {
"1.19-latest": "3.2.1", "1.19-latest": "3.2.2",
"1.19-recommended": "3.2.1", "1.19-recommended": "3.2.2",
"1.18.2-latest": "3.1.2", "1.18.2-latest": "3.1.2",
"1.18.2-recommended": "3.1.2", "1.18.2-recommended": "3.1.2",
"1.18.1-latest": "3.0.1", "1.18.1-latest": "3.0.1",
@@ -75,6 +75,7 @@
"1.5-recommended": "1.0" "1.5-recommended": "1.0"
}, },
"1.19": { "1.19": {
"3.2.2": "- Fixed compatibility with Forge 41.0.94",
"3.2.1": "- Fixed compatibility with Forge 41.0.64\n- Removed config option to disable pos shortcuts, instead they are now set to unbound by default", "3.2.1": "- Fixed compatibility with Forge 41.0.64\n- Removed config option to disable pos shortcuts, instead they are now set to unbound by default",
"3.2": "- Added '/worldhandler allow_commands' to enable commands in a singleplayer world\n- Improved error messages for 'Permission Query'\n- Fixed command suggestions for '/wh' and '/worldhandler' on servers", "3.2": "- Added '/worldhandler allow_commands' to enable commands in a singleplayer world\n- Improved error messages for 'Permission Query'\n- Fixed command suggestions for '/wh' and '/worldhandler' on servers",
"3.1.3": "- Fixed air not being a valid block input\n- Fixed invalid entity input falling back to registry default", "3.1.3": "- Fixed air not being a valid block input\n- Fixed invalid entity input falling back to registry default",