-
Notifications
You must be signed in to change notification settings - Fork 4
Description
HI, I'm trying to create some trophies for the cataclysm Bosses so I can add them to my FTB Quests as rewards.
Do I have to create all the trophies via the comand
/give @p trophymanager:trophy[minecraft:custom_data={"TrophyType":"entity","TrophyEntity":{"entityType":"minecraft:chicken", "Passengers":[{"id":"minecraft:zombie",IsBaby:true}]}}]
or is there a way to create them before hand (like a config file) an just taking them from EMI?
I've tried using the nbtMap Part in the config file but the area gets cleared every time I restart the modpack. And the location mentioned in the config (/data/trophymanager/data_maps/entity_type/nbt_map.json) doesn't exist in my modpack.
Oh and on second note, I cant finde the default trophies in EMI, only in the creative menu, is this wanted behavior?
Thank you very much for your time.