Supplementaries

Supplementaries

82M Downloads

[๐Ÿž]: Object - Block Entity missing for Block - Server Side

HuskyInABasket opened this issue ยท 5 comments

commented

Before Continuing:

  • Always check you are using the latest version of the mods and its dependencies
  • Remove known problematic rendering mods such as Optifine, Sodium and others. Do NOT report issues related to said mods
  • If you are unsure which mod is the culprit.
    Disable half your mods at time until you isolate the culprit
  • If you have a crash ALWAYS post LATEST.LOG below
  • If the issue is about behaviors be sure to consult the WIKI first

Version-Loader

1.19.2-fabric

Supplementaries Version

1.19.2-2.4.14

Moonlight Lib Version

1.19.2-2.3.5

Issue Detail

when pre loading chunks using the chunky mod with my server fabric custom modpack. it says this message:

[16.01 04:42:06] [Server] [C2ME worker #4/WARN]: Block Entity at class_2338{x=-9246, y=-16, z=9679} for block Block{supplementaries:urn} doesn't exist
[16.01 04:42:06] [Server] [C2ME worker #4/WARN]: Block Entity at class_2338{x=-9242, y=-25, z=9703} for block Block{supplementaries:urn} doesn't exist
[16.01 04:42:06] [Server] [C2ME worker #4/WARN]: Block Entity at class_2338{x=-9236, y=-13, z=9759} for block Block{supplementaries:urn} doesn't exist
[16.01 04:42:06] [Server] [C2ME worker #4/WARN]: Block Entity at class_2338{x=-9243, y=0, z=9737} for block Block{supplementaries:urn} doesn't exist
[16.01 04:42:06] [Server] [C2ME worker #4/WARN]: Block Entity at class_2338{x=-9243, y=1, z=9739} for block Block{supplementaries:urn} doesn't exist
[16.01 04:42:06] [Server] [C2ME worker #4/WARN]: Block Entity at class_2338{x=-9238, y=-13, z=9761} for block Block{supplementaries:urn} doesn't exist

It say this same message with a different mod immersive weathering but dont worry about that. This is weird because I can give myself ( /give supplementaries:urn) in my hand just fine

Optional Attachment

No response

To Produce

pregening chunks

commented

Is this a server related issue or a mod related one?

commented

you need to provide the whole file latest.log (just drag the file in here and it will be uploaded.

& you are missing the title

commented

This is harmless and technically a vanilla bug

commented

they spawn. game doesnt like them having an optional tile entity which is a totally valid state in the game but they forgot to remove that warning. THing is i thought i had a mixin to remove it but aparently the mod you are using eithe rhas copied code that keeps that warn or overrides my mixin that removes it

commented

This is harmless and technically a vanilla bug

okay I am a little confused will those blocks still spawn or not? either way I will close the report after your answer