[1.15] Incorrect NBT is saved to player's inventory after placing block.

Issue #96 new
Boomber created an issue

Problem

When using this mod, the block that you’re holding will be saved to the inventory with this NBT data:

{id: "<item_id>", Count: x, tag: {}}

Which Minecraft interpret as a distinct item tag from vanilla item:

{id: "<item_id>", Count: x}

This prevents the item from being stack together even though it looks visually exactly the same.

A current workaround is to throw both the vanilla item and the incorrect NBT item on the ground and let it merge together, this will remove the empty tag: {} but it’s still very frustrating to do that every time you want to stack the item.

Info

  • Version: effortlessbuilding-1.15.2-2.21.jar
  • Game Version: 1.15.2
  • Build Mode/Modifiers: Any build mode except normal will trigger this
  • Gamemode: Survival

Comments (2)

  1. Boomber reporter

    I have been playing without using effortless building mode for a while now and still encounter the issue sometimes, the cause might be from another mod.

    If anyone can confirm that you can’t reproduce it in this mod alone then I will close the issue.

  2. Log in to comment