This commit is contained in:
Anuken
2019-06-20 09:14:47 -04:00
parent 478d86677d
commit 1676ad5f1b
9 changed files with 19 additions and 32 deletions

View File

@@ -1687,7 +1687,7 @@ public class Blocks implements ContentList{
repairPoint = new RepairPoint("repair-point"){{
requirements(Category.units, ItemStack.with(Items.lead, 30, Items.copper, 30, Items.silicon, 30));
repairSpeed = 0.1f;
repairSpeed = 0.3f;
powerUse = 1f;
}};

View File

@@ -261,7 +261,7 @@ public class TechTree implements ContentList{
});
node(wraithFactory, () -> {
node(spiritFactory, () -> {
node(ghoulFactory, () -> {
node(revenantFactory, () -> {
});