I'm working on a partial conversion mod, and I need to specify changes to hundreds of recipes. Rather than working directly with the data in a tedious and error-prone fashion, it would be nice to use some tools.
Are there any modding libraries out there which would aid in that, or do I have to roll my own? Looking at e.g. Factorio Standard Library, it is hard to find documentation on how to edit technologies and recipes.
I need to specify many changes in partial-conversion mod.
-
- Burner Inserter
- Posts: 13
- Joined: Fri Aug 16, 2019 5:31 pm
- Contact:
Re: I need to specify many changes in partial-conversion mod.
I know that bob's mods have library intended to do this. You would need to check it out and see if it fits what you want to do.everything-narrative wrote: Wed Dec 02, 2020 1:22 pm I'm working on a partial conversion mod, and I need to specify changes to hundreds of recipes. Rather than working directly with the data in a tedious and error-prone fashion, it would be nice to use some tools.
Are there any modding libraries out there which would aid in that, or do I have to roll my own? Looking at e.g. Factorio Standard Library, it is hard to find documentation on how to edit technologies and recipes.