finder1793
finder1793
I definitely endorse this. been using redneds fork for quite a while now.
This would be amazing tbh.
The multiple Rolls if im not mistaken is how Looting is handled by phatloots.
Because looting enchant is designed to reroll loot tables in per level iirc
//Get the looting bonus of the fishing pole ItemStack pole = event.getPlayer().getInventory().getItemInMainHand(); double lootingBonus = PhatLoot.lootingBonusPerLvl * pole.getEnchantmentLevel(Enchantment.LOOT_BONUS_MOBS); ^showing how looting bonus is applied so lets say I have a...