Had a stressful few hours trying to work all this out :D
I updated the plugin and did a restart (and kept the same config), but while certain pickups did still work (metal, stone etc), all food and hemp stopped working (they were just stock).
My config originally was:
"PickupResourceModifiers": {
"*": 2.0,
"Sulfur Ore": 1.0,
"Diesel Fuel": 1.0
},
But I tried specifying cloth specifically to test:
"PickupResourceModifiers": {
"*": 2.0,
"Sulfur Ore": 1.0,
"Diesel Fuel": 1.0,
"Cloth": 2.0
},
But it made no difference. I rolled back to the previous version and it all instantly worked again.