
Duplicate logs when using SHIFTDOWN mode in Fabric.
Vertimoss opened this issue ยท 6 comments
Describe the bug
Cutting down a tree with the SHIFTDOWN mode in Fabric will give double the logs. I am playing on a Fabric version and noticed this issue when I played on a server that had this mod installed, tested it on single player and had the same issue. The duplication also happens when using a different tier of an axe.
The list of mods if relevant: https://pastebin.com/Gav65YYR
duplicate_logs__shiftdown_fallingtree.mp4
Minecraft version
1.21.4
Fabric API version
1.16.10
Mod version
1.21.4-1.21.4.4
Configuration
{
"trees": {
"allowedLogs": [],
"deniedLogs": [],
"allowedLeaves": [],
"allowedNonDecayLeaves": [],
"deniedLeaves": [],
"breakMode": "SHIFT_DOWN",
"detectionMode": "WHOLE_TREE",
"maxScanSize": 500,
"maxSize": 150,
"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_ENABLE",
"breakInCreative": false,
"lootInCreative": true,
"notificationMode": "ACTION_BAR"
}
Relevant log output
True, 1.21.4.2 does not have the duplication of the logs with SHIFTDOWN mode.
config file:
{
"version": 1,
"displayDebugData": false,
"enabled": true,
"leafSize": 5,
"leafLifespan": 200,
"leafSpawnRate": 10,
"coniferLeafSpawnRate": 0,
"cherrySpawnRate": 10,
"paleOakSpawnRate": 10,
"snowflakeSpawnRate": 15,
"dropFromPlayerPlacedBlocks": true,
"leavesOnBlockHit": true,
"minimumFreeSpaceBelow": 1,
"windEnabled": true,
"windlessDimensions": [
"minecraft:the_end",
"minecraft:the_nether"
],
"leafSettings": {},
"leafSpawners": [],
"fallSpawnRateFactor": 1.8,
"winterSpawnRateFactor": 0.1,
"startingSpawnRadius": 0,
"decaySpawnRateFactor": 2.6,
"maxDecayLeaves": 9,
"registerParticles": true
}
Arf probably do to #801
If you use 1.21.4.2 the issue isn't present right ?
If you can try this build to make sure it fixes it on your end : https://github.com/RakambdaOrg/FallingTree/actions/runs/13473262464
(you'll need to unzip it to get the jar file)
Hello, I have this exact same issue but on a Fabric 1.21.1 server. I've tried the new file that was provided in a earlier comment but since the file is for a different version of the mod, my server refuses to start up when it is installed. The mod works perfectly fine for me in singleplayer. Is it possible to get a fix for the mod for 1.21.1?