diff --git a/kubejs/server_scripts/tfg/loot.js b/kubejs/server_scripts/tfg/loot.js index 5577c084a..101fe4c96 100644 --- a/kubejs/server_scripts/tfg/loot.js +++ b/kubejs/server_scripts/tfg/loot.js @@ -178,4 +178,6 @@ function registerTFGLoots(event) { event.addEntityLootModifier('tfg:sniffer') .matchMainHand('#forge:tools/butchery_knives') .addWeightedLoot([8, 10], ['tfg:food/raw_sniffer_beef']) + + // TODO: wraptor meat? };