mirror of
https://github.com/GeyserMC/GeyserOptionalPack.git
synced 2025-12-30 04:09:23 +00:00
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
This commit is contained in:
23
ui/command_block_screen.json
Normal file
23
ui/command_block_screen.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"left_scroll_panel_content/content_stack_panel/offset2": {
|
||||
"ignored": true
|
||||
},
|
||||
"left_scroll_panel_content/content_stack_panel/offset_execute_on_first_tick": {
|
||||
"ignored": true
|
||||
},
|
||||
"left_scroll_panel_content/content_stack_panel/option_label_execute_on_first_tick": {
|
||||
"ignored": true
|
||||
},
|
||||
"left_scroll_panel_content/content_stack_panel/execute_on_first_tick_toggle": {
|
||||
"ignored": true
|
||||
},
|
||||
"left_scroll_panel_content/content_stack_panel/offset_tick_delay": {
|
||||
"ignored": true
|
||||
},
|
||||
"left_scroll_panel_content/content_stack_panel/option_label_tick_delay": {
|
||||
"ignored": true
|
||||
},
|
||||
"left_scroll_panel_content/content_stack_panel/tick_delay_text": {
|
||||
"ignored": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user