Correct a crafting error

Sapphire blocks crafted into emerald gems.
This commit is contained in:
qwrwed 2014-08-14 02:53:09 +01:00
parent aa3d2db274
commit 6382de789e

View File

@ -479,7 +479,7 @@ minetest.register_craft({
}
})
minetest.register_craft({
output = "glooptest:emerald_gem 9",
output = "glooptest:sapphire_gem 9",
recipe = {
{"glooptest:sapphireblock"}
}
@ -627,4 +627,4 @@ minetest.register_craft({
recipe = {
{"glooptest:amethystblock"}
}
})
})