MehVahdJukaar / Supplementaries

Other
137 stars 96 forks source link

[šŸž]: Object - Block Entity missing for Block - Server Side #897

Closed HuskyInABasket closed 8 months ago

HuskyInABasket commented 8 months ago

Before Continuing:

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

HuskyInABasket commented 8 months ago

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

Xelbayria commented 8 months ago

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

MehVahdJukaar commented 8 months ago

This is harmless and technically a vanilla bug

HuskyInABasket commented 8 months ago

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

MehVahdJukaar commented 8 months ago

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