Skip to content

Instantly share code, notes, and snippets.

@StillManic
Created December 22, 2015 19:58
Show Gist options
  • Save StillManic/03b851a7a2119ade3152 to your computer and use it in GitHub Desktop.
Save StillManic/03b851a7a2119ade3152 to your computer and use it in GitHub Desktop.
{
"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