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