
'Tools > Durability mode' Not Limited to Axes Chopping Trees
malachy1681 opened this issue ยท 2 comments
Describe the bug
When 'Tools > Durability mode' is set to 'SAVE' or 'ABORT', it will prevent any tool from breaking regardless of what block one is attempting to harvest (e.g. a shovel digging dirt or pickaxe mining stone).
Minecraft version
1.21.4
Fabric API version
0.115.0
Mod version
1.21.4.5
Configuration
{
"trees": {
"allowedLogs": [],
"deniedLogs": [],
"allowedLeaves": [],
"allowedNonDecayLeaves": [],
"deniedLeaves": [],
"breakMode": "FALL_ITEM",
"detectionMode": "ABOVE_CUT",
"maxScanSize": 500,
"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": "ABORT",
"ignoreTools": false,
"damageMultiplicand": 1.0,
"damageRounding": "ROUND_DOWN",
"speedMultiplicand": 0.0,
"forceToolUsage": true
},
"player": {
"allowedTags": []
},
"enchantment": {
"requireEnchantment": false
},
"sneakMode": "SNEAK_DISABLE",
"breakInCreative": false,
"lootInCreative": false,
"notificationMode": "ACTION_BAR"
}
Relevant log output
Can you try this build and see if it fixes your issue ? (you'll have the mod jar file inside the zip) : https://github.com/RakambdaOrg/FallingTree/actions/runs/13525588945