mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 14:32:06 -08:00
Reverted conveyor health change due to annoyance
This commit is contained in:
parent
0cf2ad1cca
commit
40565b8197
1 changed files with 1 additions and 1 deletions
|
|
@ -1889,7 +1889,7 @@ public class Blocks{
|
|||
|
||||
titaniumConveyor = new Conveyor("titanium-conveyor"){{
|
||||
requirements(Category.distribution, with(Items.copper, 1, Items.lead, 1, Items.titanium, 1));
|
||||
health = 70;
|
||||
health = 65;
|
||||
speed = 0.08f;
|
||||
displayedSpeed = 11f;
|
||||
}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue