Hello,
I'm trying to set up a 10x server but the gather manager does not seem to be changing anything.
{
"Enabled": true,
"Config": {
"RecycleTick": 5.0,
"ResearchDuration": 10.0,
"VendingMachineBuyDuration": 2.5,
"CraftingSpeedMultiplier": 1.0,
"MixingSpeedMultiplier": 1.0,
"Quarry": {
"*": 10.0
},
"Excavator": {
"*": 10.0
},
"Pickup": {
"*": 10,
"seed.black.berry": 1.0,
"seed.blue.berry": 1.0,
"seed.corn": 1.0,
"seed.green.berry": 1.0,
"seed.hemp": 1.0,
"seed.potato": 10.0,
"seed.pumpkin": 10.0,
"seed.red.berry": 10.0,
"seed.white.berry": 1.0,
"seed.yellow.berry": 1.0
},
"Gather": {
"*": 10.0,
"skull.wolf": 1.0,
"skull.human": 1.0
}
}
}
When I set everything to 10 and save it sets a lot back to 1 and corn and pumpkins still gather at 1.
I get these errors.
Failed OptionInput.Callback callback ( seed.black.berry): The parent is missing.
Failed OptionInput.Callback callback ( seed.black.berry): The parent is missing.
Failed OptionInput.Callback callback ( seed.blue.berry): The parent is missing.
Failed OptionInput.Callback callback ( seed.corn): The parent is missing.
Failed OptionInput.Callback callback ( seed.green.berry): The parent is missing.
Failed OptionInput.Callback callback ( seed.hemp): The parent is missing.
Failed OptionInput.Callback callback ( seed.white.berry): The parent is missing.
Failed OptionInput.Callback callback ( seed.yellow.berry): The parent is missing.
Failed OptionInput.Callback callback ( skull.wolf): The parent is missing.
Failed OptionInput.Callback callback ( skull.human): The parent is missing.
Is there something I'm missing? It looks like Pickup and Gather should still be at 10x.