Better lighting

This commit is contained in:
Anuken
2020-02-28 13:44:03 -05:00
10 changed files with 27 additions and 12 deletions
@@ -53,6 +53,11 @@ public class OverflowGate extends Block{
}
if(entity.lastItem != null){
if(entity.lastInput == null){
entity.lastItem = null;
return;
}
entity.time += 1f / speed * Time.delta();
Tile target = getTileTarget(tile, entity.lastItem, entity.lastInput, false);