FallingTree

FallingTree

40M Downloads

Latest Neoforge version causes netherite axe to not be able to break anything except for modded trees

Closed this issue ยท 1 comments

commented

Describe the bug

So... yeah. Neoforge version 1.21.5.5 causes a really strange bug where my netherite axe can't break anything except for modded trees. Couldn't break vanilla/modded planks, modded wooden decor, or vanilla trees, etc. Only worked on modded trees from Biomes o' Plenty (specifically the jacaranda trees). 1.21.5.2 works as intended. I did not test any other versions or axe types (it's already late at night lol...) but just thought I should bug report anyway. Thanks for making an awesome mod and hope this gets fixed in the next update!

Minecraft version

1.21.5

NeoForge version

21.5.52

Mod version

1.21.5.5

Configuration

{
  "trees": {
    "allowedLogs": [],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "INSTANTANEOUS",
    "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"
}

Relevant log output

commented

Probably the same as #868