Created
December 22, 2015 19:58
-
-
Save StillManic/03b851a7a2119ade3152 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": { | |
"textures": { | |
// "#lambert7SG": "forgedebugmodelloaderregistry:texture" //the identifier must be a name of a material defined by the "model" obj's .mtl file | |
}, | |
"model": "forgedebugmodelloaderregistry:tesseract.obj", | |
"custom": { | |
"group_configs": { | |
"config_name_here": [ | |
{ | |
"main_group_1": ["sub_group_1", "sub_group_2"] //main_group_1 could have more than these two sub groups, this only displays sub_group_1 and sub_group_2 | |
}, | |
"main_group_2", //display all contents of main_group_2 | |
"main_group_3" | |
] | |
} | |
} | |
}, | |
"variants": { | |
"normal": [{ | |
"transform": { | |
"scale": [2, 2, 2] | |
} | |
}], | |
"inventory": [{ | |
"transform": "forge:default-block" | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment