summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/oak_sign.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/oak_sign.json')
-rwxr-xr-xassets/minecraft/models/item/oak_sign.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/oak_sign.json b/assets/minecraft/models/item/oak_sign.json
new file mode 100755
index 00000000..dc760ab7
--- /dev/null
+++ b/assets/minecraft/models/item/oak_sign.json
@@ -0,0 +1,53 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "item/end_portal_frame",
4 "ambientocclusion": false,
5 "texture_size": [32, 16],
6 "textures": {
7 "0": "item/oak_sign",
8 "1": "block/entity/signs/oak",
9 "particle": "item/oak_sign"
10 },
11 "elements": [
12 {
13 "from": [6, 0, 6],
14 "to": [10, 0, 10],
15 "shade": false,
16 "faces": {
17 "down": {"uv": [0, 0, 16, 16], "texture": "#0"}
18 }
19 },
20 {
21 "from": [7, 0, 7],
22 "to": [9, 18, 9],
23 "faces": {
24 "north": {"uv": [14.5, 7, 15, 16], "texture": "#1"},
25 "east": {"uv": [14, 7, 14.5, 16], "texture": "#1"},
26 "south": {"uv": [15.5, 7, 16, 16], "texture": "#1"},
27 "west": {"uv": [15, 7, 15.5, 16], "texture": "#1"},
28 "up": {"uv": [14.5, 6, 15, 7], "texture": "#1"}
29 }
30 },
31 {
32 "from": [0, 10, 6],
33 "to": [16, 17, 8],
34 "faces": {
35 "north": {"uv": [2.5, 8, 6.5, 11.5], "texture": "#1"},
36 "east": {"uv": [2, 8, 2.5, 11.5], "texture": "#1"},
37 "south": {"uv": [7, 8, 11, 11.5], "texture": "#1"},
38 "west": {"uv": [6.5, 8, 7, 11.5], "texture": "#1"},
39 "up": {"uv": [2.5, 7, 6.5, 8], "texture": "#1"}
40 }
41 },
42 {
43 "from": [0, 10, 8],
44 "to": [16, 17, 6],
45 "faces": {
46 "north": {"uv": [6.5, 7, 6.75, 7.5], "texture": "#1"},
47 "east": {"uv": [6.5, 7, 6.75, 7.5], "texture": "#1"},
48 "south": {"uv": [6.5, 7, 6.75, 7.5], "texture": "#1"},
49 "west": {"uv": [6.5, 7, 6.75, 7.5], "texture": "#1"}
50 }
51 }
52 ]
53} \ No newline at end of file