Translations:Modding:Moddable Mod/18/en

From Vintage Story Wiki

public override string ToString() {

           return "Tip by \"" + author + "\": " + tip; 
       }
   }

} </syntaxhighlight> Our resulting folder structure looks like this.

ModdableModFolderStructure.png

We are now ready to extend our mods, starting with "TipMod" - our moddable mod.