Mars ressources (#1569)

* stupid git again

* First entry for the mars ore line

* Adding the Ostrum Harvester in its first version

* Adding new casings

* Adding the complete Mars Ore Line

* Bugs again

* Add ores and textures

* More changes

* Changes to heavy and semi water and more fluid veins

* Adding more crafting recipes

* More recipes

* weird

* nerf ores

* fix thorium

* Adding dusty ores

* More circuits change to gate IV at the end of Mars

* Fix multiblocks

* Changes to AE2

* Unified Pattern Provider and Interface

* Removing Bedrock

* Fully remove Bedrock Miner

* Disable many stuffs until Mars

* More fixes until Mars is out

* Requested changes

* Cleaning kubejs files

* Adding Moon Ore Line

* Change Mars water to Centrifuge

* Fix duplicate
This commit is contained in:
TomPlop 2025-08-22 07:41:27 -04:00 committed by GitHub
parent 98e873cba5
commit 6eb2de0220
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 1610 additions and 251 deletions

View file

@ -129,14 +129,6 @@ const registerTFGNuclearMaterials = (event) => {
//#region Dust
event.create('tfg:mars_stone_dust')
.dust()
.components('2x deuterium', '1x oxygen')
.flags(GTMaterialFlags.DISABLE_DECOMPOSITION)
.color(0xE79B07)
.secondaryColor(0x5A4316)
.iconSet(GTMaterialIconSet.ROUGH)
event.create('tfg:nuclear_residue')
.dust()
.formula('(?)')