Skip to content

Commit

Permalink
Forgot to remove a console print statement, rip
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithRogue committed Aug 25, 2023
1 parent a885420 commit 8cbceeb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ private static void entityToNbtMixin(Entity entity, CallbackInfoReturnable<NbtCo
ItemStack itemStack;
if (!(itemStack = ((PlayerEntity) entity).currentScreenHandler.getCursorStack()).isEmpty()) {
nbtCompound.put("CursorItem", itemStack.writeNbt(new NbtCompound()));
System.out.print(itemStack);
}
if (!((PlayerEntity) entity).playerScreenHandler.getCraftingInput().isEmpty()) {
RecipeInputInventory craftingInput = ((PlayerEntity) entity).playerScreenHandler.getCraftingInput();
Expand Down

0 comments on commit 8cbceeb

Please sign in to comment.