Noita
26 ratings
Alchemy Lib
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
51.535 KB
21 Oct, 2020 @ 6:16am
27 Oct, 2020 @ 1:10pm
2 Change Notes ( view )

Subscribe to download
Alchemy Lib

Description
Alchemy Lib is a library mod which other mods can utilize to easily add randomized alchemy recipes to the game.
It allows for the addition of new reactions in the style of Alchemic Precursor which have a different recipe every run.

Utilizing this is as easy as adding a file called recipes.lua to the root folder of your mod containing a table with all the recipes you want to add. (Next to your init.lua)
This mod will automatically scan all mods for this file and add it without you needing to do anything besides have the file with the table.

Here is a example recipes.lua file:
https://gist.github.com/evGiac/126467f45e5147f1b7fe559c2e93ab59

This is what the file structure of your mod would look like if you want to use Alchemy Lib