SkillAgentSearch skills...

Tooltip

python script to generate a shader for rendering custom tooltip styles in vanilla minecraft

Install / Use

/learn @Godlander/Tooltip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

usage:

make sure Python and Pillow is installed, and place the script in the same directory as the input tooltip texture file.

script inputs:

file: path to an image file used for the tooltip

corner: corner square side length in pixels

pad: vertical and horizontal padding when displaying ingame

script output:

the script will generate a file tooltip.glsl which should replace the existing one in the resourcepack shaders/include folder

examples:

green tooltip

python tooltip.py --file green.png --corner 3 --pad 1 1

image

ingame:

image

gold tooltip

due to the decoration on the top and bottom of the tooltip, some extra vertical padding is neccesary to make space

python tooltip.py --file gold.png --corner 7 --pad 1 3

image

ingame:

image

credits:

shader and tool commissioned by MatchaXP

View on GitHub
GitHub Stars91
CategoryDevelopment
Updated1d ago
Forks6

Languages

GLSL

Security Score

95/100

Audited on Mar 30, 2026

No findings