diff options
Diffstat (limited to 'assets/minecraft/models/block/scaffolding_stable.json')
| -rwxr-xr-x | assets/minecraft/models/block/scaffolding_stable.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/scaffolding_stable.json b/assets/minecraft/models/block/scaffolding_stable.json new file mode 100755 index 00000000..19460227 --- /dev/null +++ b/assets/minecraft/models/block/scaffolding_stable.json | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "textures": { | ||
| 4 | "1": "block/scaffolding_top_stable", | ||
| 5 | "3": "block/scaffolding", | ||
| 6 | "particle": "block/air" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, 0], | ||
| 11 | "to": [16, 16, 16], | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [5.33333, 5.33333, 0, 10.66667], "texture": "#3", "cullface": "north"}, | ||
| 14 | "east": {"uv": [5.33333, 5.33333, 0, 10.66667], "texture": "#3", "cullface": "east"}, | ||
| 15 | "south": {"uv": [0, 5.33333, 5.33333, 10.66667], "texture": "#3", "cullface": "south"}, | ||
| 16 | "west": {"uv": [0, 5.33333, 5.33333, 10.66667], "texture": "#3", "cullface": "west"}, | ||
| 17 | "up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"}, | ||
| 18 | "down": {"uv": [0, 10.66667, 5.33333, 16], "rotation": 270, "texture": "#3", "cullface": "down"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [16, 16, 14], | ||
| 23 | "to": [0, 0, 2], | ||
| 24 | "faces": { | ||
| 25 | "north": {"uv": [5.33333, 5.33333, 0, 10.66667], "rotation": 180, "texture": "#3"}, | ||
| 26 | "south": {"uv": [0, 5.33333, 5.33333, 10.66667], "rotation": 180, "texture": "#3"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [14, 16, 16], | ||
| 31 | "to": [2, 0, 0], | ||
| 32 | "faces": { | ||
| 33 | "east": {"uv": [5.33333, 5.33333, 0, 10.66667], "rotation": 180, "texture": "#3"}, | ||
| 34 | "west": {"uv": [0, 5.33333, 5.33333, 10.66667], "rotation": 180, "texture": "#3"}, | ||
| 35 | "down": {"uv": [0, 2, 16, 14], "rotation": 90, "texture": "#1", "cullface": "up"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "from": [0, 14, 0], | ||
| 40 | "to": [16, 14, 16], | ||
| 41 | "faces": { | ||
| 42 | "down": {"uv": [5.33333, 0, 0, 5.33333], "rotation": 270, "texture": "#3", "cullface": "up"} | ||
| 43 | } | ||
| 44 | } | ||
| 45 | ] | ||
| 46 | } \ No newline at end of file | ||