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