mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-07 22:40:49 -08:00
3 copper junction but 0.1s
This commit is contained in:
parent
efa49f15a9
commit
e205743386
1 changed files with 2 additions and 2 deletions
|
|
@ -2099,11 +2099,11 @@ public class Blocks{
|
|||
}};
|
||||
|
||||
junction = new Junction("junction"){{
|
||||
requirements(Category.distribution, with(Items.copper, 2));
|
||||
requirements(Category.distribution, with(Items.copper, 3));
|
||||
speed = 26;
|
||||
capacity = 6;
|
||||
health = 30;
|
||||
buildCostMultiplier = 6f;
|
||||
buildCostMultiplier = 4f;
|
||||
}};
|
||||
|
||||
itemBridge = new BufferedItemBridge("bridge-conveyor"){{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue