„crafting.lua“ ändern

This commit is contained in:
NO11 2021-03-28 15:45:07 +00:00
parent c7b964be9b
commit a1ea0744f0
1 changed files with 6 additions and 0 deletions

View File

@ -2,4 +2,10 @@ minetest.register_craft({
type = "shapeless",
output = "mc:warped_fungus_stick",
recipe = {"mcl_fishing:fishing_rod", "mc:warped_fungus"}
})
minetest.register_craft({
type = "cooking",
output = 'mcl_core:gold_ingot',
recipe = 'mc:nether_gold_ore',
cooktime = 10,
})