Texture Packs Simplistic Packs

Speedy Text Tip (Resource Pack)

  • 227 views • 1 today
  • 12 downloads • 0 today
Progress
100% complete
Game Version
Minecraft Bedrock
Resolution
16x
Changes include
  • GUI
  • 4
  • 5
  • 1
Bedrock Edition
FrothyLives
Level 24 : Expert Pirate
3
After getting tired of Mining, Fighting, etc, and having the tooltips of my enchanted items drag on forever, I just created a quick resource pack to keep the tooltip up long enough to get the general idea, but not impede work and/or combat.

No configuration, WYSIWYG only.

Hopefully someone else can find it handy.

Let me know if you hit any issues. I may look to make a slider in the future to set the speed if anyone would find that useful.

1 Update Logs

Updated fix for 26.30 : by FrothyLives 06/20/2026 3:41:45 pmJune 20 @ 7:41 pm UTC

The Crosshair logic was split out of hud_screen.json, so the old add-on would cause the crosshair to be invisible in the game. This update updates to the new hud_screen.json which resolves the crosshair issue.

  Have something to say?

Cornbread_Alphanumeric
06/21/2026 6:01 am
She/They • Level 53 : Grandmaster Miner uwu
history
ui files merge their information between resource packs. you should not be including the entire file! all that does is inflate the pack size and make it much more likely to break (and break HARD). assuming you've only changed the two animations, your hud file should look more like this, with no other information:

{
 "anim_item_name_text_alpha_out": {
  "duration": 0.25
 },
 "anim_item_name_background_alpha_out": {
  "duration": 0.25
 }
}
1

Welcome