Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vfyjxf committed Aug 8, 2021
1 parent ded5621 commit 0a29733
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ private void processRecipeHandler(ContainerPatternTerm container, PacketNEIPatte
for (int i = 0; i < recipeInput.length; i++) {
NBTTagCompound currentStack = (NBTTagCompound) message.input.getTag("#" + i);
recipeInput[i] = currentStack == null ? null : ItemStack.loadItemStackFromNBT(currentStack);
System.out.println(currentStack);
}

for (int i = 0; i < recipeOutput.length; i++) {
Expand Down

0 comments on commit 0a29733

Please sign in to comment.