This commit is contained in:
Anuken
2022-04-29 21:44:46 -04:00
parent b696e1c89a
commit c61e058231
4 changed files with 105 additions and 1 deletions

View File

@@ -145,6 +145,9 @@ public class Blocks{
//TODO maybe making it 5x5 would be more appropriate, seems kinda cheap.
basicAssemblerModule,
//TODO
unitRepairTower,
//TODO remove
droneCenter,
@@ -4258,6 +4261,14 @@ public class Blocks{
droneType = UnitTypes.effectDrone;
}};
unitRepairTower = new RepairTower("unit-repair-tower"){{
requirements(Category.units, with(Items.graphite, 90, Items.silicon, 90, Items.tungsten, 80));
size = 2;
consumePower(1f);
consumeLiquid(Liquids.hydrogen, 3f / 60f);
}};
//endregion
//region payloads