Storage blocks, organized sprites, liquid tunnel implementation

This commit is contained in:
Anuken
2018-03-03 23:46:51 -05:00
parent 41e4f87e06
commit 9b3c9aaea2
202 changed files with 1080 additions and 959 deletions
@@ -26,7 +26,9 @@ public class Inventory {
addItem(Item.stone, 40);
if(debug){
Arrays.fill(items, 99999);
for(Item item : Item.getAllItems()){
if(item.material) items[item.id] = 99999;
}
}
}