summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/cube_column_horizontal.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/cube_column_horizontal.json')
-rwxr-xr-xassets/minecraft/blockstates/cube_column_horizontal.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/cube_column_horizontal.json b/assets/minecraft/blockstates/cube_column_horizontal.json
new file mode 100755
index 00000000..713dd819
--- /dev/null
+++ b/assets/minecraft/blockstates/cube_column_horizontal.json
@@ -0,0 +1,25 @@
1{
2 "parent": "block/block",
3 "elements": [
4 { "from": [ 0, 0, 0 ],
5 "to": [ 16, 16, 16 ],
6 "faces": {
7 "down": { "texture": "#down", "cullface": "down" },
8 "up": { "texture": "#up", "rotation": 180, "cullface": "up" },
9 "north": { "texture": "#north", "cullface": "north" },
10 "south": { "texture": "#south", "cullface": "south" },
11 "west": { "texture": "#west", "cullface": "west" },
12 "east": { "texture": "#east", "cullface": "east" }
13 }
14 }
15 ],
16 "textures": {
17 "particle": "#side",
18 "down": "#end",
19 "up": "#end",
20 "north": "#side",
21 "east": "#side",
22 "south": "#side",
23 "west": "#side"
24 }
25}