• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

FARMING MOD error help wanted

CrazyDave66

New member
Anyone know what this, below, error is and how to fix it?

In console - game does not finish loading - stays with console open.

Exception: lootgroup "fringpan" does not exist or has not been defined before being reference by lootcontainers/lootgroup id=5

 
In your loot.xml you have "fringpan" like this

<item group="fringpan"/>

when it should be

<item name="fringpan"/>

or

You have used the loot group "fringpan" in a group before the group is set up in the file

 
Back
Top