Additional Enchanted Miner

Additional Enchanted Miner

25M Downloads

QuarryPlus Block Crashing Server/Corrupting World Chunk 1.20.1

Kowantify opened this issue ยท 1 comments

commented

Describe the bug

QuarryPlus block crashing game when placed down on Multiplayer server

Modpack being used: iByte Ultimate 1.20.1

To Reproduce

Steps to reproduce the behavior:

  1. Place down Quarry Block
  2. Server crashes
  3. Remove mod and join server with no further issues

If your server/client has crashed, please give me the crash report.

Versions

  • Minecraft version: 1.20.1
  • Single Player or Multi Player?: Multiplayer
  • Forge version: 47.3.28
  • QuarryPlus version: 1201.1.90
  • Other mods: 300+ Mods (from modpack)

Crash report or logs

crash-2025-02-09_11.47.28-server.txt

commented

I can do nothing for this crash, as it seems the crash is caused in this line.

me.pandamods.fallingtrees.api.TreeHandler.canPlayerChopTree(TreeHandler.java:101)

Ask the mod author, as the report sugests.

Panda's Falling Tree's (fallingtrees), Version: 0.13
Issue tracker URL: https://github.com/PandaMods-Dev/Pandas-Falling-Trees/issues
at TRANSFORMER/[email protected]/me.pandamods.fallingtrees.api.TreeHandler.canPlayerChopTree(TreeHandler.java:101)

From the report, I think the mod doesn't consider a fake player(the player quarry uses to remove blocks). It tried to load config for the fake player, but it failed and crashed.