FallingTree

FallingTree

40M Downloads

The settings have not changed

Closed this issue ยท 4 comments

commented

Describe the bug

I have changed the setting from "SNEAK DISABLE" to "SNEAK ENABLE" but when I am not in sneak mode the mod is active

Minecraft version

1.21.5

Fabric API version

0.16.14

Mod version

1.21.5.3

Configuration

{
  "trees": {
    "allowedLogs": [],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "INSTANTANEOUS",
    "detectionMode": "WHOLE_TREE",
    "maxScanSize": 500,
    "minSize": 100,
    "maxSize": 100,
    "maxLeafDistanceFromLog": 15,
    "maxSizeAction": "ABORT",
    "breakOrder": "FURTHEST_FIRST",
    "minimumLeavesAroundRequired": 1,
    "includePersistentLeavesInRequiredCount": true,
    "treeBreaking": true,
    "leavesBreaking": true,
    "leavesBreakingForceRadius": 0,
    "allowMixedLogs": false,
    "breakNetherTreeWarts": false,
    "breakMangroveRoots": false,
    "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

commented

If playing on a server, setting has to be set on the server.
If singleplayer, have you restertaed the game after editing the file ?

commented

Same here. Now I can't make anything with logs or it will all break. Resetting the game did not fix this (I'm singleplayer).

commented

Same here. Now I can't make anything with logs or it will all break. Resetting the game did not fix this (I'm singleplayer).

Update: the settings, at last for me, work on trees from Biomes O Plenty (at least Pine Logs), but not vanilla ones.

commented

May be linked to #841 and/or #846. See if the next version (1.21.5.5) fixes the issue, and if not reopen the issue.