diff options
Diffstat (limited to 'assets/minecraft/models/block/composter_contents_ready.json')
| -rwxr-xr-x | assets/minecraft/models/block/composter_contents_ready.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/composter_contents_ready.json b/assets/minecraft/models/block/composter_contents_ready.json new file mode 100755 index 00000000..4dac2fd3 --- /dev/null +++ b/assets/minecraft/models/block/composter_contents_ready.json | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "parent": "block/block", | ||
| 4 | "ambientocclusion": false, | ||
| 5 | "texture_size": [48, 48], | ||
| 6 | "textures": { | ||
| 7 | "4": "block/flies", | ||
| 8 | "inside": "block/composter_ready", | ||
| 9 | "particle": "block/air" | ||
| 10 | }, | ||
| 11 | "elements": [ | ||
| 12 | { | ||
| 13 | "from": [2, 0, 2], | ||
| 14 | "to": [14, 15, 14], | ||
| 15 | "faces": { | ||
| 16 | "up": {"uv": [2, 2, 14, 14], "texture": "#inside"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [-16, 0, 8], | ||
| 21 | "to": [32, 32, 8], | ||
| 22 | "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]}, | ||
| 23 | "faces": { | ||
| 24 | "north": {"uv": [0, 5.33333, 16, 16], "texture": "#4"}, | ||
| 25 | "south": {"uv": [0, 5.33333, 16, 16], "texture": "#4"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [8, 0, -16], | ||
| 30 | "to": [8, 32, 32], | ||
| 31 | "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1, 8]}, | ||
| 32 | "faces": { | ||
| 33 | "east": {"uv": [0, 16, 16, 5.33333], "texture": "#4"}, | ||
| 34 | "west": {"uv": [0, 16, 16, 5.33333], "texture": "#4"} | ||
| 35 | } | ||
| 36 | } | ||
| 37 | ] | ||
| 38 | } \ No newline at end of file | ||