Skip to content
Sheepish Shepherd edited this page Nov 17, 2021 · 13 revisions

For full explanation on adding your boss, refer to the Support using Mod Call guide.

FAQs for Mod Developers

I'm trying to add loot to another mod's boss, but it's not showing up

Make sure you are using the mod's internal name and internal NPC name. You can check a mods internal mod/NPC name by using the Show Internal Names DEBUG config for the boss log.

My modded fragment isn't showing up on the map

They way fragments are checked is that the item must be part of the AnyFragment recipe group. You can learn how to add items to recipe groups using this linked guide.

My event NPCs aren't being displayed on my entry page

NPCs are displayed with their respective banner. You can add a banner using ExampleMod's npc, banner item, and banner tile examples.

How do I get my collectibles to be detected for the preview?

Boss Checklist only displays Trophies, Masks, and Music Boxes.

Trophies: Your tile must be a ["TileObjectData.Style3x3Wall"] tile type. (Example)

Masks: Your mask must be a VANITY helmet slot item.

Music Boxes: Your music box and song must be properly registered, which you can look at ExampleMod to learn more about (be sure to check the entire mod class for references).

Clone this wiki locally