More accurate resource display / Server fix

This commit is contained in:
Anuken
2020-05-01 11:23:36 -04:00
parent d99946df77
commit e75d1a51a6
5 changed files with 61 additions and 28 deletions

View File

@ -907,7 +907,7 @@ public class Blocks implements ContentList{
requirements(Category.distribution, ItemStack.with(Items.copper, 1, Items.lead, 1, Items.titanium, 1));
health = 65;
speed = 0.08f;
displayedSpeed = 10f;
displayedSpeed = 11f;
}};
plastaniumConveyor = new StackConveyor("plastanium-conveyor"){{