Minecraft:Structure file: Difference between revisions
More actions
imported>Jacobsjo Undo revision 3430672 by EmeraldBuilder (talk) Unless this is a recent change, this is not true: Structure blocks in bedrock use a different format, which this page is not about. |
Fix template calls: add MC/ prefix |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{about|the format used by structure blocks|the similar format used by many community programs|Schematic file format}} | {{about|the format used by structure blocks|the similar format used by many community programs|Schematic file format}} | ||
A '''structure file''' (also called '''structure template''') is an | A '''structure file''' (also called '''structure template''') is an NBT file that stores small structures of blocks and entities. Structure files are used to store some structures such as end cities, igloos, and [[Minecraft:fossil]]s. | ||
== Usage == | == Usage == | ||
=== Java Edition === | === Java Edition === | ||
Structure files are stored as .nbt files in | Structure files are stored as .nbt files in data packs in the {{file|directory|inline=1|data/{{ph|namespace}}/structure}} folder. | ||
They can be saved and loaded using the [[Minecraft:Structure Block]]. When saved from Structure Blocks they are saved into the {{cd|generated/{{ph|namespace}}/structures}} subfolder in the world save folder. When no namespace is given, then the {{ | They can be saved and loaded using the [[Minecraft:Structure Block]]. When saved from Structure Blocks they are saved into the {{cd|generated/{{ph|namespace}}/structures}} subfolder in the world save folder. When no namespace is given, then the {{MC/Cd|minecraft}} namespace is used. | ||
Structure files can also be placed using the {{ | Structure files can also be placed using the {{MC/Cmd|place template}} command. They are also used during the generation of some [[Minecraft:structure]]s and of [[Minecraft:fossil]] features. | ||
==== Prebuild structures ==== | ==== Prebuild structures ==== | ||
<div class="treeview"> | <div class="treeview"> | ||
{{Collapse|title={{EnvLink|Ancient City|ancient_city}}|content= | {{Collapse|title={{MC/EnvLink|Ancient City|ancient_city}}|content= | ||
** city | ** city | ||
*** entrance | *** entrance | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_connector.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_5.nbt | ||
** city_center | ** city_center | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_left_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_right_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_right_corner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_right_corner_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top_left_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top_right_corner.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} city_center_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} city_center_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} city_center_3.nbt | ||
** structures | ** structures | ||
*** {{ | *** {{MC/Nbt|compound}} barracks.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} camp_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} camp_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} camp_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ice_box_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_pillar_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} medium_pillar_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} medium_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} medium_ruin_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} sauna_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} small_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} small_ruin_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} small_statue.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_4.nbt | ||
** walls | ** walls | ||
*** {{ | *** {{MC/Nbt|compound}} intact_corner_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_bridge.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_passage_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_intersection_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_lshape_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_corner_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_corner_wall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_4.nbt | ||
}} | }} | ||
{{Collapse|title={{EnvLink|Bastion Remnant|bastion}}|content= | {{Collapse|title={{MC/EnvLink|Bastion Remnant|bastion}}|content= | ||
** blocks | ** blocks | ||
*** {{ | *** {{MC/Nbt|compound}} air.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} gold.nbt | ||
** bridge | ** bridge | ||
*** bridge_pieces | *** bridge_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} bridge.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} back_bridge_bottom.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} back_bridge_top.nbt | ||
*** legs | *** legs | ||
**** {{ | **** {{MC/Nbt|compound}} leg_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} leg_1.nbt | ||
*** rampart_plates | *** rampart_plates | ||
**** {{ | **** {{MC/Nbt|compound}} plate_0.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} rampart_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} rampart_1.nbt | ||
*** starting_pieces | *** starting_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} entrance.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_base.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_face.nbt | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base_1.nbt | ||
** hoglin_stable | ** hoglin_stable | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} end_post_connector.nbt | ||
*** large_stables | *** large_stables | ||
**** {{ | **** {{MC/Nbt|compound}} inner_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_4.nbt | ||
*** posts | *** posts | ||
**** {{ | **** {{MC/Nbt|compound}} end_post.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stair_post.nbt | ||
*** rampart_plates | *** rampart_plates | ||
**** {{ | **** {{MC/Nbt|compound}} rampart_plate_1.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_3.nbt | ||
*** small_stables | *** small_stables | ||
**** {{ | **** {{MC/Nbt|compound}} inner_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_3.nbt | ||
*** stairs | *** stairs | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_4.nbt | ||
*** starting_pieces | *** starting_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_0_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_4_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_4.nbt | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} side_wall_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} side_wall_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} air_base.nbt | ||
** mobs | ** mobs | ||
*** {{ | *** {{MC/Nbt|compound}} crossbow_piglin.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} empty.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hoglin.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} melee_piglin.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} melee_piglin_always.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} sword_piglin.nbt | ||
** treasure | ** treasure | ||
*** bases | *** bases | ||
**** centers | **** centers | ||
***** {{ | ***** {{MC/Nbt|compound}} center_0.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} center_1.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} center_2.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} center_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_basin.nbt | ||
*** brains | *** brains | ||
**** {{ | **** {{MC/Nbt|compound}} center_brain.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} center_to_wall_middle.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_to_wall_top.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_to_wall_top_entrance.nbt | ||
*** corners | *** corners | ||
**** bottom | **** bottom | ||
***** {{ | ***** {{MC/Nbt|compound}} corner_0.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} corner_1.nbt | ||
**** edges | **** edges | ||
***** {{ | ***** {{MC/Nbt|compound}} bottom.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} middle.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} top.nbt | ||
**** middle | **** middle | ||
***** {{ | ***** {{MC/Nbt|compound}} corner_0.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} corner_1.nbt | ||
**** top | **** top | ||
***** {{ | ***** {{MC/Nbt|compound}} corner_0.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} corner_1.nbt | ||
*** entrances | *** entrances | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_0.nbt | ||
*** extensions | *** extensions | ||
**** {{ | **** {{MC/Nbt|compound}} empty.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} fire_room.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} house_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} roofed_bridge.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_3.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_wall_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_basin_main.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_basin_side.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} mid_wall_main.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} mid_wall_side.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top_wall.nbt | ||
*** roofs | *** roofs | ||
**** {{ | **** {{MC/Nbt|compound}} center_roof.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_roof.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_roof.nbt | ||
*** stairs | *** stairs | ||
**** {{ | **** {{MC/Nbt|compound}} lower_stairs.nbt | ||
*** walls | *** walls | ||
**** bottom | **** bottom | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_0.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_1.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_2.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_3.nbt | ||
**** mid | **** mid | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_0.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_1.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_2.nbt | ||
**** outer | **** outer | ||
***** {{ | ***** {{MC/Nbt|compound}} bottom_corner.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} medium_outer_wall.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} mid_corner.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} outer_wall.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} tall_outer_wall.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} top_corner.nbt | ||
**** top | **** top | ||
***** {{ | ***** {{MC/Nbt|compound}} main_entrance.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_0.nbt | ||
***** {{ | ***** {{MC/Nbt|compound}} wall_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_wall.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} big_air_full.nbt | ||
** units | ** units | ||
*** center_pieces | *** center_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} center_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_2.nbt | ||
*** edges | *** edges | ||
**** {{ | **** {{MC/Nbt|compound}} edge_0.nbt | ||
*** fillers | *** fillers | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0.nbt | ||
*** pathways | *** pathways | ||
**** {{ | **** {{MC/Nbt|compound}} pathway_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} pathway_wall_0.nbt | ||
*** rampart_plates | *** rampart_plates | ||
**** {{ | **** {{MC/Nbt|compound}} plate_0.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_2.nbt | ||
*** stages | *** stages | ||
**** rot | **** rot | ||
***** {{ | ***** {{MC/Nbt|compound}} stage_1_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_2_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_2_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_3.nbt | ||
*** wall_units | *** wall_units | ||
**** {{ | **** {{MC/Nbt|compound}} edge_0_large.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} unit_0.nbt | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} connected_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} air_base.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|End City|end_city}}|content= | {{collapse|title={{MC/EnvLink|End City|end_city}}|content= | ||
**{{ | **{{MC/Nbt|compound}} base_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} base_roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_end.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_gentle_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_piece.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_steep_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} fat_tower_base.nbt | ||
**{{ | **{{MC/Nbt|compound}} fat_tower_middle.nbt | ||
**{{ | **{{MC/Nbt|compound}} fat_tower_top.nbt | ||
**{{ | **{{MC/Nbt|compound}} second_floor_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} second_floor_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} second_roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} ship.nbt | ||
**{{ | **{{MC/Nbt|compound}} third_floor_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} third_floor_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} third_roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_base.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_piece.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_top.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|fossil}}|content= | {{collapse|title={{MC/EnvLink|fossil}}|content= | ||
**{{ | **{{MC/Nbt|compound}} skull_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} skull_1_coal.nbt | ||
**{{ | **{{MC/Nbt|compound}} skull_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} skull_2_coal.nbt | ||
**{{ | **{{MC/Nbt|compound}} skull_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} skull_3_coal.nbt | ||
**{{ | **{{MC/Nbt|compound}} skull_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} skull_4_coal.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_1_coal.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_2_coal.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_3_coal.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} spine_4_coal.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|igloo}}|content= | {{collapse|title={{MC/EnvLink|igloo}}|content= | ||
**{{ | **{{MC/Nbt|compound}} bottom.nbt | ||
**{{ | **{{MC/Nbt|compound}} middle.nbt | ||
**{{ | **{{MC/Nbt|compound}} top.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Nether Fossil|nether_fossils}}|content= | {{collapse|title={{MC/EnvLink|Nether Fossil|nether_fossils}}|content= | ||
**{{ | **{{MC/Nbt|compound}} fossil_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_7nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_9.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_10.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_11.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_12.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_13.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_14.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Pillager Outpost|pillager_outpost}}|content= | {{collapse|title={{MC/EnvLink|Pillager Outpost|pillager_outpost}}|content= | ||
**{{ | **{{MC/Nbt|compound}} base_plate.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_cage1.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_cage2.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_logs.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_plate.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_targets.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_tent1.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_tent2.nbt | ||
**{{ | **{{MC/Nbt|compound}} watchtower.nbt | ||
**{{ | **{{MC/Nbt|compound}} watchtower_overgrown.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Ruined Portal|ruined_portal}}|content= | {{collapse|title={{MC/EnvLink|Ruined Portal|ruined_portal}}|content= | ||
**{{ | **{{MC/Nbt|compound}} giant_portal_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} giant_portal_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} giant_portal_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_9.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_10.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|shipwreck}}|content= | {{collapse|title={{MC/EnvLink|shipwreck}}|content= | ||
**{{ | **{{MC/Nbt|compound}} rightsideup_backhalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} rightsideup_backhalf_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} rightsideup_fronthalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} rightsideup_fronthalf_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} rightsideup_full.nbt | ||
**{{ | **{{MC/Nbt|compound}} rightsideup_full_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} sideways_backhalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} sideways_backhalf_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} sideways_fronthalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} sideways_fronthalf_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} sideways_full.nbt | ||
**{{ | **{{MC/Nbt|compound}} sideways_full_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} upsidedown_backhalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} upsidedown_backhalf_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} upsidedown_fronthalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} upsidedown_fronthalf_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} upsidedown_full.nbt | ||
**{{ | **{{MC/Nbt|compound}} upsidedown_full_degraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} with_mast.nbt | ||
**{{ | **{{MC/Nbt|compound}} with_mast_degraded.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Trail Ruins|trail_ruins}}|content= | {{collapse|title={{MC/EnvLink|Trail Ruins|trail_ruins}}|content= | ||
** buildings | ** buildings | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_5.nbt | ||
** decor | ** decor | ||
*** {{ | *** {{MC/Nbt|compound}} decor_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_6.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_7.nbt | ||
** roads | ** roads | ||
*** {{ | *** {{MC/Nbt|compound}} long_road_end.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_end_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_spacer_1.nbt | ||
** tower | ** tower | ||
*** {{ | *** {{MC/Nbt|compound}} hall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_5.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Trial Chambers|trial_chambers}}|content= | {{collapse|title={{MC/EnvLink|Trial Chambers|trial_chambers}}|content= | ||
** chamber | ** chamber | ||
*** {{ | *** {{MC/Nbt|compound}} assembly.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_8.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_cap.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} eruption.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} pedestal.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} slanted.nbt | ||
*** addon | *** addon | ||
**** {{ | **** {{MC/Nbt|compound}} c1_breeze.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_corner_column.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_stacked_walkway.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_stacked_walkway_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grate_bridge.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_platform.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lower_staircase_down.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} short_grate_platform.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} short_platform.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} walkway_with_bridge_1.nbt | ||
*** assembly | *** assembly | ||
**** {{ | **** {{MC/Nbt|compound}} cover_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_6.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_column.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left_staircase_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left_staircase_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left_staircase_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} platform_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right_staircase_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right_staircase_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right_staircase_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spawner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spawner_trap_1.nbt | ||
*** eruption | *** eruption | ||
**** {{ | **** {{MC/Nbt|compound}} breeze_slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_3.nbt | ||
*** pedestal | *** pedestal | ||
**** {{ | **** {{MC/Nbt|compound}} center_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ominous_slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_5.nbt | ||
*** slanted | *** slanted | ||
**** {{ | **** {{MC/Nbt|compound}} center.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ominous_upper_arm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_4.nbt | ||
** chests | ** chests | ||
*** {{ | *** {{MC/Nbt|compound}} supply.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} supply.nbt | ||
** corridor | ** corridor | ||
*** {{ | *** {{MC/Nbt|compound}} atrium_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} end_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} end_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} first_plate.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} second_plate.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_6.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_7.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_8.nbt | ||
*** addon | *** addon | ||
**** {{ | **** {{MC/Nbt|compound}} arrow_dispenser.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bridge_lower.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} chandelier_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} decoration_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} display_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} display_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} display_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} head_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ladder_to_middle.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} open_walkway.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} open_walkway_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} reward_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} staircase.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} walled_walkway.nbt | ||
*** atrium | *** atrium | ||
**** {{ | **** {{MC/Nbt|compound}} bogged_relief.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} breeze_relief.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grand_staircase_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grand_staircase_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grand_staircase_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spider_relief.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spiral_relief.nbt | ||
** decor | ** decor | ||
*** {{ | *** {{MC/Nbt|compound}} barrel.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} dead_bush_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} empty_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} flow_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} guster_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} scrape_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} undecorated_pot.nbt | ||
** dispensers | ** dispensers | ||
*** {{ | *** {{MC/Nbt|compound}} chamber.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} floor_dispenser.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} wall_dispenser.nbt | ||
** hallway | ** hallway | ||
*** {{ | *** {{MC/Nbt|compound}} cache_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} corner_staircase.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} corner_staircase_down.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} corridor_connector_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} left_corner.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} long_straight_staircase.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} long_straight_staircase_down.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} lower_hallway_connector.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} right_corner.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble_chamber.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble_chamber_thin.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble_thin.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_staircase.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_staircase_down.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} upper_hallway_connector.nbt | ||
** intersection | ** intersection | ||
*** {{ | *** {{MC/Nbt|compound}} intersection_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intersection_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intersection_3.nbt | ||
** reward | ** reward | ||
*** {{ | *** {{MC/Nbt|compound}} ominous_vault.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} vault.nbt | ||
** spawner | ** spawner | ||
*** breeze | *** breeze | ||
**** {{ | **** {{MC/Nbt|compound}} breeze.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} breeze.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} melee.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ranged.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slow_ranged.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_melee.nbt | ||
*** melee | *** melee | ||
**** {{ | **** {{MC/Nbt|compound}} husk.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spider.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} zombie.nbt | ||
*** ranged | *** ranged | ||
**** {{ | **** {{MC/Nbt|compound}} poison_skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stray.nbt | ||
*** slow_ranged | *** slow_ranged | ||
**** {{ | **** {{MC/Nbt|compound}} poison_skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stray.nbt | ||
*** small_melee | *** small_melee | ||
**** {{ | **** {{MC/Nbt|compound}} baby_zombie.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cave_spider.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} silverfish.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slime.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Ocean Ruins|underwater_ruin}}|content= | {{collapse|title={{MC/EnvLink|Ocean Ruins|underwater_ruin}}|content= | ||
**{{ | **{{MC/Nbt|compound}} big_brick_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_brick_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_brick_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_brick_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_cracked_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_cracked_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_cracked_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_cracked_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_mossy_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_mossy_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_mossy_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_mossy_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_warm_?.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_warm_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_warm_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_warm_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_warm_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} brick_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} cracked_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} mossy_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} warm_8.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|village}}|content= | {{collapse|title={{MC/EnvLink|village}}|content= | ||
** common | ** common | ||
*** animals: Spawns a | *** animals: Spawns a jigsaw block which sets the position of an animal. | ||
**** {{ | **** {{MC/Nbt|compound}} cat_black | ||
**** {{ | **** {{MC/Nbt|compound}} cat_british | ||
**** {{ | **** {{MC/Nbt|compound}} cat_calico | ||
**** {{ | **** {{MC/Nbt|compound}} cat_jellie | ||
**** {{ | **** {{MC/Nbt|compound}} cat_persian | ||
**** {{ | **** {{MC/Nbt|compound}} cat_ragdoll | ||
**** {{ | **** {{MC/Nbt|compound}} cat_red | ||
**** {{ | **** {{MC/Nbt|compound}} cat_siamese | ||
**** {{ | **** {{MC/Nbt|compound}} cat_tabby | ||
**** {{ | **** {{MC/Nbt|compound}} cat_white | ||
**** {{ | **** {{MC/Nbt|compound}} cows_1 | ||
**** {{ | **** {{MC/Nbt|compound}} horses_1 | ||
**** {{ | **** {{MC/Nbt|compound}} horses_2 | ||
**** {{ | **** {{MC/Nbt|compound}} horses_3 | ||
**** {{ | **** {{MC/Nbt|compound}} horses_4 | ||
**** {{ | **** {{MC/Nbt|compound}} horses_5 | ||
**** {{ | **** {{MC/Nbt|compound}} pigs_1 | ||
**** {{ | **** {{MC/Nbt|compound}} sheep_1 | ||
**** {{ | **** {{MC/Nbt|compound}} sheep_2 | ||
*** {{ | *** {{MC/Nbt|compound}} well_bottom: Spawns the foundation of a village well. | ||
** decays: Spawns a patch of grass of the specified dimensions. | ** decays: Spawns a patch of grass of the specified dimensions. | ||
*** {{ | *** {{MC/Nbt|compound}} grass_9x9 | ||
*** {{ | *** {{MC/Nbt|compound}} grass_11x13 | ||
*** {{ | *** {{MC/Nbt|compound}} grass_16x16 | ||
** desert | ** desert | ||
*** houses: Desert variants of village houses. | *** houses: Desert variants of village houses. | ||
**** {{ | **** {{MC/Nbt|compound}} desert_animal_pen_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_animal_pen_2 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_armorer_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_blacksmith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_butcher_shop_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_cartographer_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_farm_2 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_fisher_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_fletcher_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_large_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_library_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_mason_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_medium_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_medium_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_shepherd_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_3 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_4 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_5 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_6 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_7 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_8 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_tannery_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_temple_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_temple_2 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_tool_smith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_weaponsmith_1 | ||
*** streets: Generates the streets that span across the village. | *** streets: Generates the streets that span across the village. | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03 | ||
**** {{ | **** {{MC/Nbt|compound}} square_01 | ||
**** {{ | **** {{MC/Nbt|compound}} square_02 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03 | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01 | ||
*** terminators: Used to generate the village streets. | *** terminators: Used to generate the village streets. | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_01 | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_02 | ||
*** town_centers: Centerpieces of the town. | *** town_centers: Centerpieces of the town. | ||
**** {{ | **** {{MC/Nbt|compound}} desert_meeting_point_1 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_meeting_point_2 | ||
**** {{ | **** {{MC/Nbt|compound}} desert_meeting_point_3 | ||
*** {{ | *** {{MC/Nbt|compound}} desert_lamp_1 | ||
** plains | ** plains | ||
*** houses: Plains variants of village houses. | *** houses: Plains variants of village houses. | ||
**** {{ | **** {{MC/Nbt|compound}} plains_accessory_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_animal_pen_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_animal_pen_2 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_animal_pen_3 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_armorer_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_big_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_butcher_shop_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_butcher_shop_2 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_cartographer_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_fisher_cottage_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_fletcher_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_large_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_library_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_library_2 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_masons_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_medium_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_medium_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_4 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_5 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_shepherds_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_3 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_4 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_5 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_6 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_7 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_8 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_stable_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_stable_2 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_tannery_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_temple_3 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_temple_4 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_tool_smith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_weaponsmith_1 | ||
*** streets: Generates the streets that span across the village. | *** streets: Generates the streets that span across the village. | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_05 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06 | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01 | ||
*** terminators: Used to generate the village streets. | *** terminators: Used to generate the village streets. | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_01 | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_02 | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_03 | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_04 | ||
*** town_centers: Centerpieces of the town. | *** town_centers: Centerpieces of the town. | ||
**** {{ | **** {{MC/Nbt|compound}} plains_fountain_01 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_1 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_2 | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_3 | ||
*** villagers: Spawns a jigsaw block which sets the position of a villager. | *** villagers: Spawns a jigsaw block which sets the position of a villager. | ||
**** {{ | **** {{MC/Nbt|compound}} armorer | ||
**** {{ | **** {{MC/Nbt|compound}} butcher | ||
**** {{ | **** {{MC/Nbt|compound}} cartographer | ||
**** {{ | **** {{MC/Nbt|compound}} cleric | ||
**** {{ | **** {{MC/Nbt|compound}} farmer | ||
**** {{ | **** {{MC/Nbt|compound}} fishermen | ||
**** {{ | **** {{MC/Nbt|compound}} fletcher | ||
**** {{ | **** {{MC/Nbt|compound}} leatherworker | ||
**** {{ | **** {{MC/Nbt|compound}} librarian | ||
**** {{ | **** {{MC/Nbt|compound}} nitwit | ||
**** {{ | **** {{MC/Nbt|compound}} shepherd | ||
**** {{ | **** {{MC/Nbt|compound}} toolsmith | ||
**** {{ | **** {{MC/Nbt|compound}} unemployed | ||
**** {{ | **** {{MC/Nbt|compound}} weaponsmith | ||
*** {{ | *** {{MC/Nbt|compound}} plains_lamp_1 | ||
** savanna | ** savanna | ||
*** houses: Savanna variants of village houses. | *** houses: Savanna variants of village houses. | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_animal_pen_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_animal_pen_2 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_animal_pen_3 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_armorer_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_butchers_shop_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_butchers_shop_2 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_cartographer_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_fisher_cottage_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_fletcher_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_large_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_large_farm_2 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_library_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_mason_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_medium_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_medium_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_shepherd_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_farm | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_3 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_4 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_5 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_6 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_7 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_8 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_tannery_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_temple_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_temple_2 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_tool_smith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_weaponsmith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_weaponsmith_2 | ||
*** streets: Generates the streets that span across the village. | *** streets: Generates the streets that span across the village. | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_07 | ||
**** {{ | **** {{MC/Nbt|compound}} split_01 | ||
**** {{ | **** {{MC/Nbt|compound}} split_02 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_05 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_08 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_09 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_10 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_11 | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01 | ||
*** terminators: Used to generate the village streets. | *** terminators: Used to generate the village streets. | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_05 | ||
*** town_centers: Centerpieces of the town. | *** town_centers: Centerpieces of the town. | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_1 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_2 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_3 | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_4 | ||
*** {{ | *** {{MC/Nbt|compound}} savanna_lamp_post_01 | ||
** snowy | ** snowy | ||
*** houses: Snowy variants of village houses. | *** houses: Snowy variants of village houses. | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_animal_pen_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_animal_pen_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_armorer_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_armorer_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_butchers_shop_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_butchers_shop_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_cartographer_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_farm_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_fisher_cottage | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_fletcher_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_library_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_masons_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_masons_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_medium_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_medium_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_medium_house_3 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_shepherds_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_3 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_4 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_5 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_6 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_7 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_8 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_tannery_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_temple_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_tool_smith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_weapon_smith_1 | ||
*** streets: Generates the streets that span across the village. | *** streets: Generates the streets that span across the village. | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06 | ||
**** {{ | **** {{MC/Nbt|compound}} square_01 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_08 | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01 | ||
*** town_centers: Centerpieces of the town. | *** town_centers: Centerpieces of the town. | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_meeting_point_1 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_meeting_point_2 | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_meeting_point_3 | ||
*** {{ | *** {{MC/Nbt|compound}} snowy_lamp_post_01 | ||
*** {{ | *** {{MC/Nbt|compound}} snowy_lamp_post_02 | ||
*** {{ | *** {{MC/Nbt|compound}} snowy_lamp_post_03 | ||
** taiga | ** taiga | ||
*** houses: Taiga variants of village houses. | *** houses: Taiga variants of village houses. | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_animal_pen_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_armorer_2 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_armorer_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_armorer_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_butcher_shop_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_cartographer_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_fisher_cottage_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_fletcher_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_large_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_large_farm_2 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_library_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_masons_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_3 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_4 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_shepherds_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_farm_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_2 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_3 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_4 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_5 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_tannery_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_temple_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_tool_smith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_weaponsmith_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_weaponsmith_2 | ||
*** streets: Generates the streets that span across the village. | *** streets: Generates the streets that span across the village. | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02 | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05 | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_05 | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06 | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01 | ||
*** town_centers: Centerpieces of the town. | *** town_centers: Centerpieces of the town. | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_meeting_point_1 | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_meeting_point_2 | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_1 | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_2 | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_3 | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_4 | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_5 | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_6 | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_lamp_post_1 | ||
}} | }} | ||
{{collapse|title={{EnvLink|Woodland Mansion|woodland_mansion}}|content= | {{collapse|title={{MC/EnvLink|Woodland Mansion|woodland_mansion}}|content= | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a6.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a7.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a8.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a9.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_s1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_s2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_se1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_s1.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_east.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_north.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_south_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_south_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_west_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_west_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} corridor_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} entrance.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_door_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_door_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_wall_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_wall_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof_front.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof_inner_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} small_wall.nbt | ||
**{{ | **{{MC/Nbt|compound}} small_wall_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} wall_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} wall_flat.nbt | ||
**{{ | **{{MC/Nbt|compound}} wall_window.nbt | ||
}}</div> | }}</div> | ||
===Bedrock Edition=== | ===Bedrock Edition=== | ||
Structure files are stored using the | Structure files are stored using the NBT format in the game files. In [[Minecraft:behavior pack]]s, they are stored as {{MC/Cd|.mcstructure}} files in the {{cd|structures/{{ph|namespace}}}} folder. | ||
==== Prebuild structures ==== | ==== Prebuild structures ==== | ||
<div class="treeview"> | <div class="treeview"> | ||
{{Collapse|title={{EnvLink|Ancient City|ancient_city}}|content=<!-- exactly the same as Java --> | {{Collapse|title={{MC/EnvLink|Ancient City|ancient_city}}|content=<!-- exactly the same as Java --> | ||
** city | ** city | ||
*** entrance | *** entrance | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_connector.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_path_5.nbt | ||
** city_center | ** city_center | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_left_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_right_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_right_corner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_right_corner_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top_left_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top_right_corner.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} city_center_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} city_center_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} city_center_3.nbt | ||
** structures | ** structures | ||
*** {{ | *** {{MC/Nbt|compound}} barracks.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} camp_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} camp_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} camp_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ice_box_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_pillar_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} medium_pillar_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} medium_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} medium_ruin_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} sauna_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} small_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} small_ruin_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} small_statue.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tall_ruin_4.nbt | ||
** walls | ** walls | ||
*** {{ | *** {{MC/Nbt|compound}} intact_corner_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_bridge.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_passage_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_horizontal_wall_stairs_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_intersection_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intact_lshape_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_corner_wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_corner_wall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} ruined_horizontal_wall_stairs_4.nbt | ||
}} | }} | ||
{{Collapse|title={{EnvLink|Bastion Remnant|bastion}}|content= | {{Collapse|title={{MC/EnvLink|Bastion Remnant|bastion}}|content= | ||
** blocks | ** blocks | ||
*** {{ | *** {{MC/Nbt|compound}} air.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} gold.nbt | ||
** bridge | ** bridge | ||
*** bridge_pieces | *** bridge_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} bridge.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} back_bridge_bottom.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} back_bridge_top.nbt | ||
*** legs | *** legs | ||
**** {{ | **** {{MC/Nbt|compound}} leg_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} leg_1.nbt | ||
*** rampart_plates | *** rampart_plates | ||
**** {{ | **** {{MC/Nbt|compound}} plate_0.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} rampart_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} rampart_1.nbt | ||
*** starting_pieces | *** starting_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} entrance.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_base.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_face.nbt | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base_1.nbt | ||
** hoglin_stable | ** hoglin_stable | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} end_post_connector.nbt | ||
*** large_stables | *** large_stables | ||
**** {{ | **** {{MC/Nbt|compound}} inner_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_4.nbt | ||
*** posts | *** posts | ||
**** {{ | **** {{MC/Nbt|compound}} end_post.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stair_post.nbt | ||
*** rampart_plates | *** rampart_plates | ||
**** {{ | **** {{MC/Nbt|compound}} rampart_plate_1.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_3.nbt | ||
*** small_stables | *** small_stables | ||
**** {{ | **** {{MC/Nbt|compound}} inner_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} inner_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer_3.nbt | ||
*** stairs | *** stairs | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_4.nbt | ||
*** starting_pieces | *** starting_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_0_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_1_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_2_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_3_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stairs_4_mirrored.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} starting_stairs_4.nbt | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} side_wall_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} side_wall_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} air_base.nbt | ||
** mobs | ** mobs | ||
*** {{ | *** {{MC/Nbt|compound}} crossbow_piglin.mcstructure | ||
*** {{ | *** {{MC/Nbt|compound}} empty.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hoglin.mcstructure | ||
*** {{ | *** {{MC/Nbt|compound}} melee_piglin.mcstructure | ||
*** {{ | *** {{MC/Nbt|compound}} melee_piglin_always.mcstructure | ||
*** {{ | *** {{MC/Nbt|compound}} sword_piglin.mcstructure | ||
** treasure | ** treasure | ||
*** bases | *** bases | ||
**** {{ | **** {{MC/Nbt|compound}} centers__center_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} centers__center_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} centers__center_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} centers__center_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_basin.nbt | ||
*** brains | *** brains | ||
**** {{ | **** {{MC/Nbt|compound}} center_brain.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} center_to_wall_middle.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_to_wall_top.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_to_wall_top_entrance.nbt | ||
*** corners | *** corners | ||
**** {{ | **** {{MC/Nbt|compound}} bottom__corner_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom__corner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} edges__bottom.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} edges__middle.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} edges__top.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} middle__corner_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} middle__corner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top__corner_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top__corner_1.nbt | ||
*** entrances | *** entrances | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_0.nbt | ||
*** extensions | *** extensions | ||
**** {{ | **** {{MC/Nbt|compound}} empty.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} fire_room.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} house_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} large_bridge_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} roofed_bridge.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_bridge_3.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} bottom_wall_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_basin.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_basin_main.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_basin_side.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} mid_wall_main.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} mid_wall_side.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top_wall.nbt | ||
*** roofs | *** roofs | ||
**** {{ | **** {{MC/Nbt|compound}} center_roof.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_roof.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_roof.nbt | ||
*** stairs | *** stairs | ||
**** {{ | **** {{MC/Nbt|compound}} lower_stairs.nbt | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} bottom__wall_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom__wall_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom__wall_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bottom__wall_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} entrance_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lava_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} mid__wall_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} mid__wall_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} mid__wall_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer__bottom_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer__medium_outer_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer__mid_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer__outer_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer__tall_outer_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} outer__top_corner.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top__main_entrance.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top__wall_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} top__wall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} big_air_full.nbt | ||
** units | ** units | ||
*** center_pieces | *** center_pieces | ||
**** {{ | **** {{MC/Nbt|compound}} center_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_2.nbt | ||
*** edges | *** edges | ||
**** {{ | **** {{MC/Nbt|compound}} edge_0.nbt | ||
*** fillers | *** fillers | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0.nbt | ||
*** pathways | *** pathways | ||
**** {{ | **** {{MC/Nbt|compound}} pathway_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} pathway_wall_0.nbt | ||
*** rampart_plates | *** rampart_plates | ||
**** {{ | **** {{MC/Nbt|compound}} plate_0.nbt | ||
*** ramparts | *** ramparts | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramparts_2.nbt | ||
*** stages | *** stages | ||
**** {{ | **** {{MC/Nbt|compound}} rot__stage_1_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_0_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_1_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_2_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_2_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stage_3_3.nbt | ||
*** wall_units | *** wall_units | ||
**** {{ | **** {{MC/Nbt|compound}} edge_0.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} edge_0_large.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} unit_0.nbt | ||
*** walls | *** walls | ||
**** {{ | **** {{MC/Nbt|compound}} connected_wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall_base.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} air_base.nbt | ||
** {{ | ** {{MC/Nbt|compound}} jigsaw_test.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Coral reef|coralcrust}}|content= | {{collapse|title={{MC/EnvLink|Coral reef|coralcrust}}|content= | ||
**{{ | **{{MC/Nbt|compound}} crust1.nbt | ||
**{{ | **{{MC/Nbt|compound}} crust2.nbt | ||
**{{ | **{{MC/Nbt|compound}} crust3.nbt | ||
**{{ | **{{MC/Nbt|compound}} crust4.nbt | ||
**{{ | **{{MC/Nbt|compound}} crust5.nbt | ||
**{{ | **{{MC/Nbt|compound}} outcropping1.nbt | ||
**{{ | **{{MC/Nbt|compound}} outcropping2.nbt | ||
**{{ | **{{MC/Nbt|compound}} outcropping3.nbt | ||
**{{ | **{{MC/Nbt|compound}} outcropping4.nbt | ||
**{{ | **{{MC/Nbt|compound}} outcropping5.nbt | ||
**{{ | **{{MC/Nbt|compound}} outcropping6.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|End City|endcity}}|content= | {{collapse|title={{MC/EnvLink|End City|endcity}}|content= | ||
**{{ | **{{MC/Nbt|compound}} base_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} base_roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_end.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_gentle_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_piece.nbt | ||
**{{ | **{{MC/Nbt|compound}} bridge_steep_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} fat_tower_base.nbt | ||
**{{ | **{{MC/Nbt|compound}} fat_tower_middle.nbt | ||
**{{ | **{{MC/Nbt|compound}} fat_tower_top.nbt | ||
**{{ | **{{MC/Nbt|compound}} second_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} second_floor_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} second_roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} ship.nbt | ||
**{{ | **{{MC/Nbt|compound}} third_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} third_floor_b.nbt | ||
**{{ | **{{MC/Nbt|compound}} third_floor_c.nbt | ||
**{{ | **{{MC/Nbt|compound}} third_roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_base.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_piece.nbt | ||
**{{ | **{{MC/Nbt|compound}} tower_top.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Fossil|fossils}}|content= | {{collapse|title={{MC/EnvLink|Fossil|fossils}}|content= | ||
**{{ | **{{MC/Nbt|compound}} fossil_skull_01.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_skull_02.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_skull_03.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_skull_04.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_spine_01.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_spine_02.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_spine_03.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_spine_04.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|igloo}}|content= | {{collapse|title={{MC/EnvLink|igloo}}|content= | ||
**{{ | **{{MC/Nbt|compound}} igloo_bottom.nbt | ||
**{{ | **{{MC/Nbt|compound}} igloo_middle.nbt | ||
**{{ | **{{MC/Nbt|compound}} igloo_top_no_trapdoor.nbt | ||
**{{ | **{{MC/Nbt|compound}} igloo_top_trapdoor.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Woodland Mansion|mansion}}|content= | {{collapse|title={{MC/EnvLink|Woodland Mansion|mansion}}|content= | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_a5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_as4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x1_b5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a6.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a7.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a8.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_a9.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_b5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_c4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d_stairs.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_d5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_s1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_s2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 1x2_se1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_a4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b1.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b2.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b3.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b4.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_b5.nbt | ||
**{{ | **{{MC/Nbt|compound}} 2x2_s1.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_east.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_north.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_south.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_south_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_west.nbt | ||
**{{ | **{{MC/Nbt|compound}} carpet_west_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} corridor_floor.nbt | ||
**{{ | **{{MC/Nbt|compound}} corridor_floor_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} entrance.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_door.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_door_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_wall.nbt | ||
**{{ | **{{MC/Nbt|compound}} indoors_wall_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof_front.nbt | ||
**{{ | **{{MC/Nbt|compound}} roof_inner_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} small_wall.nbt | ||
**{{ | **{{MC/Nbt|compound}} small_wall_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} wall_corner.nbt | ||
**{{ | **{{MC/Nbt|compound}} wall_flat.nbt | ||
**{{ | **{{MC/Nbt|compound}} wall_window.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Nether Fossil|nether_fossils}}|content=<!-- exactly the same as Java --> | {{collapse|title={{MC/EnvLink|Nether Fossil|nether_fossils}}|content=<!-- exactly the same as Java --> | ||
**{{ | **{{MC/Nbt|compound}} fossil_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_7nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_9.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_10.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_11.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_12.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_13.nbt | ||
**{{ | **{{MC/Nbt|compound}} fossil_14.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Pillager Outpost|pillageroutpost}}|content= | {{collapse|title={{MC/EnvLink|Pillager Outpost|pillageroutpost}}|content= | ||
**{{ | **{{MC/Nbt|compound}} feature_cage_with_allays.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_cage1.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_cage2.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_logs.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_targets.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_tent1.nbt | ||
**{{ | **{{MC/Nbt|compound}} feature_tent2.nbt | ||
**{{ | **{{MC/Nbt|compound}} watchtower.nbt | ||
**{{ | **{{MC/Nbt|compound}} watchtower_overgrown.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Ocean Ruins|ruin}}|content= | {{collapse|title={{MC/EnvLink|Ocean Ruins|ruin}}|content= | ||
**{{ | **{{MC/Nbt|compound}} big_ruin_warm_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin_warm_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin_warm_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin_warm_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin1_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin1_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin1_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin2_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin2_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin2_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin3_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin3_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin3_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin8_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin8_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} big_ruin8_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin_warm_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin1_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin1_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin1_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin2_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin2_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin2_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin3_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin3_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin3_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin4.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin4_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin4_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin4_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin5_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin5_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin5_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin6_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin6_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin6_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin7_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin7_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin7_mossy.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin8_brick.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin8_cracked.nbt | ||
**{{ | **{{MC/Nbt|compound}} ruin8_mossy.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Ruined Portal|ruined_portal}}|content=<!-- exactly the same as Java --> | {{collapse|title={{MC/EnvLink|Ruined Portal|ruined_portal}}|content=<!-- exactly the same as Java --> | ||
**{{ | **{{MC/Nbt|compound}} giant_portal_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} giant_portal_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} giant_portal_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_1.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_2.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_3.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_4.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_5.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_6.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_7.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_8.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_9.nbt | ||
**{{ | **{{MC/Nbt|compound}} portal_10.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|shipwreck}}|content= | {{collapse|title={{MC/EnvLink|shipwreck}}|content= | ||
**{{ | **{{MC/Nbt|compound}} swrightsideupbackhalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} swrightsideupbackhalfdegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swrightsideupfronthalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} swrightsideupfronthalfdegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swrightsideupfull.nbt | ||
**{{ | **{{MC/Nbt|compound}} swrightsideupfulldegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swsidewaysbackhalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} swsidewaysbackhalfdegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swsidewaysfronthalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} swsidewaysfronthalfdegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swsidewaysfull.nbt | ||
**{{ | **{{MC/Nbt|compound}} swsidewaysfulldegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swupsidedownbackhalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} swupsidedownbackhalfdegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swupsidedownfronthalf.nbt | ||
**{{ | **{{MC/Nbt|compound}} swupsidedownfronthalfdegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swupsidedownfull.nbt | ||
**{{ | **{{MC/Nbt|compound}} swupsidedownfulldegraded.nbt | ||
**{{ | **{{MC/Nbt|compound}} swwithmast.nbt | ||
**{{ | **{{MC/Nbt|compound}} swwithmastdegraded.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Trail Ruins|trail_ruins}}|content=<!-- exactly the same as Java --> | {{collapse|title={{MC/EnvLink|Trail Ruins|trail_ruins}}|content=<!-- exactly the same as Java --> | ||
** buildings | ** buildings | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_full_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_hall_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_lower_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_room_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} group_upper_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_room_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_5.nbt | ||
** decor | ** decor | ||
*** {{ | *** {{MC/Nbt|compound}} decor_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_6.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} decor_7.nbt | ||
** roads | ** roads | ||
*** {{ | *** {{MC/Nbt|compound}} long_road_end.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_end_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_section_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} road_spacer_1.nbt | ||
** tower | ** tower | ||
*** {{ | *** {{MC/Nbt|compound}} hall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} hall_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} large_hall_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} one_room_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} platform_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} stable_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} tower_top_5.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|Trial Chambers|trial_chambers}}|content=<!-- exactly the same as Java --> | {{collapse|title={{MC/EnvLink|Trial Chambers|trial_chambers}}|content=<!-- exactly the same as Java --> | ||
** chamber | ** chamber | ||
*** {{ | *** {{MC/Nbt|compound}} assembly.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} chamber_8.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_cap.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} eruption.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} pedestal.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} slanted.nbt | ||
*** addon | *** addon | ||
**** {{ | **** {{MC/Nbt|compound}} c1_breeze.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_corner_column.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_stacked_walkway.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_stacked_walkway_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grate_bridge.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_platform.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} lower_staircase_down.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} short_grate_platform.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} short_platform.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} walkway_with_bridge_1.nbt | ||
*** assembly | *** assembly | ||
**** {{ | **** {{MC/Nbt|compound}} cover_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cover_6.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} full_column.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hanging_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left_staircase_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left_staircase_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} left_staircase_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} platform_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right_staircase_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right_staircase_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} right_staircase_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spawner_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spawner_trap_1.nbt | ||
*** eruption | *** eruption | ||
**** {{ | **** {{MC/Nbt|compound}} breeze_slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} center_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_3.nbt | ||
*** pedestal | *** pedestal | ||
**** {{ | **** {{MC/Nbt|compound}} center_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ominous_slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slice_5.nbt | ||
*** slanted | *** slanted | ||
**** {{ | **** {{MC/Nbt|compound}} center.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} hallway_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ominous_upper_arm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} quadrant_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ramp_4.nbt | ||
** chests | ** chests | ||
*** {{ | *** {{MC/Nbt|compound}} supply.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} supply.nbt | ||
** corridor | ** corridor | ||
*** {{ | *** {{MC/Nbt|compound}} atrium_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} end_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} end_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} entrance_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} first_plate.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} second_plate.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_6.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_7.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_8.nbt | ||
*** addon | *** addon | ||
**** {{ | **** {{MC/Nbt|compound}} arrow_dispenser.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} bridge_lower.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} chandelier_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} decoration_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} display_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} display_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} display_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} head_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ladder_to_middle.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} open_walkway.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} open_walkway_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} reward_upper.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} staircase.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} wall.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} walled_walkway.nbt | ||
*** atrium | *** atrium | ||
**** {{ | **** {{MC/Nbt|compound}} bogged_relief.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} breeze_relief.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grand_staircase_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grand_staircase_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} grand_staircase_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spider_relief.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spiral_relief.nbt | ||
** decor | ** decor | ||
*** {{ | *** {{MC/Nbt|compound}} barrel.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} candle_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} dead_bush_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} empty_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} flow_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} guster_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} scrape_pot.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} undecorated_pot.nbt | ||
** dispensers | ** dispensers | ||
*** {{ | *** {{MC/Nbt|compound}} chamber.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} floor_dispenser.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} wall_dispenser.nbt | ||
** hallway | ** hallway | ||
*** {{ | *** {{MC/Nbt|compound}} cache_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} corner_staircase.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} corner_staircase_down.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} corridor_connector_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} left_corner.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} long_straight_staircase.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} long_straight_staircase_down.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} lower_hallway_connector.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} right_corner.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble_chamber.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble_chamber_thin.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} rubble_thin.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_staircase.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} straight_staircase_down.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} upper_hallway_connector.nbt | ||
** intersection | ** intersection | ||
*** {{ | *** {{MC/Nbt|compound}} intersection_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intersection_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} intersection_3.nbt | ||
** reward | ** reward | ||
*** {{ | *** {{MC/Nbt|compound}} ominous_vault.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} vault.nbt | ||
** spawner | ** spawner | ||
*** breeze | *** breeze | ||
**** {{ | **** {{MC/Nbt|compound}} breeze.nbt | ||
*** connectors | *** connectors | ||
**** {{ | **** {{MC/Nbt|compound}} breeze.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} melee.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} ranged.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slow_ranged.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} small_melee.nbt | ||
*** melee | *** melee | ||
**** {{ | **** {{MC/Nbt|compound}} husk.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} spider.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} zombie.nbt | ||
*** ranged | *** ranged | ||
**** {{ | **** {{MC/Nbt|compound}} poison_skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stray.nbt | ||
*** slow_ranged | *** slow_ranged | ||
**** {{ | **** {{MC/Nbt|compound}} poison_skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} skeleton.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} stray.nbt | ||
*** small_melee | *** small_melee | ||
**** {{ | **** {{MC/Nbt|compound}} baby_zombie.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cave_spider.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} silverfish.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} slime.nbt | ||
}} | }} | ||
{{collapse|title={{EnvLink|village}}|content= | {{collapse|title={{MC/EnvLink|village}}|content= | ||
** common | ** common | ||
*** animals | *** animals | ||
**** {{ | **** {{MC/Nbt|compound}} cat.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cows_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} horses_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} horses_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} pigs_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} sheep_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} villager.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} well_bottom.nbt | ||
** desert | ** desert | ||
*** houses | *** houses | ||
**** {{ | **** {{MC/Nbt|compound}} desert_animal_pen_1.nbt.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_animal_pen_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_armorer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_butcher_shop_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_cartographer_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_farm_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_fisher_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_fletcher_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_large_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_library_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_mason_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_medium_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_medium_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_shepherd_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_6.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_7.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_small_house_8.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_tannery_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_temple_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_temple_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_tool_smith_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_weaponsmith_1.nbt | ||
*** streets | *** streets | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} square_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} square_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01.nbt | ||
*** terminators | *** terminators | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_02.nbt | ||
*** town_centers | *** town_centers | ||
**** {{ | **** {{MC/Nbt|compound}} desert_meeting_point_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_meeting_point_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} desert_meeting_point_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} desert_lamp_1.nbt | ||
** plains | ** plains | ||
*** houses | *** houses | ||
**** {{ | **** {{MC/Nbt|compound}} plains_accessory_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_animal_pen_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_animal_pen_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_animal_pen_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_armorer_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_big_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_butcher_shop_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_butcher_shop_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_cartographer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_fisher_cottage_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_fletcher_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_large_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_library_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_library_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_masons_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_medium_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_medium_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_shepherds_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_6.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_7.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_small_house_8.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_stable_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_stable_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_tannery_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_temple_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_temple_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_tool_smith_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_weaponsmith_1.nbt | ||
*** streets | *** streets | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_05.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01.nbt | ||
*** terminators | *** terminators | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_04.nbt | ||
*** town_centers | *** town_centers | ||
**** {{ | **** {{MC/Nbt|compound}} plains_fountain_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} plains_meeting_point_3.nbt | ||
*** villagers | *** villagers | ||
**** {{ | **** {{MC/Nbt|compound}} armorer.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} butcher.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cartographer.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} cleric.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} farmer.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} fishermen.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} fletcher.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} leatherworker.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} librarian.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} nitwit.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} shepherd.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} toolsmith.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} unemployed.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} weaponsmith.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} plains_lamp_1.nbt | ||
** savanna | ** savanna | ||
*** houses | *** houses | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_animal_pen_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_animal_pen_2.nbt.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_animal_pen_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_armorer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_butchers_shop_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_butchers_shop_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_cartographer_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_fisher_cottage_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_fletcher_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_large_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_large_farm_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_library_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_mason_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_medium_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_medium_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_shepherd_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_farm.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_6.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_7.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_small_house_8.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_tannery_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_temple_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_temple_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_tool_smith_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_weaponsmith_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_weaponsmith_2.nbt | ||
*** streets | *** streets | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_07.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} split_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} split_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_05.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_08.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_09.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_10.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_11.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01.nbt | ||
*** terminators | *** terminators | ||
**** {{ | **** {{MC/Nbt|compound}} terminator_05.nbt | ||
*** town_centers | *** town_centers | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} savanna_meeting_point_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} savanna_lamp_post_01.nbt | ||
** snowy | ** snowy | ||
*** houses | *** houses | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_animal_pen_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_animal_pen_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_armorer_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_armorer_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_butchers_shop_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_butchers_shop_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_cartographer_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_farm_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_fisher_cottage.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_fletcher_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_library_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_masons_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_masons_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_medium_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_medium_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_medium_house_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_shepherds_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_6.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_7.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_small_house_8.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_tannery_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_temple_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_tool_smith_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_weapon_smith_1.nbt | ||
*** streets | *** streets | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} square_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_08.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01.nbt | ||
*** town_centers | *** town_centers | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_meeting_point_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_meeting_point_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} snowy_meeting_point_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} snowy_lamp_post_01.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} snowy_lamp_post_02.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} snowy_lamp_post_03.nbt | ||
** taiga | ** taiga | ||
*** houses | *** houses | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_animal_pen_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_armorer_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_armorer_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_butcher_shop_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_cartographer_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_decoration_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_fisher_cottage_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_fletcher_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_lamp_post_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_large_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_large_farm_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_library_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_masons_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_medium_house_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_shepherds_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_farm_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_2.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_3.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_4.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_small_house_5.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_tannery_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_temple_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_tool_smith_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_weaponsmith_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_weaponsmith_2.nbt | ||
*** streets | *** streets | ||
**** {{ | **** {{MC/Nbt|compound}} corner_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} corner_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_05.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} crossroad_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_01.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_02.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_03.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_04.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_05.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} straight_06.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} turn_01.nbt | ||
*** town_centers | *** town_centers | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_meeting_point_1.nbt | ||
**** {{ | **** {{MC/Nbt|compound}} taiga_meeting_point_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_1.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_2.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_3.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_4.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_decoration_5.nbt | ||
*** {{ | *** {{MC/Nbt|compound}} taiga_lamp_post_1.nbt | ||
}}</div> | }}</div> | ||
| Line 2,290: | Line 2,290: | ||
<div class="treeview"> | <div class="treeview"> | ||
* {{ | * {{MC/Nbt|compound}} The root tag. | ||
** {{ | ** {{MC/Nbt|integer|DataVersion}}: Data version of the NBT structure. | ||
** <s>{{ | ** <s>{{MC/Nbt|string|author}}</s>: Name of the player who created this structure. Only exists for structures saved before 1.13. | ||
** {{ | ** {{MC/Nbt|list|size}}: 3 TAG_Int describing the size of the structure. | ||
** {{ | ** {{MC/Nbt|list|palette}}: Set of different block states used in the structure. | ||
*** {{ | *** {{MC/Nbt|compound}} A block. | ||
**** {{ | **** {{MC/Nbt|string|Name}}: Block ID. | ||
**** {{ | **** {{MC/Nbt|compound|Properties}}: List of block state properties. | ||
***** {{nbt|string|{{ph|state property name}}}}: The value of the corresponding state property. | ***** {{nbt|string|{{ph|state property name}}}}: The value of the corresponding state property. | ||
** {{ | ** {{MC/Nbt|list|palettes}}: Sets of different block states used in the structure, a random palette gets selected based on coordinates. Used in vanilla by shipwrecks. | ||
*** {{ | *** {{MC/Nbt|list}} A set of different block states used in the structure. | ||
**** {{ | **** {{MC/Nbt|compound}} A block. | ||
***** {{ | ***** {{MC/Nbt|string|Name}}: Block ID. | ||
***** {{ | ***** {{MC/Nbt|compound|Properties}}: List of block state properties. | ||
****** {{nbt|string|{{ph|state property name}}}}: The value of the corresponding state property. | ****** {{nbt|string|{{ph|state property name}}}}: The value of the corresponding state property. | ||
** {{ | ** {{MC/Nbt|list|blocks}}: List of individual blocks in the structure. | ||
*** {{ | *** {{MC/Nbt|compound}} An individual block. | ||
**** {{ | **** {{MC/Nbt|integer|state}}: Index of the block in the palette. | ||
**** {{ | **** {{MC/Nbt|list|pos}}: 3 TAG_Int describing the position of this block. | ||
**** {{ | **** {{MC/Nbt|compound|nbt}}: NBT of the associated [[Minecraft:block entity]] (optional, only present if the block has one). Does not contain x, y, or z fields. See Block entity format. | ||
** {{ | ** {{MC/Nbt|list|entities}}: List of entities in the structure. | ||
*** {{ | *** {{MC/Nbt|compound}} An entity. | ||
**** {{ | **** {{MC/Nbt|list|pos}}: 3 TAG_Double describing the exact position of the entity. | ||
**** {{ | **** {{MC/Nbt|list|blockPos}}: 3 TAG_Int describing the block position of the entity. | ||
**** {{ | **** {{MC/Nbt|compound|nbt}}: NBT of the entity (required). See entity format. | ||
</div> | </div> | ||
| Line 2,320: | Line 2,320: | ||
==History== | ==History== | ||
{{HistoryTable | {{HistoryTable | ||
|{{HistoryLine|java}} | |{{MC/HistoryLine|java}} | ||
|{{HistoryLine||1.9|dev=15w31a|Added structure files.}} | |{{MC/HistoryLine||1.9|dev=15w31a|Added structure files.}} | ||
|{{HistoryLine||1.10|dev=16w20a|Changed structure files to their current format. Before this, {{ | |{{HistoryLine||1.10|dev=16w20a|Changed structure files to their current format. Before this, {{MC/Nbt|list|palette}} did not exist. Instead of referring to an index in the palette, {{MC/Nbt|int|state}} encoded the block ID and metadata at that position. The last byte encodes the block id, and the second-to-last byte encodes the block data.}} | ||
|{{HistoryLine||1.11|Removed {{ | |{{HistoryLine||1.11|Removed {{MC/Nbt|int|version}}. Before its removal, its value was always <code>1</code>. | ||
|Added {{ | |Added {{MC/Nbt|int|DataVersion}} that is set to the data version of the version of the game that saved the file.}} | ||
|{{HistoryLine||1.21|dev=24w21a|Moved structure files from {{file|directory|inline=1|structures}} to {{file|directory|inline=1|structure}}.}} | |{{HistoryLine||1.21|dev=24w21a|Moved structure files from {{file|directory|inline=1|structures}} to {{file|directory|inline=1|structure}}.}} | ||
}} | }} | ||
== Navigation == | == Navigation == | ||
{{Navbox Java Edition technical|datapack}} | {{MC/Navbox Java Edition technical|datapack}} | ||
[[Category:Development]] | [[Category:Development]] | ||
| Line 2,335: | Line 2,335: | ||
[[Category:Structures]] | [[Category:Structures]] | ||
de:Konstruktionsvorlagen | |||
fr:Fichier de structure | |||
ja:構造物ファイルフォーマット | |||
pt:Modelo de estrutura | |||
zh:结构存储格式 | |||
Latest revision as of 21:00, 9 April 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
A structure file (also called structure template) is an NBT file that stores small structures of blocks and entities. Structure files are used to store some structures such as end cities, igloos, and Minecraft:fossils.
Usage
Java Edition
Structure files are stored as .nbt files in data packs in the Template:File folder.
They can be saved and loaded using the Minecraft:Structure Block. When saved from Structure Blocks they are saved into the Template:Cd subfolder in the world save folder. When no namespace is given, then the
- REDIRECT Template:Code
Template:Redr namespace is used.
Structure files can also be placed using the
- REDIRECT Template:Command
Template:Redr command. They are also used during the generation of some Minecraft:structures and of Minecraft:fossil features.
Prebuild structures
Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse Template:Collapse
Template:CollapseBedrock Edition
Structure files are stored using the NBT format in the game files. In Minecraft:behavior packs, they are stored as
- REDIRECT Template:Code
Template:Redr files in the Template:Cd folder.
Prebuild structures
NBT structure
All the specified positions are relative to the block located toward -X, -Y, -Z.
- Template:Nbt/sprite The root tag.
- Template:Nbt/sprite DataVersion: Data version of the NBT structure.
Template:Nbt/sprite author: Name of the player who created this structure. Only exists for structures saved before 1.13.- Template:Nbt/sprite size: 3 TAG_Int describing the size of the structure.
- Template:Nbt/sprite palette: Set of different block states used in the structure.
- Template:Nbt/sprite A block.
- Template:Nbt/sprite Name: Block ID.
- Template:Nbt/sprite Properties: List of block state properties.
- Template:Nbt: The value of the corresponding state property.
- Template:Nbt/sprite A block.
- Template:Nbt/sprite palettes: Sets of different block states used in the structure, a random palette gets selected based on coordinates. Used in vanilla by shipwrecks.
- Template:Nbt/sprite A set of different block states used in the structure.
- Template:Nbt/sprite A block.
- Template:Nbt/sprite Name: Block ID.
- Template:Nbt/sprite Properties: List of block state properties.
- Template:Nbt: The value of the corresponding state property.
- Template:Nbt/sprite A block.
- Template:Nbt/sprite A set of different block states used in the structure.
- Template:Nbt/sprite blocks: List of individual blocks in the structure.
- Template:Nbt/sprite An individual block.
- Template:Nbt/sprite state: Index of the block in the palette.
- Template:Nbt/sprite pos: 3 TAG_Int describing the position of this block.
- Template:Nbt/sprite nbt: NBT of the associated Minecraft:block entity (optional, only present if the block has one). Does not contain x, y, or z fields. See Block entity format.
- Template:Nbt/sprite An individual block.
- Template:Nbt/sprite entities: List of entities in the structure.
- Template:Nbt/sprite An entity.
- Template:Nbt/sprite pos: 3 TAG_Double describing the exact position of the entity.
- Template:Nbt/sprite blockPos: 3 TAG_Int describing the block position of the entity.
- Template:Nbt/sprite nbt: NBT of the entity (required). See entity format.
- Template:Nbt/sprite An entity.
History
de:Konstruktionsvorlagen fr:Fichier de structure ja:構造物ファイルフォーマット pt:Modelo de estrutura zh:结构存储格式