mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
made mese lump smelt into three mese ingots.
This commit is contained in:
parent
f4333f49f8
commit
426e491d1c
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ minetest.register_craft({
|
|||
|
||||
minetest.register_craft({
|
||||
type = "cooking",
|
||||
output = "default:mese_ingot",
|
||||
output = "default:mese_ingot 3",
|
||||
recipe = "default:mese_lump"
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue