Files
wireless-docs/public/assets/minecraft/blockstates/bamboo_shelf.json
2026-07-06 17:09:00 -04:00

402 lines
6.8 KiB
JSON

{
"multipart": [
{
"apply": {
"model": "minecraft:block/bamboo_shelf"
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf",
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf",
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf",
"y": 270
},
"when": {
"facing": "west"
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unpowered"
},
"when": {
"AND": [
{
"facing": "north"
},
{
"powered": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unpowered",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"powered": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unpowered",
"y": 180
},
"when": {
"AND": [
{
"facing": "south"
},
{
"powered": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unpowered",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"powered": "false"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unconnected"
},
"when": {
"AND": [
{
"facing": "north"
},
{
"powered": "true"
},
{
"side_chain": "unconnected"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unconnected",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"powered": "true"
},
{
"side_chain": "unconnected"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unconnected",
"y": 180
},
"when": {
"AND": [
{
"facing": "south"
},
{
"powered": "true"
},
{
"side_chain": "unconnected"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_unconnected",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"powered": "true"
},
{
"side_chain": "unconnected"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_left"
},
"when": {
"AND": [
{
"facing": "north"
},
{
"powered": "true"
},
{
"side_chain": "left"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_left",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"powered": "true"
},
{
"side_chain": "left"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_left",
"y": 180
},
"when": {
"AND": [
{
"facing": "south"
},
{
"powered": "true"
},
{
"side_chain": "left"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_left",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"powered": "true"
},
{
"side_chain": "left"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_center"
},
"when": {
"AND": [
{
"facing": "north"
},
{
"powered": "true"
},
{
"side_chain": "center"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_center",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"powered": "true"
},
{
"side_chain": "center"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_center",
"y": 180
},
"when": {
"AND": [
{
"facing": "south"
},
{
"powered": "true"
},
{
"side_chain": "center"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_center",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"powered": "true"
},
{
"side_chain": "center"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_right"
},
"when": {
"AND": [
{
"facing": "north"
},
{
"powered": "true"
},
{
"side_chain": "right"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_right",
"y": 90
},
"when": {
"AND": [
{
"facing": "east"
},
{
"powered": "true"
},
{
"side_chain": "right"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_right",
"y": 180
},
"when": {
"AND": [
{
"facing": "south"
},
{
"powered": "true"
},
{
"side_chain": "right"
}
]
}
},
{
"apply": {
"model": "minecraft:block/bamboo_shelf_right",
"y": 270
},
"when": {
"AND": [
{
"facing": "west"
},
{
"powered": "true"
},
{
"side_chain": "right"
}
]
}
}
]
}