Time Nick Message 17:15 OWNSyouAll What am i doing wrong i always get nil for my recipe http://pastebin.com/W5XPsNYx 17:22 PilzAdam OWNSyouAll, the type "crushing" doesnt exist 17:23 PilzAdam (for register_craft()) 17:24 PilzAdam you cant use minetest.register_craft() and get_craft_result() with custom types 17:24 OWNSyouAll If i make it cooking it still dosen't work though 17:25 PilzAdam what exactly gets nil? 17:26 OWNSyouAll io.write("recipe: "..dump(output.item:to_table()).." \n") 17:27 ShadowNinja OWNSyouAll: Only usr to_table once and save it in a local variable. 17:27 ShadowNinja use* 17:35 OWNSyouAll Even this is always nil http://pastebin.com/UjtFqqzY I don't understand why.