Skip to content

Example Minecraft resource-pack that removes the score numbers from the side-bar

Notifications You must be signed in to change notification settings

unnamed/sidebar-score-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Sidebar Score Remover

Example resource-pack that removes the score numbers from the Minecraft sidebar (1.20 - 1.20.1, may work on other versions)

How does it work?

It modifies the rendertype_text core shader, which renders all the text in Minecraft, and just sets a condition: If the text color is #FC5454 (The red color of the numbers in the side-bar) and it is near to the right side of the screen, hide it!

Screenshot 1 Screenshot 2

However, there are some cases in which another type of text meets the condition, for example, the false text in the debug screen

Screenshot 3

The distance to the right side of your screen required to meet the condition is specified in this file, ScreenSize.x - gl_FragCoord.x < 69, where 69 is the distance

About

Example Minecraft resource-pack that removes the score numbers from the side-bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages