Recipe Universal ID Library


A library for that provides unique integer IDs for recipes.

4 years ago
0.14 - 0.18
12

g I need this.

5 years ago

I think I need this for https://mods.factorio.com/mod/Randomize-Science development but I don't know how to do importing/dependencies.

5 years ago

add "recipeid >= 0.17.0" to the dependencies of your mod, and you use it via remote.call, so you don't need to import anything; that said, this appears to be primarily for use via control, not during the data phase, so I'm not sure how helpful it will be.

5 years ago
(updated 5 years ago)

Ok thanks - the missing piece for me is in control on init, I think need to convert recipes to a string that can later be passed (by player) back into settings for use in the data. I want to save the initial state per game and reapply that state during data phase.

New response