{
  "forge_marker": 1,
  "defaults": {
    "model": "minecraft:cube_column",
    "textures": {
      "side": "ffs:blocks/blockValve",
      "end": "ffs:blocks/blockValve_Slave_Valid"
    }
  },
  "variants": {
      "inventory": [{
        "textures": {
          "all": "ffs:blocks/blockValve_Invalid"
        }
      }],
      "valve_valid": {
          "true": {},
          "false": {
              "model": "minecraft:cube_all",
              "textures": {
                  "all": "ffs:blocks/blockValve_Invalid"
              }
          }
      },
      "valve_inside": {
          "x": {
              "x": 90,
              "y": 90
          },
          "y": {},
          "z": {
              "x": 90
          }
      },
      "valve_master": {
          "true": {
              "textures": {
                  "end": "ffs:blocks/blockValve_Master_Valid"
              }
          },
          "false": {}
      }
  }
}