| 12345678910111213141516171819202122232425262728 |
- {
- "type": "minecraft:block",
- "pools": [
- {
- "rolls": 1,
- "entries": [
- {
- "type": "minecraft:item",
- "conditions": [
- {
- "condition": "minecraft:block_state_property",
- "block": "minecraft:birch_door",
- "properties": {
- "half": "lower"
- }
- }
- ],
- "name": "minecraft:birch_door"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:survives_explosion"
- }
- ]
- }
- ]
- }
|