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