{ "forge_marker": 1, "defaults": { "transform": "forge:default-block", "model": "orientable", "textures": { "particle": "#side", "top": "tconstruct:blocks/smeltery/seared_brick", "side": "#top" }, "uvlock": true }, "variants": { "active": { "true": { "textures": { "front": "tconstruct:blocks/smeltery/smeltery_active" } }, "false": { "textures": { "front": "tconstruct:blocks/smeltery/smeltery_inactive" } } }, "facing": { "north": { "__comment": "nothing to rotate" }, "east": { "y": 90 }, "south": { "y": 180 }, "west": { "y": 270 } }, "inventory": { "model": "orientable", "textures": { "particle": "#side", "top": "tconstruct:blocks/smeltery/seared_brick", "side": "#top", "front": "tconstruct:blocks/smeltery/smeltery_inactive" } } } }