Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creatures appear to be assigned to "Monster" category in error. #5037

Open
mactso opened this issue Aug 30, 2024 · 1 comment
Open

Creatures appear to be assigned to "Monster" category in error. #5037

mactso opened this issue Aug 30, 2024 · 1 comment
Labels
version: 1.20 Version: Minecraft 1.20.x

Comments

@mactso
Copy link

mactso commented Aug 30, 2024

Our SpawnBalanceUtility is reporting the following error for your mod.

[29Aug2024 23:21:52.777] [Server thread/INFO] [com.mactso.spawnbalanceutility.util.Utility/]: L0:spawnbalanceutility : quark:stoneling Error, mob type MONSTER different than defined for the type of mob CREATURE
[29Aug2024 23:21:52.777] [Server thread/INFO] [com.mactso.spawnbalanceutility.util.Utility/]: L0:spawnbalanceutility : quark:toretoise Error, mob type MONSTER different than defined for the type of mob CREATURE
[29Aug2024 23:21:52.760] [Server thread/INFO] [com.mactso.spawnbalanceutility.util.Utility/]: L0:spawnbalanceutility : quark:foxhound Error, mob type MONSTER different than defined for the type of mob CREATURE

for

  • Minecraft 1.20.1
  • Quark-4.0-460.jar

This class of error can result in a mob not spawning, or spawning in excessive quantities.
If it's intentional on your part, never mind!

:-)

With Best Regards,
Two Guys,
MacTso

@github-actions github-actions bot added the version: 1.20 Version: Minecraft 1.20.x label Aug 30, 2024
@mathisto
Copy link

Hail Two Guys!
I went to take a look at this and found quark:stoneling listed under creature in the configs.

I dug a little deeper when looking into the fox hounds and it looks like the answer is actually BOTH. You can see on line 72 that its explicitly initiated as a CREATURE type. BUT, on line 80 it gets registered as a MONSTER type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version: 1.20 Version: Minecraft 1.20.x
Projects
None yet
Development

No branches or pull requests

2 participants