Nether Gold Ore, 1.16 #1

Closed
NO11 wants to merge 5 commits from NO11/mc:master into master
1 changed files with 6 additions and 0 deletions
Showing only changes of commit a1ea0744f0 - Show all commits

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,
})