Compatibility with Other Mods - AlabasterLeking/Crabbers-Delight GitHub Wiki
Currently (as of 1.1.2) Crabber's Delight has no built in compatibility with other mods, however this is likely to change going forward. Compatibility for all parts of the mod can be added using datapacks
A datapack that modifies the crabbersdelight/loot_tables/gameplay/crab_trap_loot/minecraft loot tables called "junk.json" and "treasure.json" allows for modifying the loot obtained by the crab trap when no bait is being used
Datapacks can add files the crabbersdelight/loot_tables/gameplay/crab_trap_loot/minecraft to add new loot tables for different bait items. A bait items loot table should be named in the format of ".json". For instance, if I wanted to add sea pickles as a new bait, I would name the file "sea_pickle.json". The contents of the loot table match the same format as the vanilla fishing loot table
To make the bait able to be added to the slot in the trap, the item will need to get registered into the crabbersdelight/tags/items/fish_baits.json file
New recipes added to the mod will follow the same steps as other Farmer's Delight compatibility. Information on doing that can be found on the Farmer's Delight Wiki: https://github.com/vectorwing/FarmersDelight/wiki