Obenseuer/Modding:Making Lavender Mods: Difference between revisions

Nextej (talk | contribs)
Nextej (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{breadcrumb|Obenseuer|Modding}}
==Making simple data-driven mods with Lavender for new items and recipes==
==Making simple data-driven mods with Lavender for new items and recipes==
Lavender library allows you to make simple mods without needing any programming knowledge or requiring you to compile the code, that can be easily used with BepInEx launcher. You should start by making a new folder for your mod, where you will place its all contents. To run your mod in game, your custom folder will need to be located in <code>..\Obenseuer\BepInEx\plugins</code>, you can place this folder and work on it there now, or keep it separate and duplicate it to the plugins location whenever you want to test it.
Lavender library allows you to make simple mods without needing any programming knowledge or requiring you to compile the code, that can be easily used with BepInEx launcher. You should start by making a new folder for your mod, where you will place its all contents. To run your mod in game, your custom folder will need to be located in <code>..\Obenseuer\BepInEx\plugins</code>, you can place this folder and work on it there now, or keep it separate and duplicate it to the plugins location whenever you want to test it.