Skip to content

Detection mode ABOVE_CUT not behaving as explained in the wiki #950

@Narcifal

Description

@Narcifal

Describe the bug

Some trees don't break as intended, leaving branches or leaves unbroken. WWOO, Regions Unexplored, etc. were used during testing. This doesn't apply only to big trees, but also to trees that are wide.

Image Image Image

Isolated reproduction

No

Minecraft version

1.20.1

Loader used

Forge

Loader version (Fabric/Forge/NeoForge)

47.4.0

Mod version

4.3.4

Minecraft environment

Single player

Configuration

{
  "trees": {
    "allowedLogs": [
      "minecraft:mushroom_stem"
    ],
    "deniedLogs": [],
    "allowedLeaves": [
      "biomesoplenty:glowshroom_block"
    ],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "FALL_BLOCK",
    "detectionMode": "ABOVE_CUT",
    "maxScanSize": 500,
    "maxSize": 320,
    "maxLeafDistanceFromLog": 15,
    "maxSizeAction": "ABORT",
    "breakOrder": "LOWEST_FIRST",
    "minimumLeavesAroundRequired": 1,
    "includePersistentLeavesInRequiredCount": true,
    "treeBreaking": true,
    "leavesBreaking": true,
    "leavesBreakingForceRadius": 0,
    "allowMixedLogs": false,
    "breakNetherTreeWarts": true,
    "breakMangroveRoots": true,
    "searchAreaRadius": -1,
    "allowedAdjacentBlocks": [],
    "adjacentStopMode": "STOP_ALL"
  },
  "tools": {
    "allowed": [],
    "denied": [],
    "preserve": true,
    "ignoreTools": true,
    "damageMultiplicand": 1.0,
    "damageRounding": "ROUND_DOWN",
    "speedMultiplicand": 0.6,
    "forceToolUsage": false
  },
  "player": {
    "allowedTags": []
  },
  "enchantment": {
    "registerEnchant": false,
    "registerSpecificEnchant": false,
    "hideEnchant": false,
    "requireEnchantment": false
  },
  "sneakMode": "IGNORE",
  "breakInCreative": true,
  "lootInCreative": false,
  "notificationMode": "NONE"
}

Relevant log output

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions