Polarice3/Goety-2

how do I increase the limit for wilds monster summons?

Closed this issue · 3 comments

Mod Loader

forge 47.2.20

Mod version

1.20.1 2.5.13

Issue description

So I am just asking but for some reason I try to make the whisperer with no servants I have the scroll and it says I am up to my limit so I am wondering how do you change the limit on wild monsters.

Link or Post Log Files

No response

Steps to reproduce

No response

Additional information

No response

Accidentally made the conditions for Whisperer Mold method backwards, will fix this next update:

return count >= SpellConfig.WhisperLimit.get();

ok thanks a lot!

return count < SpellConfig.WhisperLimit.get();

Fixed as of Goety 2.33.0 and 2.5.14.0!