This commit is contained in:
Anuken 2020-09-12 12:47:18 -04:00
parent 197b67f8c1
commit fa9611e28c
14 changed files with 64 additions and 45 deletions

View file

@ -377,7 +377,7 @@ public class ApplicationTests{
world.tile(length + 1, 0).setBlock(new Block("___"){{
hasItems = true;
destructible = true;
entityType = () -> new Building(){
buildType = () -> new Building(){
@Override
public void handleItem(Building source, Item item){
itemsa[0] ++;