Minimum Size Defaulting To 100.
Closed this issue ยท 1 comments
Describe the bug
Whenever closing and reopening the config, the setting under Trees "Min Size" constantly defualts to 100. The config files says 0 but always goes to 100. Even though it says 100, the reset button isn't greyed out and clicking it resets it back to 0, but goes back to 100 when closing and reopening the menu after saving.
Minecraft version
1.21.5
Fabric API version
0.123.2
Mod version
1.21.5-1.21.5.3
Configuration
{
"trees": {
"allowedLogs": [],
"deniedLogs": [],
"allowedLeaves": [],
"allowedNonDecayLeaves": [],
"deniedLeaves": [],
"breakMode": "FALL_BLOCK",
"detectionMode": "WHOLE_TREE",
"maxScanSize": 500,
"minSize": 0,
"maxSize": 100,
"maxLeafDistanceFromLog": 15,
"maxSizeAction": "ABORT",
"breakOrder": "FURTHEST_FIRST",
"minimumLeavesAroundRequired": 1,
"includePersistentLeavesInRequiredCount": true,
"treeBreaking": true,
"leavesBreaking": true,
"leavesBreakingForceRadius": 0,
"allowMixedLogs": false,
"breakNetherTreeWarts": true,
"breakMangroveRoots": true,
"searchAreaRadius": -1,
"allowedAdjacentBlocks": [],
"adjacentStopMode": "STOP_ALL",
"spawnItemsAtBreakPoint": false
},
"tools": {
"allowed": [],
"denied": [],
"durabilityMode": "NORMAL",
"ignoreTools": false,
"damageMultiplicand": 1.0,
"damageRounding": "ROUND_DOWN",
"speedMultiplicand": 0.0,
"forceToolUsage": false
},
"player": {
"allowedTags": []
},
"enchantment": {
"requireEnchantment": false
},
"sneakMode": "IGNORE",
"breakInCreative": false,
"lootInCreative": true,
"notificationMode": "NONE"
}