From 3c136ad0ba104161d72614de94ddd9668fb5f8d3 Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Tue, 2 Feb 2021 15:32:52 -0500 Subject: [PATCH 1/2] add transportation group to container and vault (#4499) this allows for them to be placed over belts so that people no longer have to clear an area around the core when placing vaults around it. --- core/src/mindustry/content/Blocks.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index f9c48edcf0..e0b3a697dd 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -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"){{ From 115df3aedd4bafbaf6bb92fba98b06fdaabc7913 Mon Sep 17 00:00:00 2001 From: Fatonndev <56699208+Fatonndev@users.noreply.github.com> Date: Thu, 4 Feb 2021 01:04:55 +0300 Subject: [PATCH 2/2] Add obvilionnetwork.ru Recapture and Attack servers (#4582) * Add obvilionnetwork.ru Recapture and Attack servers * Update servers_v6.json * Update servers_v6.json --- servers_v6.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/servers_v6.json b/servers_v6.json index 80b27b296c..28304bedb0 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -70,5 +70,9 @@ { "name": "Omega", "address": ["185.86.230.102:25906"] + }, + { + "name": "md.obvilionnetwork.ru", + "address": ["obvilionnetwork.ru:7001", "obvilionnetwork.ru:7002"] } ]