Hello everyone,
I need some assistance with adding a mod entity to the loot-fishing.yml file in my game. I'm trying to include a modded fish entity in the loot table, but the plugin doesn't seem to recognize it. After reloading the configuration file, I'm getting the following error in the server console:
[12:47:36 ERROR] [STDERR]: java.lang.IllegalArgumentException: Couldn't parse entity loot with entity type: aquaculture:arapaima
I'm relatively new to this, and I managed to add a pufferfish entity which was recognized and is now being fished up successfully. However, when I try to add entities from mods, it appears that the plugin cannot identify them. What steps should I take to register this mod entity within the plugin?
Any guidance would be greatly appreciated.
Thank you!