Hi everyone! So I’m pretty new to Starbound modding and I’m working on this mod that brings some fun decoration objects into the world. I had no problem bringing them into the game, but I also want my custom modded objects to appear in dungeons. So naturally, I copied vanilla dungeon from the unpacked folder and modified it using the Tiled software, which I had previously used to make a custom tileset with my modded objects. All of the modded objects are based on some vanilla objects and therefore, sizes, offsets, etc. should be fine. I even managed to acces this tileset, while editing the dungeon. When I tested, whether there are any changes in the game, I found out that my modded objects don’t appear in the dungeon, but when I tried the same with vanilla objects, it worked. When I checked the game log, there wasn’t any mention of my custom objects not being able to load, or anything. And just for the record, I didn’t forget to add the “object” parameter to the tiles. I couldn’t find help anywhere, so I really hope, someone here could help me with that...
Never mind, I figured it out, the problem was that I was trying to access an image, that was not located in the mod folder