more cooling tower stuff (#1971)

* stuff

* eh

* stuff

* stuff to save

* stuff

* texture stuff

* lang
This commit is contained in:
GameStar 2025-10-07 05:34:59 -05:00 committed by GitHub
parent 21b2446160
commit 03e382702d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 169 additions and 14 deletions

View file

@ -0,0 +1,19 @@
{
"variants": {
"facing=east": {
"model": "tfg:block/machines/cooling_tower",
"y": 90
},
"facing=north": {
"model": "tfg:block/machines/cooling_tower"
},
"facing=south": {
"model": "tfg:block/machines/cooling_tower",
"y": 180
},
"facing=west": {
"model": "tfg:block/machines/cooling_tower",
"y": 270
}
}
}

View file

@ -555,6 +555,7 @@
"block.tfg.casings.bioculture_rotor_primary": "Primary Bioculture Rotor",
"block.tfg.casings.bioculture_rotor_secondary": "Secondary Bioculture Rotor",
"block.tfg.casings.machine_casing_ostrum_carbon": "Ostrum Machine Casing",
"block.tfg.casings.heat_pipe_casing": "Heat Pipe Casing",
"block.tfg.glacian_wool_frame": "Framed Glacian Wool",
"block.tfg.aes_insulation_frame": "Framed AES Insulation",
"block.tfg.sand.fluorapatite.blue": "Blue Fluorapatite Sand",
@ -635,6 +636,7 @@
"block.tfg.titanium_concrete_bricks_square": "Square Titanium-Rebar Concrete Bricks",
"block.tfg.nuclear_turbine": "Nuclear Steam Turbine",
"block.tfg.evaporation_tower": "Evaporation Tower",
"block.tfg.cooling_tower": "Nuclear Cooling Tower",
"block.tfg.growth_monitor": "Growth Monitor",
"block.tfg.sample_rack": "Sample Rack",
"block.tfg.casings.machine_casing_sterilizing_pipes": "Sterilizing Pipes",
@ -1024,6 +1026,7 @@
"material.tfg.cooked_mycelienzane": "1,3-Mycelienzane",
"material.tfg.iodomethane": "Iodomethane",
"material.tfg.trideuteroiodomethane": "Trideuteroiodomethane",
"material.tfg.thermally_conductive_fluid": "Thermally Conductive Fluid",
"ore_vein.tfg.deep_sheldonite": "Cooperite & Bornite",
"ore_vein.tfg.deep_garnet_amethyst": "Amethyst & Garnet",
"ore_vein.tfg.deep_garnet_opal": "Opal & Garnet",

View file

@ -0,0 +1,90 @@
{
"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"
}
}
}
}
}

View file

@ -0,0 +1,3 @@
{
"parent": "tfg:block/machines/cooling_tower"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 821 B

After

Width:  |  Height:  |  Size: 836 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Before After
Before After