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

New Bee Nest and Beehive item models don't use the block parent

    • Icon: Bug Bug
    • Resolution: Fixed
    • 24w45a
    • 24w35a, 24w36a, 24w37a, 24w38a, 1.21.3
    • None
    • Confirmed
    • Textures and models
    • Low
    • 1304781
    • Expansion B

      The new item models for bee nest and hives use the block/orientable_with_bottom parent with assigned textures rather than just applying the block/bee_nest_{state} and block/beehive_{state} parents like every other block item

      this means that if you remodel the nest/hive blocks, the item model will require to be remodeled seperately

      the item models affected:

      item/beehive_empty.json

      item/beehive_honey.json

      item/bee_nest_empty.json

      item/bee_nest_honey.json

      issue presented using item/beehive_empty.json as an example:

      [beehive_empty.json] current beehive item model -incorrect:

      {
        "parent": "minecraft:block/orientable_with_bottom",
        "textures": {
          "bottom": "minecraft:block/beehive_end",
          "front": "minecraft:block/beehive_front",
          "particle": "minecraft:block/beehive_side",
          "side": "minecraft:block/beehive_side",
          "top": "minecraft:block/beehive_end"
        }
      }

       

      [beehive_empty.json] fixed hive item model:

      {
        "parent": "minecraft:block/beehive_empty"
      }

       

          [MC-276115] New Bee Nest and Beehive item models don't use the block parent

          [Bot] Arisa added a comment -

          Please do not add Affected Versions to resolved reports.

          Have a look at the Resolution and the comments to see why this ticket has been resolved. If you think this ticket has been resolved erroneously you can contact the Mojira staff on Discord or Reddit.

          – I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit

          [Bot] Arisa added a comment - Please do not add Affected Versions to resolved reports. Have a look at the Resolution and the comments to see why this ticket has been resolved. If you think this ticket has been resolved erroneously you can contact the Mojira staff on Discord or Reddit . – I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit

          BugTracker added a comment -

          Can confirm using the attached pack.

          BugTracker added a comment - Can confirm using the attached pack.

          DMgaming added a comment - - edited

          attached a test pack, if you look inside it, you can see I only changed the block models, if the items were correct the items would reflect that change, yet the items are completly unaffected by the block model changes

          DMgaming added a comment - - edited attached a test pack, if you look inside it, you can see I only changed the block models, if the items were correct the items would reflect that change, yet the items are completly unaffected by the block model changes

          Please create a demonstration pack

          [Mod] Jiingy added a comment - Please create a demonstration pack

          DMgaming added a comment - - edited

          by comparing the models listed that are found in models/item/ or using any pack that changes the model of the beehive block, and seeing how item will be weird

           

          I can make a pack like that if thats needed

          DMgaming added a comment - - edited by comparing the models listed that are found in models/item/ or using any pack that changes the model of the beehive block, and seeing how item will be weird   I can make a pack like that if thats needed

          How can I see this for myself? What steps do I need to take to reproduce this

          [Mod] Greymagic27 added a comment - How can I see this for myself? What steps do I need to take to reproduce this

            Unassigned Unassigned
            DMgaming100 DMgaming
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: