I've changed it that when you harvest corps it will only harvest as Vanilla however my server is 10x but when you harvest a corps it multi plays the items by 10. I would like it to only multiply by 1 for corpses.
My config,
"Options": {
"GatherDispenserModifiers": {
"Flesh": 1.0,
"*": 10.0
},
"GatherResourceModifiers": {
"*": 10.0,
"CCTV Camera": 2.0,
"Targeting Computer": 2.0
},
"MiningQuarryResourceTickRate": 10.0,
"PickupResourceModifiers": {
"*": 10.0
},
"QuarryResourceModifiers": {
"*": 10.0
},
"SurveyResourceModifiers": {
"*": 10.0
}
},
My config,
"Options": {
"GatherDispenserModifiers": {
"Flesh": 1.0,
"*": 10.0
},
"GatherResourceModifiers": {
"*": 10.0,
"CCTV Camera": 2.0,
"Targeting Computer": 2.0
},
"MiningQuarryResourceTickRate": 10.0,
"PickupResourceModifiers": {
"*": 10.0
},
"QuarryResourceModifiers": {
"*": 10.0
},
"SurveyResourceModifiers": {
"*": 10.0
}
},