mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-16 18:58:01 +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"){{
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=14b6027d79cda5e02d74a7c2f85eb7e768c7abeb
|
||||
archash=4882a25c74ada2c0aff9dbcf2cef0ab1b7936b67
|
||||
|
Reference in New Issue
Block a user