Skip to content

Instantly share code, notes, and snippets.

@StillManic
Created August 2, 2015 23:05
Show Gist options
  • Save StillManic/7ed83c958474835b1a62 to your computer and use it in GitHub Desktop.
Save StillManic/7ed83c958474835b1a62 to your computer and use it in GitHub Desktop.
"forge_marker": 1,
"defaults": {
"textures": {
"#texture": "forgedebugmodelloaderregistry:texture",
"#chest": "entity/chest/normal"
},
"model": "forgedebugmodelloaderregistry:chest.b3d"
},
"variants": {
"normal": [{
"transform": {
"rotation": {"y": 45}
}
}],
"inventory": [{
"transform": {
"thirdperson": {
"translation": [ 0, 0.09375, -0.171875 ],
"rotation": [ {"y": -45}, {"x": 10}, {"z": 170} ],
"scale": 0.375
}
}
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment