Villager Hats Mod

Villager Hats Mod

4M Downloads

return of livingEntity.shouldDropLoot() ignored

Linguardium opened this issue ยท 0 comments

commented

if(self.getWorld().getGameRules().getBoolean(GameRules.DO_MOB_LOOT) && self.getType().equals(EntityType.ZOMBIE_VILLAGER) && self instanceof VillagerDataContainer villagerDataContainer) {

You missed a check here, which means that if another mod is disabling loot dropping, your mod continues to drop loot anyway