Can't seem to modify crude oil multiplicator
As above, for the life of me I can't modify crude oil!

When I pull it from the "exclude from multiplication" section down to the item list, as soon as it's uploaded and reloaded, all items in the confic simply disappear and it's all messed up...

What am I missing!?!? This is driving me insane!
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 post

Give that a try.
Thank You!

Just to let everybody know, I was missing the comma after the row before... Found a json validator that showed me!

Perfect now!