fixed millstone tier for black bronze #1786
This commit is contained in:
parent
85fc6c2129
commit
5e97244193
1 changed files with 2 additions and 0 deletions
|
|
@ -314,7 +314,9 @@ const registerGTCEuMaterialModification = (event) => {
|
|||
// Bismuth item pipe - 1/4 as good as tin
|
||||
GTMaterials.Bismuth.setProperty(PropertyKey.ITEM_PIPE, new $ITEM_PIPE_PROPERTY(16384, 0.125));
|
||||
// Bis bronze fluid pipe - same stats as bronze
|
||||
GTMaterials.BismuthBronze.getProperties().removeProperty(PropertyKey.BLAST);
|
||||
GTMaterials.BismuthBronze.setProperty(PropertyKey.FLUID_PIPE, new $FLUID_PIPE_PROPERTY(1696, 20, true, false, false, false));
|
||||
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));
|
||||
// Red steel fluid pipe - same flow rate as aluminium, bad heat tolerance (same as PE) but can do cryo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue