neuralgia/kubejs/assets/tfg/models/block/machines/cooling_tower.json
GameStar 03e382702d
more cooling tower stuff (#1971)
* stuff

* eh

* stuff

* stuff to save

* stuff

* texture stuff

* lang
2025-10-07 11:34:59 +01:00

90 lines
No EOL
3.9 KiB
JSON

{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "tfg:cooling_tower",
"texture_overrides": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon"
},
"variants": {
"is_formed=false,recipe_logic_status=idle": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_emissive"
}
}
},
"is_formed=false,recipe_logic_status=suspend": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused_emissive"
}
}
},
"is_formed=false,recipe_logic_status=waiting": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive"
}
}
},
"is_formed=false,recipe_logic_status=working": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive"
}
}
},
"is_formed=true,recipe_logic_status=idle": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_emissive"
}
}
},
"is_formed=true,recipe_logic_status=suspend": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_paused_emissive"
}
}
},
"is_formed=true,recipe_logic_status=waiting": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive"
}
}
},
"is_formed=true,recipe_logic_status=working": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_ostrum_carbon",
"overlay_front": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/generator/large_steam_turbine/overlay_front_active_emissive"
}
}
}
}
}