Evil Sticks are harder to get

This commit is contained in:
GloopMaster 2013-08-26 22:33:16 -04:00
parent 1ea820c690
commit c6ba6f6b7c

View File

@ -63,6 +63,7 @@ if minetest.get_modpath("glooptest") then
output = "gloopblocks:evil_stick",
recipe = {
"glooptest:kalite_lump",
"default:gold_ingot",
"default:coal_lump",
"default:stick"
}
@ -75,6 +76,7 @@ elseif minetest.get_modpath("gloopores") then
output = "gloopblocks:evil_stick",
recipe = {
"gloopores:kalite_lump",
"default:gold_ingot",
"default:coal_lump",
"default:stick"
}
@ -84,6 +86,7 @@ else
type = "shapeless",
output = "gloopblocks:evil_stick",
recipe = {
"default:gold_ingot",
"default:gold_ingot",
"default:coal_lump",
"default:stick"