Plastanium conveyor + bugfixes

This commit is contained in:
Anuken
2020-04-24 20:17:24 -04:00
parent 21946cafd1
commit 09e08a474b
33 changed files with 7961 additions and 7960 deletions

View File

@@ -97,6 +97,10 @@ public class ItemModule extends BlockModule{
return true;
}
public boolean empty(){
return total == 0;
}
public int total(){
return total;
}