Nuclear reactor schem priority of -5 (#4840)

* Nuclear reactor schem priority of -5
This commit is contained in:
buthed010203
2021-03-02 10:49:22 -05:00
committed by GitHub
parent 19eb6334b7
commit 8289da1415

View File

@@ -54,6 +54,7 @@ public class NuclearReactor extends PowerGenerator{
hasLiquids = true;
rebuildable = false;
flags = EnumSet.of(BlockFlag.reactor, BlockFlag.generator);
schematicPriority = -5;
}
@Override