summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/basalt2.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/basalt2.json')
-rwxr-xr-xassets/minecraft/models/block/basalt2.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/basalt2.json b/assets/minecraft/models/block/basalt2.json
new file mode 100755
index 00000000..4a98722a
--- /dev/null
+++ b/assets/minecraft/models/block/basalt2.json
@@ -0,0 +1,48 @@
1{
2 "credit": "Made with Blockbench",
3 "parent": "block/block",
4 "textures": {
5 "0": "block/basalt_side_east",
6 "1": "block/basalt_side_north",
7 "2": "block/basalt_side_south",
8 "3": "block/basalt_side_west",
9 "4": "block/basalt_top",
10 "particle": "block/basalt_side_east"
11 },
12 "elements": [
13 {
14 "from": [0, 0, 0],
15 "to": [16, 16, 16],
16 "faces": {
17 "north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"},
18 "east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
19 "south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
20 "west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"},
21 "up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"},
22 "down": {"uv": [0, 16, 16, 0], "texture": "#4", "cullface": "down"}
23 }
24 },
25 {
26 "from": [-4, 0, 8],
27 "to": [0, 16, 16],
28 "faces": {
29 "north": {"uv": [12, 0, 16, 16], "texture": "#1", "cullface": "west"},
30 "south": {"uv": [12, 0, 16, 16], "texture": "#2", "cullface": "west"},
31 "west": {"uv": [8, 0, 16, 16], "texture": "#3", "cullface": "west"},
32 "up": {"uv": [12, 8, 16, 16], "texture": "#4", "cullface": "west"},
33 "down": {"uv": [12, 16, 16, 8], "texture": "#4", "cullface": "west"}
34 }
35 },
36 {
37 "from": [16, 0, 8],
38 "to": [19, 16, 16],
39 "faces": {
40 "north": {"uv": [1, 0, 4, 16], "texture": "#1", "cullface": "east"},
41 "east": {"uv": [0, 0, 8, 16], "texture": "#0", "cullface": "east"},
42 "south": {"uv": [0, 0, 3, 16], "texture": "#2", "cullface": "east"},
43 "up": {"uv": [0, 8, 3, 16], "texture": "#4", "cullface": "east"},
44 "down": {"uv": [0, 16, 3, 8], "texture": "#4", "cullface": "east"}
45 }
46 }
47 ]
48} \ No newline at end of file