I just wanted to report, I have the same issue as @Minikea
Same issue here.
**HOWEVER** I have verified the durability and the repair station DOES work with the config!
Acts like it is not reading the config file.
Here is my file...
{
"IronBigShovel": {
"$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
"durability": 99999.0,
"calories": 1.0,
"repair": {
"item": "IronIngotItem",
"quantity": 1.0
},
"craft": {
"enable": true,
"table": "AnvilObject",
"craftMinutesTime": 0.5,
"ingredients": [
{
"item": "BoardItem",
"quantity": 1.0
},
{
"item": "IronIngotItem",
"quantity": 1.0
}
]
}
},
"SteelBigShovel": {
"$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
"durability": 99999.0,
"calories": 1.0,
"repair": {
"item": "SteelItem",
"quantity": 1.0
},
"craft": {
"enable": true,
"table": "AnvilObject",
"craftMinutesTime": 0.5,
"ingredients": [
{
"item": "BoardItem",
"quantity": 1.0
},
{
"item": "SteelItem",
"quantity": 1.0
}
]
}
},
"ModernBigShovel": {
"$type": "Kirthos.Mods.BigShovel.ToolStorage, BigShovel",
"durability": 99999.0,
"calories": 1.0,
"repair": {
"item": "FiberglassItem",
"quantity": 1.0
},
"craft": {
"enable": true,
"table": "AssemblyLineObject",
"craftMinutesTime": 0.5,
"ingredients": [
{
"item": "FiberglassItem",
"quantity": 1.0
},
{
"item": "SteelItem",
"quantity": 1.0
}
]
}
}
}