Hey, i have a problem with a small Mod i tried to make. Im really a Newbie in Coding so please don’t be too frustrated
I tried to upload my .smod file to the Mods and in the game i get this error.
Its my first try in programming so im a little bit confused about this error. Copied the code from the example files…
{
"info" : {
"name" : "HomeSweetHome",
"version" : 1
},
"default_locale" : "en",
"aliases" : {
"herbalist_library" : "file(entities/furniture/herbalist_library/herbalist_library.json)"
},
"mixintos" : {
"/stonehearth/jobs/herbalist/recipes/recipes.json" : "file(mixins/herbalist_recipes.json)"
}
}