Blood Magic

Blood Magic

90M Downloads

[1.10] Well of Suffering and Dagger of Sacrifice API Blacklists

WayofTime opened this issue ยท 3 comments

commented

API methods need to be added to allow custom mobs added by other mods to be blacklisted from the WoS and/or the Dagger of Sacrifice. Current methods of blacklisting only works for the WoS and only by config.

commented

Did I not add an API method for this?

commented

BloodMagicAPI.setEntitySacrificeValue()

Javadoc states that setting it to 0 effectively blacklists it.

commented

Alright, looking through everything right now.

Currently the Dagger will provide 0 LP but still kill the mob. I can fix that easily.

The Ritual never even checks this list, though. I'll fix that as well.