{
  "namespace": "encyclopedia",

  "encyclopedia_screen@how_to_play_common.screen_base": {
    "$selector_stack_panel": "encyclopedia.encyclopedia_selector_stack_panel",
    "$section_content_panels": "encyclopedia.encyclopedia_section_content_panels",
    "$header_safezone_control": "common_store.store_top_bar_filler",
    "$header_bar_control": "common_store.store_top_bar",
    "$is_full_screen_layout": true,
    "$fill_alpha": 1.0
  },

  "encyclopedia_selector_stack_panel": {
    "type": "stack_panel",
    "anchor_from": "top_left",
    "anchor_to": "top_left",
    "orientation": "vertical",
    "$default_selector_toggle_index": 2,
    "controls": [
      {
        "how_to_play_selector_pane": {
          "type": "stack_panel",
          "controls": [
            // Place in display order
            // Make sure the $toggle_group_forced_index values match the respective enum values in EncyclopediaScreenController.h
            { "overworld_category@how_to_play_common.topic_category": { "$category": "overworld" } },
            { "armor_button@encyclopedia.armor_button": { "$toggle_group_forced_index": 0 } },
            { "armor_stand_button@encyclopedia.armor_stand_button": { "$toggle_group_forced_index": 1 } },
            { "banners_button@encyclopedia.banners_button": { "$toggle_group_forced_index": 2 } },
            { "beacons_button@encyclopedia.beacons_button": { "$toggle_group_forced_index": 3 } },
            { "beds_button@encyclopedia.beds_button": { "$toggle_group_forced_index": 4 } },
            { "blocks_button@encyclopedia.blocks_button": { "$toggle_group_forced_index": 5 } },
            { "book_and_quill_button@encyclopedia.book_and_quill_button": { "$toggle_group_forced_index": 6 } },
            { "chests_button@encyclopedia.chests_button": { "$toggle_group_forced_index": 7 } },
            { "conduits_button@encyclopedia.conduits_button": { "$toggle_group_forced_index": 8 } },
            { "dyes_button@encyclopedia.dyes_button": { "$toggle_group_forced_index": 9 } },
            { "farming_button@encyclopedia.farming_button": { "$toggle_group_forced_index": 10 } },
            { "fireworks_button@encyclopedia.fireworks_button": { "$toggle_group_forced_index": 11 } },
            { "fishing_button@encyclopedia.fishing_button": { "$toggle_group_forced_index": 12 } },
            { "jigsaw_blocks_button@encyclopedia.jigsaw_blocks_button": { "$toggle_group_forced_index": 13 } },
            { "mounts_button@encyclopedia.mounts_button": { "$toggle_group_forced_index": 14 } },
            { "navigation_button@encyclopedia.navigation_button": { "$toggle_group_forced_index": 15 } },
            { "nether_portals_button@encyclopedia.nether_portals_button": { "$toggle_group_forced_index": 16 } },
            { "pets_button@encyclopedia.pets_button": { "$toggle_group_forced_index": 17 } },
            { "raids_button@encyclopedia.raids_button": { "$toggle_group_forced_index": 18 } },
            { "ranching_button@encyclopedia.ranching_button": { "$toggle_group_forced_index": 19 } },
            { "scaffolding_button@encyclopedia.scaffolding_button": { "$toggle_group_forced_index": 20 } },
            { "structure_blocks_button@encyclopedia.structure_blocks_button": { "$toggle_group_forced_index": 21 } },
            { "tools_button@encyclopedia.tools_button": { "$toggle_group_forced_index": 22 } },
            { "transportation_button@encyclopedia.transportation_button": { "$toggle_group_forced_index": 23 } },
            { "trading_button@encyclopedia.trading_button": { "$toggle_group_forced_index": 24 } },
            { "weapons_button@encyclopedia.weapons_button": { "$toggle_group_forced_index": 25 } },

            { "stands_and_tables_category@how_to_play_common.topic_category": { "$category": "standsAndTables" } },
            { "anvil_button@encyclopedia.anvil_button": { "$toggle_group_forced_index": 26 } },
            { "brewing_stand_button@encyclopedia.brewing_stand_button": { "$toggle_group_forced_index": 27 } },
            { "cauldron_button@encyclopedia.cauldron_button": { "$toggle_group_forced_index": 28 } },
            { "crafting_table_button@encyclopedia.crafting_table_button": { "$toggle_group_forced_index": 29 } },
            { "enchanting_table_button@encyclopedia.enchanting_table_button": { "$toggle_group_forced_index": 30 } },
            { "furnace_button@encyclopedia.furnace_button": { "$toggle_group_forced_index": 31 } },
            { "loom_button@encyclopedia.loom_button": { "$toggle_group_forced_index": 32 } },
            { "smithing_table_button@encyclopedia.smithing_table_button": { "$toggle_group_forced_index": 33 } },

            { "redstone_engineering_category@how_to_play_common.topic_category": { "$category": "redstoneEngineering" } },
            { "droppers_button@encyclopedia.droppers_button": { "$toggle_group_forced_index": 34 } },
            { "dispensers_button@encyclopedia.dispensers_button": { "$toggle_group_forced_index": 35 } },
            { "hoppers_button@encyclopedia.hoppers_button": { "$toggle_group_forced_index": 36 } },
            { "jukebox_button@encyclopedia.jukebox_button": { "$toggle_group_forced_index": 37 } },
            { "redstone_button@encyclopedia.redstone_button": { "$toggle_group_forced_index": 38 } },

            { "the_end_dimension_category@how_to_play_common.topic_category": { "$category": "theEndDimension" } },
            { "the_end_button@encyclopedia.the_end_button": { "$toggle_group_forced_index": 39 } },
            { "eye_of_ender_button@encyclopedia.eye_of_ender_button": { "$toggle_group_forced_index": 40 } },
            { "end_cities_button@encyclopedia.end_cities_button": { "$toggle_group_forced_index": 41 } },
            { "elytra_button@encyclopedia.elytra_button": { "$toggle_group_forced_index": 42 } },
            { "shulker_boxes_button@encyclopedia.shulker_boxes_button": { "$toggle_group_forced_index": 43 } },

            { "options_and_cheats_category@how_to_play_common.topic_category": { "$category": "optionsAndCheats" } },
            { "game_settings_button@encyclopedia.game_settings_button": { "$toggle_group_forced_index": 44 } },
            { "difficulty_button@encyclopedia.difficulty_button": { "$toggle_group_forced_index": 45 } },
            { "adventure_mode_button@encyclopedia.adventure_mode_button": { "$toggle_group_forced_index": 46 } },
            { "creative_mode_button@encyclopedia.creative_mode_button": { "$toggle_group_forced_index": 47 } },
            { "commands_button@encyclopedia.commands_button": { "$toggle_group_forced_index": 48 } },
            { "host_and_player_options_button@encyclopedia.host_and_player_options_button": { "$toggle_group_forced_index": 49 } },
            { "command_blocks_button@encyclopedia.command_blocks_button": { "$toggle_group_forced_index": 50 } },

            {
              "realms_category@how_to_play_common.topic_category": {
                "$category": "realms",
                "ignored": "$education_edition"
              }
            },
            {
              "realms_stories_button@encyclopedia.realms_stories_button": {
                "$toggle_group_forced_index": 51,
                "ignored": "$education_edition"
              }
            },

            {
              "marketplace_category@how_to_play_common.topic_category": {
                "$category": "marketplace",
                "ignored": "$education_edition"
              }
            },
            {
              "minecoins_button@encyclopedia.minecoins_button": {
                "$toggle_group_forced_index": 52,
                "ignored": "$education_edition"
              }
            },
            {
              "addons_button@encyclopedia.addons_button": {
                "$toggle_group_forced_index": 53,
                "ignored": "$education_edition"
              }
            },
            {
              "worlds_button@encyclopedia.worlds_button": {
                "$toggle_group_forced_index": 54,
                "ignored": "$education_edition"
              }
            },
            {
              "textures_button@encyclopedia.textures_button": {
                "$toggle_group_forced_index": 55,
                "ignored": "$education_edition"
              }
            },
            {
              "skins_button@encyclopedia.skins_button": {
                "$toggle_group_forced_index": 56,
                "ignored": "$education_edition"
              }
            },
            {
              "mashups_button@encyclopedia.mashups_button": {
                "$toggle_group_forced_index": 57,
                "ignored": "$education_edition"
              }
            }
          ]
        }
      }
    ]
  },

  "encyclopedia_section_content_panels": {
    "type": "stack_panel",
    "anchor_from": "top_left",
    "anchor_to": "top_left",
    "size": [ "100% - 5px", "100%c + 5px" ],
    "offset": [ 2, 0 ],
    "controls": [
      {
        "general_tips_sections": {
          "type": "stack_panel",
          "controls": [
            {
              "section_contents_header@how_to_play_common.section_contents_header": {}
            },
            // Placed in display order
            { "armor_section@encyclopedia.armor_section": {} },
            { "armor_stand_section@encyclopedia.armor_stand_section": {} },
            { "banners_section@encyclopedia.banners_section": {} },
            { "beacons_section@encyclopedia.beacons_section": {} },
            { "beds_section@encyclopedia.beds_section": {} },
            { "blocks_section@encyclopedia.blocks_section": {} },
            { "book_and_quill_section@encyclopedia.book_and_quill_section": {} },
            { "chests_section@encyclopedia.chests_section": {} },
            { "conduits_section@encyclopedia.conduits_section": {} },
            { "dyes_section@encyclopedia.dyes_section": {} },
            { "farming_section@encyclopedia.farming_section": {} },
            { "fireworks_section@encyclopedia.fireworks_section": {} },
            { "fishing_section@encyclopedia.fishing_section": {} },
            { "jigsaw@encyclopedia.jigsaw_blocks_section": {} },
            { "mounts_section@encyclopedia.mounts_section": {} },
            { "navigation_section@encyclopedia.navigation_section": {} },
            { "nether_portals_section@encyclopedia.nether_portals_section": {} },
            { "pets_section@encyclopedia.pets_section": {} },
            { "raids_section@encyclopedia.raids_section": {} },
            { "ranching_section@encyclopedia.ranching_section": {} },
            { "scaffolding_section@encyclopedia.scaffolding_section": {} },
            { "structure_blocks_section@encyclopedia.structure_blocks_section": {} },
            { "tools_section@encyclopedia.tools_section": {} },
            { "transportation_section@encyclopedia.transportation_section": {} },
            { "trading_section@encyclopedia.trading_section": {} },
            { "weapons_section@encyclopedia.weapons_section": {} },

            { "anvil_section@encyclopedia.anvil_section": {} },
            { "brewing_stand_section@encyclopedia.brewing_stand_section": {} },
            { "cauldron_section@encyclopedia.cauldron_section": {} },
            { "crafting_table_section@encyclopedia.crafting_table_section": {} },
            { "enchanting_table_section@encyclopedia.enchanting_table_section": {} },
            { "furnace_section@encyclopedia.furnace_section": {} },
            { "loom_section@encyclopedia.loom_section": {} },
            { "smithing_table_section@encyclopedia.smithing_table_section": {} },

            { "droppers_section@encyclopedia.droppers_section": {} },
            { "dispensers_section@encyclopedia.dispensers_section": {} },
            { "hoppers_section@encyclopedia.hoppers_section": {} },
            { "jukebox_section@encyclopedia.jukebox_section": {} },
            { "redstone_section@encyclopedia.redstone_section": {} },

            { "the_end_section@encyclopedia.the_end_section": {} },
            { "eye_of_ender_section@encyclopedia.eye_of_ender_section": {} },
            { "end_cities_section@encyclopedia.end_cities_section": {} },
            { "elytra_section@encyclopedia.elytra_section": {} },
            { "shulker_boxes_section@encyclopedia.shulker_boxes_section": {} },

            { "game_settings_section@encyclopedia.game_settings_section": {} },
            { "difficulty_section@encyclopedia.difficulty_section": {} },
            { "adventure_mode_section@encyclopedia.adventure_mode_section": {} },
            { "creative_mode_section@encyclopedia.creative_mode_section": {} },
            { "commands_section@encyclopedia.commands_section": {} },
            { "host_and_player_options_section@encyclopedia.host_and_player_options_section": {} },
            { "command_blocks_section@encyclopedia.command_blocks_section": {} },

            { "realms_stories_section@encyclopedia.realms_stories_section": { "ignored": "$education_edition" } },

            { "minecoins_section@encyclopedia.minecoins_section": { "ignored": "$education_edition" } },
            { "addons_section@encyclopedia.addons_section": { "ignored": "$education_edition" } },
            { "worlds_section@encyclopedia.worlds_section": { "ignored": "$education_edition" } },
            { "textures_section@encyclopedia.textures_section": { "ignored": "$education_edition" } },
            { "skins_section@encyclopedia.skins_section": { "ignored": "$education_edition" } },
            { "mashups_section@encyclopedia.mashups_section": { "ignored": "$education_edition" } },

            {
              "section_contents_footer@how_to_play_common.section_contents_footer": {}
            }
          ]
        }
      }
    ]
  },

  "adventure_mode_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "adventureMode"
  },

  "adventure_mode_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "adventureMode_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.adventureMode.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.adventureMode.text.2"
        }
      }
    ]
  },

  "anvil_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "anvil"
  },

  "anvil_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "anvil_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.anvil.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.anvil.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.anvil.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.anvil.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.anvil.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.anvil.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.anvil.text.5"
        }
      }
    ]
  },

  "armor_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "armor"
  },

  "armor_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "armor_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph_with_icons": {
          "$text": "howtoplay.armor.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.armor.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.armor.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.armor.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.armor.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.armor.header.2"
        }
      },
      {
        "paragraph_5_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.armor.text.5.keyboard"
        }
      },
      {
        "paragraph_5_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.armor.text.5.gamepad"
        }
      },
      {
        "paragraph_5a_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.armor.text.5a.touch"
        }
      },
      { "padding_5a_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_5b_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.armor.text.5b.touch"
        }
      },
      { "padding_5b_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_5c_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.armor.text.5c.touch"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph_with_icons": {
          "$text": "howtoplay.armor.text.6",
          "bindings": [
            {
              "binding_name": "('#pre_process_' + $text)"
            },
            {
              "binding_name": "(not #touch_being_used)",
              "binding_name_override": "#visible"
            }
          ]
        }
      },
      {
        "padding_6@how_to_play_common.padding": {
          "bindings": [
            {
              "binding_name": "(not #touch_being_used)",
              "binding_name_override": "#visible"
            }
          ]
        }
      },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.armor.header.3"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph_with_icons": {
          "$text": "howtoplay.armor.text.7"
        }
      }
    ]
  },

  "armor_stand_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "armorStand"
  },

  "armor_stand_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "armorStand_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.armorStand.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.armorStand.header.1"
        }
      },
      {
        "paragraph_2_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.armorStand.text.2.notTouch"
        }
      },
      {
        "paragraph_2_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.armorStand.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.armorStand.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.armorStand.text.3.notTouch"
        }
      },
      {
        "paragraph_3_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.armorStand.text.3.notTouch"
        }
      },
      {
        "paragraph_3_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.armorStand.text.3.touch"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.armorStand.header.2"
        }
      },
      {
        "paragraph_4_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.armorStand.text.4.notTouch"
        }
      },
      {
        "paragraph_4_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.armorStand.text.4.notTouch"
        }
      },
      {
        "paragraph_4_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.armorStand.text.4.touch"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.armorStand.header.3"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.armorStand.text.5"
        }
      }
    ]
  },

  "banners_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "banners"
  },

  "banners_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "banners_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.banners.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.banners.header.2"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.banners.header.3"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.banners.text.9"
        }
      }
    ]
  },

  "beacons_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "beacons"
  },

  "beacons_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "beacons_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.beacons.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.beacons.header.2"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.beacons.text.8"
        }
      }
    ]
  },

  "conduits_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "conduits"
  },

  "conduits_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "conduits_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.conduits.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.conduits.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.conduits.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.conduits.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.conduits.text.4"
        }
      }
    ]
  },

  "beds_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "beds"
  },

  "beds_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "beds_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.beds.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.beds.text.2.notTouch"
        }
      },
      {
        "paragraph_2_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.beds.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.beds.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.beds.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.beds.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.beds.text.5"
        }
      }
    ]
  },

  "blocks_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "blocks"
  },

  "blocks_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "blocks_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.blocks.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.blocks.header.2"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.blocks.text.9"
        }
      }
    ]
  },

  "book_and_quill_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "bookAndQuill"
  },

  "book_and_quill_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "bookAndQuill_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.bookAndQuill.text.1"
        }
      }
    ]
  },

  "brewing_stand_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "brewingStand"
  },

  "brewing_stand_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "brewingStand_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.brewingStand.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.brewingStand.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.brewingStand.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.brewingStand.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.brewingStand.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.brewingStand.text.4"
        }
      }
    ]
  },

  "cauldron_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "cauldron"
  },

  "cauldron_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "cauldron_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.cauldron.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.cauldron.header.1"
        }
      },
      {
        "paragraph_2_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.cauldron.text.2.notTouch"
        }
      },
      {
        "paragraph_2_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.cauldron.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.cauldron.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.cauldron.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.cauldron.header.2"
        }
      },
      {
        "paragraph_4_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.cauldron.text.4.notTouch"
        }
      },
      {
        "paragraph_4_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.cauldron.text.4.notTouch"
        }
      },
      {
        "paragraph_4_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.cauldron.text.4.touch"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.cauldron.header.3"
        }
      },
      {
        "paragraph_5_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.cauldron.text.5.notTouch"
        }
      },
      {
        "paragraph_5_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.cauldron.text.5.notTouch"
        }
      },
      {
        "paragraph_5_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.cauldron.text.5.touch"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.cauldron.text.6"
        }
      }
    ]
  },

  "chests_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "chests"
  },

  "chests_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "chests_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.chests.text.1.notTouch"
        }
      },
      {
        "paragraph_1_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.chests.text.1.notTouch"
        }
      },
      {
        "paragraph_1_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.chests.text.1.touch"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.chests.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.chests.text.3"
        }
      }
    ]
  },

  "command_blocks_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "commandBlocks"
  },

  "command_blocks_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "commandBlocks_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.5"
        }
      },
      {
        "paragraph_5_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.5.1"
        }
      },
      {
        "paragraph_5_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.5.2"
        }
      },
      {
        "paragraph_5_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.5.3"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.6"
        }
      },
      {
        "paragraph_6_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.6.1"
        }
      },
      {
        "paragraph_6_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.6.2"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.7"
        }
      },
      {
        "paragraph_7_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.7.1"
        }
      },
      {
        "paragraph_7_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.7.2"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.commandBlocks.text.8"
        }
      }
    ]
  },

  "commands_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "commands"
  },

  "commands_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "commands_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.commands.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.commands.text.2"
        }
      }
    ]
  },

  "crafting_table_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "craftingTable"
  },

  "crafting_table_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "craftingTable_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.craftingTable.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.craftingTable.text.2.notTouch"
        }
      },
      {
        "paragraph_2_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.craftingTable.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.craftingTable.text.2.touch"
        }
      }
    ]
  },

  "creative_mode_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "creativeMode"
  },

  "creative_mode_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "creativeMode_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.creativeMode.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.creativeMode.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.creativeMode.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.creativeMode.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.creativeMode.header.2"
        }
      },
      {
        "paragraph_4_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.creativeMode.text.4.keyboard"
        }
      },
      {
        "paragraph_4_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.creativeMode.text.4.gamepad"
        }
      },
      {
        "paragraph_4a_touch_joystick_tap@how_to_play_common.paragraph_touch_joystick_tap": {
          "$text": "howtoplay.creativeMode.text.4a.touch.joystick_tap_and_crosshair"
        }
      },
      {
        "paragraph_4a_touch_classic_dpad@how_to_play_common.paragraph_touch_classic_dpad": {
          "$text": "howtoplay.creativeMode.text.4a.touch.classic_dpad"
        }
      },
      {
        "paragraph_4a_touch_joystick_crosshair@how_to_play_common.paragraph_touch_joystick_crosshair": {
          "$text": "howtoplay.creativeMode.text.4a.touch.joystick_tap_and_crosshair"
        }
      },
      { "padding_4a_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_4b_touch_joystick_tap@how_to_play_common.paragraph_touch_joystick_tap": {
          "$text": "howtoplay.creativeMode.text.4b.touch.joystick_tap_and_crosshair"
        }
      },
      {
        "paragraph_4b_touch_classic_dpad@how_to_play_common.paragraph_touch_classic_dpad": {
          "$text": "howtoplay.creativeMode.text.4b.touch.classic_dpad"
        }
      },
      {
        "paragraph_4b_touch_joystick_crosshair@how_to_play_common.paragraph_touch_joystick_crosshair": {
          "$text": "howtoplay.creativeMode.text.4b.touch.joystick_tap_and_crosshair"
        }
      }
    ]
  },

  "difficulty_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "difficulty"
  },

  "difficulty_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "difficulty_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.difficulty.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.difficulty.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.difficulty.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.difficulty.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.difficulty.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.difficulty.header.3"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.difficulty.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_4@how_to_play_common.header": {
          "$text": "howtoplay.difficulty.header.4"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.difficulty.text.5"
        }
      }
    ]
  },

  "dispensers_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "dispensers"
  },

  "dispensers_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "dispensers_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.dispensers.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.dispensers.text.2.notTouch"
        }
      },
      {
        "paragraph_2_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.dispensers.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.dispensers.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.dispensers.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.dispensers.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.dispensers.text.4"
        }
      }
    ]
  },

  "droppers_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "droppers"
  },

  "droppers_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "droppers_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.droppers.text.1.notTouch"
        }
      },
      {
        "paragraph_1_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.droppers.text.1.notTouch"
        }
      },
      {
        "paragraph_1_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.droppers.text.1.touch"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.droppers.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.droppers.text.2"
        }
      }
    ]
  },

  "dyes_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "dyes"
  },

  "dyes_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "dyes_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.dyes.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.dyes.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.dyes.text.4"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.dyes.text.3"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.dyes.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.dyes.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.dyes.text.7"
        }
      }
    ]
  },

  "elytra_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "elytra"
  },

  "elytra_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "elytra_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.elytra.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.elytra.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.elytra.header.1"
        }
      },
      {
        "paragraph_3_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.elytra.text.3.notTouch"
        }
      },
      {
        "paragraph_3_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.elytra.text.3.notTouch"
        }
      },
      {
        "paragraph_3_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.elytra.text.3.touch"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.elytra.text.4"
        }
      },
      {
        "paragraph_4_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.elytra.text.4.touch"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.elytra.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.elytra.header.2"
        }
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.elytra.text.6"
        }
      }
    ]
  },

  "enchanting_table_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "enchantingTable"
  },

  "enchanting_table_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "enchantingTable_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.enchantingTable.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.enchantingTable.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.enchantingTable.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.enchantingTable.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.enchantingTable.header.2"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.enchantingTable.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.enchantingTable.header.3"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.enchantingTable.text.5"
        }
      }
    ]
  },

  "end_cities_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "endCities"
  },

  "end_cities_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "endCities_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.endCities.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.endCities.text.2"
        }
      }
    ]
  },

  "eye_of_ender_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "eyeOfEnder"
  },

  "eye_of_ender_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "eyeOfEnder_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.eyeOfEnder.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.eyeOfEnder.text.2"
        }
      }
    ]
  },

  "farming_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "farming"
  },

  "farming_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "farming_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.farming.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.farming.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.farming.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.farming.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.farming.header.2"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.farming.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.farming.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.farming.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.farming.text.7"
        }
      }
    ]
  },

  "fireworks_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "fireworks"
  },

  "fireworks_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "fireworks_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.fireworks.header.1"
        }
      },
      {
        "paragraph_3_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.fireworks.text.3.notTouch"
        }
      },
      {
        "paragraph_3_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.fireworks.text.3.notTouch"
        }
      },
      {
        "paragraph_3_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.fireworks.text.3.touch"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.fireworks.header.2"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.6"
        }
      },
      { "padding_5a@how_to_play_common.padding": {} },
      {
        "paragraph_6_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.6.1"
        }
      },
      { "padding_5b@how_to_play_common.padding": {} },
      {
        "paragraph_6_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.6.2"
        }
      },
      { "padding_5c@how_to_play_common.padding": {} },
      {
        "paragraph_6_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.6.3"
        }
      },
      { "padding_5d@how_to_play_common.padding": {} },
      {
        "paragraph_6_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.6.4"
        }
      },
      { "padding_5e@how_to_play_common.padding": {} },
      {
        "paragraph_6_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.6.5"
        }
      },
      { "padding_5f@how_to_play_common.padding": {} },
      {
        "paragraph_6_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.6.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.fireworks.header.3"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.fireworks.text.7"
        }
      }
    ]
  },

  "jigsaw_blocks_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "jigsawBlocks"
  },

  "jigsaw_blocks_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "jigsawBlocks_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.jigsawBlocks.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.jigsawBlocks.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.jigsawBlocks.text.9"
        }
      }
    ]
  },

  "fishing_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "fishing"
  },

  "fishing_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "fishing_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.fishing.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.fishing.header.1"
        }
      },
      {
        "paragraph_2_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.fishing.text.2.notTouch"
        }
      },
      {
        "paragraph_2_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.fishing.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.fishing.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.fishing.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.fishing.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.fishing.text.4.notTouch"
        }
      },
      {
        "paragraph_4_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.fishing.text.4.notTouch"
        }
      },
      {
        "paragraph_4_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.fishing.text.4.touch"
        }
      }
    ]
  },

  "furnace_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "furnace"
  },

  "furnace_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "furnace_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.furnace.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.furnace.text.2.notTouch"
        }
      },
      {
        "paragraph_2_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.furnace.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.furnace.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.furnace.text.3"
        }
      }
    ]
  },

  "game_settings_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "gameSettings"
  },

  "game_settings_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "gameSettings_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.gameSettings.header.1"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.7"
        }
      },
      {
        "paragraph_7_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.7.1"
        }
      },
      {
        "paragraph_7_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.7.2"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.gameSettings.header.2"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.9"
        }
      },
      { "padding_9@how_to_play_common.padding": {} },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.10"
        }
      },
      { "padding_10@how_to_play_common.padding": {} },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.11"
        }
      },
      { "padding_11@how_to_play_common.padding": {} },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.12"
        }
      },
      { "padding_12@how_to_play_common.padding": {} },
      {
        "paragraph_13@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.13"
        }
      },
      { "padding_13@how_to_play_common.padding": {} },
      {
        "paragraph_14@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.14"
        }
      },
      { "padding_14@how_to_play_common.padding": {} },
      {
        "paragraph_15@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.15"
        }
      },
      { "padding_15@how_to_play_common.padding": {} },
      {
        "paragraph_16@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.16"
        }
      },
      { "padding_16@how_to_play_common.padding": {} },
      {
        "paragraph_17@how_to_play_common.paragraph": {
          "$text": "howtoplay.gameSettings.text.17"
        }
      }
    ]
  },

  "hoppers_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "hoppers"
  },

  "hoppers_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "hoppers_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.hoppers.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.hoppers.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.hoppers.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.hoppers.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.hoppers.text.4"
        }
      }
    ]
  },

  "host_and_player_options_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "hostAndPlayerOptions"
  },

  "host_and_player_options_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "hostAndPlayerOptions_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.hostAndPlayerOptions.text.1.notTouch"
        }
      },
      {
        "paragraph_1_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.hostAndPlayerOptions.text.1.touch"
        }
      }
    ]
  },

  "jukebox_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "jukebox"
  },

  "jukebox_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "jukebox_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.jukebox.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.jukebox.header.1"
        }
      },
      {
        "paragraph_2_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.jukebox.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.jukebox.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.jukebox.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.jukebox.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.jukebox.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.jukebox.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.jukebox.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.jukebox.header.3"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.jukebox.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.jukebox.text.8"
        }
      }
    ]
  },

  "loom_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "loom"
  },

  "loom_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "loom_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.loom.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.loom.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.loom.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.loom.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.loom.header.2"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.loom.text.4"
        }
      }
    ]
  },


  "realms_stories_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "realms_stories"
  },

  "realms_stories_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "realms_stories_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.realms_stories.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.realms_stories.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph_with_icons": {
          "$text": "howtoplay.realms_stories.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.realms_stories.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.realms_stories.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.realms_stories.header.3"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.realms_stories.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_4@how_to_play_common.header": {
          "$text": "howtoplay.realms_stories.header.4"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.realms_stories.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "header_5@how_to_play_common.header": {
          "$text": "howtoplay.realms_stories.header.5"
        }
      },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.realms_stories.text.6"
        }
      }
    ]
  },

  "smithing_table_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "smithing_table"
  },

  "smithing_table_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "smithing_table_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.smithing_table.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.smithing_table.header.2"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.smithing_table.text.9"
        }
      }
    ]
  },

  "mounts_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "mounts"
  },

  "mounts_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "mounts_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.mounts.header.1"
        }
      },
      {
        "paragraph_3_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.mounts.text.3.notTouch"
        }
      },
      {
        "paragraph_3_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.mounts.text.3.touch"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.mounts.header.2"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_6b@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.6b"
        }
      },
      { "padding_6b@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.mounts.header.3"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.9"
        }
      },
      { "padding_9@how_to_play_common.padding": {} },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.10"
        }
      },
      { "padding_10@how_to_play_common.padding": {} },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.11"
        }
      },
      { "padding_11@how_to_play_common.padding": {} },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.12"
        }
      },
      { "padding_12@how_to_play_common.padding": {} },
      {
        "header_4@how_to_play_common.header": {
          "$text": "howtoplay.mounts.header.4"
        }
      },
      {
        "paragraph_13@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.13"
        }
      },
      { "padding_13@how_to_play_common.padding": {} },
      {
        "paragraph_14@how_to_play_common.paragraph": {
          "$text": "howtoplay.mounts.text.14"
        }
      },
      { "padding_14@how_to_play_common.padding": {} },
      {
        "header_5@how_to_play_common.header": {
          "$text": "howtoplay.mounts.header.5"
        }
      },
      {
        "paragraph_15_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.mounts.text.15.notTouch"
        }
      },
      {
        "paragraph_15a_touch@how_to_play_common.paragraph_touch_classic_dpad_spacing": {
          "$text": "howtoplay.mounts.text.15a.touch"
        }
      },
      { "padding_15@how_to_play_common.small_padding": {} },
      {
        "paragraph_15b_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.mounts.text.15b.touch"
        }
      }
    ]
  },

  "navigation_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "navigation"
  },

  "navigation_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "navigation_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.navigation.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.navigation.header.2"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.9"
        }
      },
      { "padding_9@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.navigation.header.3"
        }
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.navigation.text.10"
        }
      }
    ]
  },

  "nether_portals_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "netherPortals"
  },

  "nether_portals_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "netherPortals_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.netherPortals.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.netherPortals.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.netherPortals.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/ui/NetherPortal",
          "size": [ "100%", "96px" ]
        }
      }
    ]
  },

  "pets_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "pets"
  },

  "pets_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "pets_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.pets.header.1"
        }
      },
      {
        "paragraph_1_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.pets.text.1.notTouch"
        }
      },
      {
        "paragraph_1_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.pets.text.1.touch"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.pets.header.2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.pets.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.pets.header.3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.pets.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_4@how_to_play_common.header": {
          "$text": "howtoplay.pets.header.4"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.pets.text.4"
        }
      }
    ]
  },

  "raids_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "raids"
  },

  "raids_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "raids_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.raids.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.raids.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.raids.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.raids.text.3"
        }
      }
    ]
  },

  "ranching_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "ranching"
  },

  "ranching_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "ranching_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.ranching.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.ranching.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.ranching.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.ranching.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.ranching.header.2"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.ranching.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.ranching.text.5"
        }
      }
    ]
  },

  "redstone_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "redstone"
  },

  "redstone_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "redstone_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.redstone.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.redstone.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.redstone.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.redstone.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.redstone.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.redstone.text.5"
        }
      }
    ]
  },

  "scaffolding_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "scaffolding"
  },

  "scaffolding_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "scaffolding_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.scaffolding.header.1"
        }
      },
      {
        "paragraph_1_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.scaffolding.text.1.keyboard"
        }
      },
      {
        "paragraph_1_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.scaffolding.text.1.gamepad"
        }
      },
      {
        "paragraph_1a_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.scaffolding.text.1a.touch"
        }
      },
      { "padding_1a_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_1b_touch@how_to_play_common.paragraph_touch_classic_dpad_spacing": {
          "$text": "howtoplay.scaffolding.text.1b.touch"
        }
      },
      { "padding_1b_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_1c_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.scaffolding.text.1c.touch"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.scaffolding.header.2"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.scaffolding.text.2"
        }
      },
      {
        "image_1@how_to_play_common.image": {
          "texture": "textures/ui/Scaffolding",
          "size": [ "100%", "250px" ]
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.scaffolding.header.3"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.scaffolding.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} }
    ]
  },

  "structure_blocks_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "structureBlocks"
  },

  "structure_blocks_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "structureBlocks_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.structureBlocks.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.structureBlocks.header.2"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.structureBlocks.header.3"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "paragraph_9_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.structureBlocks.text.9.keyboard"
        }
      },
      {
        "paragraph_9_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.structureBlocks.text.9.gamepad"
        }
      },
      {
        "paragraph_9_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.structureBlocks.text.9.touch"
        }
      },
      { "padding_9@how_to_play_common.padding": {} },
      {
        "header_4@how_to_play_common.header": {
          "$text": "howtoplay.structureBlocks.header.4"
        }
      },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.10"
        }
      },
      { "padding_10@how_to_play_common.padding": {} },
      {
        "header_5@how_to_play_common.header": {
          "$text": "howtoplay.structureBlocks.header.5"
        }
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.11"
        }
      },
      { "padding_11@how_to_play_common.padding": {} },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.12"
        }
      },
      { "padding_12@how_to_play_common.padding": {} },
      {
        "paragraph_13@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.13"
        }
      },
      { "padding_13@how_to_play_common.padding": {} },
      {
        "header_6@how_to_play_common.header": {
          "$text": "howtoplay.structureBlocks.header.6"
        }
      },
      {
        "paragraph_14@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.14"
        }
      },
      { "padding_14@how_to_play_common.padding": {} },
      {
        "paragraph_15@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.15"
        }
      },
      { "padding_15@how_to_play_common.padding": {} },
      {
        "header_7@how_to_play_common.header": {
          "$text": "howtoplay.structureBlocks.header.7"
        }
      },
      {
        "paragraph_16@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.16"
        }
      },
      { "padding_16@how_to_play_common.padding": {} },
      {
        "paragraph_17@how_to_play_common.paragraph": {
          "$text": "howtoplay.structureBlocks.text.17"
        }
      }
    ]
  },

  "shulker_boxes_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "shulkerBoxes"
  },

  "shulker_boxes_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "shulkerBoxes_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.shulkerBoxes.text.1"
        }
      }
    ]
  },

  "the_end_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "theEnd"
  },

  "the_end_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "theEnd_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.theEnd.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.theEnd.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.theEnd.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.theEnd.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.theEnd.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.theEnd.text.5"
        }
      }
    ]
  },

  "tools_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "tools"
  },

  "tools_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "tools_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.tools.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.tools.text.5.notTouch"
        }
      },
      {
        "paragraph_5_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.tools.text.5.touch"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.tools.text.6.notTouch"
        }
      },
      {
        "paragraph_6_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.tools.text.6.touch"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.tools.header.2"
        }
      },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.9"
        }
      },
      { "padding_9@how_to_play_common.padding": {} },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.10"
        }
      },
      { "padding_10@how_to_play_common.padding": {} },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.11"
        }
      },
      { "padding_11@how_to_play_common.padding": {} },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.tools.text.12"
        }
      }
    ]
  },

  "trading_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "trading"
  },

  "trading_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "trading_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.trading.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.trading.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.trading.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.trading.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.trading.text.4"
        }
      }
    ]
  },

  "transportation_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "transportation"
  },

  "transportation_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "transportation_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.transportation.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.transportation.header.1"
        }
      },
      {
        "paragraph_2@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.transportation.text.2"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.transportation.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.transportation.text.3.keyboard"
        }
      },
      {
        "paragraph_3_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.transportation.text.3.gamepad"
        }
      },
      {
        "paragraph_3a_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.transportation.text.3a.touch"
        }
      },
      { "padding_3a@how_to_play_common.padding": {} },
      {
        "paragraph_3b_touch@how_to_play_common.paragraph_touch_classic_dpad_spacing": {
          "$text": "howtoplay.transportation.text.3b.touch"
        }
      },
      { "padding_3b@how_to_play_common.padding": {} },
      {
        "paragraph_3c_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.transportation.text.3c.touch"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.transportation.header.2"
        }
      },
      {
        "paragraph_4@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.transportation.text.4"
        }
      },
      {
        "paragraph_4_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.transportation.text.4.touch"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5_keyboard@how_to_play_common.paragraph_keyboard": {
          "$text": "howtoplay.transportation.text.5.keyboard"
        }
      },
      {
        "paragraph_5_gamepad@how_to_play_common.paragraph_gamepad": {
          "$text": "howtoplay.transportation.text.5.gamepad"
        }
      },
      {
        "paragraph_5a_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.transportation.text.5a.touch"
        }
      },
      { "padding_5a@how_to_play_common.padding": {} },
      {
        "paragraph_5b_touch@how_to_play_common.paragraph_touch_classic_dpad_spacing": {
          "$text": "howtoplay.transportation.text.5b.touch"
        }
      },
      { "padding_5b@how_to_play_common.padding": {} },
      {
        "paragraph_5c_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.transportation.text.5c.touch"
        }
      }
    ]
  },

  "weapons_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "weapons"
  },

  "weapons_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "weapons_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.weapons.header.1"
        }
      },
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.weapons.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.weapons.text.2.notTouch"
        }
      },
      {
        "paragraph_2_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.weapons.text.2.touch"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.weapons.header.2"
        }
      },
      {
        "paragraph_3_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.weapons.text.3.notTouch"
        }
      },
      {
        "paragraph_3_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.weapons.text.3.touch"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.weapons.text.4"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.weapons.header.3"
        }
      },
      {
        "paragraph_5_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.weapons.text.5.notTouch"
        }
      },
      {
        "paragraph_5a_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.weapons.text.5a.touch"
        }
      },
      { "padding_5a_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_5b_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.weapons.text.5b.touch"
        }
      },
      { "padding_5b_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_5c_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.weapons.text.5c.touch"
        }
      },
      { "padding_5c_touch@how_to_play_common.touch_padding": {} },
      {
        "paragraph_5d_touch@how_to_play_common.paragraph_touch": {
          "$text": "howtoplay.weapons.text.5d.touch"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "header_4@how_to_play_common.header": {
          "$text": "howtoplay.weapons.header.4"
        }
      },
      {
        "paragraph_6_not_touch@how_to_play_common.paragraph_not_touch": {
          "$text": "howtoplay.weapons.text.6.notTouch"
        }
      },
      {
        "paragraph_6_touch@how_to_play_common.paragraph_touch_no_icons": {
          "$text": "howtoplay.weapons.text.6.touch"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "header_5@how_to_play_common.header": {
          "$text": "howtoplay.weapons.header.5"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.weapons.text.7"
        }
      }
    ]
  },

  "minecoins_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "minecoins"
  },

  "minecoins_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "minecoins_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.minecoins.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.minecoins.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "get_minecoins_button@common_buttons.light_text_button": {
          "size": [ "100px", "30px" ],
          "$button_text": "howtoplay.minecoins.button.text.1",
          "$pressed_button_name": "button.coin_wallet"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.minecoins.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.minecoins.text.3"
        }
      }
    ]
  },

  "addons_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "addons"
  },

  "addons_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "addons_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.addons.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.addons.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.addons.header.1"
        }
      },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.addons.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.addons.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.addons.text.5"
        }
      },
      {
        "addons_faq_button@common_buttons.light_text_button": {
          "size": [ "100px", "30px" ],
          "$button_text": "howtoplay.addons.button.text.1",
          "$pressed_button_name": "button.addons_faq"
        }
      }
    ]
  },

  "worlds_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "worlds"
  },

  "worlds_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "worlds_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.1"
        }
      },
      { "padding_1@how_to_play_common.padding": {} },
      {
        "paragraph_2@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.2"
        }
      },
      { "padding_2@how_to_play_common.padding": {} },
      {
        "paragraph_3@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.3"
        }
      },
      { "padding_3@how_to_play_common.padding": {} },
      {
        "paragraph_4@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.4"
        }
      },
      { "padding_4@how_to_play_common.padding": {} },
      {
        "header_1@how_to_play_common.header": {
          "$text": "howtoplay.worlds.header.1"
        }
      },
      {
        "paragraph_5@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.5"
        }
      },
      { "padding_5@how_to_play_common.padding": {} },
      {
        "paragraph_6@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.6"
        }
      },
      { "padding_6@how_to_play_common.padding": {} },
      {
        "header_2@how_to_play_common.header": {
          "$text": "howtoplay.worlds.header.2"
        }
      },
      {
        "paragraph_7@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.7"
        }
      },
      { "padding_7@how_to_play_common.padding": {} },
      {
        "paragraph_8@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.8"
        }
      },
      { "padding_8@how_to_play_common.padding": {} },
      {
        "header_3@how_to_play_common.header": {
          "$text": "howtoplay.worlds.header.3"
        }
      },
      {
        "paragraph_9@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.9"
        }
      },
      { "padding_9@how_to_play_common.padding": {} },
      {
        "paragraph_10@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.10"
        }
      },
      { "padding_10@how_to_play_common.padding": {} },
      {
        "header_4@how_to_play_common.header": {
          "$text": "howtoplay.worlds.header.4"
        }
      },
      {
        "paragraph_11@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.11"
        }
      },
      { "padding_11@how_to_play_common.padding": {} },
      {
        "paragraph_12@how_to_play_common.paragraph": {
          "$text": "howtoplay.worlds.text.12"
        }
      },
      { "padding_12@how_to_play_common.padding": {} }
    ]
  },

  "textures_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "textures"
  },

  "textures_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "textures_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.textures.text.1"
        }
      }
    ]
  },

  "skins_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "skins"
  },

  "skins_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "skins_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.skins.text.1"
        }
      }
    ]
  },

  "mashups_button@how_to_play_common.section_toggle_button": {
    "$section_topic": "mashups"
  },

  "mashups_section@how_to_play_common.main_sections": {
    "bindings": [
      {
        "binding_type": "view",
        "source_control_name": "mashups_button_toggle",
        "source_property_name": "#toggle_state",
        "target_property_name": "#visible"
      }
    ],
    "controls": [
      {
        "paragraph_1@how_to_play_common.paragraph": {
          "$text": "howtoplay.mashups.text.1"
        }
      }
    ]
  }
}
