Skip to content

Commit 0a29733

Browse files
committed
fix bug
1 parent ded5621 commit 0a29733

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/github/vfyjxf/nee/network/packet/PacketNEIPatternRecipe.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ private void processRecipeHandler(ContainerPatternTerm container, PacketNEIPatte
118118
for (int i = 0; i < recipeInput.length; i++) {
119119
NBTTagCompound currentStack = (NBTTagCompound) message.input.getTag("#" + i);
120120
recipeInput[i] = currentStack == null ? null : ItemStack.loadItemStackFromNBT(currentStack);
121-
System.out.println(currentStack);
122121
}
123122

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

0 commit comments

Comments
 (0)