mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 06:51:30 -08:00
Made reinforced container cheaper and smaller
This commit is contained in:
parent
352fa4e18f
commit
ecc9dd7a7f
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue