You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
MC Server version:
Terra Version:
Origen Version:
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:
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.
The text was updated successfully, but these errors were encountered: