FallingTree

FallingTree

28M Downloads

How do I enable enchantment-only in the 3.2.0b2 version?

lulabyte opened this issue ยท 1 comments

commented

Describe the bug

I remember in previous versions, there was a way to make it so only enchanted items could chop down the trees completely, but I don't see that same option in the newer 3.2.0b2 version. Am I just missing it?

Thanks for the awesome mod!

Minecraft version

1.18.1

Forge version

39.0.63

Mod version

3.2.0b2

Relevant log output

{
  "trees": {
    "allowedLogs": [],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "INSTANTANEOUS",
    "detectionMode": "WHOLE_TREE",
    "maxScanSize": 500,
    "maxSize": 100,
    "maxSizeAction": "ABORT",
    "breakOrder": "FURTHEST_FIRST",
    "minimumLeavesAroundRequired": 1,
    "includePersistentLeavesInRequiredCount": true,
    "treeBreaking": true,
    "leavesBreaking": true,
    "leavesBreakingForceRadius": 0,
    "allowMixedLogs": false,
    "breakNetherTreeWarts": true,
    "instantlyBreakWarts": false,
    "searchAreaRadius": -1,
    "allowedAdjacentBlocks": [],
    "adjacentStopMode": "STOP_ALL"
  },
  "tools": {
    "allowed": [],
    "denied": [],
    "preserve": false,
    "ignoreTools": false,
    "damageMultiplicand": 1.0,
    "damageRounding": "ROUND_DOWN",
    "speedMultiplicand": 0.0
  },
  "player": {
    "allowedTags": []
  },
  "enchantment": {
    "registerEnchant": false,
    "hideEnchant": false
  },
  "reverseSneaking": false,
  "breakInCreative": false,
  "notificationMode": "ACTION_BAR"
}
commented

Yeah, on server there's no GUI with the text description so I guess it's harder.

If you enable the enchant (register it) then it is required.
Was a bit weird in the end to be able to have the enchant registered but not required on tools.