mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +07:00
Made reinforced container cheaper and smaller
This commit is contained in:
parent
352fa4e18f
commit
ecc9dd7a7f
@ -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…
Reference in New Issue
Block a user