FallingTree

FallingTree

40M Downloads

1.21.1 SNEAK_DISABLE doesn't work in server

Closed this issue ยท 4 comments

commented

Describe the bug

fkff

Minecraft version

1.21.1

Fabric API version

latest

Mod version

1.21.1.10

Configuration

{
  "trees": {
    "allowedLogs": [],
    "deniedLogs": [],
    "allowedLeaves": [],
    "allowedNonDecayLeaves": [],
    "deniedLeaves": [],
    "breakMode": "INSTANTANEOUS",
    "detectionMode": "WHOLE_TREE",
    "detectionModeBiomeOverride": {},
    "maxScanSize": 500,
    "minSize": 0,
    "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,
    "trunkLootPercentage": 1.0
  },
  "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

Cannot reproduce, my guess given the wonderful description fkff, is that you edited the config on the client or didn't restart the server after editing the config file on the server.

Works fine with 1.21.1.10, Fabric dedicated server (I assumed 0.116.4+1.21.1 as lastest is unclear and not future proof) and the provided configuration.

SNEAK_DISABLE indeed disables the mod and log is broken the vanilla way.
https://youtu.be/xzVP-TzHdsQ

commented

i edited on server-side and restarted it

commented

i guess i'll record later

commented

If you play with other mods on the server, first try to reproduce it with FT alone.
If you cannot then it's probably a mod incompatibility.