Campaign tweaks

This commit is contained in:
Anuken
2020-11-27 11:56:01 -05:00
parent e39eceee28
commit 8dd66fb942
8 changed files with 25 additions and 9 deletions
@@ -57,6 +57,13 @@ public class StorageBlock extends Block{
}
}
@Override
public void itemTaken(Item item){
if(linkedCore != null){
linkedCore.itemTaken(item);
}
}
@Override
public int getMaximumAccepted(Item item){
return itemCapacity;