resent-1.8/desktopRuntime/resources/assets/minecraft/blockstates/iron_trapdoor.json
ThisIsALegitUsername 98a62293f2 decompile eaglercraft
2022-12-27 18:59:46 +00:00

21 lines
1.3 KiB
JSON

{
"variants": {
"facing=north,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=south,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=east,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=west,half=bottom,open=false": { "model": "iron_trapdoor_bottom" },
"facing=north,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=south,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=east,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=west,half=top,open=false": { "model": "iron_trapdoor_top" },
"facing=north,half=bottom,open=true": { "model": "iron_trapdoor_open" },
"facing=south,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 180 },
"facing=east,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 90 },
"facing=west,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 270 },
"facing=north,half=top,open=true": { "model": "iron_trapdoor_open" },
"facing=south,half=top,open=true": { "model": "iron_trapdoor_open", "y": 180 },
"facing=east,half=top,open=true": { "model": "iron_trapdoor_open", "y": 90 },
"facing=west,half=top,open=true": { "model": "iron_trapdoor_open", "y": 270 }
}
}