Created
February 26, 2016 20:18
-
-
Save marchermans/e546a6d024ef2d6e41e0 to your computer and use it in GitHub Desktop.
Anvil json loading exception
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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