Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1399,6 +1399,7 @@ public class Blocks implements ContentList{
|
||||
size = 3;
|
||||
itemCapacity = 1000;
|
||||
flags = EnumSet.of(BlockFlag.storage);
|
||||
group = BlockGroup.transportation;
|
||||
}};
|
||||
|
||||
container = new StorageBlock("container"){{
|
||||
@@ -1406,6 +1407,7 @@ public class Blocks implements ContentList{
|
||||
size = 2;
|
||||
itemCapacity = 300;
|
||||
flags = EnumSet.of(BlockFlag.storage);
|
||||
group = BlockGroup.transportation;
|
||||
}};
|
||||
|
||||
unloader = new Unloader("unloader"){{
|
||||
|
||||
Reference in New Issue
Block a user