Resourceful Bees

Resourceful Bees

10M Downloads

Netherite Bee Dies from Wither Rose

BJR1984 opened this issue · 4 comments

commented

Netherite bee can't pollinate wither rose without getting wither effect. then it dies.

commented

That’s an easy fix. I’ll fix it for the default shipped options. But you can go into the bee jsons and set the netherite bee to ”isWither”: true

commented

Sorry “witherBee”: true

commented

In resourcefulbees-1.16.3-0.5.5b.jar this is still an issue. Would changing the
"traits": ["nether"],
to
"traits": ["nether", "wither"]
correct this?

commented

Yes changing it to that would be correct