Made it so you can view the recipes for downgrades in JEI.

This commit is contained in:
WayofTime 2016-11-10 10:39:19 -05:00
parent 1f6c4b47e2
commit 33b799723c
11 changed files with 258 additions and 5 deletions

View file

@ -134,6 +134,11 @@ public class LivingArmourDowngradeRecipe
return this.input;
}
public ItemStack getKey()
{
return this.keyStack;
}
public void consumeInventory(IItemHandler inv)
{
for (int i = 0; i < inv.getSlots(); i++)