Bugfix/blast property (#2920)

* Removing blast property

* extractor recipes

* Hid unused molten fluids

* Updated hidden fluids

* Removed molten rocket alloy

* Typo and removed molten desh
This commit is contained in:
Inceitious 2026-02-01 04:43:47 +08:00 committed by GitHub
parent 8b1403031e
commit 98241ed899
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 22 additions and 2 deletions

View file

@ -170,6 +170,15 @@ global.GTCEU_DISABLED_ITEMS = /** @type {const} */ ([
"gtceu:molten_black_bronze_bucket",
"gtceu:molten_bismuth_bronze_bucket",
"gtceu:molten_rose_gold_bucket",
"gtceu:molten_sterling_silver_bucket",
"gtceu:molten_stainless_steel_bucket",
"gtceu:molten_manganese_phosphide_bucket",
"gtceu:molten_vanadium_steel_bucket",
"gtceu:molten_gallium_arsenide_bucket",
"gtceu:molten_hsla_steel_bucket",
"gtceu:molten_rocket_alloy_t2_bucket",
"gtceu:molten_desh_bucket",
"tfg:molten_weak_blue_steel_bucket",
"tfg:molten_weak_red_steel_bucket",

View file

@ -365,6 +365,9 @@ const registerGTCEuMaterialModification = (event) => {
GTMaterials.BlackBronze.getProperties().removeProperty(PropertyKey.BLAST);
GTMaterials.BlackBronze.getProperties().removeProperty(PropertyKey.ITEM_PIPE);
GTMaterials.BlackBronze.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(1696, 20, true, false, false, false));
// Rose Gold & Sterling Silver
GTMaterials.RoseGold.getProperties().removeProperty(PropertyKey.BLAST);
GTMaterials.SterlingSilver.getProperties().removeProperty(PropertyKey.BLAST);
// Red steel fluid pipe - same flow rate as aluminium, bad heat tolerance (same as PE) but can do cryo
GTMaterials.RedSteel.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(370, 75, true, false, true, false));
// Blue steel fluid pipe - same flow rate as aluminium, same temp tolerance as tungsten