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