Fixed plans being canceled by blocked units

This commit is contained in:
Anuken
2024-10-30 19:17:36 -04:00
parent 1558783b7d
commit 1d68f99c75
5 changed files with 48 additions and 29 deletions

View File

@@ -977,7 +977,7 @@ public class Blocks{
consumeItems(with(Items.thorium, 4, Items.sand, 10));
consumePower(5f);
itemCapacity = 20;
itemCapacity = 30;
}};
surgeSmelter = new GenericCrafter("surge-smelter"){{