Corpse Complex

Corpse Complex

15M Downloads

Config example?

FastBoye127 opened this issue ยท 2 comments

commented

The config gives the following format info for this entry, but I've tried several permutations, including the one below, and keep getting crashes, apparently I'm not formatting it properly.

#List of items to always keep, drop, or destroy, regardless of other settings
#Format: modid:item;[keep/drop/destroy]
itemSettings = []

" itemSettings = antiqueatlas:antique_atlas [keep] " seems like the proper way to do it, but doesn't work.

Could you provide an example of how this should be properly formatted?

commented
itemSettings = ["antiqueatlas:antique_atlas;keep"]
commented

This worked! Thank you!