BG-Software-LLC / WildStacker

Stacked drops, stacked entities, stacked blocks and stacked spawners in one plugin!
https://bg-software.com/wildstacker/
GNU General Public License v3.0
92 stars 38 forks source link

Fire aspect not working on mobs #935

Closed Sckaletz closed 1 month ago

Sckaletz commented 1 month ago

Minecraft's Version

Paper version 1.21-62-master@5a503d7 (2024-07-12T18:53:26Z)

Plugin's Version

WildStacker-2024.1-b71

Describe the bug

When stacked mobs are killed with a sword with fire aspect, they don't drop cooked food. Ex. cows drop regular beef.

This is what my looting table looks like for cows. It's the same issue with other mobs. In this example it's set as "burnable", but it has no effect.

{
  "chance": 100,
  "items": [
    {
      "type": "BEEF",
      "chance": 100,
      "min": 1,
      "max": 3,
      "looting": true,
      "burnable": {
        "type": "COOKED_BEEF"
      }
    }
  ]
},

To Reproduce

Try to kill a stack of cows or other mobs with fire aspect on the sword.

Additional Information

No response

Spaex commented 1 month ago

Same Issue here

OmerBenGera commented 1 month ago

Check out latest dev build, let me know if it is fixed

Spaex commented 1 month ago

Fixed it. Thank you very much Omer for your work!:)