Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lolgeny/item-tooltip-remover
Shader to remove tooltips on specific items
https://github.com/lolgeny/item-tooltip-remover
Last synced: 1 day ago
JSON representation
Shader to remove tooltips on specific items
- Host: GitHub
- URL: https://github.com/lolgeny/item-tooltip-remover
- Owner: lolgeny
- Created: 2021-09-29T08:33:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T23:53:58.000Z (about 1 year ago)
- Last Synced: 2024-08-03T03:01:49.788Z (4 months ago)
- Language: GLSL
- Size: 6.84 KB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcje-vanilla-tech - lolgeny/item-tooltip-remover - Simple shader that removes tooltips on specific items, for custom guis. (Custom UI / Visual)
README
# Item tooltip remover
Simple shader that removes tooltips on specific items, for custom guis# How does it work?
Idea by [@McTsts](https://github.com/McTsts). The shader detects items with a really big lore
\- so big that they take up the whole vertical space of the screen.# Features
- Works in all GUI scales, including 1
- Works with F3+H, and you don't need to rename your item or `HideFlags`, they're pushed off the screen# Incompatibilities
- Unfortunately, any items that also go to the edge of the screen through a long lore break.
The bars on the edge seem to be rendered separately, causing many problems.# Long compat
If you have an item with (fairly) long lore that's breaking, you can uncomment line 3 in `assets/minecraft/shaders/core/position_color.vsh`.
This will allow much longer lores to work but there will be a barely visible small dark blue line at the bottom of the screen when hovering over a tooltip removed item.# How to use
Simply give yourself an item with the following `display.Lore` (copy the whole thing, there are a lot of spaces):
```
['""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','""','" "']
```# Gallery
## Item with no tooltip
![image](https://user-images.githubusercontent.com/30565442/135232958-4e555a8a-fbdf-4e65-bc13-3e82cad46ccb.png)