Use data-driven method for adding to loot tables
linkovich2 opened this issue ยท 0 comments
Hi, I'm developing a pack and I want to disable your koi fish in favor of environmental's to avoid overlap. However, you've hardcoded to add them to fishing loot: https://github.com/bonsaistudi0s/CrittersAndCompanions/blob/1.18.2/src/main/java/com/github/eterdelta/crittersandcompanions/handler/LootHandler.java#L32
Would you be willing to add a configuration option for these modifications - or swap them over to a datapack method for modifying these loot tables so that they can be overwritten by pack authors?