Zenith

Zenith

3M Downloads

Scavenger, Spearfishing, and Knowledge do not activate

DragonOfMath opened this issue ยท 2 comments

commented

Zenith enchantments related to loot drops are not being used after updating porting-lib from build 706 to 815.

LivingEntityEvents.DROPS_WITH_LEVEL.register((target, source, drops, lootingLevel, recentlyHit) -> {

Might this have something to do with Porting-Lib deprecating LivingEntityEvents.DROPS_WITH_LEVEL in favor of DROPS for 1.19.3?

Fabricators-of-Create/Porting-Lib@8126f00#diff-eee0f0050aa5fd3d598d3912740649ee67611c039e917e2748f9ee4de9b79105

If so, revert to a porting-lib build version for 1.19.2 or use the preferred event.

commented

I have this issue, but I don't have porting-lib installed. I tried zenith alone and the enchantments work properly

commented

It isn't depreciated in 1.19.2, so I don't fully understand what the issue here is... the enchantments work properly as of right now as far as I know, once I update the mod to 1.20 I'll change it over to the new event names