minecraft-ai-builder-backend / structures.json
ThongCoding's picture
adwsad
f62ac91
raw
history blame
2.85 kB
[
{
"name": "castle_tower",
"description": "A medieval tower with battlements and defensive height.",
"required_blocks": ["stone_bricks", "cobblestone", "mossy_stone_bricks", "oak_planks", "torch"],
"tags": ["medieval", "defense"]
},
{
"name": "underground_bunker",
"description": "A secure underground base with reinforced walls and redstone lighting.",
"required_blocks": ["obsidian", "iron_block", "redstone_lamp", "lever", "smooth_stone"],
"tags": ["underground", "modern"]
},
{
"name": "treehouse",
"description": "A cozy elevated structure built into a tree canopy.",
"required_blocks": ["oak_logs", "oak_planks", "leaves", "ladder", "glass_pane"],
"tags": ["nature", "elevated"]
},
{
"name": "desert_hut",
"description": "A simple shelter for desert biomes.",
"required_blocks": ["sandstone", "smooth_sandstone", "cut_sandstone", "oak_door", "torch"],
"tags": ["desert", "village"]
},
{
"name": "ice_temple",
"description": "A mystical temple made from packed ice and glowing blocks.",
"required_blocks": ["packed_ice", "blue_ice", "snow_block", "sea_lantern", "light_blue_stained_glass"],
"tags": ["frozen", "temple"]
},
{
"name": "sky_platform",
"description": "A suspended platform in the sky, usable as base foundation.",
"required_blocks": ["stone_slab", "glass", "iron_block", "torch", "scaffolding"],
"tags": ["sky", "platform"]
},
{
"name": "nether_watchtower",
"description": "A watchtower adapted for survival in the Nether.",
"required_blocks": ["nether_bricks", "red_nether_bricks", "soul_torch", "basalt", "iron_bars"],
"tags": ["nether", "fortification"]
},
{
"name": "floating_island",
"description": "A small magical floating island with vegetation.",
"required_blocks": ["grass_block", "dirt", "leaves", "oak_logs", "glowstone"],
"tags": ["floating", "fantasy"]
},
{
"name": "library_room",
"description": "An interior room filled with books and study space.",
"required_blocks": ["bookshelf", "oak_planks", "lantern", "glass_pane", "carpet"],
"tags": ["indoor", "library"]
},
{
"name": "farm_stable",
"description": "A small stable and feeding zone for animals.",
"required_blocks": ["hay_block", "fence", "oak_planks", "coarse_dirt", "torch"],
"tags": ["farm", "animals"]
},
{
"name": "swamp_shack",
"description": "A mossy shack on stilts above swampy water.",
"required_blocks": ["mossy_cobblestone", "spruce_planks", "vines", "lily_pad", "oak_trapdoor"],
"tags": ["swamp", "shack"]
},
{
"name": "mine_entrance",
"description": "A small cave entrance with support beams and torches.",
"required_blocks": ["stone", "oak_logs", "rails", "torch", "gravel"],
"tags": ["mining", "cave"]
}
]