oh so THAT's how you remove material properties

This commit is contained in:
Pyritie 2025-07-29 11:55:53 +01:00
parent 5b92048fe0
commit 75461a6496
2 changed files with 4 additions and 0 deletions

View file

@ -273,6 +273,8 @@ const registerGTCEuMaterialModification = (event) => {
GTMaterials.Bismuth.setProperty(PropertyKey.ITEM_PIPE, new $ITEM_PIPE_PROPERTY(16384, 0.125));
// Bis bronze fluid pipe - same stats as bronze
GTMaterials.BismuthBronze.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(1696, 20, true, false, false, false));
GTMaterials.BlackBronze.getProperties().removeProperty(PropertyKey.ITEM_PIPE);
GTMaterials.BlackBronze.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(1696, 20, true, false, false, false));
// 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