Skip to content

Instantly share code, notes, and snippets.

@marchermans
Created February 26, 2016 20:18
Show Gist options
  • Save marchermans/e546a6d024ef2d6e41e0 to your computer and use it in GitHub Desktop.
Save marchermans/e546a6d024ef2d6e41e0 to your computer and use it in GitHub Desktop.
Anvil json loading exception
{
"forge_marker": 1,
"defaults": {
"textures": {},
"model": "armory:anvil/BlockModel.Anvil-armory",
"custom": {
"flip-v": true
}
},
"variants": {
"normal": [
{}
],
"facing=north": {},
"facing=south": {"y": 180 },
"facing=west": {"y": 270 },
"facing=east": {"y": 90 },
"inventory": [
{
"model": "armory:anvil/BlockModel.Anvil-armory",
"custom": {
"flip-v": true
},
"transform": "forge:default-block"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment