Sometimes I find the module isn't consumed as it is applied but instead returned to inventory. This makes crafting the next level (or the second linked pad) quite a bit easier. I can't figure out how to duplicate this bug.
On a related note, I'm experimenting now to see if half the required alien input is twice as fun:
Code: Select all
diff recipe.lua_DIST recipe.lua_TEST
169a170
> {type="item", name="copper-plate", amount = 25},
174c175
< {type="fluid", name="liquid-alien-artifacts", amount=1}
---
> {type="fluid", name="liquid-alien-artifacts", amount=2}