Fixed puddles not appearing / Overdrive tweaks

- Bridges, routers and junctions can (probably) be overdrived now, untested
This commit is contained in:
Anuken
2020-05-08 16:41:59 -04:00
parent bcec6261d1
commit aab97fefc8
18 changed files with 58 additions and 90 deletions

View File

@@ -137,6 +137,10 @@ public class ItemModule extends BlockModule{
return total;
}
public boolean any(){
return total > 0;
}
public Item first(){
for(int i = 0; i < items.length; i++){
if(items[i] > 0){