Magic

Magic

190k Downloads

Wand GUI Hot Bar Issue

0MrCrazy0 opened this issue ยท 4 comments

commented

hello did the wand hot bar GUI ever have a fix? cos iv tested it & still see this small white box issue.
2022-06-10_21 27 18
.

commented

It did- it was a config fix. Do you perhaps have your own copies of the hotbar GUI configs?

If so make sure there are no spaces in the format string. The issue is 1.19 will not render spaces in custom fonts.

commented

Yah you need to get rid of the space in the message property.

This is why it's always good to use the builtin configs when you can, and maybe just turn off what you don't need.

Perhaps I should move some of this base config stuff off into a separate example that survival inherits from.

commented

#i using this:
gui_actionbar:

This has been added automatically so that anything you remove here does not get inherited back in from the default configs

inherit: false
icon: gui_actionbar
upgrade: true
xp_display: mana
level_display:
mode: currency
currency: sp
slot: gui
use_active_name: false
action_bar:
message: '$hotbar {font:"default",text:"$extra"}'
font: "magic"
open_message: ""
interval: 250
delay: 1500
requirement_properties:
- requirement:
spell_inventory_open: true
properties:
use_active_name: true
xp_display: mana
level_display:
mode: currency
currency: sp

commented

thanks again, i got it working YAY! can close ticket