Created
June 27, 2016 08:51
-
-
Save marchermans/8b9315f6c9daafb648f44ad3c459cf9e to your computer and use it in GitHub Desktop.
Chest-Blockstate
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": "builtin/generated" | |
}, | |
"variants": { | |
"normal": [ | |
{} | |
], | |
"inventory": [ | |
{ | |
"transform": "forge:default-block" | |
} | |
], | |
"facing": { | |
"east": {}, | |
"west": {}, | |
"north": {}, | |
"south": {}, | |
"up": {}, | |
"down": {} | |
} | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment