Updating to 0.16
Posted: Sat Apr 14, 2018 6:16 am
Hi!
I've been working on an extended late-game mod and I'm trying to update it for 0.16.
I noticed that "icon_size" has become a required field for almost anything. That was easy enough to fix. But now I've run into a problem I could use some help with.
Previously I ran a function that used "entity.recipe = ..." to control the recipe being crafted by a machine in the mod. This field is no longer there. I've looked by am finding only the old docs. Does anyone know, how do I set a recipe on a machine?
I suspect I'll have more questions for you to puzzle over but right now my mod crashes until this is fixed, ha!
I've been working on an extended late-game mod and I'm trying to update it for 0.16.
I noticed that "icon_size" has become a required field for almost anything. That was easy enough to fix. But now I've run into a problem I could use some help with.
Previously I ran a function that used "entity.recipe = ..." to control the recipe being crafted by a machine in the mod. This field is no longer there. I've looked by am finding only the old docs. Does anyone know, how do I set a recipe on a machine?
I suspect I'll have more questions for you to puzzle over but right now my mod crashes until this is fixed, ha!