so i was making a mod for stonehearth and ive made one before that maximises all hearthling attributes to 666 and i made the manifest perfectly everything was cool.
im working on something to modify the travelers store by adding things and gold… my .json works but i wanted to make it into an actual mod, instead of inside the stonehearth.json file itself… im sure any updates in the future will wipe my mod but i cant seem to get my head around what ive done wrong… if anyone could look at the manifest and tell me how to fix it you will have my love!
{
“info”: {
“name” : “Shoppe”,
“description” : “Start with 500 gold and bonus items in the store!”,
“version” : 3
},
Remove the first dash / from “file(/ui/data/embark_shop.json)”
Using a dash at the start is common to point to the root, but not in this case. The “file()” is always relative to where it is being used, in your case, the manifest is using it so it is relative to its folder.
still doesnt work… ive checked the directories and theyre fine.
strangely the backslash i put in the previous mod i mentioned didnt need to be removed.
“stonehearth:ui:data:embark_shop.json” was what he got wrong. Looks like you were telling him to fix something in the other half of the line (which probably didn’t actually need fixing).