ploof-pack/assets/minecraft/models/block/pumpkin.json

67 lines
1.8 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"textures": {
"particle": "block/pumpkin_side",
"front": "block/pumpkin_side",
"side": "block/pumpkin_side",
"top": "block/pumpkin_top"
},
"elements": [
{
"__comment": "Box1",
"from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ],
"faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }
}
},
{
"__comment": "Box2",
"from": [ 7, 16, 7 ],
"to": [ 9, 18, 9 ],
"faces": {
"down": { "uv": [ 7, 9, 9, 7 ], "texture": "#top" },
"up": { "uv": [ 7, 7, 9, 9 ], "texture": "#top" },
"north": { "uv": [ 9, 8, 7, 7 ], "texture": "#top" },
"south": { "uv": [ 7, 8, 9, 9 ], "texture": "#top" },
"west": { "uv": [ 7, 7, 8, 9 ], "texture": "#top", "rotation": 270 },
"east": { "uv": [ 9, 7, 8, 9 ], "texture": "#top", "rotation": 90 }
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"thirdperson_lefthand": {
"rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 0 ],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"firstperson_lefthand": {
"rotation": [ 0, 45, 0 ],
"scale": [ 0.4, 0.4, 0.4 ]
},
"gui": {
"rotation": [ 30, 225, 0 ],
"scale": [ 0.625, 0.625, 0.625 ]
},
"ground": {
"translation": [ 0, 3, 0 ],
"scale": [ 0.25, 0.25, 0.25 ]
},
"fixed": {
"scale": [ 0.5, 0.5, 0.5 ]
}
}
}