ploof-pack/faithless/assets/minecraft/models/item/filled_map.json

69 lines
1.5 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"ambientocclusion": false,
"textures": {
"1": "item/filled_map",
"2": "item/map/small_map_background",
"3": "item/map/map_normal",
"particle": "item/map/small_map_background"
},
"elements": [
{
"from": [6, -2, 6],
"to": [10, -2, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [0, 0, 8],
"to": [16, 16, 8],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#3"},
"east": {"uv": [0, 0, 0, 16], "texture": "#missing"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
"west": {"uv": [0, 0, 0, 16], "texture": "#missing"},
"up": {"uv": [0, 0, 16, 0], "texture": "#missing"},
"down": {"uv": [0, 0, 16, 0], "texture": "#missing"}
}
}
],
"gui_light": "front",
"display": {
"thirdperson_righthand": {
"rotation": [0, -180, 0],
"translation": [0, 5.5, 2.25],
"scale": [0.75, 0.75, 0.75]
},
"thirdperson_lefthand": {
"rotation": [0, -180, 0],
"translation": [0, 5.5, 2.25],
"scale": [0.75, 0.75, 0.75]
},
"firstperson_righthand": {
"rotation": [162.5, 48, -170],
"translation": [-1, 4.25, 2],
"scale": [0.5, 0.5, 0.5]
},
"firstperson_lefthand": {
"rotation": [162.5, 48, -170],
"translation": [-1, 4.25, 2],
"scale": [0.5, 0.5, 0.5]
},
"ground": {
"translation": [0, 4.75, 0]
},
"gui": {
"rotation": [270, 0, 0],
"scale": [4, 1.4, 4]
},
"head": {
"rotation": [-90, 0, 0],
"translation": [0, 6.5, 0]
},
"fixed": {
"translation": [0, 0, -0.75]
}
}
}