Skip to content

Commit

Permalink
Fix CompoundIngredents not working properly in shapeless recipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Nov 18, 2017
1 parent f97c535 commit 836be2e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
import it.unimi.dsi.fastutil.ints.IntList;
import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.Ingredient;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;

public class CompoundIngredient extends Ingredient
{
Expand Down Expand Up @@ -46,7 +44,6 @@ public ItemStack[] getMatchingStacks()

@Override
@Nonnull
@SideOnly(Side.CLIENT)
public IntList getValidItemStacksPacked()
{
//TODO: Add a child.isInvalid()?
Expand Down

0 comments on commit 836be2e

Please sign in to comment.