If I set the following to false, I'm unable to auto pickup rock and hemp.
Which is what I expected to control hemp and rocks.
"MurdererCorpse": {
"Enabled": false,
"Check Radius": 0.5
},
"ScientistCorpse": {
"Enabled": false,
"Check Radius": 0.5
},
"PlayerCorpse": {
"Enabled": false,
"Check Radius": 0.5
},If I reset the config back it works fine.
I have the following set to true
"CollectibleEntity": {
"Enabled": true,
"Check Radius": 0.5
},Which is what I expected to control hemp and rocks.