Skip to content

Instantly share code, notes, and snippets.

@EasyCompany2020
Last active October 10, 2015 00:15
{
"forge_marker": 1,
"defaults": {
"textures": {
"#texture": "zombiesurvival:texture"
},
"model": "zombiesurvival:blocktest.b3d"
},
"variants": {
"normal": [{
"transform": {
"translation": [-1, -0.2, 0.15]
}
}],
"inventory": [{
"transform": {
"firstperson": {
"translation": [0, -0.2, 0.15],
"rotation": [{"z": 90}]
},
"thirdperson": {
"translation": [0, -0.05, 0.025],
"rotation": [{"x": 100}, {"y": -45}, {"z": -45}],
"scale": [0.45, 0.45, 0.45]
},
"gui": {
"translation": [0, 0.04, 0],
"rotation": [{"z": 90}],
"scale": [0.7, 0.7, 0.7]
}
}
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment