summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/template_transparent_block.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/template_transparent_block.json')
-rwxr-xr-xassets/minecraft/models/item/template_transparent_block.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/template_transparent_block.json b/assets/minecraft/models/item/template_transparent_block.json
new file mode 100755
index 00000000..5dc5fff0
--- /dev/null
+++ b/assets/minecraft/models/item/template_transparent_block.json
@@ -0,0 +1,32 @@
1{ "parent": "block/block",
2 "textures": {
3 "all": "#all",
4 "particle": "#all"
5 },
6 "elements": [
7 {
8 "from": [0, 0, 0],
9 "to": [16, 16, 16],
10 "faces": {
11 "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
12 "east": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
13 "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
14 "west": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
15 "up": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
16 "down": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
17 }
18 },
19 {
20 "from": [16, 16, 16],
21 "to": [0, 0, 0],
22 "faces": {
23 "north": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
24 "east": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
25 "south": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
26 "west": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
27 "up": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0},
28 "down": {"uv": [0, 0, 16, 16], "texture": "#all", "tintindex": 0}
29 }
30 }
31 ]
32} \ No newline at end of file