Reverted conveyor health change due to annoyance

This commit is contained in:
Anuken 2024-09-25 14:12:37 -04:00
parent 0cf2ad1cca
commit 40565b8197

View file

@ -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;
}};