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

@ -60,6 +60,7 @@ GTCEuStartupEvents.registry('gtceu:material', event => {
registerTFGMaterials(event)
registerTFGNuclearMaterials(event)
registerTFGBiolineMaterials(event)
registerTFGPowerReworkMaterials(event)
})
GTCEuStartupEvents.registry('gtceu:material_icon_set', event => {