Goety

Goety

48k Downloads

how do I increase the limit for wilds monster summons?

UwUsheep opened this issue ยท 3 comments

commented

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

commented

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

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

commented

ok thanks a lot!

commented

return count < SpellConfig.WhisperLimit.get();

Fixed as of Goety 2.33.0 and 2.5.14.0!