More research tweaks / Balancing

This commit is contained in:
Anuken
2020-07-25 13:29:50 -04:00
parent ef381cb970
commit c3881b57de
6 changed files with 83 additions and 33 deletions
+8
View File
@@ -584,6 +584,14 @@ public class Block extends UnlockableContent{
}
}
@Override
public void getDependencies(Cons<UnlockableContent> cons){
//just requires items
for(ItemStack stack : requirements){
cons.get(stack.item);
}
}
@Override
public void displayInfo(Table table){
ContentDisplay.displayBlock(table, this);