Kotori316/QuarryPlus

Problem with FTB chunks

Closed this issue · 2 comments

Describe the bug

What happened to you?

I used a solid fuel quarry in the Allthemodium mining dimension and when I claim and load the chunks, the quarry stops collecting items, even though the quarry still works

I've modified the values within the modpack. I realized that the quarry's functionality with FTB chunks was disabled. I activated it, and it still doesn't work.

I also tried setting my FTB teams' permissions to public, and it still doesn't mine the blocks

I also tried leaving the dimension without claiming the chunks to see if it would work on its own, but it still didn't work

To Reproduce

  1. Place the quarry in the mining dimensión
  2. Claim and load the chunks
  3. The quarry continues to operate and descend in Y-level, but it doesn't mine any block

Versions

Crash report or logs

There's no Crash or logs

Stop claiming the chunks. Quarry never works in claimed chunks to prevent loss of items. Quarry doesn't check anything but whether the chunk is claimed, so changing FTB team configuration is meaningless.
If you already unclaimed the chunks, try to set true for allowWorkInClaimedChunkByFBTChunks in config. In this case, quarry won't check the claimed area, so don't report any item losses because it's intended.

I don't follow recent change in FTB Chunk, so my detection logic may be wrong. If you have confidence or you're trying test, changing allowWorkInClaimedChunkByFBTChunks in config will help you.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.