summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pointed_stone.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/pointed_stone.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/pointed_stone.json')
-rwxr-xr-xassets/minecraft/models/block/pointed_stone.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pointed_stone.json b/assets/minecraft/models/block/pointed_stone.json
new file mode 100755
index 00000000..7205150d
--- /dev/null
+++ b/assets/minecraft/models/block/pointed_stone.json
@@ -0,0 +1,63 @@
1{ "textures": {
2 "cross1": "block/pointed_stone_up",
3 "cross2": "block/pointed_stone_down",
4 "particle": "block/stone",
5 "side": "block/stone",
6 "top": "block/stone"
7 },
8 "ambientocclusion": false,
9 "elements": [
10 {
11 "from": [0.8, 16, 10],
12 "to": [15.2, 32, 10],
13 "shade": false,
14 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
15 "faces": {
16 "north": {"uv": [0, 0, 16, 16], "texture": "#cross1", "cullface": "up"},
17 "south": {"uv": [0, 0, 16, 16], "texture": "#cross1", "cullface": "up"}
18 }
19 },
20 {
21 "from": [8, 16, 2.8],
22 "to": [8, 32, 17.2],
23 "shade": false,
24 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
25 "faces": {
26 "east": {"uv": [0, 0, 16, 16], "texture": "#cross1", "cullface": "up"},
27 "west": {"uv": [0, 0, 16, 16], "texture": "#cross1", "cullface": "up"}
28 }
29 },
30 {
31 "from": [0.8, -16, 10],
32 "to": [15.2, 0, 10],
33 "shade": false,
34 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
35 "faces": {
36 "north": {"uv": [0, 0, 16, 16], "texture": "#cross2", "cullface": "down"},
37 "south": {"uv": [0, 0, 16, 16], "texture": "#cross2", "cullface": "down"}
38 }
39 },
40 {
41 "from": [8, -16, 2.8],
42 "to": [8, 0, 17.2],
43 "shade": false,
44 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
45 "faces": {
46 "east": {"uv": [0, 0, 16, 16], "texture": "#cross2", "cullface": "down"},
47 "west": {"uv": [0, 0, 16, 16], "texture": "#cross2", "cullface": "down"}
48 }
49 },
50 {
51 "from": [0, 0, 0],
52 "to": [16, 16, 16],
53 "faces": {
54 "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
55 "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
56 "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
57 "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
58 "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
59 "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}
60 }
61 }
62 ]
63} \ No newline at end of file