summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/beacon.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/beacon.json')
-rwxr-xr-xassets/minecraft/models/block/beacon.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/beacon.json b/assets/minecraft/models/block/beacon.json
new file mode 100755
index 00000000..dfaf2ff7
--- /dev/null
+++ b/assets/minecraft/models/block/beacon.json
@@ -0,0 +1,76 @@
1{
2 "parent": "block/block",
3 "ambientocclusion": false,
4 "textures": {
5 "0": "block/beacon",
6 "1": "block/beacon_base",
7 "2": "block/beacon_frame_bottom",
8 "3": "block/beacon_frame_side",
9 "4": "block/beacon_frame_top",
10 "particle": "block/beacon"
11 },
12 "elements": [
13 {
14 "from": [0, 0, 0],
15 "to": [16, 16, 16],
16 "shade": false,
17 "faces": {
18 "north": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "north"},
19 "east": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "east"},
20 "south": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "south"},
21 "west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"},
22 "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"},
23 "down": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"}
24 }
25 },
26 {
27 "from": [16, 16, 16],
28 "to": [0, 0, 0],
29 "shade": false,
30 "faces": {
31 "north": {"uv": [0, 16, 16, 0], "texture": "#3", "cullface": "south"},
32 "east": {"uv": [0, 16, 16, 0], "texture": "#3", "cullface": "west"},
33 "south": {"uv": [0, 16, 16, 0], "texture": "#3", "cullface": "north"},
34 "west": {"uv": [0, 16, 16, 0], "texture": "#3", "cullface": "east"},
35 "up": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "down"},
36 "down": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}
37 }
38 },
39 {
40 "from": [0, 0, 0],
41 "to": [16, 3, 16],
42 "shade": false,
43 "faces": {
44 "up": {"uv": [0, 0, 16, 16], "texture": "#1"}
45 }
46 },
47 {
48 "from": [4, 5, 4],
49 "to": [12, 13, 12],
50 "shade": false,
51 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
52 "faces": {
53 "north": {"uv": [4, 4, 12, 12], "texture": "#0"},
54 "east": {"uv": [4, 4, 12, 12], "texture": "#0"},
55 "south": {"uv": [4, 4, 12, 12], "texture": "#0"},
56 "west": {"uv": [4, 4, 12, 12], "texture": "#0"},
57 "up": {"uv": [4, 4, 12, 12], "texture": "#0"},
58 "down": {"uv": [4, 4, 12, 12], "texture": "#0"}
59 }
60 },
61 {
62 "from": [12.5, 4.5, 3.5],
63 "to": [3.5, 13.5, 12.5],
64 "shade": false,
65 "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
66 "faces": {
67 "north": {"uv": [3, 3, 4, 4], "texture": "#0"},
68 "east": {"uv": [3, 3, 4, 4], "texture": "#0"},
69 "south": {"uv": [3, 3, 4, 4], "texture": "#0"},
70 "west": {"uv": [3, 3, 4, 4], "texture": "#0"},
71 "up": {"uv": [3, 3, 4, 4], "texture": "#0"},
72 "down": {"uv": [3, 3, 4, 4], "texture": "#0"}
73 }
74 }
75 ]
76} \ No newline at end of file