EmilsGithub / Clutter-Mod-Repository

The Github repository for the Minecraft mod Clutter
MIT License
6 stars 5 forks source link

[Bug] Log spam from `net.emilsg.clutter.world.spawner.NetherAnimalSpawner` #37

Closed unilock closed 9 months ago

unilock commented 9 months ago

As of version 0.5.4, while in the Nether, a single number is constantly printed to the game's log - any of 0, 1, 2, etc.

I believe this is due to the following (debug?) line in net/emilsg/clutter/world/spawner/NetherAnimalSpawner (found via BadStdOut + decompilation):

System.out.println(passiveMobCount);

That probably shouldn't be there.

EmilsGithub commented 9 months ago

Thanks, I will patch this right away.