Merge pull request #1 from qwrwed/patch-1

Correct a crafting error I guess or something
This commit is contained in:
GloopMaster 2014-12-27 19:29:34 -05:00
commit 9a73f603ac

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