McTsts / mc-core-shaders

A collection of various glsl core shader utilities/projects.
The Unlicense
186 stars 20 forks source link

[Question] Lower mc version support #7

Closed Greazi-Times closed 2 years ago

Greazi-Times commented 2 years ago

How can I make the scoreboard numbers work on lower minecraft versions as well?

5uso commented 2 years ago

Core shaders exist only on 1.17 and higher, removing numbers from the sidebar on lower versions requires editing the munber texture and that means you have to replace it everywhere where you want the number to be readable (which isn't possible on quite a few GUIs).

So... not really a thing

McTsts commented 2 years ago

In versions before core shaders existed, we used what we call 0fix instead. Here's a video on it: https://www.youtube.com/watch?v=l3L23dlR4jQ

Don't do it.

McTsts commented 2 years ago

Actually if you're before 1.15 you can set the opacity of the number to a certain value and the number will disappear and remain visible (enough) in most places. I believe the opacity value was something around ~226 you can try some values and keep decreasing the opacity until it works if you're in pre 1.15

Greazi-Times commented 2 years ago

Oke thank you for your honest opinion guys. I will leave it as it is and unfortunately keep the number on lower versions.