Files
SiegeMachines/src/main/resources/assets/siegemachines/models/item/cannonball.json
2023-01-31 13:12:58 +03:00

39 lines
924 B
JSON

{
"credit": "Made with Blockbench",
"gui_light": "side",
"textures": {
"0": "siegemachines:entity/cannonball",
"particle": "siegemachines:entity/cannonball"
},
"elements": [
{
"from": [4, 4, 4],
"to": [12, 12, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#0"},
"east": {"uv": [0, 0, 8, 8], "texture": "#0"},
"south": {"uv": [0, 0, 8, 8], "texture": "#0"},
"west": {"uv": [0, 0, 8, 8], "texture": "#0"},
"up": {"uv": [0, 0, 8, 8], "texture": "#0"},
"down": {"uv": [0, 0, 8, 8], "texture": "#0"}
}
}
],
"display": {
"thirdperson_righthand": {
"rotation": [18, 0, 0],
"translation": [0, 0, -1.5]
},
"thirdperson_lefthand": {
"rotation": [18, 0, 0],
"translation": [0, 0, -1.5]
},
"ground": {
"scale": [0.6, 0.6, 0.6]
},
"gui": {
"rotation": [45, -45, 0]
}
}
}