{
  "multipart": [
    {
      "apply": {
        "model": "toughasnails:block/thermoregulator_lower_inactive"
      },
      "when": {
        "cooling": "false"
      }
    },
	{
      "apply": {
        "model": "toughasnails:block/thermoregulator_lower_active"
      },
      "when": {
        "cooling": "true"
      }
    },
	{
      "apply": {
        "model": "toughasnails:block/thermoregulator_upper_inactive"
      },
      "when": {
        "heating": "false"
      }
    },
	{
      "apply": {
        "model": "toughasnails:block/thermoregulator_upper_active"
      },
      "when": {
        "heating": "true"
      }
    },
	{
      "apply": {
        "model": "toughasnails:block/thermoregulator_top_cool_inactive"
      },
      "when": {
        "cooling": "false"
      }
    },
	{
      "apply": {
        "model": "toughasnails:block/thermoregulator_top_cool_active"
      },
      "when": {
        "cooling": "true"
      }
    },
	{
      "apply": {
        "model": "toughasnails:block/thermoregulator_top_heat_inactive"
      },
      "when": {
        "heating": "false"
      }
    },
	{
      "apply": {
        "model": "toughasnails:block/thermoregulator_top_heat_active"
      },
      "when": {
        "heating": "true"
      }
    }
  ]
}