[๐]: Object - Block Entity missing for Block - Server Side
HuskyInABasket opened this issue ยท 5 comments
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
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
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