Post your config after you make the edit. You might have an error in there.
Merged post "ExcludeFromMultiplication": { //------------------------------------------------------------------//
"list": [ // loot to exclude from multiplication that isn't in the ItemList //
//------------------------------------------------------------------//
]
},
"ExtraLoot": { //----------------------------------------------------//
"Enabled": false, // extra items to spawn in loot containers //
"ExtraItemsMax": 3, // in addition to base vanilla loot. //
"ExtraItemsMin": 1, // //
"ItemStackSizeMin": 1, // VanillaLootTablesOnly restricts extra loot that //
"PreventDuplicates": false, // spawns to be restricted to vanilla loot tables. //
"VanillaLootTablesOnly": true //----------------------------------------------------//
},
"ItemList": { //----------------------------------------------------//
"list": { // Item list that will have the ItemListMultiplier //
"bleach": 1.0, // applied to. Can also set the loot multiplier for //
"ducttape": 1.0, // the specific item. //
"gears": 1.0, // //
"glue": 1.0, // Items can be freely added or removed from this //
"metalblade": 1.0, // list. //
"metalpipe": 1.0, //----------------------------------------------------//
"propanetank": 1.0,
"riflebody": 1.0,
"roadsigns": 1.0,
"rope": 1.0,
"semibody": 1.0,
"sewingkit": 1.0,
"sheetmetal": 1.0,
"smgbody": 1.0,
"metalspring": 1.0,
"sticks": 1.0,
"tarp": 1.0,
"techparts": 1.0,
"antiradpills": 1.0,
"wood": 1.0,
"apple": 1.0,
"chocholate": 1.0,
"granolabar": 1.0,
"can.beans": 1.0,
"can.tuna": 1.0,
"metal.fragments": 1.0,
"lowgradefuel": 1.0,
"largemedkit": 1.0,
"syringe.medical": 1.0,
"black.raspberries": 1.0,
"blueberries": 1.0,
"bandage": 1.0,
"metal.refined": 1.0,
"scrap": 1.0,
"crude.oil": 1.0
}
},
Merged postGive that a try.