Skip to content

Instantly share code, notes, and snippets.

@Random832
Last active October 23, 2022 10:08
Show Gist options
  • Save Random832/05ffa0bb3a0d729d1c42d2eaac947b0c to your computer and use it in GitHub Desktop.
Save Random832/05ffa0bb3a0d729d1c42d2eaac947b0c to your computer and use it in GitHub Desktop.
{
"textures": {
"frame": "generatorgalore:item/upgrade_frame",
"base": "block/copper_block"
},
"elements": [
{
"from": [2, 2, 7.5],
"to": [14, 14, 8.5],
"faces": {
"north": {"uv": [14, 2, 2, 14], "texture": "#base"},
"south": {"uv": [2, 2, 14, 14], "texture": "#base"},
}
},
{
"from": [2, 2, 7.5],
"to": [14, 14, 8.5],
"faces": {
"north": {"uv": [14, 2, 2, 14], "texture": "#frame"},
"east": {"uv": [13, 2, 14, 14], "texture": "#frame"},
"south": {"uv": [2, 2, 14, 14], "texture": "#frame"},
"west": {"uv": [2, 2, 3, 14], "texture": "#frame"},
"up": {"uv": [2, 3, 14, 2], "texture": "#frame"},
"down": {"uv": [2, 13, 14, 14], "texture": "#frame"}
}
}
],
"gui_light": "front",
"display": {
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 2, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 13, 7],
"scale":[ 1, 1, 1]
},
"thirdperson_righthand": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 1 ],
"scale": [ 0.55, 0.55, 0.55 ]
},
"firstperson_righthand": {
"rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"scale": [ 1, 1, 1 ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment