1
0
mirror of https://github.com/GeyserMC/GeyserOptionalPack.git synced 2025-12-30 12:19:12 +00:00
Files
GeyserOptionalPack/ui/inventory_screen.json
chris 43ca366fb6 Feature: Client side UI changes to remove Bedrock-only fields (#48)
* Removes fields in UIs that do not exist on Java edition. specifically in the cartography table, command block, and the creative mode inventory.

* Optimized the scoreboard length fix to only modify what is actually needed. Thanks to Tye Pavitt for the input there

* Add a brief explanation of UI modifications to the developer_documentation
2024-01-31 09:23:00 +01:00

14 lines
277 B
JSON

{
"crafting_panel_2x2": {
"modifications": [
{
"array_name": "bindings",
"operation": "insert_front",
"value": {
"binding_name": "(not #is_creative_mode)",
"binding_name_override": "#visible"
}
}
]
}
}