iOS fixes

This commit is contained in:
Anuken
2018-07-20 13:59:00 -04:00
parent 3c83b88127
commit 48c7daa4ab
3 changed files with 43 additions and 26 deletions

View File

@@ -207,6 +207,11 @@ public class ItemDrop extends SolidEntity implements SaveTrait, SyncTrait, DrawT
return 10;
}
@Override
public float fin() {
return time()/lifetime();
}
@Override
public EntityGroup targetGroup(){
return itemGroup;