Add fixme

This commit is contained in:
Patrick 'Quezler' Mounier 2020-01-05 10:37:32 +01:00
parent 2ce30ece6c
commit 76fa8bef81
No known key found for this signature in database
GPG Key ID: 0D6CA7326C76D8EA

View File

@ -176,7 +176,7 @@ public class CraterConveyor extends BaseConveyor{
reload = stream.readFloat();
}
public Item dominant(){
public Item dominant(){ // fixme: do this better
if(tile.entity.items.total() == 0) return null;
Item item = tile.entity.items.take();
tile.entity.items.add(item, 1);