summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/red_sandstone_wall.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/red_sandstone_wall.json')
-rwxr-xr-xassets/minecraft/blockstates/red_sandstone_wall.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/red_sandstone_wall.json b/assets/minecraft/blockstates/red_sandstone_wall.json
new file mode 100755
index 00000000..7d619916
--- /dev/null
+++ b/assets/minecraft/blockstates/red_sandstone_wall.json
@@ -0,0 +1,46 @@
1{
2 "multipart": [
3 { "when": { "up": "true" },
4 "apply": { "model": "minecraft:block/red_sandstone_wall_post" }
5 },
6
7 { "when": { "north": "low", "south": "low" },
8 "apply": { "model": "minecraft:block/red_sandstone_wall_side2" }
9 },
10 { "when": { "east": "low", "west": "low" },
11 "apply": { "model": "minecraft:block/red_sandstone_wall_side2", "y": 90 }
12 },
13 { "when": { "north": "tall", "south": "tall" },
14 "apply": { "model": "minecraft:block/red_sandstone_wall_side_tall2" }
15 },
16 { "when": { "east": "tall", "west": "tall" },
17 "apply": { "model": "minecraft:block/red_sandstone_wall_side_tall2", "y": 90 }
18 },
19
20 { "when": { "north": "low", "south": "tall|none" },
21 "apply": { "model": "minecraft:block/red_sandstone_wall_side" }
22 },
23 { "when": { "east": "low", "west": "tall|none" },
24 "apply": { "model": "minecraft:block/red_sandstone_wall_side", "y": 90 }
25 },
26 { "when": { "south": "low", "north": "tall|none" },
27 "apply": { "model": "minecraft:block/red_sandstone_wall_side_alt" }
28 },
29 { "when": { "west": "low", "east": "tall|none" },
30 "apply": { "model": "minecraft:block/red_sandstone_wall_side_alt", "y": 90 }
31 },
32
33 { "when": { "north": "tall", "south": "low|none" },
34 "apply": { "model": "minecraft:block/red_sandstone_wall_side_tall" }
35 },
36 { "when": { "east": "tall", "west": "low|none" },
37 "apply": { "model": "minecraft:block/red_sandstone_wall_side_tall", "y": 90 }
38 },
39 { "when": { "south": "tall", "north": "low|none" },
40 "apply": { "model": "minecraft:block/red_sandstone_wall_side_tall", "y": 180 }
41 },
42 { "when": { "west": "tall", "east": "low|none" },
43 "apply": { "model": "minecraft:block/red_sandstone_wall_side_tall", "y": 270 }
44 }
45 ]
46} \ No newline at end of file