Skytils / SkytilsMod

Skytils is a Hypixel Skyblock mod! Be careful, malicious copies are distributed across GitHub. Confirm on discord.gg/skytils (807302538558308352)
https://hypixel.net/threads/3856202/
GNU Affero General Public License v3.0
1.16k stars 442 forks source link

fix: unique runes get wrong lbin prices #497

Closed TakoTheDev closed 2 months ago

TakoTheDev commented 2 months ago

Unique Rune NBT (simplified):

{
    Name: "§f§f§e◆ Meow Music Rune III",
    ExtraAttributes: {
        runes: { MEOW_MUSIC: 3 },
        id:"UNIQUE_RUNE"
    }
}

Normal Rune NBT (simplified):

{
    Name: "§f§f§c◆ Grand Searing Rune III",
    ExtraAttributes: {
        runes: { GRAND_SEARING: 3 },
        id: "RUNE"
    }
}

Tested and works