summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/scaffolding_unstable.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/scaffolding_unstable.json')
-rwxr-xr-xassets/minecraft/models/block/scaffolding_unstable.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/scaffolding_unstable.json b/assets/minecraft/models/block/scaffolding_unstable.json
new file mode 100755
index 00000000..19a3322e
--- /dev/null
+++ b/assets/minecraft/models/block/scaffolding_unstable.json
@@ -0,0 +1,48 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/block",
4 "textures": {
5 "1": "block/scaffolding_top",
6 "3": "block/scaffolding",
7 "particle": "block/air"
8 },
9 "elements": [
10 {
11 "from": [0, 0, 0],
12 "to": [16, 16, 16],
13 "faces": {
14 "north": {"uv": [10.66667, 5.33333, 5.33333, 10.66667], "texture": "#3", "cullface": "north"},
15 "east": {"uv": [16, 5.33333, 10.66667, 10.66667], "texture": "#3", "cullface": "east"},
16 "south": {"uv": [5.33333, 5.33333, 10.66667, 10.66667], "texture": "#3", "cullface": "south"},
17 "west": {"uv": [10.66667, 5.33333, 16, 10.66667], "texture": "#3", "cullface": "west"},
18 "up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"},
19 "down": {"uv": [5.33333, 10.66667, 10.66667, 16], "rotation": 270, "texture": "#3", "cullface": "down"}
20 }
21 },
22 {
23 "from": [16, 16, 14],
24 "to": [0, 0, 2],
25 "faces": {
26 "north": {"uv": [10.66667, 5.33333, 5.33333, 10.66667], "rotation": 180, "texture": "#3"},
27 "south": {"uv": [5.33333, 5.33333, 10.66667, 10.66667], "rotation": 180, "texture": "#3"}
28 }
29 },
30 {
31 "from": [14, 16, 16],
32 "to": [2, 0, 0],
33 "faces": {
34 "east": {"uv": [10.66667, 5.33333, 5.33333, 10.66667], "rotation": 180, "texture": "#3"},
35 "west": {"uv": [5.33333, 5.33333, 10.66667, 10.66667], "rotation": 180, "texture": "#3"},
36 "down": {"uv": [0, 2, 16, 14], "rotation": 90, "texture": "#1", "cullface": "up"}
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 "down": {"uv": [10.66667, 0, 5.33333, 5.33333], "rotation": 270, "texture": "#3", "cullface": "up"}
45 }
46 }
47 ]
48} \ No newline at end of file