RakambdaOrg / FallingTree

Minecraft mod to make the trees fall in one cut
https://www.curseforge.com/minecraft/mc-mods/falling-tree
GNU Lesser General Public License v3.0
81 stars 33 forks source link

Not working at server #722

Closed GuilhermeUFF closed 2 months ago

GuilhermeUFF commented 3 months ago

Describe the bug

I got the mod installed both client and server side. At singleplayer worlds the mod work as intended. At multiplayer though, it simply doesnt work, like I haven't installed the mod. Already got Cloth Config API and Mod Menu installed.

Minecraft version

1.21

Fabric API version

0.100.4

Mod version

1.21.0.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": [],
    "preserve": false,
    "ignoreTools": false,
    "damageMultiplicand": 1.0,
    "damageRounding": "ROUND_DOWN",
    "speedMultiplicand": 0.0,
    "forceToolUsage": false
  },
  "player": {
    "allowedTags": []
  },
  "enchantment": {
    "requireEnchantment": false
  },
  "sneakMode": "IGNORE",
  "breakInCreative": true,
  "lootInCreative": true,
  "notificationMode": "ACTION_BAR"
}

Relevant log output

No response

Rakambda commented 3 months ago

Please provide server logs.

GuilhermeUFF commented 3 months ago

2024-07-01-6.log Of course, here.

Rakambda commented 3 months ago

Fabric seems to not be intalled on the server, so no mods will load.

GuilhermeUFF commented 3 months ago

I don't think this really makes sense. The server is created through the fabric jar file. It even has a .fabric folder image

Rakambda commented 3 months ago

There's no mention of fabric at all in the logs, that seems weird. Can try with another mod, it shouldn't be loaded either.