Legendary-plus and Mythical are from 2 different mods, and basic order when im not using my mod is ...Legendary => Mythical... so its basically skipping the Legendary-plus level. I tryed to make a mod and this what i coded in data-final-fixes.lua
Code: Select all
if mods["QualityPlus"] and mods["Quality-Plus-Plus"] then
data.raw.quality.legendary.next = "legendary-plus"
data.raw["quality"]["legendary-plus"].next = "mythical"
end
