Quickbar's icons.json on released .pak is outdated, breaking other dependent mods
ElementalCyclone opened this issue · 0 comments
Issue :
Quickbar dependent mods won't show at all on the quickbar. Initially i thought Quickbar's dependent mods were to blame. But after testing the said mods with silverfeelin's Quickbar Mini, the mods works just fine.
Environment :
-
Windows 10 64 bit
-
A fresh new install of Starbound Bounty Hunter
-
Most recent StardustLib mod, Steam Workshop sourced
-
Most recent Spawnable Item Pack mod, Steam Workshop sourced
-
No any other mods nor config
Reproduction :
-
Install base vanilla game
-
Install StardustLib Mod, Steam Workshop sourced
-
Install SIP mod, Steam Workshop sourced
-
Launch NEW game, skip tutorials
-
in-game, Quickbar is shown, but no SIP option shown
-
Exit game.
-
Remove StardustLib, install Quickbar Mini, Steam Workshop sourced
-
Repeat step 4
-
Now SIP option is shown in the Quickbar
(Early) Identification :
As per March 2020, the icons.json
format for Quickbar should look like this
"items" : {
"starbound:mattermanipulator" : {
"label" : "^essential;Matter Manipulator",
"icon" : "/items/tools/miningtools/beamaxe.png?border=1;000000;00000000",
"weight" : -1150,
"action" : [ "pane", "/interface/scripted/mmupgrade/mmupgradegui.original.config" ],
"condition" : [ "statNegative", "noMatterManipulator" ]
}
right ?
but instead, the format i got (after unpacking the .pak file) is the legacy one and look like this
also, the other weird thing is, the when i open the _metadata
file, the version string i get is
Alpha v0.30-60cbf94
maybe something got mixed up when merging branch or releasing things ?