Mod articles
-
=== How to make a recipe pack for this mod ===
Please take a look at how Simply Crafting added recipes
The mod automatically loads lua and txt files in CF_Recipes via the spreadsheetParser.lua
lua files get loaded first, which allows you to:
- set wildcard functions for ingredients
- define ingredient/category aliases for your imported data -> materialMapping map and categoryMapping map
- load recipes early in the loading cycle by returning a string (recipes dont get overwritten and there can only be 1 recipe per item in each category)
txt files will loaded afterwards.
just paste the spreadsheet in one of the txt files by marking several rows and using ctrl+c and ctrl+v
this will make the data appear as ...