Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-179531

honey_level in Beehive/nest has different datatype dependent on gamemode.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.15.2, 20w16a, 20w18a, 21w05b, 1.17.1, 1.18 Release Candidate 4, 1.18
    • None
    • Confirmed
    • Block states

      The bug

      This bug report has to do with the BlockDataTag of the beenest or beehive item.

      When the nest is broken in Survival via Silk Touch, the BlockDataTag.honey_level tag has type String

      However, when broken in Creative (the nest drops as an item if there are bees inside), the tag has type int.

      How to reproduce

      1. Place beehive/nest (doesn't matter)
      2. Let bees enter the block (don't need to wait until honey produced, and necessary so that a block is dropped in creative)
      3. Breaking the block in Creative yields a int type
      4. Pick block with NBT in Creative yields a int type
      5. Breaking the block in Survival with silk touch yields an String type.

            Unassigned Unassigned
            EDToaster Howard
            Votes:
            7 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              CHK: