Hello, I need help/infos on how to create a tool with minetest mods. There are 2 problems: 1) There is no pick created with the recipe. I don't know why. The Code: minetest.register_craft({ output = 'korallen:pink_coral_stick', recipe = { {'korallen:pinkcoral', '', ''}, {'korallen:pinkcoral', '', ''...