WIP style refactoring
This commit is contained in:
@@ -1330,7 +1330,7 @@ public class Blocks{
|
||||
//TODO should have a useful turret ammo byproduct? scrap?
|
||||
//TODO surge being removed I think
|
||||
surgeCrucible = new HeatCrafter("surge-crucible"){{
|
||||
requirements(Category.crafting, with(Items.silicon, 100, Items.graphite, 80, Items.carbide, 60, Items.thorium, 90));
|
||||
requirements(Category.crafting, with(Items.silicon, 100, Items.graphite, 80, Items.carbide, 60, Items.thorium, 120, Items.phaseFabric, 80));
|
||||
|
||||
size = 3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user