xt9 / DeepMobLearning

Server friendly mob loot acquisition.
https://minecraft.curseforge.com/projects/deep-mob-learning
MIT License
32 stars 33 forks source link

Fixed wave not finishing when killed more mobs than needed #66

Closed NathanPB closed 4 years ago

NathanPB commented 4 years ago

I honestly don't know why the counter was increasing that much (I think the AoE made more than one mobs get killed in a single tick), but I managed to fix the problem of the trial showing at the screen "Opponents: [negative number] to go" and never getting the wave finished.

I'm also not a experienced Minecraft developer and had problems with the dependencies not resolving correctly, so I made my best to find another repositories over the internet and fixing the dependency problems to be able to compile the mod. Probably there are better ways to go, but this is what I managed to do.

Thank you