
All tree breaking modes act like the instantaneous setting
kglundgren opened this issue ยท 2 comments
Describe the bug
Regardless of what tree breaking mode I use the trees break instantaneously.
I've tried all modes in combination with the above_cut
, above_y
settings, and it doesn't make a difference.
I don't know exactly what kind of information you need to solve this, but I'll try to help in any way I can.
Minecraft version
1.21.1
Fabric API version
0.108.0+1.21.1
Mod version
1.21.1-1.21.1.2
Configuration
{
"trees": {
"allowedLogs": [],
"deniedLogs": [],
"allowedLeaves": [],
"allowedNonDecayLeaves": [],
"deniedLeaves": [],
"breakMode": "SHIFT_DOWN",
"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": "NORMAL",
"ignoreTools": false,
"damageMultiplicand": 1.0,
"damageRounding": "ROUND_DOWN",
"speedMultiplicand": 0.0,
"forceToolUsage": false
},
"player": {
"allowedTags": []
},
"enchantment": {
"requireEnchantment": false
},
"sneakMode": "SNEAK_DISABLE",
"breakInCreative": false,
"lootInCreative": true,
"notificationMode": "ACTION_BAR"
}
Relevant log output
How do you edit the config?
If you edit the file manually, you have to restart the client/server for it to take effect.