mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Less junction capacity (again)
This commit is contained in:
parent
bbf84185cc
commit
f4d0dfd0da
2 changed files with 2 additions and 2 deletions
|
|
@ -983,7 +983,7 @@ public class Blocks implements ContentList{
|
|||
junction = new Junction("junction"){{
|
||||
requirements(Category.distribution, with(Items.copper, 2), true);
|
||||
speed = 26;
|
||||
capacity = 9;
|
||||
capacity = 8;
|
||||
health = 30;
|
||||
buildCostMultiplier = 6f;
|
||||
}};
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=5d45de2d63d75e9a51a0f38d1cbc572020c2b273
|
||||
archash=b334b4d65bd7ac6d83315d9c09610950d40eb030
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue