{
	"parent": "minecraft:block/block",
	"loader": "gtceu:machine",
	"machine": "tfg:steam_thermal_centrifuge",
	"texture_overrides": {
		"all": "gtceu:block/casings/gcym/industrial_steam_casing"
	},
	"dynamic_renders": [
		{
			"type": "gtceu:boiler_multi_parts",
			"casing_block": {
				"Name": "gtceu:industrial_steam_casing"
			},
			"firebox_active": {
				"Name": "gtceu:steel_firebox_casing",
				"Properties": {
					"active": "true"
				}
			},
			"firebox_idle": {
				"Name": "gtceu:steel_firebox_casing",
				"Properties": {
					"active": "false"
				}
			}
		}
	],
	"variants": {
		"is_formed=false,recipe_logic_status=idle": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_emissive"
				}
			}
		},
		"is_formed=false,recipe_logic_status=suspend": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused_emissive"
				}
			}
		},
		"is_formed=false,recipe_logic_status=waiting": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive"
				}
			}
		},
		"is_formed=false,recipe_logic_status=working": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive"
				}
			}
		},
		"is_formed=true,recipe_logic_status=idle": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_emissive"
				}
			}
		},
		"is_formed=true,recipe_logic_status=suspend": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_paused_emissive"
				}
			}
		},
		"is_formed=true,recipe_logic_status=waiting": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive"
				}
			}
		},
		"is_formed=true,recipe_logic_status=working": {
			"model": {
				"parent": "gtceu:block/machine/template/cube_all/sided",
				"textures": {
					"all": "gtceu:block/casings/gcym/industrial_steam_casing",
					"overlay_front": "gtceu:block/machines/thermal_centrifuge/overlay_front_active",
					"overlay_front_emissive": "gtceu:block/machines/thermal_centrifuge/overlay_front_active_emissive"
				}
			}
		}
	}
}