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