summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/iron_bars.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/iron_bars.json')
-rwxr-xr-xassets/minecraft/blockstates/iron_bars.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/iron_bars.json b/assets/minecraft/blockstates/iron_bars.json
new file mode 100755
index 00000000..ce99d598
--- /dev/null
+++ b/assets/minecraft/blockstates/iron_bars.json
@@ -0,0 +1,20 @@
1{
2 "variants": {
3 "north=false,east=false,south=false,west=false": { "model": "minecraft:block/iron_bars_post" },
4 "north=true,east=false,south=false,west=false": { "model": "minecraft:block/iron_bars_end" },
5 "north=false,east=true,south=false,west=false": { "model": "minecraft:block/iron_bars_end", "y": 90 },
6 "north=false,east=false,south=true,west=false": { "model": "minecraft:block/iron_bars_end", "y": 180 },
7 "north=false,east=false,south=false,west=true": { "model": "minecraft:block/iron_bars_end", "y": 270 },
8 "north=true,east=false,south=true,west=false": { "model": "minecraft:block/iron_bars_line" },
9 "north=false,east=true,south=false,west=true": { "model": "minecraft:block/iron_bars_line", "y": 90 },
10 "north=true,east=true,south=false,west=false": { "model": "minecraft:block/iron_bars_corner" },
11 "north=false,east=true,south=true,west=false": { "model": "minecraft:block/iron_bars_corner", "y": 90 },
12 "north=false,east=false,south=true,west=true": { "model": "minecraft:block/iron_bars_corner", "y": 180 },
13 "north=true,east=false,south=false,west=true": { "model": "minecraft:block/iron_bars_corner", "y": 270 },
14 "north=true,east=true,south=true,west=false": { "model": "minecraft:block/iron_bars_t" },
15 "north=false,east=true,south=true,west=true": { "model": "minecraft:block/iron_bars_t", "y": 90 },
16 "north=true,east=false,south=true,west=true": { "model": "minecraft:block/iron_bars_t", "y": 180 },
17 "north=true,east=true,south=false,west=true": { "model": "minecraft:block/iron_bars_t", "y": 270 },
18 "north=true,east=true,south=true,west=true": { "model": "minecraft:block/iron_bars_cross" }
19 }
20} \ No newline at end of file