diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/composter.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/composter.json')
| -rwxr-xr-x | assets/minecraft/models/block/composter.json | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/composter.json b/assets/minecraft/models/block/composter.json new file mode 100755 index 00000000..4b826df1 --- /dev/null +++ b/assets/minecraft/models/block/composter.json | |||
| @@ -0,0 +1,57 @@ | |||
| 1 | { | ||
| 2 | "credit": "Made with Blockbench", | ||
| 3 | "parent": "block/block", | ||
| 4 | "ambientocclusion": false, | ||
| 5 | "textures": { | ||
| 6 | "3_side": "block/composter_side", | ||
| 7 | "3_top": "block/composter_top_empty", | ||
| 8 | "3_bottom": "block/composter_bottom", | ||
| 9 | "particle": "block/air" | ||
| 10 | }, | ||
| 11 | "elements": [ | ||
| 12 | { | ||
| 13 | "from": [0, 0, 0], | ||
| 14 | "to": [16, 16, 2], | ||
| 15 | "faces": { | ||
| 16 | "north": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "north"}, | ||
| 17 | "south": {"uv": [0, 0, 16, 16], "texture": "#3_side"}, | ||
| 18 | "up": {"uv": [0, 0, 16, 2], "texture": "#3_top", "cullface": "up"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [0, 0, 0], | ||
| 23 | "to": [2, 16, 16], | ||
| 24 | "faces": { | ||
| 25 | "east": {"uv": [0, 0, 16, 16], "texture": "#3_side"}, | ||
| 26 | "west": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "west"}, | ||
| 27 | "up": {"uv": [0, 0, 2, 16], "texture": "#3_top", "cullface": "up"} | ||
| 28 | } | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "from": [0, 0, 14], | ||
| 32 | "to": [16, 16, 16], | ||
| 33 | "faces": { | ||
| 34 | "north": {"uv": [0, 0, 16, 16], "texture": "#3_side"}, | ||
| 35 | "south": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "south"}, | ||
| 36 | "up": {"uv": [0, 14, 16, 16], "texture": "#3_top", "cullface": "up"} | ||
| 37 | } | ||
| 38 | }, | ||
| 39 | { | ||
| 40 | "from": [14, 0, 0], | ||
| 41 | "to": [16, 16, 16], | ||
| 42 | "faces": { | ||
| 43 | "east": {"uv": [0, 0, 16, 16], "texture": "#3_side", "cullface": "east"}, | ||
| 44 | "west": {"uv": [0, 0, 16, 16], "texture": "#3_side"}, | ||
| 45 | "up": {"uv": [14, 0, 16, 16], "texture": "#3_top", "cullface": "up"} | ||
| 46 | } | ||
| 47 | }, | ||
| 48 | { | ||
| 49 | "from": [0, 0, 0], | ||
| 50 | "to": [16, 2, 16], | ||
| 51 | "faces": { | ||
| 52 | "up": {"uv": [0, 0, 16, 16], "texture": "#3_bottom"}, | ||
| 53 | "down": {"uv": [0, 0, 16, 16], "texture": "#3_bottom", "cullface": "down"} | ||
| 54 | } | ||
| 55 | } | ||
| 56 | ] | ||
| 57 | } \ No newline at end of file | ||