summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/orientable_with_bottom.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/orientable_with_bottom.json')
-rwxr-xr-xassets/minecraft/models/block/orientable_with_bottom.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/orientable_with_bottom.json b/assets/minecraft/models/block/orientable_with_bottom.json
new file mode 100755
index 00000000..d03a89bd
--- /dev/null
+++ b/assets/minecraft/models/block/orientable_with_bottom.json
@@ -0,0 +1,19 @@
1{
2 "parent": "block/cube",
3 "display": {
4 "firstperson_righthand": {
5 "rotation": [ 0, 135, 0 ],
6 "translation": [ 0, 0, 0 ],
7 "scale": [ 0.40, 0.40, 0.40 ]
8 }
9 },
10 "textures": {
11 "particle": "#front",
12 "down": "#bottom",
13 "up": "#top",
14 "north": "#front",
15 "east": "#side",
16 "south": "#side",
17 "west": "#side"
18 }
19}