JavidPack / BossChecklist

Mod for tModLoader to help with Boss Progression
https://forums.terraria.org/index.php?threads/boss-checklist-in-game-progression-checklist.50668/
60 stars 23 forks source link

Treasure Bags don't work on other languages #9

Closed JavidPack closed 4 years ago

JavidPack commented 4 years ago

Due to a reliance on expecting "Treasure Bag" in item.Name, we don't detect bags when other languages are enabled. We should hard-code vanilla bag itemids and then check modItem.BossBagNPC against npcid for the boss instead.