You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an attempt to port Hypixel Plus to the Firmament texture pack format I encountered an issue when porting the rune textures.
Given a model file named redstone_rune__1 in /firmskyblock/models/, as per the ID given when using Copy Texture Pack Id keybind from the Power Users settings, the replaced texture will correctly show up in the REI menu:
But in the inventory or any storage unit it will still show up as the head model:
The issue seems to be that the rune, while in an inventory, has the id of just RUNE:
The text was updated successfully, but these errors were encountered:
Oh, interesting. Runes by default don't have a hypixel id other than just RUNE so i add the other metadata myself and i apparently i forgot to do that in some spots. Below is a list of item types that are missing right now, but theyll be added in the next update.
In an attempt to port Hypixel Plus to the Firmament texture pack format I encountered an issue when porting the rune textures.
Given a model file named
redstone_rune__1
in/firmskyblock/models/
, as per the ID given when usingCopy Texture Pack Id
keybind from thePower Users
settings, the replaced texture will correctly show up in the REI menu:But in the inventory or any storage unit it will still show up as the head model:
The issue seems to be that the rune, while in an inventory, has the id of just
RUNE
:The text was updated successfully, but these errors were encountered: