Made it so you can view the recipes for downgrades in JEI.
This commit is contained in:
parent
1f6c4b47e2
commit
33b799723c
11 changed files with 258 additions and 5 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue