Skip to content

Mangrove Roots Aren't Disappearing #830

@Olifree

Description

@Olifree

Describe the bug

When I try to chop a mangrove, it won't get rid of the roots. Sometimes roots fall and I think it's because they're at or above the level of the lowest log, but I have it set to cut the whole tree and not just above the trunk. I'm new at modding so I'm sure it's something wrong that I did in the configuration file so I really appreciate the help.

Minecraft version

1.21.4

Fabric API version

1.21.4-forge-54.1.0

Mod version

1.21.4-1.21.4.7

Configuration

{
  "trees": {
    "allowedLogs": [],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "SHIFT_DOWN",
    "detectionMode": "WHOLE_TREE",
    "maxScanSize": 600,
    "maxSize": 120,
    "maxLeafDistanceFromLog": 40,
    "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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions