mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Fixed #2824
This commit is contained in:
parent
187c98b830
commit
b561b38b56
@ -947,7 +947,7 @@ public class Blocks implements ContentList{
|
||||
requirements(Category.distribution, with(Items.plastanium, 1, Items.thorium, 1, Items.metaglass, 1));
|
||||
health = 180;
|
||||
speed = 0.08f;
|
||||
displayedSpeed = 10f;
|
||||
displayedSpeed = 11f;
|
||||
}};
|
||||
|
||||
junction = new Junction("junction"){{
|
||||
|
Loading…
Reference in New Issue
Block a user