SpongePowered / SpongeForge

A Forge mod that implements SpongeAPI
http://www.spongepowered.org/
MIT License
1.14k stars 306 forks source link

SpongeForge affecting mob drops issue #2890

Closed RivaHakushia closed 5 years ago

RivaHakushia commented 5 years ago

I am currently running

Issue Description Since Sponge Forge version 1.12.2-2768-7.1.5 there has been a noticeable issue with Mobs upon being killed by a player that items are not dropped as they usually are, this is on a Server running on a Linux box, before this it was working just fine for mob drops, I have tested this out in Single player and found mob drops are normal, plus I have test the server by Disabling Sponge Forge and noticed mob drops have returned to normal, I have tried updating from 7.1.5 to the latest recommend 7.1.6 and then to the current version above, with no luck of any resolving the issue, I have also found very little information in regards to this issue to use to resolve it myself so any further help would be highly appreciated, since I have no clue how to look into mixins or loottables.

phit commented 5 years ago

try narrowing down your modlist, as this doesn't happen with just SpongeForge, see which mods cause it

RivaHakushia commented 5 years ago

hopefully this weekend will be setting up a test server to pin point which mod it could be, I can rule out the Mods: BetterAnimalsPlus, NaturalFauna and ZAWA Rebuilt, as I had disabled these and still had the issue, if however anyone has any of these mods and ran into the same issue please feel free to let me know so I can work on a fix or finding a fix. Any information in regards to this is much appreciated since it's the first time I've ever seen this sort of issue myself.

RivaHakushia commented 5 years ago

After a lot of further testing, the issue had been Located to Cat Clear Lag plugin for Sponge Forge, Which makes sense as to why without SF everything ran fine, The issue was with the config file it's self.

"Hostile Limit"=500 - If this is set lower than 500, it seems to effect boss drops and Dragon drops from Ice & Fire, I believe this also effect boss drops in other mods that bring in Bosses, Including Minecraft's Vanilla Bosses. So I hope if anyone else runs into this issue and happens to have CatClearLag that this will help narrow it down.