mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-15 18:27:36 +07:00
Made junction harder to spam
This commit is contained in:
@ -902,6 +902,7 @@ public class Blocks implements ContentList{
|
||||
speed = 26;
|
||||
capacity = 12;
|
||||
health = 30;
|
||||
buildCostMultiplier = 4f;
|
||||
}};
|
||||
|
||||
itemBridge = new BufferedItemBridge("bridge-conveyor"){{
|
||||
@ -930,7 +931,6 @@ public class Blocks implements ContentList{
|
||||
|
||||
router = new Router("router"){{
|
||||
requirements(Category.distribution, ItemStack.with(Items.copper, 3));
|
||||
|
||||
}};
|
||||
|
||||
distributor = new Router("distributor"){{
|
||||
|
Reference in New Issue
Block a user