Turrets can properly replace eachother, cores can replace conveyors and minor cleanup. (#4841)

This commit is contained in:
buthed010203
2021-03-03 09:15:50 -05:00
committed by GitHub
parent ae838b9392
commit 019898dfc3
6 changed files with 7 additions and 13 deletions

View File

@@ -1370,16 +1370,12 @@ public class Blocks implements ContentList{
requirements(Category.effect, with(Items.titanium, 250, Items.thorium, 125));
size = 3;
itemCapacity = 1000;
flags = EnumSet.of(BlockFlag.storage);
group = BlockGroup.transportation;
}};
container = new StorageBlock("container"){{
requirements(Category.effect, with(Items.titanium, 100));
size = 2;
itemCapacity = 300;
flags = EnumSet.of(BlockFlag.storage);
group = BlockGroup.transportation;
}};
unloader = new Unloader("unloader"){{