mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
mese crystal + stone recipe doesn't work anymore after that last commit - it
just gives a mese block which is not the desired result.
This commit is contained in:
parent
af3085aa29
commit
048f4e87a3
1 changed files with 2 additions and 1 deletions
|
@ -509,6 +509,7 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
--[[
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = 'default:mese',
|
||||
|
@ -517,7 +518,7 @@ minetest.register_craft({
|
|||
'default:stone',
|
||||
}
|
||||
})
|
||||
|
||||
]]--
|
||||
|
||||
--
|
||||
-- Crafting (tool repair)
|
||||
|
|
Loading…
Add table
Reference in a new issue