
No wood logs item drop on 1.21.1.6 and 1.21.1.5 mod versions with "breakMode": "SHIFT_DOWN" on NeoFabric
GhillieWolf opened this issue ยท 0 comments
Describe the bug
Updated this mod on my 1.21.1 NeoFabric server from 1.21.1.4 to 1.21.1.6 but then players reported no items dropped when using axe to chop down the tree so I decided to move back to the older version of the mod.
happens on 1.21.1.5 and 1.21.1.6 versions with the option "breakMode": "SHIFT_DOWN".
here is a short video preview of the problem: https://www.youtube.com/watch?v=Yd2n00ntu-w
(only the last log block dropped as item)
Minecraft version
1.21.1
NeoForge version
21.1.120
Mod version
1.21.1.6
Configuration
{
"trees": {
"allowedLogs": [],
"deniedLogs": [],
"allowedLeaves": [],
"allowedNonDecayLeaves": [],
"deniedLeaves": [],
"breakMode": "SHIFT_DOWN",
"detectionMode": "WHOLE_TREE",
"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"
}