Fixed ghost units appearing in certain situations

This commit is contained in:
Anuken
2020-08-26 12:25:27 -04:00
parent 9735e18acf
commit 0b6ef1c57c
4 changed files with 17 additions and 4 deletions

View File

@@ -1341,7 +1341,7 @@ public class Blocks implements ContentList{
unloader = new Unloader("unloader"){{
requirements(Category.effect, with(Items.titanium, 25, Items.silicon, 30));
speed = 7f;
speed = 6f;
}};
//endregion