Resourceful Bees

Resourceful Bees

10M Downloads

[Feature Request]: Method for accessing loot table of mobs

MuteTiefling opened this issue ยท 1 comments

commented

Is your feature request related to a problem?

Not really. I just think it could be neat to allow for bees to call the loot table of a mob for the purpose of entity mutation.

Solution(s)

So the idea would be a Bee Base Mob Farm. Bees would be floating around in an area, doing their thing. As they pollinate and fly back over mobs, those mobs would be transmuted into drops from their drop table.

Ideally you'd want two methods, I think. One for Player Kill drops and one for Non Player Kill drops.

Describe alternatives you've considered

This would be possible right now but would require painstaking recreation of each mob's loot table... which isn't ideal. Being able to simply pull the drops from the mob's loot table would be a lot more efficient.

Mod Version

ResourcefulBees-1.16.5-0.9.9.8

Mod Loader Version

1.16.5 - 36.2.4

Additional context

No response

Acknowledgement

  • I agree that I read the terms at the top of the page.
commented

Could you write a KubeJS script that creates the mutation recipes programmatically?