LaserIO

LaserIO

21M Downloads

Use super call for getRemainingItems

Soaryn opened this issue ยท 1 comments

commented

public NonNullList<ItemStack> getRemainingItems(CraftingContainer inv) {

Basically you should be adding your stuff to the existing recipe remainder items. This way any items used in the recipe (should it ever happen) provide a complete item list of what should remain in the grid.

Easy test case is to add a water bucket in one of your recipes. The remainder should then be a bucket + what ever upgrades you had in your card

commented

Resolved by: 32f8929