diff options
Diffstat (limited to 'assets/minecraft/models/item/filled_map.json')
| -rwxr-xr-x | assets/minecraft/models/item/filled_map.json | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/filled_map.json b/assets/minecraft/models/item/filled_map.json new file mode 100755 index 00000000..b2eee368 --- /dev/null +++ b/assets/minecraft/models/item/filled_map.json | |||
| @@ -0,0 +1,69 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "item/filled_map", | ||
| 6 | "2": "item/map/small_map_background", | ||
| 7 | "3": "item/map/map_normal", | ||
| 8 | "particle": "item/map/small_map_background" | ||
| 9 | }, | ||
| 10 | "elements": [ | ||
| 11 | { | ||
| 12 | "from": [6, -2, 6], | ||
| 13 | "to": [10, -2, 10], | ||
| 14 | "shade": false, | ||
| 15 | "faces": { | ||
| 16 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [0, 0, 8], | ||
| 21 | "to": [16, 16, 8], | ||
| 22 | "faces": { | ||
| 23 | "north": {"uv": [0, 0, 16, 16], "texture": "#3"}, | ||
| 24 | "east": {"uv": [0, 0, 0, 16], "texture": "#missing"}, | ||
| 25 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 26 | "west": {"uv": [0, 0, 0, 16], "texture": "#missing"}, | ||
| 27 | "up": {"uv": [0, 0, 16, 0], "texture": "#missing"}, | ||
| 28 | "down": {"uv": [0, 0, 16, 0], "texture": "#missing"} | ||
| 29 | } | ||
| 30 | } | ||
| 31 | ], | ||
| 32 | "gui_light": "front", | ||
| 33 | "display": { | ||
| 34 | "thirdperson_righthand": { | ||
| 35 | "rotation": [0, -180, 0], | ||
| 36 | "translation": [0, 5.5, 2.25], | ||
| 37 | "scale": [0.75, 0.75, 0.75] | ||
| 38 | }, | ||
| 39 | "thirdperson_lefthand": { | ||
| 40 | "rotation": [0, -180, 0], | ||
| 41 | "translation": [0, 5.5, 2.25], | ||
| 42 | "scale": [0.75, 0.75, 0.75] | ||
| 43 | }, | ||
| 44 | "firstperson_righthand": { | ||
| 45 | "rotation": [162.5, 48, -170], | ||
| 46 | "translation": [-1, 4.25, 2], | ||
| 47 | "scale": [0.5, 0.5, 0.5] | ||
| 48 | }, | ||
| 49 | "firstperson_lefthand": { | ||
| 50 | "rotation": [162.5, 48, -170], | ||
| 51 | "translation": [-1, 4.25, 2], | ||
| 52 | "scale": [0.5, 0.5, 0.5] | ||
| 53 | }, | ||
| 54 | "ground": { | ||
| 55 | "translation": [0, 4.75, 0] | ||
| 56 | }, | ||
| 57 | "gui": { | ||
| 58 | "rotation": [270, 0, 0], | ||
| 59 | "scale": [4, 1.4, 4] | ||
| 60 | }, | ||
| 61 | "head": { | ||
| 62 | "rotation": [-90, 0, 0], | ||
| 63 | "translation": [0, 6.5, 0] | ||
| 64 | }, | ||
| 65 | "fixed": { | ||
| 66 | "translation": [0, 0, -0.75] | ||
| 67 | } | ||
| 68 | } | ||
| 69 | } \ No newline at end of file | ||