Structure file
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 fossils.
Usage[edit | edit source]
Java Edition[edit | edit source]
Structure files are stored as .nbt files in data packs in the
data/<namespace>/structure
folder.
They can be saved and loaded using the Structure Block. When saved from Structure Blocks they are saved into the generated/<namespace>/structures
subfolder in the world save folder. When no namespace is given, then the minecraft
namespace is used.
Structure files can also be placed using the /place template
command. They are also used during the generation of some Structures and of Fossil features.
Prebuild structures[edit | edit source]

- city
- entrance
- [NBT Compound / JSON Object] entrance_connector.nbt
- [NBT Compound / JSON Object] entrance_path_1.nbt
- [NBT Compound / JSON Object] entrance_path_2.nbt
- [NBT Compound / JSON Object] entrance_path_3.nbt
- [NBT Compound / JSON Object] entrance_path_4.nbt
- [NBT Compound / JSON Object] entrance_path_5.nbt
- entrance
- city_center
- walls
- [NBT Compound / JSON Object] bottom_1.nbt
- [NBT Compound / JSON Object] bottom_2.nbt
- [NBT Compound / JSON Object] bottom_left_corner.nbt
- [NBT Compound / JSON Object] bottom_right_corner.nbt
- [NBT Compound / JSON Object] bottom_right_corner_1.nbt
- [NBT Compound / JSON Object] bottom_right_corner_2.nbt
- [NBT Compound / JSON Object] left.nbt
- [NBT Compound / JSON Object] right.nbt
- [NBT Compound / JSON Object] top.nbt
- [NBT Compound / JSON Object] top_left_corner.nbt
- [NBT Compound / JSON Object] top_right_corner.nbt
- [NBT Compound / JSON Object] city_center_1.nbt
- [NBT Compound / JSON Object] city_center_2.nbt
- [NBT Compound / JSON Object] city_center_3.nbt
- walls
- structures
- [NBT Compound / JSON Object] barracks.nbt
- [NBT Compound / JSON Object] camp_1.nbt
- [NBT Compound / JSON Object] camp_2.nbt
- [NBT Compound / JSON Object] camp_3.nbt
- [NBT Compound / JSON Object] chamber_1.nbt
- [NBT Compound / JSON Object] chamber_2.nbt
- [NBT Compound / JSON Object] chamber_3.nbt
- [NBT Compound / JSON Object] ice_box_1.nbt
- [NBT Compound / JSON Object] large_pillar_1.nbt
- [NBT Compound / JSON Object] large_ruin_1.nbt
- [NBT Compound / JSON Object] medium_pillar_1.nbt
- [NBT Compound / JSON Object] medium_ruin_1.nbt
- [NBT Compound / JSON Object] medium_ruin_2.nbt
- [NBT Compound / JSON Object] sauna_1.nbt
- [NBT Compound / JSON Object] small_ruin_1.nbt
- [NBT Compound / JSON Object] small_ruin_2.nbt
- [NBT Compound / JSON Object] small_statue.nbt
- [NBT Compound / JSON Object] tall_ruin_1.nbt
- [NBT Compound / JSON Object] tall_ruin_2.nbt
- [NBT Compound / JSON Object] tall_ruin_3.nbt
- [NBT Compound / JSON Object] tall_ruin_4.nbt
- walls
- [NBT Compound / JSON Object] intact_corner_wall_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_bridge.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_passage_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_2.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_3.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_4.nbt
- [NBT Compound / JSON Object] intact_intersection_wall_1.nbt
- [NBT Compound / JSON Object] intact_lshape_wall_1.nbt
- [NBT Compound / JSON Object] ruined_corner_wall_1.nbt
- [NBT Compound / JSON Object] ruined_corner_wall_2.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_1.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_2.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_3.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_4.nbt
- city

- blocks
- [NBT Compound / JSON Object] air.nbt
- [NBT Compound / JSON Object] gold.nbt
- bridge
- bridge_pieces
- [NBT Compound / JSON Object] bridge.nbt
- connectors
- [NBT Compound / JSON Object] back_bridge_bottom.nbt
- [NBT Compound / JSON Object] back_bridge_top.nbt
- legs
- [NBT Compound / JSON Object] leg_0.nbt
- [NBT Compound / JSON Object] leg_1.nbt
- rampart_plates
- [NBT Compound / JSON Object] plate_0.nbt
- ramparts
- [NBT Compound / JSON Object] rampart_0.nbt
- [NBT Compound / JSON Object] rampart_1.nbt
- starting_pieces
- [NBT Compound / JSON Object] entrance.nbt
- [NBT Compound / JSON Object] entrance_base.nbt
- [NBT Compound / JSON Object] entrance_face.nbt
- walls
- [NBT Compound / JSON Object] wall_base_0.nbt
- [NBT Compound / JSON Object] wall_base_1.nbt
- bridge_pieces
- hoglin_stable
- connectors
- [NBT Compound / JSON Object] end_post_connector.nbt
- large_stables
- [NBT Compound / JSON Object] inner_0.nbt
- [NBT Compound / JSON Object] inner_1.nbt
- [NBT Compound / JSON Object] inner_2.nbt
- [NBT Compound / JSON Object] inner_3.nbt
- [NBT Compound / JSON Object] inner_4.nbt
- [NBT Compound / JSON Object] outer_0.nbt
- [NBT Compound / JSON Object] outer_1.nbt
- [NBT Compound / JSON Object] outer_2.nbt
- [NBT Compound / JSON Object] outer_3.nbt
- [NBT Compound / JSON Object] outer_4.nbt
- posts
- [NBT Compound / JSON Object] end_post.nbt
- [NBT Compound / JSON Object] stair_post.nbt
- rampart_plates
- [NBT Compound / JSON Object] rampart_plate_1.nbt
- ramparts
- [NBT Compound / JSON Object] ramparts_1.nbt
- [NBT Compound / JSON Object] ramparts_2.nbt
- [NBT Compound / JSON Object] ramparts_3.nbt
- small_stables
- [NBT Compound / JSON Object] inner_0.nbt
- [NBT Compound / JSON Object] inner_1.nbt
- [NBT Compound / JSON Object] inner_2.nbt
- [NBT Compound / JSON Object] inner_3.nbt
- [NBT Compound / JSON Object] outer_0.nbt
- [NBT Compound / JSON Object] outer_1.nbt
- [NBT Compound / JSON Object] outer_2.nbt
- [NBT Compound / JSON Object] outer_3.nbt
- stairs
- [NBT Compound / JSON Object] stairs_1_0.nbt
- [NBT Compound / JSON Object] stairs_1_1.nbt
- [NBT Compound / JSON Object] stairs_1_2.nbt
- [NBT Compound / JSON Object] stairs_1_3.nbt
- [NBT Compound / JSON Object] stairs_1_4.nbt
- [NBT Compound / JSON Object] stairs_2_0.nbt
- [NBT Compound / JSON Object] stairs_2_1.nbt
- [NBT Compound / JSON Object] stairs_2_2.nbt
- [NBT Compound / JSON Object] stairs_2_3.nbt
- [NBT Compound / JSON Object] stairs_2_4.nbt
- [NBT Compound / JSON Object] stairs_3_0.nbt
- [NBT Compound / JSON Object] stairs_3_1.nbt
- [NBT Compound / JSON Object] stairs_3_2.nbt
- [NBT Compound / JSON Object] stairs_3_3.nbt
- [NBT Compound / JSON Object] stairs_3_4.nbt
- starting_pieces
- [NBT Compound / JSON Object] stairs_0_mirrored.nbt
- [NBT Compound / JSON Object] stairs_1_mirrored.nbt
- [NBT Compound / JSON Object] stairs_2_mirrored.nbt
- [NBT Compound / JSON Object] stairs_3_mirrored.nbt
- [NBT Compound / JSON Object] stairs_4_mirrored.nbt
- [NBT Compound / JSON Object] starting_stairs_0.nbt
- [NBT Compound / JSON Object] starting_stairs_1.nbt
- [NBT Compound / JSON Object] starting_stairs_2.nbt
- [NBT Compound / JSON Object] starting_stairs_3.nbt
- [NBT Compound / JSON Object] starting_stairs_4.nbt
- walls
- [NBT Compound / JSON Object] side_wall_0.nbt
- [NBT Compound / JSON Object] side_wall_1.nbt
- [NBT Compound / JSON Object] wall_base.nbt
- [NBT Compound / JSON Object] air_base.nbt
- connectors
- mobs
- [NBT Compound / JSON Object] crossbow_piglin.nbt
- [NBT Compound / JSON Object] empty.nbt
- [NBT Compound / JSON Object] hoglin.nbt
- [NBT Compound / JSON Object] melee_piglin.nbt
- [NBT Compound / JSON Object] melee_piglin_always.nbt
- [NBT Compound / JSON Object] sword_piglin.nbt
- treasure
- bases
- centers
- [NBT Compound / JSON Object] center_0.nbt
- [NBT Compound / JSON Object] center_1.nbt
- [NBT Compound / JSON Object] center_2.nbt
- [NBT Compound / JSON Object] center_3.nbt
- [NBT Compound / JSON Object] lava_basin.nbt
- centers
- brains
- [NBT Compound / JSON Object] center_brain.nbt
- connectors
- [NBT Compound / JSON Object] center_to_wall_middle.nbt
- [NBT Compound / JSON Object] center_to_wall_top.nbt
- [NBT Compound / JSON Object] center_to_wall_top_entrance.nbt
- corners
- bottom
- [NBT Compound / JSON Object] corner_0.nbt
- [NBT Compound / JSON Object] corner_1.nbt
- edges
- [NBT Compound / JSON Object] bottom.nbt
- [NBT Compound / JSON Object] middle.nbt
- [NBT Compound / JSON Object] top.nbt
- middle
- [NBT Compound / JSON Object] corner_0.nbt
- [NBT Compound / JSON Object] corner_1.nbt
- top
- [NBT Compound / JSON Object] corner_0.nbt
- [NBT Compound / JSON Object] corner_1.nbt
- bottom
- entrances
- [NBT Compound / JSON Object] entrance_0.nbt
- extensions
- [NBT Compound / JSON Object] empty.nbt
- [NBT Compound / JSON Object] fire_room.nbt
- [NBT Compound / JSON Object] house_0.nbt
- [NBT Compound / JSON Object] house_1.nbt
- [NBT Compound / JSON Object] large_bridge_0.nbt
- [NBT Compound / JSON Object] large_bridge_1.nbt
- [NBT Compound / JSON Object] large_bridge_2.nbt
- [NBT Compound / JSON Object] large_bridge_3.nbt
- [NBT Compound / JSON Object] roofed_bridge.nbt
- [NBT Compound / JSON Object] small_bridge_0.nbt
- [NBT Compound / JSON Object] small_bridge_1.nbt
- [NBT Compound / JSON Object] small_bridge_2.nbt
- [NBT Compound / JSON Object] small_bridge_3.nbt
- ramparts
- [NBT Compound / JSON Object] bottom_wall_0.nbt
- [NBT Compound / JSON Object] lava_basin_main.nbt
- [NBT Compound / JSON Object] lava_basin_side.nbt
- [NBT Compound / JSON Object] mid_wall_main.nbt
- [NBT Compound / JSON Object] mid_wall_side.nbt
- [NBT Compound / JSON Object] top_wall.nbt
- roofs
- [NBT Compound / JSON Object] center_roof.nbt
- [NBT Compound / JSON Object] corner_roof.nbt
- [NBT Compound / JSON Object] wall_roof.nbt
- stairs
- [NBT Compound / JSON Object] lower_stairs.nbt
- walls
- bottom
- [NBT Compound / JSON Object] wall_0.nbt
- [NBT Compound / JSON Object] wall_1.nbt
- [NBT Compound / JSON Object] wall_2.nbt
- [NBT Compound / JSON Object] wall_3.nbt
- mid
- [NBT Compound / JSON Object] wall_0.nbt
- [NBT Compound / JSON Object] wall_1.nbt
- [NBT Compound / JSON Object] wall_2.nbt
- outer
- [NBT Compound / JSON Object] bottom_corner.nbt
- [NBT Compound / JSON Object] medium_outer_wall.nbt
- [NBT Compound / JSON Object] mid_corner.nbt
- [NBT Compound / JSON Object] outer_wall.nbt
- [NBT Compound / JSON Object] tall_outer_wall.nbt
- [NBT Compound / JSON Object] top_corner.nbt
- top
- [NBT Compound / JSON Object] main_entrance.nbt
- [NBT Compound / JSON Object] wall_0.nbt
- [NBT Compound / JSON Object] wall_1.nbt
- [NBT Compound / JSON Object] entrance_wall.nbt
- [NBT Compound / JSON Object] lava_wall.nbt
- bottom
- [NBT Compound / JSON Object] big_air_full.nbt
- bases
- units
- center_pieces
- [NBT Compound / JSON Object] center_0.nbt
- [NBT Compound / JSON Object] center_1.nbt
- [NBT Compound / JSON Object] center_2.nbt
- edges
- [NBT Compound / JSON Object] edge_0.nbt
- fillers
- [NBT Compound / JSON Object] stage_0.nbt
- pathways
- [NBT Compound / JSON Object] pathway_0.nbt
- [NBT Compound / JSON Object] pathway_wall_0.nbt
- rampart_plates
- [NBT Compound / JSON Object] plate_0.nbt
- ramparts
- [NBT Compound / JSON Object] ramparts_0.nbt
- [NBT Compound / JSON Object] ramparts_1.nbt
- [NBT Compound / JSON Object] ramparts_2.nbt
- stages
- rot
- [NBT Compound / JSON Object] stage_1_0.nbt
- [NBT Compound / JSON Object] stage_0_0.nbt
- [NBT Compound / JSON Object] stage_0_1.nbt
- [NBT Compound / JSON Object] stage_0_2.nbt
- [NBT Compound / JSON Object] stage_0_3.nbt
- [NBT Compound / JSON Object] stage_1_0.nbt
- [NBT Compound / JSON Object] stage_1_1.nbt
- [NBT Compound / JSON Object] stage_1_2.nbt
- [NBT Compound / JSON Object] stage_1_3.nbt
- [NBT Compound / JSON Object] stage_2_0.nbt
- [NBT Compound / JSON Object] stage_2_1.nbt
- [NBT Compound / JSON Object] stage_3_0.nbt
- [NBT Compound / JSON Object] stage_3_1.nbt
- [NBT Compound / JSON Object] stage_3_2.nbt
- [NBT Compound / JSON Object] stage_3_3.nbt
- rot
- wall_units
- [NBT Compound / JSON Object] edge_0_large.nbt
- [NBT Compound / JSON Object] unit_0.nbt
- walls
- [NBT Compound / JSON Object] connected_wall.nbt
- [NBT Compound / JSON Object] wall_base.nbt
- [NBT Compound / JSON Object] air_base.nbt
- center_pieces
- blocks

- [NBT Compound / JSON Object] base_floor.nbt
- [NBT Compound / JSON Object] base_roof.nbt
- [NBT Compound / JSON Object] bridge_end.nbt
- [NBT Compound / JSON Object] bridge_gentle_stairs.nbt
- [NBT Compound / JSON Object] bridge_piece.nbt
- [NBT Compound / JSON Object] bridge_steep_stairs.nbt
- [NBT Compound / JSON Object] fat_tower_base.nbt
- [NBT Compound / JSON Object] fat_tower_middle.nbt
- [NBT Compound / JSON Object] fat_tower_top.nbt
- [NBT Compound / JSON Object] second_floor_1.nbt
- [NBT Compound / JSON Object] second_floor_2.nbt
- [NBT Compound / JSON Object] second_roof.nbt
- [NBT Compound / JSON Object] ship.nbt
- [NBT Compound / JSON Object] third_floor_1.nbt
- [NBT Compound / JSON Object] third_floor_2.nbt
- [NBT Compound / JSON Object] third_roof.nbt
- [NBT Compound / JSON Object] tower_base.nbt
- [NBT Compound / JSON Object] tower_floor.nbt
- [NBT Compound / JSON Object] tower_piece.nbt
- [NBT Compound / JSON Object] tower_top.nbt

- [NBT Compound / JSON Object] skull_1.nbt
- [NBT Compound / JSON Object] skull_1_coal.nbt
- [NBT Compound / JSON Object] skull_2.nbt
- [NBT Compound / JSON Object] skull_2_coal.nbt
- [NBT Compound / JSON Object] skull_3.nbt
- [NBT Compound / JSON Object] skull_3_coal.nbt
- [NBT Compound / JSON Object] skull_4.nbt
- [NBT Compound / JSON Object] skull_4_coal.nbt
- [NBT Compound / JSON Object] spine_1.nbt
- [NBT Compound / JSON Object] spine_1_coal.nbt
- [NBT Compound / JSON Object] spine_2.nbt
- [NBT Compound / JSON Object] spine_2_coal.nbt
- [NBT Compound / JSON Object] spine_3.nbt
- [NBT Compound / JSON Object] spine_3_coal.nbt
- [NBT Compound / JSON Object] spine_4.nbt
- [NBT Compound / JSON Object] spine_4_coal.nbt

- [NBT Compound / JSON Object] bottom.nbt
- [NBT Compound / JSON Object] middle.nbt
- [NBT Compound / JSON Object] top.nbt

- [NBT Compound / JSON Object] fossil_1.nbt
- [NBT Compound / JSON Object] fossil_2.nbt
- [NBT Compound / JSON Object] fossil_3.nbt
- [NBT Compound / JSON Object] fossil_4.nbt
- [NBT Compound / JSON Object] fossil_5.nbt
- [NBT Compound / JSON Object] fossil_6.nbt
- [NBT Compound / JSON Object] fossil_7nbt
- [NBT Compound / JSON Object] fossil_8.nbt
- [NBT Compound / JSON Object] fossil_9.nbt
- [NBT Compound / JSON Object] fossil_10.nbt
- [NBT Compound / JSON Object] fossil_11.nbt
- [NBT Compound / JSON Object] fossil_12.nbt
- [NBT Compound / JSON Object] fossil_13.nbt
- [NBT Compound / JSON Object] fossil_14.nbt

- [NBT Compound / JSON Object] base_plate.nbt
- [NBT Compound / JSON Object] feature_cage1.nbt
- [NBT Compound / JSON Object] feature_cage2.nbt
- [NBT Compound / JSON Object] feature_logs.nbt
- [NBT Compound / JSON Object] feature_plate.nbt
- [NBT Compound / JSON Object] feature_targets.nbt
- [NBT Compound / JSON Object] feature_tent1.nbt
- [NBT Compound / JSON Object] feature_tent2.nbt
- [NBT Compound / JSON Object] watchtower.nbt
- [NBT Compound / JSON Object] watchtower_overgrown.nbt

- [NBT Compound / JSON Object] giant_portal_1.nbt
- [NBT Compound / JSON Object] giant_portal_2.nbt
- [NBT Compound / JSON Object] giant_portal_3.nbt
- [NBT Compound / JSON Object] portal_1.nbt
- [NBT Compound / JSON Object] portal_2.nbt
- [NBT Compound / JSON Object] portal_3.nbt
- [NBT Compound / JSON Object] portal_4.nbt
- [NBT Compound / JSON Object] portal_5.nbt
- [NBT Compound / JSON Object] portal_6.nbt
- [NBT Compound / JSON Object] portal_7.nbt
- [NBT Compound / JSON Object] portal_8.nbt
- [NBT Compound / JSON Object] portal_9.nbt
- [NBT Compound / JSON Object] portal_10.nbt

- [NBT Compound / JSON Object] rightsideup_backhalf.nbt
- [NBT Compound / JSON Object] rightsideup_backhalf_degraded.nbt
- [NBT Compound / JSON Object] rightsideup_fronthalf.nbt
- [NBT Compound / JSON Object] rightsideup_fronthalf_degraded.nbt
- [NBT Compound / JSON Object] rightsideup_full.nbt
- [NBT Compound / JSON Object] rightsideup_full_degraded.nbt
- [NBT Compound / JSON Object] sideways_backhalf.nbt
- [NBT Compound / JSON Object] sideways_backhalf_degraded.nbt
- [NBT Compound / JSON Object] sideways_fronthalf.nbt
- [NBT Compound / JSON Object] sideways_fronthalf_degraded.nbt
- [NBT Compound / JSON Object] sideways_full.nbt
- [NBT Compound / JSON Object] sideways_full_degraded.nbt
- [NBT Compound / JSON Object] upsidedown_backhalf.nbt
- [NBT Compound / JSON Object] upsidedown_backhalf_degraded.nbt
- [NBT Compound / JSON Object] upsidedown_fronthalf.nbt
- [NBT Compound / JSON Object] upsidedown_fronthalf_degraded.nbt
- [NBT Compound / JSON Object] upsidedown_full.nbt
- [NBT Compound / JSON Object] upsidedown_full_degraded.nbt
- [NBT Compound / JSON Object] with_mast.nbt
- [NBT Compound / JSON Object] with_mast_degraded.nbt

- buildings
- [NBT Compound / JSON Object] group_full_1.nbt
- [NBT Compound / JSON Object] group_full_2.nbt
- [NBT Compound / JSON Object] group_full_3.nbt
- [NBT Compound / JSON Object] group_full_4.nbt
- [NBT Compound / JSON Object] group_full_5.nbt
- [NBT Compound / JSON Object] group_hall_1.nbt
- [NBT Compound / JSON Object] group_hall_2.nbt
- [NBT Compound / JSON Object] group_hall_3.nbt
- [NBT Compound / JSON Object] group_hall_4.nbt
- [NBT Compound / JSON Object] group_hall_5.nbt
- [NBT Compound / JSON Object] group_lower_1.nbt
- [NBT Compound / JSON Object] group_lower_2.nbt
- [NBT Compound / JSON Object] group_lower_3.nbt
- [NBT Compound / JSON Object] group_lower_4.nbt
- [NBT Compound / JSON Object] group_lower_5.nbt
- [NBT Compound / JSON Object] group_room_1.nbt
- [NBT Compound / JSON Object] group_room_2.nbt
- [NBT Compound / JSON Object] group_room_3.nbt
- [NBT Compound / JSON Object] group_room_4.nbt
- [NBT Compound / JSON Object] group_room_5.nbt
- [NBT Compound / JSON Object] group_upper_1.nbt
- [NBT Compound / JSON Object] group_upper_2.nbt
- [NBT Compound / JSON Object] group_upper_3.nbt
- [NBT Compound / JSON Object] group_upper_4.nbt
- [NBT Compound / JSON Object] group_upper_5.nbt
- [NBT Compound / JSON Object] large_room_1.nbt
- [NBT Compound / JSON Object] large_room_2.nbt
- [NBT Compound / JSON Object] large_room_3.nbt
- [NBT Compound / JSON Object] large_room_4.nbt
- [NBT Compound / JSON Object] large_room_5.nbt
- [NBT Compound / JSON Object] one_room_1.nbt
- [NBT Compound / JSON Object] one_room_2.nbt
- [NBT Compound / JSON Object] one_room_3.nbt
- [NBT Compound / JSON Object] one_room_4.nbt
- [NBT Compound / JSON Object] one_room_5.nbt
- decor
- [NBT Compound / JSON Object] decor_1.nbt
- [NBT Compound / JSON Object] decor_2.nbt
- [NBT Compound / JSON Object] decor_3.nbt
- [NBT Compound / JSON Object] decor_4.nbt
- [NBT Compound / JSON Object] decor_5.nbt
- [NBT Compound / JSON Object] decor_6.nbt
- [NBT Compound / JSON Object] decor_7.nbt
- roads
- [NBT Compound / JSON Object] long_road_end.nbt
- [NBT Compound / JSON Object] road_end_1.nbt
- [NBT Compound / JSON Object] road_section_1.nbt
- [NBT Compound / JSON Object] road_section_2.nbt
- [NBT Compound / JSON Object] road_section_3.nbt
- [NBT Compound / JSON Object] road_section_4.nbt
- [NBT Compound / JSON Object] road_spacer_1.nbt
- tower
- [NBT Compound / JSON Object] hall_1.nbt
- [NBT Compound / JSON Object] hall_2.nbt
- [NBT Compound / JSON Object] hall_3.nbt
- [NBT Compound / JSON Object] hall_4.nbt
- [NBT Compound / JSON Object] hall_5.nbt
- [NBT Compound / JSON Object] large_hall_1.nbt
- [NBT Compound / JSON Object] large_hall_2.nbt
- [NBT Compound / JSON Object] large_hall_3.nbt
- [NBT Compound / JSON Object] large_hall_4.nbt
- [NBT Compound / JSON Object] large_hall_5.nbt
- [NBT Compound / JSON Object] one_room_1.nbt
- [NBT Compound / JSON Object] one_room_2.nbt
- [NBT Compound / JSON Object] one_room_3.nbt
- [NBT Compound / JSON Object] one_room_4.nbt
- [NBT Compound / JSON Object] one_room_5.nbt
- [NBT Compound / JSON Object] platform_1.nbt
- [NBT Compound / JSON Object] platform_2.nbt
- [NBT Compound / JSON Object] platform_3.nbt
- [NBT Compound / JSON Object] platform_4.nbt
- [NBT Compound / JSON Object] platform_5.nbt
- [NBT Compound / JSON Object] stable_1.nbt
- [NBT Compound / JSON Object] stable_2.nbt
- [NBT Compound / JSON Object] stable_3.nbt
- [NBT Compound / JSON Object] stable_4.nbt
- [NBT Compound / JSON Object] stable_5.nbt
- [NBT Compound / JSON Object] tower_1.nbt
- [NBT Compound / JSON Object] tower_2.nbt
- [NBT Compound / JSON Object] tower_3.nbt
- [NBT Compound / JSON Object] tower_4.nbt
- [NBT Compound / JSON Object] tower_5.nbt
- [NBT Compound / JSON Object] tower_top_1.nbt
- [NBT Compound / JSON Object] tower_top_2.nbt
- [NBT Compound / JSON Object] tower_top_3.nbt
- [NBT Compound / JSON Object] tower_top_4.nbt
- [NBT Compound / JSON Object] tower_top_5.nbt
- buildings

- chamber
- [NBT Compound / JSON Object] assembly.nbt
- [NBT Compound / JSON Object] chamber_1.nbt
- [NBT Compound / JSON Object] chamber_2.nbt
- [NBT Compound / JSON Object] chamber_4.nbt
- [NBT Compound / JSON Object] chamber_8.nbt
- [NBT Compound / JSON Object] entrance_cap.nbt
- [NBT Compound / JSON Object] eruption.nbt
- [NBT Compound / JSON Object] pedestal.nbt
- [NBT Compound / JSON Object] slanted.nbt
- addon
- [NBT Compound / JSON Object] c1_breeze.nbt
- [NBT Compound / JSON Object] full_corner_column.nbt
- [NBT Compound / JSON Object] full_stacked_walkway.nbt
- [NBT Compound / JSON Object] full_stacked_walkway_2.nbt
- [NBT Compound / JSON Object] grate_bridge.nbt
- [NBT Compound / JSON Object] hanging_platform.nbt
- [NBT Compound / JSON Object] lower_staircase_down.nbt
- [NBT Compound / JSON Object] short_grate_platform.nbt
- [NBT Compound / JSON Object] short_platform.nbt
- [NBT Compound / JSON Object] walkway_with_bridge_1.nbt
- assembly
- [NBT Compound / JSON Object] cover_1.nbt
- [NBT Compound / JSON Object] cover_2.nbt
- [NBT Compound / JSON Object] cover_3.nbt
- [NBT Compound / JSON Object] cover_4.nbt
- [NBT Compound / JSON Object] cover_5.nbt
- [NBT Compound / JSON Object] cover_6.nbt
- [NBT Compound / JSON Object] full_column.nbt
- [NBT Compound / JSON Object] hanging_1.nbt
- [NBT Compound / JSON Object] hanging_2.nbt
- [NBT Compound / JSON Object] hanging_3.nbt
- [NBT Compound / JSON Object] hanging_4.nbt
- [NBT Compound / JSON Object] hanging_5.nbt
- [NBT Compound / JSON Object] left_staircase_1.nbt
- [NBT Compound / JSON Object] left_staircase_2.nbt
- [NBT Compound / JSON Object] left_staircase_3.nbt
- [NBT Compound / JSON Object] platform_1.nbt
- [NBT Compound / JSON Object] right_staircase_1.nbt
- [NBT Compound / JSON Object] right_staircase_2.nbt
- [NBT Compound / JSON Object] right_staircase_3.nbt
- [NBT Compound / JSON Object] spawner_1.nbt
- [NBT Compound / JSON Object] spawner_trap_1.nbt
- eruption
- [NBT Compound / JSON Object] breeze_slice_1.nbt
- [NBT Compound / JSON Object] center_1.nbt
- [NBT Compound / JSON Object] quadrant_1.nbt
- [NBT Compound / JSON Object] quadrant_2.nbt
- [NBT Compound / JSON Object] quadrant_3.nbt
- [NBT Compound / JSON Object] quadrant_4.nbt
- [NBT Compound / JSON Object] quadrant_5.nbt
- [NBT Compound / JSON Object] slice_1.nbt
- [NBT Compound / JSON Object] slice_2.nbt
- [NBT Compound / JSON Object] slice_3.nbt
- pedestal
- [NBT Compound / JSON Object] center_1.nbt
- [NBT Compound / JSON Object] ominous_slice_1.nbt
- [NBT Compound / JSON Object] quadrant_1.nbt
- [NBT Compound / JSON Object] quadrant_2.nbt
- [NBT Compound / JSON Object] quadrant_3.nbt
- [NBT Compound / JSON Object] slice_1.nbt
- [NBT Compound / JSON Object] slice_2.nbt
- [NBT Compound / JSON Object] slice_3.nbt
- [NBT Compound / JSON Object] slice_4.nbt
- [NBT Compound / JSON Object] slice_5.nbt
- slanted
- [NBT Compound / JSON Object] center.nbt
- [NBT Compound / JSON Object] hallway_1.nbt
- [NBT Compound / JSON Object] hallway_2.nbt
- [NBT Compound / JSON Object] hallway_3.nbt
- [NBT Compound / JSON Object] hallway_4.nbt
- [NBT Compound / JSON Object] hallway_5.nbt
- [NBT Compound / JSON Object] ominous_upper_arm_1.nbt
- [NBT Compound / JSON Object] quadrant_1.nbt
- [NBT Compound / JSON Object] quadrant_2.nbt
- [NBT Compound / JSON Object] quadrant_3.nbt
- [NBT Compound / JSON Object] quadrant_4.nbt
- [NBT Compound / JSON Object] ramp_1.nbt
- [NBT Compound / JSON Object] ramp_2.nbt
- [NBT Compound / JSON Object] ramp_3.nbt
- [NBT Compound / JSON Object] ramp_4.nbt
- chests
- [NBT Compound / JSON Object] supply.nbt
- connectors
- [NBT Compound / JSON Object] supply.nbt
- corridor
- [NBT Compound / JSON Object] atrium_1.nbt
- [NBT Compound / JSON Object] end_1.nbt
- [NBT Compound / JSON Object] end_2.nbt
- [NBT Compound / JSON Object] entrance_1.nbt
- [NBT Compound / JSON Object] entrance_2.nbt
- [NBT Compound / JSON Object] entrance_3.nbt
- [NBT Compound / JSON Object] first_plate.nbt
- [NBT Compound / JSON Object] second_plate.nbt
- [NBT Compound / JSON Object] straight_1.nbt
- [NBT Compound / JSON Object] straight_2.nbt
- [NBT Compound / JSON Object] straight_3.nbt
- [NBT Compound / JSON Object] straight_4.nbt
- [NBT Compound / JSON Object] straight_5.nbt
- [NBT Compound / JSON Object] straight_6.nbt
- [NBT Compound / JSON Object] straight_7.nbt
- [NBT Compound / JSON Object] straight_8.nbt
- addon
- [NBT Compound / JSON Object] arrow_dispenser.nbt
- [NBT Compound / JSON Object] bridge_lower.nbt
- [NBT Compound / JSON Object] chandelier_upper.nbt
- [NBT Compound / JSON Object] decoration_upper.nbt
- [NBT Compound / JSON Object] display_1.nbt
- [NBT Compound / JSON Object] display_2.nbt
- [NBT Compound / JSON Object] display_3.nbt
- [NBT Compound / JSON Object] head_upper.nbt
- [NBT Compound / JSON Object] ladder_to_middle.nbt
- [NBT Compound / JSON Object] open_walkway.nbt
- [NBT Compound / JSON Object] open_walkway_upper.nbt
- [NBT Compound / JSON Object] reward_upper.nbt
- [NBT Compound / JSON Object] staircase.nbt
- [NBT Compound / JSON Object] wall.nbt
- [NBT Compound / JSON Object] walled_walkway.nbt
- atrium
- [NBT Compound / JSON Object] bogged_relief.nbt
- [NBT Compound / JSON Object] breeze_relief.nbt
- [NBT Compound / JSON Object] grand_staircase_1.nbt
- [NBT Compound / JSON Object] grand_staircase_2.nbt
- [NBT Compound / JSON Object] grand_staircase_3.nbt
- [NBT Compound / JSON Object] spider_relief.nbt
- [NBT Compound / JSON Object] spiral_relief.nbt
- decor
- [NBT Compound / JSON Object] barrel.nbt
- [NBT Compound / JSON Object] candle_1.nbt
- [NBT Compound / JSON Object] candle_2.nbt
- [NBT Compound / JSON Object] candle_3.nbt
- [NBT Compound / JSON Object] candle_4.nbt
- [NBT Compound / JSON Object] dead_bush_pot.nbt
- [NBT Compound / JSON Object] empty_pot.nbt
- [NBT Compound / JSON Object] flow_pot.nbt
- [NBT Compound / JSON Object] guster_pot.nbt
- [NBT Compound / JSON Object] scrape_pot.nbt
- [NBT Compound / JSON Object] undecorated_pot.nbt
- dispensers
- [NBT Compound / JSON Object] chamber.nbt
- [NBT Compound / JSON Object] floor_dispenser.nbt
- [NBT Compound / JSON Object] wall_dispenser.nbt
- hallway
- [NBT Compound / JSON Object] cache_1.nbt
- [NBT Compound / JSON Object] corner_staircase.nbt
- [NBT Compound / JSON Object] corner_staircase_down.nbt
- [NBT Compound / JSON Object] corridor_connector_1.nbt
- [NBT Compound / JSON Object] left_corner.nbt
- [NBT Compound / JSON Object] long_straight_staircase.nbt
- [NBT Compound / JSON Object] long_straight_staircase_down.nbt
- [NBT Compound / JSON Object] lower_hallway_connector.nbt
- [NBT Compound / JSON Object] right_corner.nbt
- [NBT Compound / JSON Object] rubble.nbt
- [NBT Compound / JSON Object] rubble_chamber.nbt
- [NBT Compound / JSON Object] rubble_chamber_thin.nbt
- [NBT Compound / JSON Object] rubble_thin.nbt
- [NBT Compound / JSON Object] straight.nbt
- [NBT Compound / JSON Object] straight_staircase.nbt
- [NBT Compound / JSON Object] straight_staircase_down.nbt
- [NBT Compound / JSON Object] upper_hallway_connector.nbt
- intersection
- [NBT Compound / JSON Object] intersection_1.nbt
- [NBT Compound / JSON Object] intersection_2.nbt
- [NBT Compound / JSON Object] intersection_3.nbt
- reward
- [NBT Compound / JSON Object] ominous_vault.nbt
- [NBT Compound / JSON Object] vault.nbt
- spawner
- breeze
- [NBT Compound / JSON Object] breeze.nbt
- connectors
- [NBT Compound / JSON Object] breeze.nbt
- [NBT Compound / JSON Object] melee.nbt
- [NBT Compound / JSON Object] ranged.nbt
- [NBT Compound / JSON Object] slow_ranged.nbt
- [NBT Compound / JSON Object] small_melee.nbt
- melee
- [NBT Compound / JSON Object] husk.nbt
- [NBT Compound / JSON Object] spider.nbt
- [NBT Compound / JSON Object] zombie.nbt
- ranged
- [NBT Compound / JSON Object] poison_skeleton.nbt
- [NBT Compound / JSON Object] skeleton.nbt
- [NBT Compound / JSON Object] stray.nbt
- slow_ranged
- [NBT Compound / JSON Object] poison_skeleton.nbt
- [NBT Compound / JSON Object] skeleton.nbt
- [NBT Compound / JSON Object] stray.nbt
- small_melee
- [NBT Compound / JSON Object] baby_zombie.nbt
- [NBT Compound / JSON Object] cave_spider.nbt
- [NBT Compound / JSON Object] silverfish.nbt
- [NBT Compound / JSON Object] slime.nbt
- breeze
- chamber

- [NBT Compound / JSON Object] big_brick_1.nbt
- [NBT Compound / JSON Object] big_brick_2.nbt
- [NBT Compound / JSON Object] big_brick_3.nbt
- [NBT Compound / JSON Object] big_brick_8.nbt
- [NBT Compound / JSON Object] big_cracked_1.nbt
- [NBT Compound / JSON Object] big_cracked_2.nbt
- [NBT Compound / JSON Object] big_cracked_3.nbt
- [NBT Compound / JSON Object] big_cracked_8.nbt
- [NBT Compound / JSON Object] big_mossy_1.nbt
- [NBT Compound / JSON Object] big_mossy_2.nbt
- [NBT Compound / JSON Object] big_mossy_3.nbt
- [NBT Compound / JSON Object] big_mossy_8.nbt
- [NBT Compound / JSON Object] big_warm_?.nbt
- [NBT Compound / JSON Object] big_warm_4.nbt
- [NBT Compound / JSON Object] big_warm_5.nbt
- [NBT Compound / JSON Object] big_warm_6.nbt
- [NBT Compound / JSON Object] big_warm_7.nbt
- [NBT Compound / JSON Object] brick_1.nbt
- [NBT Compound / JSON Object] brick_2.nbt
- [NBT Compound / JSON Object] brick_3.nbt
- [NBT Compound / JSON Object] brick_4.nbt
- [NBT Compound / JSON Object] brick_5.nbt
- [NBT Compound / JSON Object] brick_6.nbt
- [NBT Compound / JSON Object] brick_7.nbt
- [NBT Compound / JSON Object] brick_8.nbt
- [NBT Compound / JSON Object] cracked_1.nbt
- [NBT Compound / JSON Object] cracked_2.nbt
- [NBT Compound / JSON Object] cracked_3.nbt
- [NBT Compound / JSON Object] cracked_4.nbt
- [NBT Compound / JSON Object] cracked_5.nbt
- [NBT Compound / JSON Object] cracked_6.nbt
- [NBT Compound / JSON Object] cracked_7.nbt
- [NBT Compound / JSON Object] cracked_8.nbt
- [NBT Compound / JSON Object] mossy_1.nbt
- [NBT Compound / JSON Object] mossy_2.nbt
- [NBT Compound / JSON Object] mossy_3.nbt
- [NBT Compound / JSON Object] mossy_4.nbt
- [NBT Compound / JSON Object] mossy_5.nbt
- [NBT Compound / JSON Object] mossy_6.nbt
- [NBT Compound / JSON Object] mossy_7.nbt
- [NBT Compound / JSON Object] mossy_8.nbt
- [NBT Compound / JSON Object] warm_1.nbt
- [NBT Compound / JSON Object] warm_2.nbt
- [NBT Compound / JSON Object] warm_3.nbt
- [NBT Compound / JSON Object] warm_4.nbt
- [NBT Compound / JSON Object] warm_5.nbt
- [NBT Compound / JSON Object] warm_6.nbt
- [NBT Compound / JSON Object] warm_7.nbt
- [NBT Compound / JSON Object] warm_8.nbt

- common
- animals: Spawns a jigsaw block which sets the position of an animal.
- [NBT Compound / JSON Object] cat_black
- [NBT Compound / JSON Object] cat_british
- [NBT Compound / JSON Object] cat_calico
- [NBT Compound / JSON Object] cat_jellie
- [NBT Compound / JSON Object] cat_persian
- [NBT Compound / JSON Object] cat_ragdoll
- [NBT Compound / JSON Object] cat_red
- [NBT Compound / JSON Object] cat_siamese
- [NBT Compound / JSON Object] cat_tabby
- [NBT Compound / JSON Object] cat_white
- [NBT Compound / JSON Object] cows_1
- [NBT Compound / JSON Object] horses_1
- [NBT Compound / JSON Object] horses_2
- [NBT Compound / JSON Object] horses_3
- [NBT Compound / JSON Object] horses_4
- [NBT Compound / JSON Object] horses_5
- [NBT Compound / JSON Object] pigs_1
- [NBT Compound / JSON Object] sheep_1
- [NBT Compound / JSON Object] sheep_2
- [NBT Compound / JSON Object] well_bottom: Spawns the foundation of a village well.
- animals: Spawns a jigsaw block which sets the position of an animal.
- decays: Spawns a patch of grass of the specified dimensions.
- [NBT Compound / JSON Object] grass_9x9
- [NBT Compound / JSON Object] grass_11x13
- [NBT Compound / JSON Object] grass_16x16
- desert
- houses: Desert variants of village houses.
- [NBT Compound / JSON Object] desert_animal_pen_1
- [NBT Compound / JSON Object] desert_animal_pen_2
- [NBT Compound / JSON Object] desert_armorer_1
- [NBT Compound / JSON Object] desert_blacksmith_1
- [NBT Compound / JSON Object] desert_butcher_shop_1
- [NBT Compound / JSON Object] desert_cartographer_house_1
- [NBT Compound / JSON Object] desert_farm_1
- [NBT Compound / JSON Object] desert_farm_2
- [NBT Compound / JSON Object] desert_fisher_1
- [NBT Compound / JSON Object] desert_fletcher_house_1
- [NBT Compound / JSON Object] desert_large_farm_1
- [NBT Compound / JSON Object] desert_library_1
- [NBT Compound / JSON Object] desert_mason_1
- [NBT Compound / JSON Object] desert_medium_house_1
- [NBT Compound / JSON Object] desert_medium_house_2
- [NBT Compound / JSON Object] desert_shepherd_house_1
- [NBT Compound / JSON Object] desert_small_house_1
- [NBT Compound / JSON Object] desert_small_house_2
- [NBT Compound / JSON Object] desert_small_house_3
- [NBT Compound / JSON Object] desert_small_house_4
- [NBT Compound / JSON Object] desert_small_house_5
- [NBT Compound / JSON Object] desert_small_house_6
- [NBT Compound / JSON Object] desert_small_house_7
- [NBT Compound / JSON Object] desert_small_house_8
- [NBT Compound / JSON Object] desert_tannery_1
- [NBT Compound / JSON Object] desert_temple_1
- [NBT Compound / JSON Object] desert_temple_2
- [NBT Compound / JSON Object] desert_tool_smith_1
- [NBT Compound / JSON Object] desert_weaponsmith_1
- streets: Generates the streets that span across the village.
- [NBT Compound / JSON Object] corner_01
- [NBT Compound / JSON Object] corner_02
- [NBT Compound / JSON Object] crossroad_01
- [NBT Compound / JSON Object] crossroad_02
- [NBT Compound / JSON Object] crossroad_03
- [NBT Compound / JSON Object] square_01
- [NBT Compound / JSON Object] square_02
- [NBT Compound / JSON Object] straight_01
- [NBT Compound / JSON Object] straight_02
- [NBT Compound / JSON Object] straight_03
- [NBT Compound / JSON Object] turn_01
- terminators: Used to generate the village streets.
- [NBT Compound / JSON Object] terminator_01
- [NBT Compound / JSON Object] terminator_02
- town_centers: Centerpieces of the town.
- [NBT Compound / JSON Object] desert_meeting_point_1
- [NBT Compound / JSON Object] desert_meeting_point_2
- [NBT Compound / JSON Object] desert_meeting_point_3
- [NBT Compound / JSON Object] desert_lamp_1
- houses: Desert variants of village houses.
- plains
- houses: Plains variants of village houses.
- [NBT Compound / JSON Object] plains_accessory_1
- [NBT Compound / JSON Object] plains_animal_pen_1
- [NBT Compound / JSON Object] plains_animal_pen_2
- [NBT Compound / JSON Object] plains_animal_pen_3
- [NBT Compound / JSON Object] plains_armorer_house_1
- [NBT Compound / JSON Object] plains_big_house_1
- [NBT Compound / JSON Object] plains_butcher_shop_1
- [NBT Compound / JSON Object] plains_butcher_shop_2
- [NBT Compound / JSON Object] plains_cartographer_1
- [NBT Compound / JSON Object] plains_fisher_cottage_1
- [NBT Compound / JSON Object] plains_fletcher_house_1
- [NBT Compound / JSON Object] plains_large_farm_1
- [NBT Compound / JSON Object] plains_library_1
- [NBT Compound / JSON Object] plains_library_2
- [NBT Compound / JSON Object] plains_masons_house_1
- [NBT Compound / JSON Object] plains_medium_house_1
- [NBT Compound / JSON Object] plains_medium_house_2
- [NBT Compound / JSON Object] plains_meeting_point_4
- [NBT Compound / JSON Object] plains_meeting_point_5
- [NBT Compound / JSON Object] plains_shepherds_house_1
- [NBT Compound / JSON Object] plains_small_farm_1
- [NBT Compound / JSON Object] plains_small_house_1
- [NBT Compound / JSON Object] plains_small_house_2
- [NBT Compound / JSON Object] plains_small_house_3
- [NBT Compound / JSON Object] plains_small_house_4
- [NBT Compound / JSON Object] plains_small_house_5
- [NBT Compound / JSON Object] plains_small_house_6
- [NBT Compound / JSON Object] plains_small_house_7
- [NBT Compound / JSON Object] plains_small_house_8
- [NBT Compound / JSON Object] plains_stable_1
- [NBT Compound / JSON Object] plains_stable_2
- [NBT Compound / JSON Object] plains_tannery_1
- [NBT Compound / JSON Object] plains_temple_3
- [NBT Compound / JSON Object] plains_temple_4
- [NBT Compound / JSON Object] plains_tool_smith_1
- [NBT Compound / JSON Object] plains_weaponsmith_1
- streets: Generates the streets that span across the village.
- [NBT Compound / JSON Object] corner_01
- [NBT Compound / JSON Object] corner_02
- [NBT Compound / JSON Object] corner_03
- [NBT Compound / JSON Object] crossroad_01
- [NBT Compound / JSON Object] crossroad_02
- [NBT Compound / JSON Object] crossroad_03
- [NBT Compound / JSON Object] crossroad_04
- [NBT Compound / JSON Object] crossroad_05
- [NBT Compound / JSON Object] crossroad_06
- [NBT Compound / JSON Object] straight_01
- [NBT Compound / JSON Object] straight_02
- [NBT Compound / JSON Object] straight_03
- [NBT Compound / JSON Object] straight_04
- [NBT Compound / JSON Object] straight_05
- [NBT Compound / JSON Object] straight_06
- [NBT Compound / JSON Object] turn_01
- terminators: Used to generate the village streets.
- [NBT Compound / JSON Object] terminator_01
- [NBT Compound / JSON Object] terminator_02
- [NBT Compound / JSON Object] terminator_03
- [NBT Compound / JSON Object] terminator_04
- town_centers: Centerpieces of the town.
- [NBT Compound / JSON Object] plains_fountain_01
- [NBT Compound / JSON Object] plains_meeting_point_1
- [NBT Compound / JSON Object] plains_meeting_point_2
- [NBT Compound / JSON Object] plains_meeting_point_3
- villagers: Spawns a jigsaw block which sets the position of a villager.
- [NBT Compound / JSON Object] armorer
- [NBT Compound / JSON Object] butcher
- [NBT Compound / JSON Object] cartographer
- [NBT Compound / JSON Object] cleric
- [NBT Compound / JSON Object] farmer
- [NBT Compound / JSON Object] fishermen
- [NBT Compound / JSON Object] fletcher
- [NBT Compound / JSON Object] leatherworker
- [NBT Compound / JSON Object] librarian
- [NBT Compound / JSON Object] nitwit
- [NBT Compound / JSON Object] shepherd
- [NBT Compound / JSON Object] toolsmith
- [NBT Compound / JSON Object] unemployed
- [NBT Compound / JSON Object] weaponsmith
- [NBT Compound / JSON Object] plains_lamp_1
- houses: Plains variants of village houses.
- savanna
- houses: Savanna variants of village houses.
- [NBT Compound / JSON Object] savanna_animal_pen_1
- [NBT Compound / JSON Object] savanna_animal_pen_2
- [NBT Compound / JSON Object] savanna_animal_pen_3
- [NBT Compound / JSON Object] savanna_armorer_1
- [NBT Compound / JSON Object] savanna_butchers_shop_1
- [NBT Compound / JSON Object] savanna_butchers_shop_2
- [NBT Compound / JSON Object] savanna_cartographer_1
- [NBT Compound / JSON Object] savanna_fisher_cottage_1
- [NBT Compound / JSON Object] savanna_fletcher_house_1
- [NBT Compound / JSON Object] savanna_large_farm_1
- [NBT Compound / JSON Object] savanna_large_farm_2
- [NBT Compound / JSON Object] savanna_library_1
- [NBT Compound / JSON Object] savanna_mason_1
- [NBT Compound / JSON Object] savanna_medium_house_1
- [NBT Compound / JSON Object] savanna_medium_house_2
- [NBT Compound / JSON Object] savanna_shepherd_1
- [NBT Compound / JSON Object] savanna_small_farm
- [NBT Compound / JSON Object] savanna_small_house_1
- [NBT Compound / JSON Object] savanna_small_house_2
- [NBT Compound / JSON Object] savanna_small_house_3
- [NBT Compound / JSON Object] savanna_small_house_4
- [NBT Compound / JSON Object] savanna_small_house_5
- [NBT Compound / JSON Object] savanna_small_house_6
- [NBT Compound / JSON Object] savanna_small_house_7
- [NBT Compound / JSON Object] savanna_small_house_8
- [NBT Compound / JSON Object] savanna_tannery_1
- [NBT Compound / JSON Object] savanna_temple_1
- [NBT Compound / JSON Object] savanna_temple_2
- [NBT Compound / JSON Object] savanna_tool_smith_1
- [NBT Compound / JSON Object] savanna_weaponsmith_1
- [NBT Compound / JSON Object] savanna_weaponsmith_2
- streets: Generates the streets that span across the village.
- [NBT Compound / JSON Object] corner_01
- [NBT Compound / JSON Object] corner_03
- [NBT Compound / JSON Object] crossroad_02
- [NBT Compound / JSON Object] crossroad_03
- [NBT Compound / JSON Object] crossroad_04
- [NBT Compound / JSON Object] crossroad_05
- [NBT Compound / JSON Object] crossroad_06
- [NBT Compound / JSON Object] crossroad_07
- [NBT Compound / JSON Object] split_01
- [NBT Compound / JSON Object] split_02
- [NBT Compound / JSON Object] straight_02
- [NBT Compound / JSON Object] straight_04
- [NBT Compound / JSON Object] straight_05
- [NBT Compound / JSON Object] straight_06
- [NBT Compound / JSON Object] straight_08
- [NBT Compound / JSON Object] straight_09
- [NBT Compound / JSON Object] straight_10
- [NBT Compound / JSON Object] straight_11
- [NBT Compound / JSON Object] turn_01
- terminators: Used to generate the village streets.
- [NBT Compound / JSON Object] terminator_05
- town_centers: Centerpieces of the town.
- [NBT Compound / JSON Object] savanna_meeting_point_1
- [NBT Compound / JSON Object] savanna_meeting_point_2
- [NBT Compound / JSON Object] savanna_meeting_point_3
- [NBT Compound / JSON Object] savanna_meeting_point_4
- [NBT Compound / JSON Object] savanna_lamp_post_01
- houses: Savanna variants of village houses.
- snowy
- houses: Snowy variants of village houses.
- [NBT Compound / JSON Object] snowy_animal_pen_1
- [NBT Compound / JSON Object] snowy_animal_pen_2
- [NBT Compound / JSON Object] snowy_armorer_house_1
- [NBT Compound / JSON Object] snowy_armorer_house_2
- [NBT Compound / JSON Object] snowy_butchers_shop_1
- [NBT Compound / JSON Object] snowy_butchers_shop_2
- [NBT Compound / JSON Object] snowy_cartographer_house_1
- [NBT Compound / JSON Object] snowy_farm_1
- [NBT Compound / JSON Object] snowy_farm_2
- [NBT Compound / JSON Object] snowy_fisher_cottage
- [NBT Compound / JSON Object] snowy_fletcher_house_1
- [NBT Compound / JSON Object] snowy_library_1
- [NBT Compound / JSON Object] snowy_masons_house_1
- [NBT Compound / JSON Object] snowy_masons_house_2
- [NBT Compound / JSON Object] snowy_medium_house_1
- [NBT Compound / JSON Object] snowy_medium_house_2
- [NBT Compound / JSON Object] snowy_medium_house_3
- [NBT Compound / JSON Object] snowy_shepherds_house_1
- [NBT Compound / JSON Object] snowy_small_house_1
- [NBT Compound / JSON Object] snowy_small_house_2
- [NBT Compound / JSON Object] snowy_small_house_3
- [NBT Compound / JSON Object] snowy_small_house_4
- [NBT Compound / JSON Object] snowy_small_house_5
- [NBT Compound / JSON Object] snowy_small_house_6
- [NBT Compound / JSON Object] snowy_small_house_7
- [NBT Compound / JSON Object] snowy_small_house_8
- [NBT Compound / JSON Object] snowy_tannery_1
- [NBT Compound / JSON Object] snowy_temple_1
- [NBT Compound / JSON Object] snowy_tool_smith_1
- [NBT Compound / JSON Object] snowy_weapon_smith_1
- streets: Generates the streets that span across the village.
- [NBT Compound / JSON Object] corner_01
- [NBT Compound / JSON Object] corner_02
- [NBT Compound / JSON Object] corner_03
- [NBT Compound / JSON Object] crossroad_01
- [NBT Compound / JSON Object] crossroad_02
- [NBT Compound / JSON Object] crossroad_03
- [NBT Compound / JSON Object] crossroad_04
- [NBT Compound / JSON Object] crossroad_05
- [NBT Compound / JSON Object] crossroad_06
- [NBT Compound / JSON Object] square_01
- [NBT Compound / JSON Object] straight_01
- [NBT Compound / JSON Object] straight_02
- [NBT Compound / JSON Object] straight_03
- [NBT Compound / JSON Object] straight_04
- [NBT Compound / JSON Object] straight_06
- [NBT Compound / JSON Object] straight_08
- [NBT Compound / JSON Object] turn_01
- town_centers: Centerpieces of the town.
- [NBT Compound / JSON Object] snowy_meeting_point_1
- [NBT Compound / JSON Object] snowy_meeting_point_2
- [NBT Compound / JSON Object] snowy_meeting_point_3
- [NBT Compound / JSON Object] snowy_lamp_post_01
- [NBT Compound / JSON Object] snowy_lamp_post_02
- [NBT Compound / JSON Object] snowy_lamp_post_03
- houses: Snowy variants of village houses.
- taiga
- houses: Taiga variants of village houses.
- [NBT Compound / JSON Object] taiga_animal_pen_1
- [NBT Compound / JSON Object] taiga_armorer_2
- [NBT Compound / JSON Object] taiga_armorer_house_1
- [NBT Compound / JSON Object] taiga_armorer_house_2
- [NBT Compound / JSON Object] taiga_butcher_shop_1
- [NBT Compound / JSON Object] taiga_cartographer_house_1
- [NBT Compound / JSON Object] taiga_fisher_cottage_1
- [NBT Compound / JSON Object] taiga_fletcher_house_1
- [NBT Compound / JSON Object] taiga_large_farm_1
- [NBT Compound / JSON Object] taiga_large_farm_2
- [NBT Compound / JSON Object] taiga_library_1
- [NBT Compound / JSON Object] taiga_masons_house_1
- [NBT Compound / JSON Object] taiga_medium_house_1
- [NBT Compound / JSON Object] taiga_medium_house_2
- [NBT Compound / JSON Object] taiga_medium_house_3
- [NBT Compound / JSON Object] taiga_medium_house_4
- [NBT Compound / JSON Object] taiga_shepherds_house_1
- [NBT Compound / JSON Object] taiga_small_farm_1
- [NBT Compound / JSON Object] taiga_small_house_1
- [NBT Compound / JSON Object] taiga_small_house_2
- [NBT Compound / JSON Object] taiga_small_house_3
- [NBT Compound / JSON Object] taiga_small_house_4
- [NBT Compound / JSON Object] taiga_small_house_5
- [NBT Compound / JSON Object] taiga_tannery_1
- [NBT Compound / JSON Object] taiga_temple_1
- [NBT Compound / JSON Object] taiga_tool_smith_1
- [NBT Compound / JSON Object] taiga_weaponsmith_1
- [NBT Compound / JSON Object] taiga_weaponsmith_2
- streets: Generates the streets that span across the village.
- [NBT Compound / JSON Object] corner_01
- [NBT Compound / JSON Object] corner_02
- [NBT Compound / JSON Object] corner_03
- [NBT Compound / JSON Object] crossroad_01
- [NBT Compound / JSON Object] crossroad_02
- [NBT Compound / JSON Object] crossroad_03
- [NBT Compound / JSON Object] crossroad_04
- [NBT Compound / JSON Object] crossroad_05
- [NBT Compound / JSON Object] crossroad_06
- [NBT Compound / JSON Object] straight_01
- [NBT Compound / JSON Object] straight_02
- [NBT Compound / JSON Object] straight_03
- [NBT Compound / JSON Object] straight_04
- [NBT Compound / JSON Object] straight_05
- [NBT Compound / JSON Object] straight_06
- [NBT Compound / JSON Object] turn_01
- town_centers: Centerpieces of the town.
- [NBT Compound / JSON Object] taiga_meeting_point_1
- [NBT Compound / JSON Object] taiga_meeting_point_2
- [NBT Compound / JSON Object] taiga_decoration_1
- [NBT Compound / JSON Object] taiga_decoration_2
- [NBT Compound / JSON Object] taiga_decoration_3
- [NBT Compound / JSON Object] taiga_decoration_4
- [NBT Compound / JSON Object] taiga_decoration_5
- [NBT Compound / JSON Object] taiga_decoration_6
- [NBT Compound / JSON Object] taiga_lamp_post_1
- houses: Taiga variants of village houses.
- common

- [NBT Compound / JSON Object] 1x1_a1.nbt
- [NBT Compound / JSON Object] 1x1_a2.nbt
- [NBT Compound / JSON Object] 1x1_a3.nbt
- [NBT Compound / JSON Object] 1x1_a4.nbt
- [NBT Compound / JSON Object] 1x1_a5.nbt
- [NBT Compound / JSON Object] 1x1_as1.nbt
- [NBT Compound / JSON Object] 1x1_as2.nbt
- [NBT Compound / JSON Object] 1x1_as3.nbt
- [NBT Compound / JSON Object] 1x1_as4.nbt
- [NBT Compound / JSON Object] 1x1_b1.nbt
- [NBT Compound / JSON Object] 1x1_b2.nbt
- [NBT Compound / JSON Object] 1x1_b3.nbt
- [NBT Compound / JSON Object] 1x1_b4.nbt
- [NBT Compound / JSON Object] 1x1_b5.nbt
- [NBT Compound / JSON Object] 1x2_a1.nbt
- [NBT Compound / JSON Object] 1x2_a2.nbt
- [NBT Compound / JSON Object] 1x2_a3.nbt
- [NBT Compound / JSON Object] 1x2_a4.nbt
- [NBT Compound / JSON Object] 1x2_a5.nbt
- [NBT Compound / JSON Object] 1x2_a6.nbt
- [NBT Compound / JSON Object] 1x2_a7.nbt
- [NBT Compound / JSON Object] 1x2_a8.nbt
- [NBT Compound / JSON Object] 1x2_a9.nbt
- [NBT Compound / JSON Object] 1x2_b1.nbt
- [NBT Compound / JSON Object] 1x2_b2.nbt
- [NBT Compound / JSON Object] 1x2_b3.nbt
- [NBT Compound / JSON Object] 1x2_b4.nbt
- [NBT Compound / JSON Object] 1x2_b5.nbt
- [NBT Compound / JSON Object] 1x2_c_stairs.nbt
- [NBT Compound / JSON Object] 1x2_c1.nbt
- [NBT Compound / JSON Object] 1x2_c2.nbt
- [NBT Compound / JSON Object] 1x2_c3.nbt
- [NBT Compound / JSON Object] 1x2_c4.nbt
- [NBT Compound / JSON Object] 1x2_d_stairs.nbt
- [NBT Compound / JSON Object] 1x2_d1.nbt
- [NBT Compound / JSON Object] 1x2_d2.nbt
- [NBT Compound / JSON Object] 1x2_d3.nbt
- [NBT Compound / JSON Object] 1x2_d4.nbt
- [NBT Compound / JSON Object] 1x2_d5.nbt
- [NBT Compound / JSON Object] 1x2_s1.nbt
- [NBT Compound / JSON Object] 1x2_s2.nbt
- [NBT Compound / JSON Object] 1x2_se1.nbt
- [NBT Compound / JSON Object] 2x2_a1.nbt
- [NBT Compound / JSON Object] 2x2_a2.nbt
- [NBT Compound / JSON Object] 2x2_a3.nbt
- [NBT Compound / JSON Object] 2x2_a4.nbt
- [NBT Compound / JSON Object] 2x2_b1.nbt
- [NBT Compound / JSON Object] 2x2_b2.nbt
- [NBT Compound / JSON Object] 2x2_b3.nbt
- [NBT Compound / JSON Object] 2x2_b4.nbt
- [NBT Compound / JSON Object] 2x2_b5.nbt
- [NBT Compound / JSON Object] 2x2_s1.nbt
- [NBT Compound / JSON Object] carpet_east.nbt
- [NBT Compound / JSON Object] carpet_north.nbt
- [NBT Compound / JSON Object] carpet_south_1.nbt
- [NBT Compound / JSON Object] carpet_south_2.nbt
- [NBT Compound / JSON Object] carpet_west_1.nbt
- [NBT Compound / JSON Object] carpet_west_2.nbt
- [NBT Compound / JSON Object] corridor_floor.nbt
- [NBT Compound / JSON Object] entrance.nbt
- [NBT Compound / JSON Object] indoors_door_1.nbt
- [NBT Compound / JSON Object] indoors_door_2.nbt
- [NBT Compound / JSON Object] indoors_wall_1.nbt
- [NBT Compound / JSON Object] indoors_wall_2.nbt
- [NBT Compound / JSON Object] roof.nbt
- [NBT Compound / JSON Object] roof_corner.nbt
- [NBT Compound / JSON Object] roof_front.nbt
- [NBT Compound / JSON Object] roof_inner_corner.nbt
- [NBT Compound / JSON Object] small_wall.nbt
- [NBT Compound / JSON Object] small_wall_corner.nbt
- [NBT Compound / JSON Object] wall_corner.nbt
- [NBT Compound / JSON Object] wall_flat.nbt
- [NBT Compound / JSON Object] wall_window.nbt
Bedrock Edition[edit | edit source]
Structure files are stored using the NBT format in the game files. In behavior packs, they are stored as .mcstructure
files in the <namespace>/structures
folder.
Prebuild structures[edit | edit source]

- city
- entrance
- [NBT Compound / JSON Object] entrance_connector.nbt
- [NBT Compound / JSON Object] entrance_path_1.nbt
- [NBT Compound / JSON Object] entrance_path_2.nbt
- [NBT Compound / JSON Object] entrance_path_3.nbt
- [NBT Compound / JSON Object] entrance_path_4.nbt
- [NBT Compound / JSON Object] entrance_path_5.nbt
- entrance
- city_center
- walls
- [NBT Compound / JSON Object] bottom_1.nbt
- [NBT Compound / JSON Object] bottom_2.nbt
- [NBT Compound / JSON Object] bottom_left_corner.nbt
- [NBT Compound / JSON Object] bottom_right_corner.nbt
- [NBT Compound / JSON Object] bottom_right_corner_1.nbt
- [NBT Compound / JSON Object] bottom_right_corner_2.nbt
- [NBT Compound / JSON Object] left.nbt
- [NBT Compound / JSON Object] right.nbt
- [NBT Compound / JSON Object] top.nbt
- [NBT Compound / JSON Object] top_left_corner.nbt
- [NBT Compound / JSON Object] top_right_corner.nbt
- [NBT Compound / JSON Object] city_center_1.nbt
- [NBT Compound / JSON Object] city_center_2.nbt
- [NBT Compound / JSON Object] city_center_3.nbt
- walls
- structures
- [NBT Compound / JSON Object] barracks.nbt
- [NBT Compound / JSON Object] camp_1.nbt
- [NBT Compound / JSON Object] camp_2.nbt
- [NBT Compound / JSON Object] camp_3.nbt
- [NBT Compound / JSON Object] chamber_1.nbt
- [NBT Compound / JSON Object] chamber_2.nbt
- [NBT Compound / JSON Object] chamber_3.nbt
- [NBT Compound / JSON Object] ice_box_1.nbt
- [NBT Compound / JSON Object] large_pillar_1.nbt
- [NBT Compound / JSON Object] large_ruin_1.nbt
- [NBT Compound / JSON Object] medium_pillar_1.nbt
- [NBT Compound / JSON Object] medium_ruin_1.nbt
- [NBT Compound / JSON Object] medium_ruin_2.nbt
- [NBT Compound / JSON Object] sauna_1.nbt
- [NBT Compound / JSON Object] small_ruin_1.nbt
- [NBT Compound / JSON Object] small_ruin_2.nbt
- [NBT Compound / JSON Object] small_statue.nbt
- [NBT Compound / JSON Object] tall_ruin_1.nbt
- [NBT Compound / JSON Object] tall_ruin_2.nbt
- [NBT Compound / JSON Object] tall_ruin_3.nbt
- [NBT Compound / JSON Object] tall_ruin_4.nbt
- walls
- [NBT Compound / JSON Object] intact_corner_wall_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_bridge.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_passage_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_1.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_2.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_3.nbt
- [NBT Compound / JSON Object] intact_horizontal_wall_stairs_4.nbt
- [NBT Compound / JSON Object] intact_intersection_wall_1.nbt
- [NBT Compound / JSON Object] intact_lshape_wall_1.nbt
- [NBT Compound / JSON Object] ruined_corner_wall_1.nbt
- [NBT Compound / JSON Object] ruined_corner_wall_2.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_1.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_2.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_3.nbt
- [NBT Compound / JSON Object] ruined_horizontal_wall_stairs_4.nbt
- city

- blocks
- [NBT Compound / JSON Object] air.nbt
- [NBT Compound / JSON Object] gold.nbt
- bridge
- bridge_pieces
- [NBT Compound / JSON Object] bridge.nbt
- connectors
- [NBT Compound / JSON Object] back_bridge_bottom.nbt
- [NBT Compound / JSON Object] back_bridge_top.nbt
- legs
- [NBT Compound / JSON Object] leg_0.nbt
- [NBT Compound / JSON Object] leg_1.nbt
- rampart_plates
- [NBT Compound / JSON Object] plate_0.nbt
- ramparts
- [NBT Compound / JSON Object] rampart_0.nbt
- [NBT Compound / JSON Object] rampart_1.nbt
- starting_pieces
- [NBT Compound / JSON Object] entrance.nbt
- [NBT Compound / JSON Object] entrance_base.nbt
- [NBT Compound / JSON Object] entrance_face.nbt
- walls
- [NBT Compound / JSON Object] wall_base_0.nbt
- [NBT Compound / JSON Object] wall_base_1.nbt
- bridge_pieces
- hoglin_stable
- connectors
- [NBT Compound / JSON Object] end_post_connector.nbt
- large_stables
- [NBT Compound / JSON Object] inner_0.nbt
- [NBT Compound / JSON Object] inner_1.nbt
- [NBT Compound / JSON Object] inner_2.nbt
- [NBT Compound / JSON Object] inner_3.nbt
- [NBT Compound / JSON Object] inner_4.nbt
- [NBT Compound / JSON Object] outer_0.nbt
- [NBT Compound / JSON Object] outer_1.nbt
- [NBT Compound / JSON Object] outer_2.nbt
- [NBT Compound / JSON Object] outer_3.nbt
- [NBT Compound / JSON Object] outer_4.nbt
- posts
- [NBT Compound / JSON Object] end_post.nbt
- [NBT Compound / JSON Object] stair_post.nbt
- rampart_plates
- [NBT Compound / JSON Object] rampart_plate_1.nbt
- ramparts
- [NBT Compound / JSON Object] ramparts_1.nbt
- [NBT Compound / JSON Object] ramparts_2.nbt
- [NBT Compound / JSON Object] ramparts_3.nbt
- small_stables
- [NBT Compound / JSON Object] inner_0.nbt
- [NBT Compound / JSON Object] inner_1.nbt
- [NBT Compound / JSON Object] inner_2.nbt
- [NBT Compound / JSON Object] inner_3.nbt
- [NBT Compound / JSON Object] outer_0.nbt
- [NBT Compound / JSON Object] outer_1.nbt
- [NBT Compound / JSON Object] outer_2.nbt
- [NBT Compound / JSON Object] outer_3.nbt
- stairs
- [NBT Compound / JSON Object] stairs_1_0.nbt
- [NBT Compound / JSON Object] stairs_1_1.nbt
- [NBT Compound / JSON Object] stairs_1_2.nbt
- [NBT Compound / JSON Object] stairs_1_3.nbt
- [NBT Compound / JSON Object] stairs_1_4.nbt
- [NBT Compound / JSON Object] stairs_2_0.nbt
- [NBT Compound / JSON Object] stairs_2_1.nbt
- [NBT Compound / JSON Object] stairs_2_2.nbt
- [NBT Compound / JSON Object] stairs_2_3.nbt
- [NBT Compound / JSON Object] stairs_2_4.nbt
- [NBT Compound / JSON Object] stairs_3_0.nbt
- [NBT Compound / JSON Object] stairs_3_1.nbt
- [NBT Compound / JSON Object] stairs_3_2.nbt
- [NBT Compound / JSON Object] stairs_3_3.nbt
- [NBT Compound / JSON Object] stairs_3_4.nbt
- starting_pieces
- [NBT Compound / JSON Object] stairs_0_mirrored.nbt
- [NBT Compound / JSON Object] stairs_1_mirrored.nbt
- [NBT Compound / JSON Object] stairs_2_mirrored.nbt
- [NBT Compound / JSON Object] stairs_3_mirrored.nbt
- [NBT Compound / JSON Object] stairs_4_mirrored.nbt
- [NBT Compound / JSON Object] starting_stairs_0.nbt
- [NBT Compound / JSON Object] starting_stairs_1.nbt
- [NBT Compound / JSON Object] starting_stairs_2.nbt
- [NBT Compound / JSON Object] starting_stairs_3.nbt
- [NBT Compound / JSON Object] starting_stairs_4.nbt
- walls
- [NBT Compound / JSON Object] side_wall_0.nbt
- [NBT Compound / JSON Object] side_wall_1.nbt
- [NBT Compound / JSON Object] wall_base.nbt
- [NBT Compound / JSON Object] air_base.nbt
- connectors
- mobs
- [NBT Compound / JSON Object] crossbow_piglin.mcstructure
- [NBT Compound / JSON Object] empty.nbt
- [NBT Compound / JSON Object] hoglin.mcstructure
- [NBT Compound / JSON Object] melee_piglin.mcstructure
- [NBT Compound / JSON Object] melee_piglin_always.mcstructure
- [NBT Compound / JSON Object] sword_piglin.mcstructure
- treasure
- bases
- [NBT Compound / JSON Object] centers__center_0.nbt
- [NBT Compound / JSON Object] centers__center_1.nbt
- [NBT Compound / JSON Object] centers__center_2.nbt
- [NBT Compound / JSON Object] centers__center_3.nbt
- [NBT Compound / JSON Object] lava_basin.nbt
- brains
- [NBT Compound / JSON Object] center_brain.nbt
- connectors
- [NBT Compound / JSON Object] center_to_wall_middle.nbt
- [NBT Compound / JSON Object] center_to_wall_top.nbt
- [NBT Compound / JSON Object] center_to_wall_top_entrance.nbt
- corners
- [NBT Compound / JSON Object] bottom__corner_0.nbt
- [NBT Compound / JSON Object] bottom__corner_1.nbt
- [NBT Compound / JSON Object] edges__bottom.nbt
- [NBT Compound / JSON Object] edges__middle.nbt
- [NBT Compound / JSON Object] edges__top.nbt
- [NBT Compound / JSON Object] middle__corner_0.nbt
- [NBT Compound / JSON Object] middle__corner_1.nbt
- [NBT Compound / JSON Object] top__corner_0.nbt
- [NBT Compound / JSON Object] top__corner_1.nbt
- entrances
- [NBT Compound / JSON Object] entrance_0.nbt
- extensions
- [NBT Compound / JSON Object] empty.nbt
- [NBT Compound / JSON Object] fire_room.nbt
- [NBT Compound / JSON Object] house_0.nbt
- [NBT Compound / JSON Object] house_1.nbt
- [NBT Compound / JSON Object] large_bridge_0.nbt
- [NBT Compound / JSON Object] large_bridge_1.nbt
- [NBT Compound / JSON Object] large_bridge_2.nbt
- [NBT Compound / JSON Object] large_bridge_3.nbt
- [NBT Compound / JSON Object] roofed_bridge.nbt
- [NBT Compound / JSON Object] small_bridge_0.nbt
- [NBT Compound / JSON Object] small_bridge_1.nbt
- [NBT Compound / JSON Object] small_bridge_2.nbt
- [NBT Compound / JSON Object] small_bridge_3.nbt
- ramparts
- [NBT Compound / JSON Object] bottom_wall_0.nbt
- [NBT Compound / JSON Object] lava_basin.nbt
- [NBT Compound / JSON Object] lava_basin_main.nbt
- [NBT Compound / JSON Object] lava_basin_side.nbt
- [NBT Compound / JSON Object] mid_wall_main.nbt
- [NBT Compound / JSON Object] mid_wall_side.nbt
- [NBT Compound / JSON Object] top_wall.nbt
- roofs
- [NBT Compound / JSON Object] center_roof.nbt
- [NBT Compound / JSON Object] corner_roof.nbt
- [NBT Compound / JSON Object] wall_roof.nbt
- stairs
- [NBT Compound / JSON Object] lower_stairs.nbt
- walls
- [NBT Compound / JSON Object] bottom__wall_0.nbt
- [NBT Compound / JSON Object] bottom__wall_1.nbt
- [NBT Compound / JSON Object] bottom__wall_2.nbt
- [NBT Compound / JSON Object] bottom__wall_3.nbt
- [NBT Compound / JSON Object] entrance_wall.nbt
- [NBT Compound / JSON Object] lava_wall.nbt
- [NBT Compound / JSON Object] mid__wall_0.nbt
- [NBT Compound / JSON Object] mid__wall_1.nbt
- [NBT Compound / JSON Object] mid__wall_2.nbt
- [NBT Compound / JSON Object] outer__bottom_corner.nbt
- [NBT Compound / JSON Object] outer__medium_outer_wall.nbt
- [NBT Compound / JSON Object] outer__mid_corner.nbt
- [NBT Compound / JSON Object] outer__outer_wall.nbt
- [NBT Compound / JSON Object] outer__tall_outer_wall.nbt
- [NBT Compound / JSON Object] outer__top_corner.nbt
- [NBT Compound / JSON Object] top__main_entrance.nbt
- [NBT Compound / JSON Object] top__wall_0.nbt
- [NBT Compound / JSON Object] top__wall_1.nbt
- [NBT Compound / JSON Object] big_air_full.nbt
- bases
- units
- center_pieces
- [NBT Compound / JSON Object] center_0.nbt
- [NBT Compound / JSON Object] center_1.nbt
- [NBT Compound / JSON Object] center_2.nbt
- edges
- [NBT Compound / JSON Object] edge_0.nbt
- fillers
- [NBT Compound / JSON Object] stage_0.nbt
- pathways
- [NBT Compound / JSON Object] pathway_0.nbt
- [NBT Compound / JSON Object] pathway_wall_0.nbt
- rampart_plates
- [NBT Compound / JSON Object] plate_0.nbt
- ramparts
- [NBT Compound / JSON Object] ramparts_0.nbt
- [NBT Compound / JSON Object] ramparts_1.nbt
- [NBT Compound / JSON Object] ramparts_2.nbt
- stages
- [NBT Compound / JSON Object] rot__stage_1_0.nbt
- [NBT Compound / JSON Object] stage_0_0.nbt
- [NBT Compound / JSON Object] stage_0_1.nbt
- [NBT Compound / JSON Object] stage_0_2.nbt
- [NBT Compound / JSON Object] stage_0_3.nbt
- [NBT Compound / JSON Object] stage_1_0.nbt
- [NBT Compound / JSON Object] stage_1_1.nbt
- [NBT Compound / JSON Object] stage_1_2.nbt
- [NBT Compound / JSON Object] stage_1_3.nbt
- [NBT Compound / JSON Object] stage_2_0.nbt
- [NBT Compound / JSON Object] stage_2_1.nbt
- [NBT Compound / JSON Object] stage_3_0.nbt
- [NBT Compound / JSON Object] stage_3_1.nbt
- [NBT Compound / JSON Object] stage_3_2.nbt
- [NBT Compound / JSON Object] stage_3_3.nbt
- wall_units
- [NBT Compound / JSON Object] edge_0.nbt
- [NBT Compound / JSON Object] edge_0_large.nbt
- [NBT Compound / JSON Object] unit_0.nbt
- walls
- [NBT Compound / JSON Object] connected_wall.nbt
- [NBT Compound / JSON Object] wall_base.nbt
- [NBT Compound / JSON Object] air_base.nbt
- center_pieces
- [NBT Compound / JSON Object] jigsaw_test.nbt
- blocks

- [NBT Compound / JSON Object] crust1.nbt
- [NBT Compound / JSON Object] crust2.nbt
- [NBT Compound / JSON Object] crust3.nbt
- [NBT Compound / JSON Object] crust4.nbt
- [NBT Compound / JSON Object] crust5.nbt
- [NBT Compound / JSON Object] outcropping1.nbt
- [NBT Compound / JSON Object] outcropping2.nbt
- [NBT Compound / JSON Object] outcropping3.nbt
- [NBT Compound / JSON Object] outcropping4.nbt
- [NBT Compound / JSON Object] outcropping5.nbt
- [NBT Compound / JSON Object] outcropping6.nbt

- [NBT Compound / JSON Object] base_floor.nbt
- [NBT Compound / JSON Object] base_roof.nbt
- [NBT Compound / JSON Object] bridge_end.nbt
- [NBT Compound / JSON Object] bridge_gentle_stairs.nbt
- [NBT Compound / JSON Object] bridge_piece.nbt
- [NBT Compound / JSON Object] bridge_steep_stairs.nbt
- [NBT Compound / JSON Object] fat_tower_base.nbt
- [NBT Compound / JSON Object] fat_tower_middle.nbt
- [NBT Compound / JSON Object] fat_tower_top.nbt
- [NBT Compound / JSON Object] second_floor.nbt
- [NBT Compound / JSON Object] second_floor_2.nbt
- [NBT Compound / JSON Object] second_roof.nbt
- [NBT Compound / JSON Object] ship.nbt
- [NBT Compound / JSON Object] third_floor.nbt
- [NBT Compound / JSON Object] third_floor_b.nbt
- [NBT Compound / JSON Object] third_floor_c.nbt
- [NBT Compound / JSON Object] third_roof.nbt
- [NBT Compound / JSON Object] tower_base.nbt
- [NBT Compound / JSON Object] tower_floor.nbt
- [NBT Compound / JSON Object] tower_piece.nbt
- [NBT Compound / JSON Object] tower_top.nbt

- [NBT Compound / JSON Object] fossil_skull_01.nbt
- [NBT Compound / JSON Object] fossil_skull_02.nbt
- [NBT Compound / JSON Object] fossil_skull_03.nbt
- [NBT Compound / JSON Object] fossil_skull_04.nbt
- [NBT Compound / JSON Object] fossil_spine_01.nbt
- [NBT Compound / JSON Object] fossil_spine_02.nbt
- [NBT Compound / JSON Object] fossil_spine_03.nbt
- [NBT Compound / JSON Object] fossil_spine_04.nbt

- [NBT Compound / JSON Object] igloo_bottom.nbt
- [NBT Compound / JSON Object] igloo_middle.nbt
- [NBT Compound / JSON Object] igloo_top_no_trapdoor.nbt
- [NBT Compound / JSON Object] igloo_top_trapdoor.nbt

- [NBT Compound / JSON Object] 1x1_a1.nbt
- [NBT Compound / JSON Object] 1x1_a2.nbt
- [NBT Compound / JSON Object] 1x1_a3.nbt
- [NBT Compound / JSON Object] 1x1_a4.nbt
- [NBT Compound / JSON Object] 1x1_a5.nbt
- [NBT Compound / JSON Object] 1x1_as1.nbt
- [NBT Compound / JSON Object] 1x1_as2.nbt
- [NBT Compound / JSON Object] 1x1_as3.nbt
- [NBT Compound / JSON Object] 1x1_as4.nbt
- [NBT Compound / JSON Object] 1x1_b1.nbt
- [NBT Compound / JSON Object] 1x1_b2.nbt
- [NBT Compound / JSON Object] 1x1_b3.nbt
- [NBT Compound / JSON Object] 1x1_b4.nbt
- [NBT Compound / JSON Object] 1x1_b5.nbt
- [NBT Compound / JSON Object] 1x2_a1.nbt
- [NBT Compound / JSON Object] 1x2_a2.nbt
- [NBT Compound / JSON Object] 1x2_a3.nbt
- [NBT Compound / JSON Object] 1x2_a4.nbt
- [NBT Compound / JSON Object] 1x2_a5.nbt
- [NBT Compound / JSON Object] 1x2_a6.nbt
- [NBT Compound / JSON Object] 1x2_a7.nbt
- [NBT Compound / JSON Object] 1x2_a8.nbt
- [NBT Compound / JSON Object] 1x2_a9.nbt
- [NBT Compound / JSON Object] 1x2_b1.nbt
- [NBT Compound / JSON Object] 1x2_b2.nbt
- [NBT Compound / JSON Object] 1x2_b3.nbt
- [NBT Compound / JSON Object] 1x2_b4.nbt
- [NBT Compound / JSON Object] 1x2_b5.nbt
- [NBT Compound / JSON Object] 1x2_c_stairs.nbt
- [NBT Compound / JSON Object] 1x2_c1.nbt
- [NBT Compound / JSON Object] 1x2_c2.nbt
- [NBT Compound / JSON Object] 1x2_c3.nbt
- [NBT Compound / JSON Object] 1x2_c4.nbt
- [NBT Compound / JSON Object] 1x2_d_stairs.nbt
- [NBT Compound / JSON Object] 1x2_d1.nbt
- [NBT Compound / JSON Object] 1x2_d2.nbt
- [NBT Compound / JSON Object] 1x2_d3.nbt
- [NBT Compound / JSON Object] 1x2_d4.nbt
- [NBT Compound / JSON Object] 1x2_d5.nbt
- [NBT Compound / JSON Object] 1x2_s1.nbt
- [NBT Compound / JSON Object] 1x2_s2.nbt
- [NBT Compound / JSON Object] 1x2_se1.nbt
- [NBT Compound / JSON Object] 2x2_a1.nbt
- [NBT Compound / JSON Object] 2x2_a2.nbt
- [NBT Compound / JSON Object] 2x2_a3.nbt
- [NBT Compound / JSON Object] 2x2_a4.nbt
- [NBT Compound / JSON Object] 2x2_b1.nbt
- [NBT Compound / JSON Object] 2x2_b2.nbt
- [NBT Compound / JSON Object] 2x2_b3.nbt
- [NBT Compound / JSON Object] 2x2_b4.nbt
- [NBT Compound / JSON Object] 2x2_b5.nbt
- [NBT Compound / JSON Object] 2x2_s1.nbt
- [NBT Compound / JSON Object] carpet_east.nbt
- [NBT Compound / JSON Object] carpet_north.nbt
- [NBT Compound / JSON Object] carpet_south.nbt
- [NBT Compound / JSON Object] carpet_south_2.nbt
- [NBT Compound / JSON Object] carpet_west.nbt
- [NBT Compound / JSON Object] carpet_west_2.nbt
- [NBT Compound / JSON Object] corridor_floor.nbt
- [NBT Compound / JSON Object] corridor_floor_2.nbt
- [NBT Compound / JSON Object] entrance.nbt
- [NBT Compound / JSON Object] indoors_door.nbt
- [NBT Compound / JSON Object] indoors_door_2.nbt
- [NBT Compound / JSON Object] indoors_wall.nbt
- [NBT Compound / JSON Object] indoors_wall_2.nbt
- [NBT Compound / JSON Object] roof.nbt
- [NBT Compound / JSON Object] roof_corner.nbt
- [NBT Compound / JSON Object] roof_front.nbt
- [NBT Compound / JSON Object] roof_inner_corner.nbt
- [NBT Compound / JSON Object] small_wall.nbt
- [NBT Compound / JSON Object] small_wall_corner.nbt
- [NBT Compound / JSON Object] wall_corner.nbt
- [NBT Compound / JSON Object] wall_flat.nbt
- [NBT Compound / JSON Object] wall_window.nbt

- [NBT Compound / JSON Object] fossil_1.nbt
- [NBT Compound / JSON Object] fossil_2.nbt
- [NBT Compound / JSON Object] fossil_3.nbt
- [NBT Compound / JSON Object] fossil_4.nbt
- [NBT Compound / JSON Object] fossil_5.nbt
- [NBT Compound / JSON Object] fossil_6.nbt
- [NBT Compound / JSON Object] fossil_7nbt
- [NBT Compound / JSON Object] fossil_8.nbt
- [NBT Compound / JSON Object] fossil_9.nbt
- [NBT Compound / JSON Object] fossil_10.nbt
- [NBT Compound / JSON Object] fossil_11.nbt
- [NBT Compound / JSON Object] fossil_12.nbt
- [NBT Compound / JSON Object] fossil_13.nbt
- [NBT Compound / JSON Object] fossil_14.nbt

- [NBT Compound / JSON Object] feature_cage_with_allays.nbt
- [NBT Compound / JSON Object] feature_cage1.nbt
- [NBT Compound / JSON Object] feature_cage2.nbt
- [NBT Compound / JSON Object] feature_logs.nbt
- [NBT Compound / JSON Object] feature_targets.nbt
- [NBT Compound / JSON Object] feature_tent1.nbt
- [NBT Compound / JSON Object] feature_tent2.nbt
- [NBT Compound / JSON Object] watchtower.nbt
- [NBT Compound / JSON Object] watchtower_overgrown.nbt

- [NBT Compound / JSON Object] big_ruin_warm_4.nbt
- [NBT Compound / JSON Object] big_ruin_warm_5.nbt
- [NBT Compound / JSON Object] big_ruin_warm_6.nbt
- [NBT Compound / JSON Object] big_ruin_warm_7.nbt
- [NBT Compound / JSON Object] big_ruin1_brick.nbt
- [NBT Compound / JSON Object] big_ruin1_cracked.nbt
- [NBT Compound / JSON Object] big_ruin1_mossy.nbt
- [NBT Compound / JSON Object] big_ruin2_brick.nbt
- [NBT Compound / JSON Object] big_ruin2_cracked.nbt
- [NBT Compound / JSON Object] big_ruin2_mossy.nbt
- [NBT Compound / JSON Object] big_ruin3_brick.nbt
- [NBT Compound / JSON Object] big_ruin3_cracked.nbt
- [NBT Compound / JSON Object] big_ruin3_mossy.nbt
- [NBT Compound / JSON Object] big_ruin8_brick.nbt
- [NBT Compound / JSON Object] big_ruin8_cracked.nbt
- [NBT Compound / JSON Object] big_ruin8_mossy.nbt
- [NBT Compound / JSON Object] ruin_warm_1.nbt
- [NBT Compound / JSON Object] ruin_warm_2.nbt
- [NBT Compound / JSON Object] ruin_warm_3.nbt
- [NBT Compound / JSON Object] ruin_warm_4.nbt
- [NBT Compound / JSON Object] ruin_warm_5.nbt
- [NBT Compound / JSON Object] ruin_warm_6.nbt
- [NBT Compound / JSON Object] ruin_warm_7.nbt
- [NBT Compound / JSON Object] ruin_warm_8.nbt
- [NBT Compound / JSON Object] ruin1_brick.nbt
- [NBT Compound / JSON Object] ruin1_cracked.nbt
- [NBT Compound / JSON Object] ruin1_mossy.nbt
- [NBT Compound / JSON Object] ruin2_brick.nbt
- [NBT Compound / JSON Object] ruin2_cracked.nbt
- [NBT Compound / JSON Object] ruin2_mossy.nbt
- [NBT Compound / JSON Object] ruin3_brick.nbt
- [NBT Compound / JSON Object] ruin3_cracked.nbt
- [NBT Compound / JSON Object] ruin3_mossy.nbt
- [NBT Compound / JSON Object] ruin4.nbt
- [NBT Compound / JSON Object] ruin4_brick.nbt
- [NBT Compound / JSON Object] ruin4_cracked.nbt
- [NBT Compound / JSON Object] ruin4_mossy.nbt
- [NBT Compound / JSON Object] ruin5_brick.nbt
- [NBT Compound / JSON Object] ruin5_cracked.nbt
- [NBT Compound / JSON Object] ruin5_mossy.nbt
- [NBT Compound / JSON Object] ruin6_brick.nbt
- [NBT Compound / JSON Object] ruin6_cracked.nbt
- [NBT Compound / JSON Object] ruin6_mossy.nbt
- [NBT Compound / JSON Object] ruin7_brick.nbt
- [NBT Compound / JSON Object] ruin7_cracked.nbt
- [NBT Compound / JSON Object] ruin7_mossy.nbt
- [NBT Compound / JSON Object] ruin8_brick.nbt
- [NBT Compound / JSON Object] ruin8_cracked.nbt
- [NBT Compound / JSON Object] ruin8_mossy.nbt

- [NBT Compound / JSON Object] giant_portal_1.nbt
- [NBT Compound / JSON Object] giant_portal_2.nbt
- [NBT Compound / JSON Object] giant_portal_3.nbt
- [NBT Compound / JSON Object] portal_1.nbt
- [NBT Compound / JSON Object] portal_2.nbt
- [NBT Compound / JSON Object] portal_3.nbt
- [NBT Compound / JSON Object] portal_4.nbt
- [NBT Compound / JSON Object] portal_5.nbt
- [NBT Compound / JSON Object] portal_6.nbt
- [NBT Compound / JSON Object] portal_7.nbt
- [NBT Compound / JSON Object] portal_8.nbt
- [NBT Compound / JSON Object] portal_9.nbt
- [NBT Compound / JSON Object] portal_10.nbt

- [NBT Compound / JSON Object] swrightsideupbackhalf.nbt
- [NBT Compound / JSON Object] swrightsideupbackhalfdegraded.nbt
- [NBT Compound / JSON Object] swrightsideupfronthalf.nbt
- [NBT Compound / JSON Object] swrightsideupfronthalfdegraded.nbt
- [NBT Compound / JSON Object] swrightsideupfull.nbt
- [NBT Compound / JSON Object] swrightsideupfulldegraded.nbt
- [NBT Compound / JSON Object] swsidewaysbackhalf.nbt
- [NBT Compound / JSON Object] swsidewaysbackhalfdegraded.nbt
- [NBT Compound / JSON Object] swsidewaysfronthalf.nbt
- [NBT Compound / JSON Object] swsidewaysfronthalfdegraded.nbt
- [NBT Compound / JSON Object] swsidewaysfull.nbt
- [NBT Compound / JSON Object] swsidewaysfulldegraded.nbt
- [NBT Compound / JSON Object] swupsidedownbackhalf.nbt
- [NBT Compound / JSON Object] swupsidedownbackhalfdegraded.nbt
- [NBT Compound / JSON Object] swupsidedownfronthalf.nbt
- [NBT Compound / JSON Object] swupsidedownfronthalfdegraded.nbt
- [NBT Compound / JSON Object] swupsidedownfull.nbt
- [NBT Compound / JSON Object] swupsidedownfulldegraded.nbt
- [NBT Compound / JSON Object] swwithmast.nbt
- [NBT Compound / JSON Object] swwithmastdegraded.nbt

- buildings
- [NBT Compound / JSON Object] group_full_1.nbt
- [NBT Compound / JSON Object] group_full_2.nbt
- [NBT Compound / JSON Object] group_full_3.nbt
- [NBT Compound / JSON Object] group_full_4.nbt
- [NBT Compound / JSON Object] group_full_5.nbt
- [NBT Compound / JSON Object] group_hall_1.nbt
- [NBT Compound / JSON Object] group_hall_2.nbt
- [NBT Compound / JSON Object] group_hall_3.nbt
- [NBT Compound / JSON Object] group_hall_4.nbt
- [NBT Compound / JSON Object] group_hall_5.nbt
- [NBT Compound / JSON Object] group_lower_1.nbt
- [NBT Compound / JSON Object] group_lower_2.nbt
- [NBT Compound / JSON Object] group_lower_3.nbt
- [NBT Compound / JSON Object] group_lower_4.nbt
- [NBT Compound / JSON Object] group_lower_5.nbt
- [NBT Compound / JSON Object] group_room_1.nbt
- [NBT Compound / JSON Object] group_room_2.nbt
- [NBT Compound / JSON Object] group_room_3.nbt
- [NBT Compound / JSON Object] group_room_4.nbt
- [NBT Compound / JSON Object] group_room_5.nbt
- [NBT Compound / JSON Object] group_upper_1.nbt
- [NBT Compound / JSON Object] group_upper_2.nbt
- [NBT Compound / JSON Object] group_upper_3.nbt
- [NBT Compound / JSON Object] group_upper_4.nbt
- [NBT Compound / JSON Object] group_upper_5.nbt
- [NBT Compound / JSON Object] large_room_1.nbt
- [NBT Compound / JSON Object] large_room_2.nbt
- [NBT Compound / JSON Object] large_room_3.nbt
- [NBT Compound / JSON Object] large_room_4.nbt
- [NBT Compound / JSON Object] large_room_5.nbt
- [NBT Compound / JSON Object] one_room_1.nbt
- [NBT Compound / JSON Object] one_room_2.nbt
- [NBT Compound / JSON Object] one_room_3.nbt
- [NBT Compound / JSON Object] one_room_4.nbt
- [NBT Compound / JSON Object] one_room_5.nbt
- decor
- [NBT Compound / JSON Object] decor_1.nbt
- [NBT Compound / JSON Object] decor_2.nbt
- [NBT Compound / JSON Object] decor_3.nbt
- [NBT Compound / JSON Object] decor_4.nbt
- [NBT Compound / JSON Object] decor_5.nbt
- [NBT Compound / JSON Object] decor_6.nbt
- [NBT Compound / JSON Object] decor_7.nbt
- roads
- [NBT Compound / JSON Object] long_road_end.nbt
- [NBT Compound / JSON Object] road_end_1.nbt
- [NBT Compound / JSON Object] road_section_1.nbt
- [NBT Compound / JSON Object] road_section_2.nbt
- [NBT Compound / JSON Object] road_section_3.nbt
- [NBT Compound / JSON Object] road_section_4.nbt
- [NBT Compound / JSON Object] road_spacer_1.nbt
- tower
- [NBT Compound / JSON Object] hall_1.nbt
- [NBT Compound / JSON Object] hall_2.nbt
- [NBT Compound / JSON Object] hall_3.nbt
- [NBT Compound / JSON Object] hall_4.nbt
- [NBT Compound / JSON Object] hall_5.nbt
- [NBT Compound / JSON Object] large_hall_1.nbt
- [NBT Compound / JSON Object] large_hall_2.nbt
- [NBT Compound / JSON Object] large_hall_3.nbt
- [NBT Compound / JSON Object] large_hall_4.nbt
- [NBT Compound / JSON Object] large_hall_5.nbt
- [NBT Compound / JSON Object] one_room_1.nbt
- [NBT Compound / JSON Object] one_room_2.nbt
- [NBT Compound / JSON Object] one_room_3.nbt
- [NBT Compound / JSON Object] one_room_4.nbt
- [NBT Compound / JSON Object] one_room_5.nbt
- [NBT Compound / JSON Object] platform_1.nbt
- [NBT Compound / JSON Object] platform_2.nbt
- [NBT Compound / JSON Object] platform_3.nbt
- [NBT Compound / JSON Object] platform_4.nbt
- [NBT Compound / JSON Object] platform_5.nbt
- [NBT Compound / JSON Object] stable_1.nbt
- [NBT Compound / JSON Object] stable_2.nbt
- [NBT Compound / JSON Object] stable_3.nbt
- [NBT Compound / JSON Object] stable_4.nbt
- [NBT Compound / JSON Object] stable_5.nbt
- [NBT Compound / JSON Object] tower_1.nbt
- [NBT Compound / JSON Object] tower_2.nbt
- [NBT Compound / JSON Object] tower_3.nbt
- [NBT Compound / JSON Object] tower_4.nbt
- [NBT Compound / JSON Object] tower_5.nbt
- [NBT Compound / JSON Object] tower_top_1.nbt
- [NBT Compound / JSON Object] tower_top_2.nbt
- [NBT Compound / JSON Object] tower_top_3.nbt
- [NBT Compound / JSON Object] tower_top_4.nbt
- [NBT Compound / JSON Object] tower_top_5.nbt
- buildings

- chamber
- [NBT Compound / JSON Object] assembly.nbt
- [NBT Compound / JSON Object] chamber_1.nbt
- [NBT Compound / JSON Object] chamber_2.nbt
- [NBT Compound / JSON Object] chamber_4.nbt
- [NBT Compound / JSON Object] chamber_8.nbt
- [NBT Compound / JSON Object] entrance_cap.nbt
- [NBT Compound / JSON Object] eruption.nbt
- [NBT Compound / JSON Object] pedestal.nbt
- [NBT Compound / JSON Object] slanted.nbt
- addon
- [NBT Compound / JSON Object] c1_breeze.nbt
- [NBT Compound / JSON Object] full_corner_column.nbt
- [NBT Compound / JSON Object] full_stacked_walkway.nbt
- [NBT Compound / JSON Object] full_stacked_walkway_2.nbt
- [NBT Compound / JSON Object] grate_bridge.nbt
- [NBT Compound / JSON Object] hanging_platform.nbt
- [NBT Compound / JSON Object] lower_staircase_down.nbt
- [NBT Compound / JSON Object] short_grate_platform.nbt
- [NBT Compound / JSON Object] short_platform.nbt
- [NBT Compound / JSON Object] walkway_with_bridge_1.nbt
- assembly
- [NBT Compound / JSON Object] cover_1.nbt
- [NBT Compound / JSON Object] cover_2.nbt
- [NBT Compound / JSON Object] cover_3.nbt
- [NBT Compound / JSON Object] cover_4.nbt
- [NBT Compound / JSON Object] cover_5.nbt
- [NBT Compound / JSON Object] cover_6.nbt
- [NBT Compound / JSON Object] full_column.nbt
- [NBT Compound / JSON Object] hanging_1.nbt
- [NBT Compound / JSON Object] hanging_2.nbt
- [NBT Compound / JSON Object] hanging_3.nbt
- [NBT Compound / JSON Object] hanging_4.nbt
- [NBT Compound / JSON Object] hanging_5.nbt
- [NBT Compound / JSON Object] left_staircase_1.nbt
- [NBT Compound / JSON Object] left_staircase_2.nbt
- [NBT Compound / JSON Object] left_staircase_3.nbt
- [NBT Compound / JSON Object] platform_1.nbt
- [NBT Compound / JSON Object] right_staircase_1.nbt
- [NBT Compound / JSON Object] right_staircase_2.nbt
- [NBT Compound / JSON Object] right_staircase_3.nbt
- [NBT Compound / JSON Object] spawner_1.nbt
- [NBT Compound / JSON Object] spawner_trap_1.nbt
- eruption
- [NBT Compound / JSON Object] breeze_slice_1.nbt
- [NBT Compound / JSON Object] center_1.nbt
- [NBT Compound / JSON Object] quadrant_1.nbt
- [NBT Compound / JSON Object] quadrant_2.nbt
- [NBT Compound / JSON Object] quadrant_3.nbt
- [NBT Compound / JSON Object] quadrant_4.nbt
- [NBT Compound / JSON Object] quadrant_5.nbt
- [NBT Compound / JSON Object] slice_1.nbt
- [NBT Compound / JSON Object] slice_2.nbt
- [NBT Compound / JSON Object] slice_3.nbt
- pedestal
- [NBT Compound / JSON Object] center_1.nbt
- [NBT Compound / JSON Object] ominous_slice_1.nbt
- [NBT Compound / JSON Object] quadrant_1.nbt
- [NBT Compound / JSON Object] quadrant_2.nbt
- [NBT Compound / JSON Object] quadrant_3.nbt
- [NBT Compound / JSON Object] slice_1.nbt
- [NBT Compound / JSON Object] slice_2.nbt
- [NBT Compound / JSON Object] slice_3.nbt
- [NBT Compound / JSON Object] slice_4.nbt
- [NBT Compound / JSON Object] slice_5.nbt
- slanted
- [NBT Compound / JSON Object] center.nbt
- [NBT Compound / JSON Object] hallway_1.nbt
- [NBT Compound / JSON Object] hallway_2.nbt
- [NBT Compound / JSON Object] hallway_3.nbt
- [NBT Compound / JSON Object] hallway_4.nbt
- [NBT Compound / JSON Object] hallway_5.nbt
- [NBT Compound / JSON Object] ominous_upper_arm_1.nbt
- [NBT Compound / JSON Object] quadrant_1.nbt
- [NBT Compound / JSON Object] quadrant_2.nbt
- [NBT Compound / JSON Object] quadrant_3.nbt
- [NBT Compound / JSON Object] quadrant_4.nbt
- [NBT Compound / JSON Object] ramp_1.nbt
- [NBT Compound / JSON Object] ramp_2.nbt
- [NBT Compound / JSON Object] ramp_3.nbt
- [NBT Compound / JSON Object] ramp_4.nbt
- chests
- [NBT Compound / JSON Object] supply.nbt
- connectors
- [NBT Compound / JSON Object] supply.nbt
- corridor
- [NBT Compound / JSON Object] atrium_1.nbt
- [NBT Compound / JSON Object] end_1.nbt
- [NBT Compound / JSON Object] end_2.nbt
- [NBT Compound / JSON Object] entrance_1.nbt
- [NBT Compound / JSON Object] entrance_2.nbt
- [NBT Compound / JSON Object] entrance_3.nbt
- [NBT Compound / JSON Object] first_plate.nbt
- [NBT Compound / JSON Object] second_plate.nbt
- [NBT Compound / JSON Object] straight_1.nbt
- [NBT Compound / JSON Object] straight_2.nbt
- [NBT Compound / JSON Object] straight_3.nbt
- [NBT Compound / JSON Object] straight_4.nbt
- [NBT Compound / JSON Object] straight_5.nbt
- [NBT Compound / JSON Object] straight_6.nbt
- [NBT Compound / JSON Object] straight_7.nbt
- [NBT Compound / JSON Object] straight_8.nbt
- addon
- [NBT Compound / JSON Object] arrow_dispenser.nbt
- [NBT Compound / JSON Object] bridge_lower.nbt
- [NBT Compound / JSON Object] chandelier_upper.nbt
- [NBT Compound / JSON Object] decoration_upper.nbt
- [NBT Compound / JSON Object] display_1.nbt
- [NBT Compound / JSON Object] display_2.nbt
- [NBT Compound / JSON Object] display_3.nbt
- [NBT Compound / JSON Object] head_upper.nbt
- [NBT Compound / JSON Object] ladder_to_middle.nbt
- [NBT Compound / JSON Object] open_walkway.nbt
- [NBT Compound / JSON Object] open_walkway_upper.nbt
- [NBT Compound / JSON Object] reward_upper.nbt
- [NBT Compound / JSON Object] staircase.nbt
- [NBT Compound / JSON Object] wall.nbt
- [NBT Compound / JSON Object] walled_walkway.nbt
- atrium
- [NBT Compound / JSON Object] bogged_relief.nbt
- [NBT Compound / JSON Object] breeze_relief.nbt
- [NBT Compound / JSON Object] grand_staircase_1.nbt
- [NBT Compound / JSON Object] grand_staircase_2.nbt
- [NBT Compound / JSON Object] grand_staircase_3.nbt
- [NBT Compound / JSON Object] spider_relief.nbt
- [NBT Compound / JSON Object] spiral_relief.nbt
- decor
- [NBT Compound / JSON Object] barrel.nbt
- [NBT Compound / JSON Object] candle_1.nbt
- [NBT Compound / JSON Object] candle_2.nbt
- [NBT Compound / JSON Object] candle_3.nbt
- [NBT Compound / JSON Object] candle_4.nbt
- [NBT Compound / JSON Object] dead_bush_pot.nbt
- [NBT Compound / JSON Object] empty_pot.nbt
- [NBT Compound / JSON Object] flow_pot.nbt
- [NBT Compound / JSON Object] guster_pot.nbt
- [NBT Compound / JSON Object] scrape_pot.nbt
- [NBT Compound / JSON Object] undecorated_pot.nbt
- dispensers
- [NBT Compound / JSON Object] chamber.nbt
- [NBT Compound / JSON Object] floor_dispenser.nbt
- [NBT Compound / JSON Object] wall_dispenser.nbt
- hallway
- [NBT Compound / JSON Object] cache_1.nbt
- [NBT Compound / JSON Object] corner_staircase.nbt
- [NBT Compound / JSON Object] corner_staircase_down.nbt
- [NBT Compound / JSON Object] corridor_connector_1.nbt
- [NBT Compound / JSON Object] left_corner.nbt
- [NBT Compound / JSON Object] long_straight_staircase.nbt
- [NBT Compound / JSON Object] long_straight_staircase_down.nbt
- [NBT Compound / JSON Object] lower_hallway_connector.nbt
- [NBT Compound / JSON Object] right_corner.nbt
- [NBT Compound / JSON Object] rubble.nbt
- [NBT Compound / JSON Object] rubble_chamber.nbt
- [NBT Compound / JSON Object] rubble_chamber_thin.nbt
- [NBT Compound / JSON Object] rubble_thin.nbt
- [NBT Compound / JSON Object] straight.nbt
- [NBT Compound / JSON Object] straight_staircase.nbt
- [NBT Compound / JSON Object] straight_staircase_down.nbt
- [NBT Compound / JSON Object] upper_hallway_connector.nbt
- intersection
- [NBT Compound / JSON Object] intersection_1.nbt
- [NBT Compound / JSON Object] intersection_2.nbt
- [NBT Compound / JSON Object] intersection_3.nbt
- reward
- [NBT Compound / JSON Object] ominous_vault.nbt
- [NBT Compound / JSON Object] vault.nbt
- spawner
- breeze
- [NBT Compound / JSON Object] breeze.nbt
- connectors
- [NBT Compound / JSON Object] breeze.nbt
- [NBT Compound / JSON Object] melee.nbt
- [NBT Compound / JSON Object] ranged.nbt
- [NBT Compound / JSON Object] slow_ranged.nbt
- [NBT Compound / JSON Object] small_melee.nbt
- melee
- [NBT Compound / JSON Object] husk.nbt
- [NBT Compound / JSON Object] spider.nbt
- [NBT Compound / JSON Object] zombie.nbt
- ranged
- [NBT Compound / JSON Object] poison_skeleton.nbt
- [NBT Compound / JSON Object] skeleton.nbt
- [NBT Compound / JSON Object] stray.nbt
- slow_ranged
- [NBT Compound / JSON Object] poison_skeleton.nbt
- [NBT Compound / JSON Object] skeleton.nbt
- [NBT Compound / JSON Object] stray.nbt
- small_melee
- [NBT Compound / JSON Object] baby_zombie.nbt
- [NBT Compound / JSON Object] cave_spider.nbt
- [NBT Compound / JSON Object] silverfish.nbt
- [NBT Compound / JSON Object] slime.nbt
- breeze
- chamber

- common
- animals
- [NBT Compound / JSON Object] cat.nbt
- [NBT Compound / JSON Object] cows_1.nbt
- [NBT Compound / JSON Object] horses_1.nbt
- [NBT Compound / JSON Object] horses_2.nbt
- [NBT Compound / JSON Object] pigs_1.nbt
- [NBT Compound / JSON Object] sheep_1.nbt
- [NBT Compound / JSON Object] villager.nbt
- [NBT Compound / JSON Object] well_bottom.nbt
- animals
- desert
- houses
- [NBT Compound / JSON Object] desert_animal_pen_1.nbt.nbt
- [NBT Compound / JSON Object] desert_animal_pen_2.nbt
- [NBT Compound / JSON Object] desert_armorer_1.nbt
- [NBT Compound / JSON Object] desert_butcher_shop_1.nbt
- [NBT Compound / JSON Object] desert_cartographer_house_1.nbt
- [NBT Compound / JSON Object] desert_farm_1.nbt
- [NBT Compound / JSON Object] desert_farm_2.nbt
- [NBT Compound / JSON Object] desert_fisher_1.nbt
- [NBT Compound / JSON Object] desert_fletcher_house_1.nbt
- [NBT Compound / JSON Object] desert_large_farm_1.nbt
- [NBT Compound / JSON Object] desert_library_1.nbt
- [NBT Compound / JSON Object] desert_mason_1.nbt
- [NBT Compound / JSON Object] desert_medium_house_1.nbt
- [NBT Compound / JSON Object] desert_medium_house_2.nbt
- [NBT Compound / JSON Object] desert_shepherd_house_1.nbt
- [NBT Compound / JSON Object] desert_small_house_1.nbt
- [NBT Compound / JSON Object] desert_small_house_2.nbt
- [NBT Compound / JSON Object] desert_small_house_3.nbt
- [NBT Compound / JSON Object] desert_small_house_4.nbt
- [NBT Compound / JSON Object] desert_small_house_5.nbt
- [NBT Compound / JSON Object] desert_small_house_6.nbt
- [NBT Compound / JSON Object] desert_small_house_7.nbt
- [NBT Compound / JSON Object] desert_small_house_8.nbt
- [NBT Compound / JSON Object] desert_tannery_1.nbt
- [NBT Compound / JSON Object] desert_temple_1.nbt
- [NBT Compound / JSON Object] desert_temple_2.nbt
- [NBT Compound / JSON Object] desert_tool_smith_1.nbt
- [NBT Compound / JSON Object] desert_weaponsmith_1.nbt
- streets
- [NBT Compound / JSON Object] corner_01.nbt
- [NBT Compound / JSON Object] corner_02.nbt
- [NBT Compound / JSON Object] crossroad_01.nbt
- [NBT Compound / JSON Object] crossroad_02.nbt
- [NBT Compound / JSON Object] crossroad_03.nbt
- [NBT Compound / JSON Object] square_01.nbt
- [NBT Compound / JSON Object] square_02.nbt
- [NBT Compound / JSON Object] straight_01.nbt
- [NBT Compound / JSON Object] straight_02.nbt
- [NBT Compound / JSON Object] straight_03.nbt
- [NBT Compound / JSON Object] turn_01.nbt
- terminators
- [NBT Compound / JSON Object] terminator_01.nbt
- [NBT Compound / JSON Object] terminator_02.nbt
- town_centers
- [NBT Compound / JSON Object] desert_meeting_point_1.nbt
- [NBT Compound / JSON Object] desert_meeting_point_2.nbt
- [NBT Compound / JSON Object] desert_meeting_point_3.nbt
- [NBT Compound / JSON Object] desert_lamp_1.nbt
- houses
- plains
- houses
- [NBT Compound / JSON Object] plains_accessory_1.nbt
- [NBT Compound / JSON Object] plains_animal_pen_1.nbt
- [NBT Compound / JSON Object] plains_animal_pen_2.nbt
- [NBT Compound / JSON Object] plains_animal_pen_3.nbt
- [NBT Compound / JSON Object] plains_armorer_house_1.nbt
- [NBT Compound / JSON Object] plains_big_house_1.nbt
- [NBT Compound / JSON Object] plains_butcher_shop_1.nbt
- [NBT Compound / JSON Object] plains_butcher_shop_2.nbt
- [NBT Compound / JSON Object] plains_cartographer_1.nbt
- [NBT Compound / JSON Object] plains_fisher_cottage_1.nbt
- [NBT Compound / JSON Object] plains_fletcher_house_1.nbt
- [NBT Compound / JSON Object] plains_large_farm_1.nbt
- [NBT Compound / JSON Object] plains_library_1.nbt
- [NBT Compound / JSON Object] plains_library_2.nbt
- [NBT Compound / JSON Object] plains_masons_house_1.nbt
- [NBT Compound / JSON Object] plains_medium_house_1.nbt
- [NBT Compound / JSON Object] plains_medium_house_2.nbt
- [NBT Compound / JSON Object] plains_meeting_point_4.nbt
- [NBT Compound / JSON Object] plains_meeting_point_5.nbt
- [NBT Compound / JSON Object] plains_shepherds_house_1.nbt
- [NBT Compound / JSON Object] plains_small_farm_1.nbt
- [NBT Compound / JSON Object] plains_small_house_1.nbt
- [NBT Compound / JSON Object] plains_small_house_2.nbt
- [NBT Compound / JSON Object] plains_small_house_3.nbt
- [NBT Compound / JSON Object] plains_small_house_4.nbt
- [NBT Compound / JSON Object] plains_small_house_5.nbt
- [NBT Compound / JSON Object] plains_small_house_6.nbt
- [NBT Compound / JSON Object] plains_small_house_7.nbt
- [NBT Compound / JSON Object] plains_small_house_8.nbt
- [NBT Compound / JSON Object] plains_stable_1.nbt
- [NBT Compound / JSON Object] plains_stable_2.nbt
- [NBT Compound / JSON Object] plains_tannery_1.nbt
- [NBT Compound / JSON Object] plains_temple_3.nbt
- [NBT Compound / JSON Object] plains_temple_4.nbt
- [NBT Compound / JSON Object] plains_tool_smith_1.nbt
- [NBT Compound / JSON Object] plains_weaponsmith_1.nbt
- streets
- [NBT Compound / JSON Object] corner_01.nbt
- [NBT Compound / JSON Object] corner_02.nbt
- [NBT Compound / JSON Object] corner_03.nbt
- [NBT Compound / JSON Object] crossroad_01.nbt
- [NBT Compound / JSON Object] crossroad_02.nbt
- [NBT Compound / JSON Object] crossroad_03.nbt
- [NBT Compound / JSON Object] crossroad_04.nbt
- [NBT Compound / JSON Object] crossroad_05.nbt
- [NBT Compound / JSON Object] crossroad_06.nbt
- [NBT Compound / JSON Object] straight_01.nbt
- [NBT Compound / JSON Object] straight_02.nbt
- [NBT Compound / JSON Object] straight_03.nbt
- [NBT Compound / JSON Object] straight_04.nbt
- [NBT Compound / JSON Object] straight_05.nbt
- [NBT Compound / JSON Object] straight_06.nbt
- [NBT Compound / JSON Object] turn_01.nbt
- terminators
- [NBT Compound / JSON Object] terminator_01.nbt
- [NBT Compound / JSON Object] terminator_02.nbt
- [NBT Compound / JSON Object] terminator_03.nbt
- [NBT Compound / JSON Object] terminator_04.nbt
- town_centers
- [NBT Compound / JSON Object] plains_fountain_01.nbt
- [NBT Compound / JSON Object] plains_meeting_point_1.nbt
- [NBT Compound / JSON Object] plains_meeting_point_2.nbt
- [NBT Compound / JSON Object] plains_meeting_point_3.nbt
- villagers
- [NBT Compound / JSON Object] armorer.nbt
- [NBT Compound / JSON Object] butcher.nbt
- [NBT Compound / JSON Object] cartographer.nbt
- [NBT Compound / JSON Object] cleric.nbt
- [NBT Compound / JSON Object] farmer.nbt
- [NBT Compound / JSON Object] fishermen.nbt
- [NBT Compound / JSON Object] fletcher.nbt
- [NBT Compound / JSON Object] leatherworker.nbt
- [NBT Compound / JSON Object] librarian.nbt
- [NBT Compound / JSON Object] nitwit.nbt
- [NBT Compound / JSON Object] shepherd.nbt
- [NBT Compound / JSON Object] toolsmith.nbt
- [NBT Compound / JSON Object] unemployed.nbt
- [NBT Compound / JSON Object] weaponsmith.nbt
- [NBT Compound / JSON Object] plains_lamp_1.nbt
- houses
- savanna
- houses
- [NBT Compound / JSON Object] savanna_animal_pen_1.nbt
- [NBT Compound / JSON Object] savanna_animal_pen_2.nbt.nbt
- [NBT Compound / JSON Object] savanna_animal_pen_3.nbt
- [NBT Compound / JSON Object] savanna_armorer_1.nbt
- [NBT Compound / JSON Object] savanna_butchers_shop_1.nbt
- [NBT Compound / JSON Object] savanna_butchers_shop_2.nbt
- [NBT Compound / JSON Object] savanna_cartographer_1.nbt
- [NBT Compound / JSON Object] savanna_fisher_cottage_1.nbt
- [NBT Compound / JSON Object] savanna_fletcher_house_1.nbt
- [NBT Compound / JSON Object] savanna_large_farm_1.nbt
- [NBT Compound / JSON Object] savanna_large_farm_2.nbt
- [NBT Compound / JSON Object] savanna_library_1.nbt
- [NBT Compound / JSON Object] savanna_mason_1.nbt
- [NBT Compound / JSON Object] savanna_medium_house_1.nbt
- [NBT Compound / JSON Object] savanna_medium_house_2.nbt
- [NBT Compound / JSON Object] savanna_shepherd_1.nbt
- [NBT Compound / JSON Object] savanna_small_farm.nbt
- [NBT Compound / JSON Object] savanna_small_house_1.nbt
- [NBT Compound / JSON Object] savanna_small_house_2.nbt
- [NBT Compound / JSON Object] savanna_small_house_3.nbt
- [NBT Compound / JSON Object] savanna_small_house_4.nbt
- [NBT Compound / JSON Object] savanna_small_house_5.nbt
- [NBT Compound / JSON Object] savanna_small_house_6.nbt
- [NBT Compound / JSON Object] savanna_small_house_7.nbt
- [NBT Compound / JSON Object] savanna_small_house_8.nbt
- [NBT Compound / JSON Object] savanna_tannery_1.nbt
- [NBT Compound / JSON Object] savanna_temple_1.nbt
- [NBT Compound / JSON Object] savanna_temple_2.nbt
- [NBT Compound / JSON Object] savanna_tool_smith_1.nbt
- [NBT Compound / JSON Object] savanna_weaponsmith_1.nbt
- [NBT Compound / JSON Object] savanna_weaponsmith_2.nbt
- streets
- [NBT Compound / JSON Object] corner_01.nbt
- [NBT Compound / JSON Object] corner_03.nbt
- [NBT Compound / JSON Object] crossroad_02.nbt
- [NBT Compound / JSON Object] crossroad_03.nbt
- [NBT Compound / JSON Object] crossroad_04.nbt
- [NBT Compound / JSON Object] crossroad_05.nbt
- [NBT Compound / JSON Object] crossroad_06.nbt
- [NBT Compound / JSON Object] crossroad_07.nbt
- [NBT Compound / JSON Object] split_01.nbt
- [NBT Compound / JSON Object] split_02.nbt
- [NBT Compound / JSON Object] straight_02.nbt
- [NBT Compound / JSON Object] straight_04.nbt
- [NBT Compound / JSON Object] straight_05.nbt
- [NBT Compound / JSON Object] straight_06.nbt
- [NBT Compound / JSON Object] straight_08.nbt
- [NBT Compound / JSON Object] straight_09.nbt
- [NBT Compound / JSON Object] straight_10.nbt
- [NBT Compound / JSON Object] straight_11.nbt
- [NBT Compound / JSON Object] turn_01.nbt
- terminators
- [NBT Compound / JSON Object] terminator_05.nbt
- town_centers
- [NBT Compound / JSON Object] savanna_meeting_point_1.nbt
- [NBT Compound / JSON Object] savanna_meeting_point_2.nbt
- [NBT Compound / JSON Object] savanna_meeting_point_3.nbt
- [NBT Compound / JSON Object] savanna_meeting_point_4.nbt
- [NBT Compound / JSON Object] savanna_lamp_post_01.nbt
- houses
- snowy
- houses
- [NBT Compound / JSON Object] snowy_animal_pen_1.nbt
- [NBT Compound / JSON Object] snowy_animal_pen_2.nbt
- [NBT Compound / JSON Object] snowy_armorer_house_1.nbt
- [NBT Compound / JSON Object] snowy_armorer_house_2.nbt
- [NBT Compound / JSON Object] snowy_butchers_shop_1.nbt
- [NBT Compound / JSON Object] snowy_butchers_shop_2.nbt
- [NBT Compound / JSON Object] snowy_cartographer_house_1.nbt
- [NBT Compound / JSON Object] snowy_farm_1.nbt
- [NBT Compound / JSON Object] snowy_farm_2.nbt
- [NBT Compound / JSON Object] snowy_fisher_cottage.nbt
- [NBT Compound / JSON Object] snowy_fletcher_house_1.nbt
- [NBT Compound / JSON Object] snowy_library_1.nbt
- [NBT Compound / JSON Object] snowy_masons_house_1.nbt
- [NBT Compound / JSON Object] snowy_masons_house_2.nbt
- [NBT Compound / JSON Object] snowy_medium_house_1.nbt
- [NBT Compound / JSON Object] snowy_medium_house_2.nbt
- [NBT Compound / JSON Object] snowy_medium_house_3.nbt
- [NBT Compound / JSON Object] snowy_shepherds_house_1.nbt
- [NBT Compound / JSON Object] snowy_small_house_1.nbt
- [NBT Compound / JSON Object] snowy_small_house_2.nbt
- [NBT Compound / JSON Object] snowy_small_house_3.nbt
- [NBT Compound / JSON Object] snowy_small_house_4.nbt
- [NBT Compound / JSON Object] snowy_small_house_5.nbt
- [NBT Compound / JSON Object] snowy_small_house_6.nbt
- [NBT Compound / JSON Object] snowy_small_house_7.nbt
- [NBT Compound / JSON Object] snowy_small_house_8.nbt
- [NBT Compound / JSON Object] snowy_tannery_1.nbt
- [NBT Compound / JSON Object] snowy_temple_1.nbt
- [NBT Compound / JSON Object] snowy_tool_smith_1.nbt
- [NBT Compound / JSON Object] snowy_weapon_smith_1.nbt
- streets
- [NBT Compound / JSON Object] corner_01.nbt
- [NBT Compound / JSON Object] corner_02.nbt
- [NBT Compound / JSON Object] corner_03.nbt
- [NBT Compound / JSON Object] crossroad_01.nbt
- [NBT Compound / JSON Object] crossroad_02.nbt
- [NBT Compound / JSON Object] crossroad_03.nbt
- [NBT Compound / JSON Object] crossroad_04.nbt
- [NBT Compound / JSON Object] crossroad_05.nbt
- [NBT Compound / JSON Object] crossroad_06.nbt
- [NBT Compound / JSON Object] square_01.nbt
- [NBT Compound / JSON Object] straight_01.nbt
- [NBT Compound / JSON Object] straight_02.nbt
- [NBT Compound / JSON Object] straight_03.nbt
- [NBT Compound / JSON Object] straight_04.nbt
- [NBT Compound / JSON Object] straight_06.nbt
- [NBT Compound / JSON Object] straight_08.nbt
- [NBT Compound / JSON Object] turn_01.nbt
- town_centers
- [NBT Compound / JSON Object] snowy_meeting_point_1.nbt
- [NBT Compound / JSON Object] snowy_meeting_point_2.nbt
- [NBT Compound / JSON Object] snowy_meeting_point_3.nbt
- [NBT Compound / JSON Object] snowy_lamp_post_01.nbt
- [NBT Compound / JSON Object] snowy_lamp_post_02.nbt
- [NBT Compound / JSON Object] snowy_lamp_post_03.nbt
- houses
- taiga
- houses
- [NBT Compound / JSON Object] taiga_animal_pen_1.nbt
- [NBT Compound / JSON Object] taiga_armorer_house_1.nbt
- [NBT Compound / JSON Object] taiga_armorer_house_2.nbt
- [NBT Compound / JSON Object] taiga_butcher_shop_1.nbt
- [NBT Compound / JSON Object] taiga_cartographer_house_1.nbt
- [NBT Compound / JSON Object] taiga_decoration_1.nbt
- [NBT Compound / JSON Object] taiga_fisher_cottage_1.nbt
- [NBT Compound / JSON Object] taiga_fletcher_house_1.nbt
- [NBT Compound / JSON Object] taiga_lamp_post_1.nbt
- [NBT Compound / JSON Object] taiga_large_farm_1.nbt
- [NBT Compound / JSON Object] taiga_large_farm_2.nbt
- [NBT Compound / JSON Object] taiga_library_1.nbt
- [NBT Compound / JSON Object] taiga_masons_house_1.nbt
- [NBT Compound / JSON Object] taiga_medium_house_1.nbt
- [NBT Compound / JSON Object] taiga_medium_house_2.nbt
- [NBT Compound / JSON Object] taiga_medium_house_3.nbt
- [NBT Compound / JSON Object] taiga_medium_house_4.nbt
- [NBT Compound / JSON Object] taiga_shepherds_house_1.nbt
- [NBT Compound / JSON Object] taiga_small_farm_1.nbt
- [NBT Compound / JSON Object] taiga_small_house_1.nbt
- [NBT Compound / JSON Object] taiga_small_house_2.nbt
- [NBT Compound / JSON Object] taiga_small_house_3.nbt
- [NBT Compound / JSON Object] taiga_small_house_4.nbt
- [NBT Compound / JSON Object] taiga_small_house_5.nbt
- [NBT Compound / JSON Object] taiga_tannery_1.nbt
- [NBT Compound / JSON Object] taiga_temple_1.nbt
- [NBT Compound / JSON Object] taiga_tool_smith_1.nbt
- [NBT Compound / JSON Object] taiga_weaponsmith_1.nbt
- [NBT Compound / JSON Object] taiga_weaponsmith_2.nbt
- streets
- [NBT Compound / JSON Object] corner_01.nbt
- [NBT Compound / JSON Object] corner_02.nbt
- [NBT Compound / JSON Object] corner_03.nbt
- [NBT Compound / JSON Object] crossroad_01.nbt
- [NBT Compound / JSON Object] crossroad_02.nbt
- [NBT Compound / JSON Object] crossroad_03.nbt
- [NBT Compound / JSON Object] crossroad_04.nbt
- [NBT Compound / JSON Object] crossroad_05.nbt
- [NBT Compound / JSON Object] crossroad_06.nbt
- [NBT Compound / JSON Object] straight_01.nbt
- [NBT Compound / JSON Object] straight_02.nbt
- [NBT Compound / JSON Object] straight_03.nbt
- [NBT Compound / JSON Object] straight_04.nbt
- [NBT Compound / JSON Object] straight_05.nbt
- [NBT Compound / JSON Object] straight_06.nbt
- [NBT Compound / JSON Object] turn_01.nbt
- town_centers
- [NBT Compound / JSON Object] taiga_meeting_point_1.nbt
- [NBT Compound / JSON Object] taiga_meeting_point_2.nbt
- [NBT Compound / JSON Object] taiga_decoration_1.nbt
- [NBT Compound / JSON Object] taiga_decoration_2.nbt
- [NBT Compound / JSON Object] taiga_decoration_3.nbt
- [NBT Compound / JSON Object] taiga_decoration_4.nbt
- [NBT Compound / JSON Object] taiga_decoration_5.nbt
- [NBT Compound / JSON Object] taiga_lamp_post_1.nbt
- houses
- common
NBT structure[edit | edit source]
All the specified positions are relative to the block located toward -X, -Y, -Z.
- [NBT Compound / JSON Object] The root tag.
- [Int] DataVersion: Data version of the NBT structure.
[String] author: Name of the player who created this structure. Only exists for structures saved before 1.13.- [NBT List / JSON Array] size: 3 TAG_Int describing the size of the structure.
- [NBT List / JSON Array] palette: Set of different block states used in the structure.
- [NBT Compound / JSON Object] A block.
- [String] Name: Block ID.
- [NBT Compound / JSON Object] Properties: List of block state properties.
- [String] <state property name>: The value of the corresponding state property.
- [NBT Compound / JSON Object] A block.
- [NBT List / JSON Array] palettes: Sets of different block states used in the structure, a random palette gets selected based on coordinates. Used in vanilla by shipwrecks.
- [NBT List / JSON Array] A set of different block states used in the structure.
- [NBT Compound / JSON Object] A block.
- [String] Name: Block ID.
- [NBT Compound / JSON Object] Properties: List of block state properties.
- [String] <state property name>: The value of the corresponding state property.
- [NBT Compound / JSON Object] A block.
- [NBT List / JSON Array] A set of different block states used in the structure.
- [NBT List / JSON Array] blocks: List of individual blocks in the structure.
- [NBT Compound / JSON Object] An individual block.
- [Int] state: Index of the block in the palette.
- [NBT List / JSON Array] pos: 3 TAG_Int describing the position of this block.
- [NBT Compound / JSON Object] nbt: NBT of the associated block entity (optional, only present if the block has one). Does not contain x, y, or z fields. See Block entity format.
- [NBT Compound / JSON Object] An individual block.
- [NBT List / JSON Array] entities: List of entities in the structure.
- [NBT Compound / JSON Object] An entity.
- [NBT List / JSON Array] pos: 3 TAG_Double describing the exact position of the entity.
- [NBT List / JSON Array] blockPos: 3 TAG_Int describing the block position of the entity.
- [NBT Compound / JSON Object] nbt: NBT of the entity (required). See entity format.
- [NBT Compound / JSON Object] An entity.
History[edit | edit source]
[hide]Java Edition | |||||||
---|---|---|---|---|---|---|---|
1.11 | Removed [Int] version. Before its removal, its value was always 1 .
| ||||||
Added [Int] DataVersion that is set to the data version of the version of the game that saved the file. | |||||||
1.21 | 24w21a | Moved structure files from ![]() structures to ![]() structure . |
[edit | edit source]
[hide] | |||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
|