diff --git a/kubejs/server_scripts/tfc/loot.js b/kubejs/server_scripts/tfc/loot.js index eb4a2fd28..4b4ed4a08 100644 --- a/kubejs/server_scripts/tfc/loot.js +++ b/kubejs/server_scripts/tfc/loot.js @@ -169,11 +169,7 @@ function registerTFCLoots(event) { event.addEntityLootModifier('tfc:deer') .randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1]) - .addWeightedLoot([2, 4], ['tfc:food/camelidae']) - - event.addEntityLootModifier('tfc:deer') - .randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1]) - .addWeightedLoot([2, 5], ['tfc:food/venison']) + .addWeightedLoot([2, 4], ['tfc:food/venison']) event.addEntityLootModifier('tfc:donkey') .randomChanceWithEnchantment('minecraft:looting', [0, 0.3, 0.6, 1])