minecraft-assets/assets/minecraft/blockstates/fire.json

172 lines
3.2 KiB
JSON

{
"multipart": [
{
"when": {
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
},
"apply": [
{
"model": "minecraft:block/fire_floor0"
},
{
"model": "minecraft:block/fire_floor1"
}
]
},
{
"when": {
"OR": [
{
"north": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0"
},
{
"model": "minecraft:block/fire_side1"
},
{
"model": "minecraft:block/fire_side_alt0"
},
{
"model": "minecraft:block/fire_side_alt1"
}
]
},
{
"when": {
"OR": [
{
"east": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0",
"y": 90
},
{
"model": "minecraft:block/fire_side1",
"y": 90
},
{
"model": "minecraft:block/fire_side_alt0",
"y": 90
},
{
"model": "minecraft:block/fire_side_alt1",
"y": 90
}
]
},
{
"when": {
"OR": [
{
"south": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0",
"y": 180
},
{
"model": "minecraft:block/fire_side1",
"y": 180
},
{
"model": "minecraft:block/fire_side_alt0",
"y": 180
},
{
"model": "minecraft:block/fire_side_alt1",
"y": 180
}
]
},
{
"when": {
"OR": [
{
"west": "true"
},
{
"up": "false",
"west": "false",
"east": "false",
"south": "false",
"north": "false"
}
]
},
"apply": [
{
"model": "minecraft:block/fire_side0",
"y": 270
},
{
"model": "minecraft:block/fire_side1",
"y": 270
},
{
"model": "minecraft:block/fire_side_alt0",
"y": 270
},
{
"model": "minecraft:block/fire_side_alt1",
"y": 270
}
]
},
{
"when": {
"up": "true"
},
"apply": [
{
"model": "minecraft:block/fire_up0"
},
{
"model": "minecraft:block/fire_up1"
},
{
"model": "minecraft:block/fire_up_alt0"
},
{
"model": "minecraft:block/fire_up_alt1"
}
]
}
]
}