MiniHUD

MiniHUD

3M Downloads

Structure overlay doesn't work

AltriaOwO opened this issue ยท 4 comments

commented

Dear maruohon

Structure overlay doesn't work on my client while others are working. I am sure I have input the seed already.

My game version is 1.16.5

commented

The structure bounding boxes don't work based on the seed alone. (This is intentional, since it's not possible to account for older world generator versions, or custom or modified structures.) Only the slime chunks use the seed.

For structure bounding boxes on a server you need a server-side mod to send the actual structure data. That mod in most cases would be Servux.

Even with servux it isnt working you have any idea why?

commented

@ExSalty0 Is the server running the same MC version as your client? Are there any version conversion mods or proxies being used?

Enable the debugMessages option in the Generic config category, and then use the overlayStructureMainToggle hotkey to toggle off and on the structure renderer, and then look in the game console/log. You should see a few messages about toggling the structure renderer, and whether Servux responds and sends structure data from the server.

commented

The structure bounding boxes don't work based on the seed alone. (This is intentional, since it's not possible to account for older world generator versions, or custom or modified structures.) Only the slime chunks use the seed.

For structure bounding boxes on a server you need a server-side mod to send the actual structure data. That mod in most cases would be Servux.

commented

The structure bounding boxes don't work based on the seed alone. (This is intentional, since it's not possible to account for older world generator versions, or custom or modified structures.) Only the slime chunks use the seed.

For structure bounding boxes on a server you need a server-side mod to send the actual structure data. That mod in most cases would be Servux.

Oh thx for your reply. It seems that I knew what's wrong with that. Thank you again!