Rework Early Game Fuel (#2309)

* Add materials and multiblock

* try to fix conflict

* Fix conflict

* Fix conflict

* Rework tungsten line (#5)

* fix materials

* Update Ostrum to core

* Fix conflict

* fix conflict

* Fix fucking conflict

* Upload more changes

* Add more things

* Introduce new gas fuel

* Add Anthracite

* Add Syngas early game and more modifications

* More fixes

* Add textures to fluid
This commit is contained in:
TomPlop 2025-12-01 08:42:45 -05:00 committed by GitHub
parent 9b80745869
commit 72ae40a2b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 609 additions and 136 deletions

View file

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

View file

@ -0,0 +1,90 @@
{
"parent": "minecraft:block/block",
"loader": "gtceu:machine",
"machine": "tfg:ostrum_linear_accelerator",
"texture_overrides": {
"all": "tfg:block/casings/machine_casing_mars"
},
"variants": {
"is_formed=false,recipe_logic_status=idle": {
"model": {
"parent": "gtceu:block/machine/template/cube_all/sided",
"textures": {
"all": "tfg:block/casings/machine_casing_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/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_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_paused",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/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_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/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_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/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_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/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_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_paused",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/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_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/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_mars",
"overlay_front": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active",
"overlay_front_emissive": "gtceu:block/multiblock/gcym/large_centrifuge/overlay_front_active_emissive"
}
}
}
}
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,5 @@
{
"animation": {
"frametime": 1
}
}