FallingTree

FallingTree

28M Downloads

Doesn't work at all on server.

TotallyTommy opened this issue ยท 5 comments

commented

Describe the bug

I have all of the same mods loaded in my client side as i have loaded on my server side and the logs will not break properly on the server but on my singleplayer world with the same exact mods everything works just fine.

Minecraft version

1.19.2

Forge version

43.1.16

Mod version

3.10.0

Relevant log output

No response

commented

Can you share your client & server config file for the mod please?

commented

I am having the same issue on the Fabric side. It works on the client-only play but does not work on the server side.

Minecraft Version:
1.19.1
Client Fabric Version

Fabric Version
API 0.58.5
Fabric Server Version

Mod Version
3.8.1
Falling Tree Version

I have installed the following mods in the Client Mods directory:
Client File List

I have installed the following mods on the server mods directory:
Server File List

I will stated that I did not have a config directory on the server side so I manually created it and installed the falling tree json config file there. If that is not correct, please let me know. It is at the same directory level as the mods directory under Fabric.

My config file for client and Server are identical (as I copied from the client to the server config directory mentioned above):

{
  "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,
    "breakMangroveRoots": true,
    "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,
    "registerSpecificEnchant": false,
    "hideEnchant": false
  },
  "sneakMode": "SNEAK_DISABLE",
  "breakInCreative": false,
  "lootInCreative": true,
  "notificationMode": "ACTION_BAR"
}

I am sure this is something that I am doing incorrectly. Please let me know if you need any further information from me.

commented

Can you share the debug.log file of the server ? (server/logs/debug.log)

I will stated that I did not have a config directory on the server side

Sounds like the mod doesn't get loaded for some reason

commented

Yes, here is the log ( I don't see anything getting loaded either)

[10:21:55] [ServerMain/INFO]: Building unoptimized datafixer
[10:21:56] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[10:21:57] [ServerMain/INFO]: Loaded 7 recipes
[10:21:57] [ServerMain/INFO]: Loaded 1179 advancements
[10:21:58] [Server thread/INFO]: Starting minecraft server version 1.19.1
[10:21:58] [Server thread/INFO]: Loading properties
[10:21:58] [Server thread/INFO]: Default game type: SURVIVAL
[10:21:58] [Server thread/INFO]: Generating keypair
[10:21:58] [Server thread/INFO]: Starting Minecraft server on *:25565
[10:21:58] [Server thread/INFO]: Using default channel type
[10:21:59] [Server thread/INFO]: Preparing level "world"
[10:21:59] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[10:22:02] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[10:22:02] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[10:22:02] [Worker-Main-3/INFO]: Preparing spawn area: 0%
[10:22:02] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[10:22:02] [Worker-Main-7/INFO]: Preparing spawn area: 0%
[10:22:02] [Worker-Main-4/INFO]: Preparing spawn area: 0%
[10:22:02] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[10:22:03] [Worker-Main-6/INFO]: Preparing spawn area: 0%
[10:22:03] [Worker-Main-6/INFO]: Preparing spawn area: 14%
[10:22:04] [Worker-Main-4/INFO]: Preparing spawn area: 93%
[10:22:04] [Server thread/INFO]: Time elapsed: 4546 ms
[10:22:04] [Server thread/INFO]: Done (4.834s)! For help, type "help"

commented

Based on your comment that it appeared that it was not loading, I tried a reinstall of Fabric. I used the website configure/download install this time instead of the local installer with the 'Server' option. It is now working. Thanks for the comment that got me to thinking on the reinstall!