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:
Vanessa Ezekowitz 2012-12-24 18:46:34 -05:00
parent af3085aa29
commit 048f4e87a3

View file

@ -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)