summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/slab.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/slab.json')
-rwxr-xr-xassets/minecraft/models/block/slab.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/slab.json b/assets/minecraft/models/block/slab.json
new file mode 100755
index 00000000..b8890d5e
--- /dev/null
+++ b/assets/minecraft/models/block/slab.json
@@ -0,0 +1,20 @@
1{
2 "parent": "block/block",
3 "textures": {
4 "particle": "#side"
5 },
6 "elements": [
7 {
8 "from": [0, 0, 0],
9 "to": [16, 8, 16],
10 "faces": {
11 "north": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "north"},
12 "east": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "east"},
13 "south": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "south"},
14 "west": {"uv": [0, 8, 16, 16], "texture": "#side", "cullface": "west"},
15 "up": {"uv": [0, 0, 16, 16], "texture": "#top"},
16 "down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
17 }
18 }
19 ]
20} \ No newline at end of file