Skip to content

Instantly share code, notes, and snippets.

@RainWarrior
Last active December 20, 2015 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RainWarrior/e62ae82197c732502c29 to your computer and use it in GitHub Desktop.
Save RainWarrior/e62ae82197c732502c29 to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"model": "forge:multi-layer",
"custom": {
"base": "rftools:modular_storage_aux#main",
"Solid": "rftools:modular_storage_aux#main",
"Cutout": "rftools:modular_storage_aux#overlay"
},
"transform": "forge:default-block"
},
"variants": {
"inventory": [{}],
"facing": {
"north": {},
"south": {"y": 180},
"west": {"y": 270},
"east": {"y": 90}
}
}
}
{
"forge_marker": 1,
"variants": {
"main": [{
"model": "rftools:rftoolsblock",
"textures": { "front": "rftools:blocks/machineModularStorage" }
}],
"overlay": [{
"model": "rftools:overlay",
"textures": { "overlay": "frtools:something" }
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment