Created
April 7, 2016 20:37
-
-
Save StillManic/474782a2d7aef2e66889c23fd9ae795d to your computer and use it in GitHub Desktop.
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": { | |
"model": "forgedebugmodelloaderregistry:group_test.obj", | |
"transform": "forge:default-block", | |
"custom": { | |
"groupConfigs": { | |
"center": { "show": ["center"], "flags": ["alwaysActive"] }, | |
"up": { "show": ["up"] }, | |
"down": { "show": ["down"] }, | |
"north": { "show": ["north"] }, | |
"south": { "show": ["south"] }, | |
"east": { "show": ["east"] }, | |
"west": { "show": ["west"] } | |
} | |
} | |
}, | |
"variants": { | |
"normal": [{}], | |
"inventory": [{}], | |
"is_white": { | |
"true": {}, | |
"false": {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment