ploof-pack/faithless/assets/minecraft/blockstates/brick_stairs.json

79 lines
3.4 KiB
JSON

{
"multipart": [
{ "when": { "half": "bottom" },
"apply": { "model": "block/brick_stairs_bottom" }
},
{ "when": { "half": "top" },
"apply": { "model": "block/brick_stairs_top", "x": 180 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/brick_stairs_west" }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/brick_stairs_north", "y": 90 }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/brick_stairs_east", "y": 180 }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "straight" },
"apply": { "model": "block/brick_stairs_south", "y": 270 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/brick_stairs_outer_west" }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/brick_stairs_outer_north", "y": 90 }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/brick_stairs_outer_east", "y": 180 }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "outer_right" },
"apply": { "model": "block/brick_stairs_outer_south", "y": 270 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/brick_stairs_outer_south_alt", "y": 270 }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/brick_stairs_outer_west_alt" }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/brick_stairs_outer_north_alt", "y": 90 }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "outer_left" },
"apply": { "model": "block/brick_stairs_outer_east_alt", "y": 180 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/brick_stairs_inner_west" }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/brick_stairs_inner_north", "y": 90 }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/brick_stairs_inner_east", "y": 180 }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "inner_right" },
"apply": { "model": "block/brick_stairs_inner_south", "y": 270 }
},
{ "when": { "facing": "west", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/brick_stairs_inner_west_alt", "y": 270 }
},
{ "when": { "facing": "north", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/brick_stairs_inner_north_alt" }
},
{ "when": { "facing": "east", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/brick_stairs_inner_east_alt", "y": 90 }
},
{ "when": { "facing": "south", "half": "bottom", "shape": "inner_left" },
"apply": { "model": "block/brick_stairs_inner_south_alt", "y": 180 }
}
]
}