Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major: Scanner Queue doesn't generate chunks correctly #128

Open
Timeslice42 opened this issue Nov 3, 2021 · 2 comments
Open

Major: Scanner Queue doesn't generate chunks correctly #128

Timeslice42 opened this issue Nov 3, 2021 · 2 comments
Assignees
Labels
Bug: To be fixed A bug in the process of being fixed

Comments

@Timeslice42
Copy link

Bug Description

When using the Scanner Queue to generate chunks, only the terrain step is performed (no plants, trees, ores, etc.). If the map in the Terrain scanner is used then the terrain is generated correctly.
This is a big issue, since you cannot re-scan blocks that have already been scanned. Not only that, but I spent a couple hours generating chunks in the overworld (with the queue) trying to find any trees, sapphires, or rubies, with zero luck because they weren't generated correctly, and assumed the pack was busted. I realize the pack is done, but I highly recommend removing the Scanner Queue from JEI and the advancements.

Did this behavior use to work in the previous version?

I've never used a previous version.

Steps to Reproduce (for bugs)

  1. Enter the overworld.
  2. Place a Scanner Queue, Terrain Scanner, and Biome Scanner.
  3. Use the Scanner Queue to generate some chunks. (Preferrably in a Jungle, for maximum impact)
  4. Compare these to chunks generated by the Terrain Scanner.

Logs

  • Client/Server Log:
  • Crash Log: No log relevant to issue.

Client Information

  • Modpack Version: 1.5.3
  • Java Version: 1.8.0_51
  • Launcher Used: Curseforge
  • Memory Allocated: 8GB
  • Server/LAN/Single Player: SSP
  • Optifine Installed: No.
  • Shaders Enabled: No.

World Information

  • Modpack Version world created in: 1.5.3
  • Additional Content Installed: None. (Some client mods such as Crafting Tweaks and Enchantment Descriptions)
@Timeslice42 Timeslice42 added the Bug: To be fixed A bug in the process of being fixed label Nov 3, 2021
@misterplus
Copy link
Owner

the chunks need to be loaded for them to generate correctly, if you try to generate a chunk outside of view distance / in another dimension, you should claim them on the ftb map first.

@Timeslice42
Copy link
Author

Timeslice42 commented Nov 3, 2021

the chunks need to be loaded for them to generate correctly, if you try to generate a chunk outside of view distance / in another dimension, you should claim them on the ftb map first.

lol, did you even read the ticket?

Blocks generated by the queue don't fully generate. Blocks generated by the Terrain Scanner do. Even if the chunks are side by side and in your face.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: To be fixed A bug in the process of being fixed
Projects
None yet
Development

No branches or pull requests

2 participants