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/spawner.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/spawner.json')
| -rwxr-xr-x | assets/minecraft/models/block/spawner.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/spawner.json b/assets/minecraft/models/block/spawner.json new file mode 100755 index 00000000..983854a0 --- /dev/null +++ b/assets/minecraft/models/block/spawner.json | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | { "parent": "block/block", | ||
| 2 | "textures": { | ||
| 3 | "side": "block/spawner", | ||
| 4 | "top": "block/spawner_top", | ||
| 5 | "particle": "#top" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 0, 0], | ||
| 10 | "to": [16, 16, 16], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"}, | ||
| 13 | "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, | ||
| 14 | "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, | ||
| 15 | "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, | ||
| 16 | "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, | ||
| 17 | "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "to": [0, 0, 0], | ||
| 22 | "from": [16, 16, 16], | ||
| 23 | "faces": { | ||
| 24 | "north": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "south"}, | ||
| 25 | "east": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "west"}, | ||
| 26 | "south": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "north"}, | ||
| 27 | "west": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "east"}, | ||
| 28 | "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}, | ||
| 29 | "down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"} | ||
| 30 | } | ||
| 31 | } | ||
| 32 | ] | ||
| 33 | } \ No newline at end of file | ||