Files
minecraft-assets/assets/minecraft/blockstates/leaf_litter.json
2025-02-19 18:31:59 +01:00

156 lines
2.8 KiB
JSON

{
"multipart": [
{
"apply": {
"model": "minecraft:block/leaf_litter_1"
},
"when": {
"facing": "north"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_1",
"y": 90
},
"when": {
"facing": "east"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_1",
"y": 180
},
"when": {
"facing": "south"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_1",
"y": 270
},
"when": {
"facing": "west"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2"
},
"when": {
"facing": "north",
"segment_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2",
"y": 90
},
"when": {
"facing": "east",
"segment_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2",
"y": 180
},
"when": {
"facing": "south",
"segment_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_2",
"y": 270
},
"when": {
"facing": "west",
"segment_amount": "2|3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3"
},
"when": {
"facing": "north",
"segment_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3",
"y": 90
},
"when": {
"facing": "east",
"segment_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3",
"y": 180
},
"when": {
"facing": "south",
"segment_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_3",
"y": 270
},
"when": {
"facing": "west",
"segment_amount": "3|4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4"
},
"when": {
"facing": "north",
"segment_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4",
"y": 90
},
"when": {
"facing": "east",
"segment_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4",
"y": 180
},
"when": {
"facing": "south",
"segment_amount": "4"
}
},
{
"apply": {
"model": "minecraft:block/leaf_litter_4",
"y": 270
},
"when": {
"facing": "west",
"segment_amount": "4"
}
}
]
}