summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/honey_block.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/honey_block.json')
-rwxr-xr-xassets/minecraft/models/block/honey_block.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/honey_block.json b/assets/minecraft/models/block/honey_block.json
new file mode 100755
index 00000000..ede9a2fd
--- /dev/null
+++ b/assets/minecraft/models/block/honey_block.json
@@ -0,0 +1,33 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "particle": "block/honey_block",
5 "down": "block/honey_block"
6 },
7 "elements": [
8 {
9 "from": [0, 0, 0],
10 "to": [16, 16, 16],
11 "faces": {
12 "north": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "north"},
13 "east": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "east"},
14 "south": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "south"},
15 "west": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "west"},
16 "up": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "up"},
17 "down": {"uv": [0, 0, 16, 16], "texture": "#down", "cullface": "down"}
18 }
19 },
20 {
21 "from": [1, 1, 1],
22 "to": [15, 15, 15],
23 "faces": {
24 "north": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "north"},
25 "east": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "east"},
26 "south": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "south"},
27 "west": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "west"},
28 "up": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "up"},
29 "down": {"uv": [1, 1, 15, 15], "texture": "#down", "cullface": "down"}
30 }
31 }
32 ]
33} \ No newline at end of file