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

Detected setBlock spam in server log #16

Open
adudethere opened this issue Aug 25, 2024 · 5 comments
Open

Detected setBlock spam in server log #16

adudethere opened this issue Aug 25, 2024 · 5 comments

Comments

@adudethere
Copy link

MC Server version:

  • fabric-server-mc.1.20.4-loader.0.16.2-launcher.1.0.1

Terra Version:

  • Terra-fabric-6.4.3-BETA+ab60f14ff

Origen Version:

  • origen-v2.2.0

I've been slowly adding in optimization mods and finally started adding in world-gen and testing one at a time, Origen is the first thing that's made my server logs blow up. Server CLI is spammed with similar messages on loading new chunks in a variety of biomes:

[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-154, y=97, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-153, y=97, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-152, y=98, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-151, y=97, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-151, y=98, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-150, y=97, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-150, y=98, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-149, y=97, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-149, y=98, z=208}, status: minecraft:features
[23:02:50] [Worker-Main-2/ERROR]: Detected setBlock in a far chunk [-10, 13], pos: class_2338{x=-148, y=97, z=208}, status: minecraft:features

This particular set occurred when creating a new world, before anyone was connected. When teleporting to said coordinates, there is nothing out of place that I can find, a lot of this is midair above any generated structure, tree, or terrain. Screenshot of location attached here:

2024-08-25_18 17 47

All coordinates occur above this tree in that chunk intersection. As I explore the world, the log will fill up with even more of these, sometimes down at y level 14 and cascade all the way up in the sky above the mountains. Removing the Origens pack and setting the default overworld terra pack as the level-type in server properties fixes the issue, and I can create a new world with the rest of my mods that will never have these messages. (other mods used: continuity, fabric api, ferrite core, indium, krypton, lithium, servercore, sodium, and starlight. All for Fabric, all versions for 1.20.4, and these logs never happened with all of these installed prior to installing Origen)

I absolutely love the world-generation provided by this mod and my friends love it too, but the log message spam does cause a bit of lag and bloats log files tremendously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@adudethere and others