summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sniffer_egg.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/sniffer_egg.json')
-rwxr-xr-xassets/minecraft/models/block/sniffer_egg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/sniffer_egg.json b/assets/minecraft/models/block/sniffer_egg.json
new file mode 100755
index 00000000..7582fa5f
--- /dev/null
+++ b/assets/minecraft/models/block/sniffer_egg.json
@@ -0,0 +1,20 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "particle": "#all"
5 },
6 "elements": [
7 {
8 "from": [1, 0, 2],
9 "to": [15, 16, 14],
10 "faces": {
11 "north": {"uv": [0.5, 8, 7.5, 16], "texture": "#all"},
12 "east": {"uv": [1, 0, 7, 8], "texture": "#all"},
13 "south": {"uv": [0.5, 8, 7.5, 16], "texture": "#all"},
14 "west": {"uv": [1, 0, 7, 8], "texture": "#all"},
15 "up": {"uv": [8.5, 1, 15.5, 7], "texture": "#all"},
16 "down": {"uv": [8.5, 9, 15.5, 15], "texture": "#all"}
17 }
18 }
19 ]
20} \ No newline at end of file