summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/basalt.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/basalt.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/basalt.json')
-rwxr-xr-xassets/minecraft/models/block/basalt.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/basalt.json b/assets/minecraft/models/block/basalt.json
new file mode 100755
index 00000000..1751729a
--- /dev/null
+++ b/assets/minecraft/models/block/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