#Adding Mod Entity to loot-fishing.yml

1 messages · Page 1 of 1 (latest)

bitter shadow
#

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!

wise crater
#

First of all, if it is just a fish, it should be type: item. Second of all, aquaculture is whatever is not currently supported. And for the last one, if it is really mod it will never be supported since hybrid servers (mods and plugins at the same time) are not supported since they are super unstable usually.