Skip to content

Instantly share code, notes, and snippets.

@StillManic
Last active December 12, 2015 20:54
Show Gist options
  • Save StillManic/c043e632db6d5a3e1f14 to your computer and use it in GitHub Desktop.
Save StillManic/c043e632db6d5a3e1f14 to your computer and use it in GitHub Desktop.
{
"forge_marker": 1,
"defaults": {
"textures": {
"top": "openfm:blocks/radio_side",
"front": "openfm:blocks/radio_front",
"side": "openfm:blocks/radio_side"
},
"model": "minecraft:block/orientable"
},
"variants": {
"normal": [{}],
"inventory": [{
"transform": "forge:default-block"
}],
"facing": {
"north": {"model": "minecraft:block/orientable", "y": 180},
"south": {"model": "minecraft:block/orientable"},
"west": {"model": "minecraft:block/orientable", "y": 90},
"east": {"model": "minecraft:block/orientable", "y": 270}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment