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