Hi, im trying to update my transmute mod, i think everything is ok but, theres a problem, when one of my items is crafted, it ends under a weird category, i got some weird icons, and i cant seem to find the way to edit that category, can any one help me?
I, unfortunately, donât have time today to look in detail. If you post it here publically another user might be able to give you a hand, or I should be able to help tomorrow.
@Alaswing, the image that doesnât appear in the recipe list is the one on the Stone_Cooper recipe, it says âcontainersâ twice in the path, so itâs wrong: "/Transmute/entities/containers/containers/Clay_Stone/Clay_Stone.png",
About the categories, youâre missing âcategoryâ: âstorageâ, in the âentity_dataâ section of your _ghost.json files. With this they will be stored on the âstorageâ category of the game, like the other resource piles.
Also on the material_tags section on entity_data, each separated word represents a material tag, so donât use spaces on them.
For example, for the pile of clay on Stonehearth, the material_tags are: âstockpile_clay crafted clay resource_pileâ.
I recommend to use similar tags, for example âwood_to_stone stockpile_stone crafted stone resource_pileâ, this way they will be treated more similarly to the other piles of the game.
Lastly, we donât recommend using uppercase and spaces on names of files, but if youâre sure that you wonât make spelling errors when typing paths and references, it should work anyway.