maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
410 stars 104 forks source link

color renderer shows only black and structure are completely transparent #321

Closed mrpyrocat closed 8 months ago

mrpyrocat commented 10 months ago

I have the main rendering the overlay structure and the structue model set to true but the rendering does not show up and the color renderer is black transparent

Screenshot 2023-09-07 144109 Screenshot 2023-09-07 144253

maruohon commented 10 months ago

Are you using Optifine or otherwise shaders? Any other mods that do some significant rendering related stuff?

mrpyrocat commented 10 months ago

Starlight, lithium sodium indium

maruohon commented 9 months ago

It looks (mostly) fine for me using Lithium, Sodium, Indium.

2023-09-25_19 39 25

So you would have to find which mod or setting somewhere is causing the issue. I can't do anything if I can't even reproduce the issue.

mrpyrocat commented 8 months ago

Color Editor is working again, it was because of the Dark UI Resourcepack from Vanilla tweaks, It still does not show up in game tho

mrpyrocat commented 8 months ago

I tried it with all mods off( except miniHUD) and no Resourcepacks and it still would not render in the world. Could it be that it does not work on servers?

maruohon commented 8 months ago

Oh was your original main issue that structure bounding boxes don't work on a server? I thought this was about messed up color rendering stuff in the menus (and in the world?). Structure bounding boxes in multiplayer require the server to have the Servux mod installed to send the structure data to MiniHUD when it requests for it. Without Servux on the server, you won't see any structures when playing on that server.

mrpyrocat commented 8 months ago

Both things were a problem. Thank you for your help.