Custom Recipes
Posted: Fri Oct 04, 2013 2:44 pm
After browsing the forum it looks like I'm the only one with a problem here. I did this:
And I put it into the "repices.lua" file. The "init.lua" most certainly links to it. Why the heck can I not craft the gear_key?
Eh ... just to check quickly, you craft things by right-clicking the mortar and then mixing them up in it, right? There is no "forge" or anything in the game?
Code: Select all
defineRecipe {item = "gear_key",
ingredients = {1, "gear_necklace", 1, "iron_key"}}Eh ... just to check quickly, you craft things by right-clicking the mortar and then mixing them up in it, right? There is no "forge" or anything in the game?