Added basic multi-unit factories
This commit is contained in:
@@ -112,9 +112,10 @@ public class SStats implements SteamUserStatsCallback{
|
||||
chainRouters.complete();
|
||||
}
|
||||
|
||||
if(e.tile.block() == Blocks.daggerFactory){
|
||||
buildDaggerFactory.complete();
|
||||
}
|
||||
//TODO implement
|
||||
//if(e.tile.block() == Blocks.daggerFactory){
|
||||
// buildDaggerFactory.complete();
|
||||
//}
|
||||
|
||||
if(e.tile.block() == Blocks.meltdown || e.tile.block() == Blocks.spectre){
|
||||
if(e.tile.block() == Blocks.meltdown && !Core.settings.getBool("meltdownp", false)){
|
||||
|
||||
Reference in New Issue
Block a user