diff options
Diffstat (limited to 'assets/minecraft/models/item/basalt.json')
| -rwxr-xr-x | assets/minecraft/models/item/basalt.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/basalt.json b/assets/minecraft/models/item/basalt.json new file mode 100755 index 00000000..1751729a --- /dev/null +++ b/assets/minecraft/models/item/basalt.json | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "textures": { | ||
| 4 | "0": "block/basalt_side_east", | ||
| 5 | "1": "block/basalt_side_north", | ||
| 6 | "2": "block/basalt_side_south", | ||
| 7 | "3": "block/basalt_side_west", | ||
| 8 | "4": "block/basalt_top", | ||
| 9 | "particle": "block/basalt_side_east" | ||
| 10 | }, | ||
| 11 | "elements": [ | ||
| 12 | { | ||
| 13 | "from": [0, 0, 0], | ||
| 14 | "to": [16, 16, 16], | ||
| 15 | "faces": { | ||
| 16 | "north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"}, | ||
| 17 | "east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"}, | ||
| 18 | "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"}, | ||
| 19 | "west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"}, | ||
| 20 | "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"}, | ||
| 21 | "down": {"uv": [0, 16, 16, 0], "texture": "#4", "cullface": "down"} | ||
| 22 | } | ||
| 23 | } | ||
| 24 | ] | ||
| 25 | } \ No newline at end of file | ||