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:
parent
8b1403031e
commit
98241ed899
4 changed files with 22 additions and 2 deletions
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue