Made reinforced container cheaper and smaller

This commit is contained in:
Epowerj 2022-07-12 19:03:23 -04:00
parent 352fa4e18f
commit ecc9dd7a7f

View File

@ -2848,9 +2848,9 @@ public class Blocks{
}};
reinforcedContainer = new StorageBlock("reinforced-container"){{
requirements(Category.effect, with(Items.tungsten, 80, Items.graphite, 80));
requirements(Category.effect, with(Items.tungsten, 30, Items.graphite, 40));
size = 2;
itemCapacity = 250;
itemCapacity = 75;
scaledHealth = 120;
coreMerge = false;
}};