Skip to content

Instantly share code, notes, and snippets.

@RainWarrior
Created December 17, 2015 00:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RainWarrior/92d477252c962113d530 to your computer and use it in GitHub Desktop.
Save RainWarrior/92d477252c962113d530 to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"model": "forge:multi-layer",
"custom": {
"base": "yourmod:breaking_block#base",
"Solid": "yourmod:breaking_block#base",
"Translucent": "yourmod:breaking_block#breaking"
},
"transform": "forge:default-block"
},
"variants": {
"normal": [{}],
"inventory": [{}],
"base": [{
"model": "cube_all",
"textures": { "all": "yourmod:blocks/yourcube" }
}],
"breaking": [{
"model": "cube_all",
"textures": { "all": "destroy_stage_1" }
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment