kryzeth
kryzeth
Okay, I figured out how to overwrite functions (just redefining them the same way it's written in the stdlib code, for example: `function Recipe:clear_ingredients()` `[insert new logic here]` `end` I...
Lmao, well the changes aren't all that spectacular. [This](https://pastebin.com/jPTcpPwM) is all I've needed to change to make the functions I have in Reverse Factory work. Although if you wanted, I...
Alright then, I'll get started on this tomorrow. And hopefully figure out how to do things like pull requests lol. I'm pretty sure I've done a good portion of similar...
Ah. That... completely changes how I have to do things. I wrote all of my current code on the assumption that I could edit the things before pushing them into...
Woah... that second example seems close to what I might need. So in that case, set_field is changing the value of 'energy_required', which is located within the newly created 'test-mining-drill'...