Skip to content

Instantly share code, notes, and snippets.

@StillManic
Created January 8, 2016 00:07
Show Gist options
  • Save StillManic/b08a735401530d663e2c to your computer and use it in GitHub Desktop.
Save StillManic/b08a735401530d663e2c to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"textures": {},
"model": "forgedebugmodelloaderregistry:eye.obj",
"transform": "forge:default-block",
"custom": {
"flipDX11": true,
"processUVs": {
"clamp": true
}
}
},
"variants": {
"inventory": [{
"transform": {
"thirdperson": {
"rotation": {"y": 180},
"scale": 0.375
},
"gui": {
"rotation": {"y": 180},
"scale": 0.75
}
}
}],
"facing": {
"down": {"x": 90},
"up": {"x": 270},
"north": {},
"south": {"y": 180},
"west": {"y": 270},
"east": {"y": 90}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment