{
  "variants": {
    "active=false,facing=north": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor"}
    ],
    "active=false,facing=south": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor", "y": 180 }
    ],
    "active=false,facing=west": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor", "y": 270 }
    ],
    "active=false,facing=east": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor", "y": 90 }
    ],

    "active=true,facing=north": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active" },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active" },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active" },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active" },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active" }
    ],
    "active=true,facing=south": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active", "y": 180 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active", "y": 180 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active", "y": 180 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active", "y": 180 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active", "y": 180 }
    ],
    "active=true,facing=west": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active", "y": 270 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active", "y": 270 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active", "y": 270 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active", "y": 270 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active", "y": 270 }
    ],
    "active=true,facing=east": [
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v1_active", "y": 90 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v2_active", "y": 90 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v3_active", "y": 90 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v4_active", "y": 90 },
      { "model": "tfg:block/machines/growth_monitors/growth_monitor_v5_active", "y": 90 }
    ]
  }
}