• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

FARMING MOD error help wanted

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