summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/template_invisible_block.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/item/template_invisible_block.json')
-rwxr-xr-xassets/minecraft/models/item/template_invisible_block.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/template_invisible_block.json b/assets/minecraft/models/item/template_invisible_block.json
new file mode 100755
index 00000000..f058f734
--- /dev/null
+++ b/assets/minecraft/models/item/template_invisible_block.json
@@ -0,0 +1,57 @@
1{
2 "parent": "block/block",
3 "gui_light": "front",
4 "textures": {
5 "particle": "#item",
6 "item": "#item",
7 "end": "#end",
8 "all": "#all"
9 },
10 "elements": [
11 {
12 "from": [16, 16, 16],
13 "to": [0, 0, 0],
14 "shade": false,
15 "rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
16 "faces": {
17 "north": {"uv": [0, 16, 16, 0], "texture": "#all"},
18 "east": {"uv": [0, 16, 16, 0], "texture": "#all"},
19 "south": {"uv": [0, 16, 16, 0], "texture": "#all"},
20 "west": {"uv": [0, 16, 16, 0], "texture": "#all"},
21 "up": {"uv": [0, 0, 16, 16], "texture": "#all"},
22 "down": {"uv": [0, 0, 16, 16], "texture": "#all"}
23 }
24 },
25 {
26 "from": [-0.5, -0.5, 8],
27 "to": [16.5, 16.5, 8],
28 "shade": false,
29 "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 8]},
30 "faces": {
31 "north": {"uv": [0, 0, 16, 16], "texture": "#item"}
32 }
33 }
34 ],
35 "display": {
36 "gui": {
37 "rotation": [ 30, 180, 0 ],
38 "translation": [ 0, 0, 0],
39 "scale":[ 0.7, 0.7, 0.7 ]
40 },
41 "firstperson_righthand": {
42 "rotation": [ 0, 180, 0 ],
43 "translation": [ 0, 0, 0 ],
44 "scale": [ 0.40, 0.40, 0.40 ]
45 },
46 "firstperson_lefthand": {
47 "rotation": [ 0, 0, 0 ],
48 "translation": [ 0, 0, 0 ],
49 "scale": [ 0.40, 0.40, 0.40 ]
50 },
51 "thirdperson_righthand": {
52 "rotation": [ 75, 45, 0 ],
53 "translation": [ 0, 3, -1.3],
54 "scale": [ 0.375, 0.375, 0.375 ]
55 }
56 }
57} \ No newline at end of file