fixed a bug in check for glooptest/ores

This commit is contained in:
Vanessa Ezekowitz 2013-08-23 22:23:15 -04:00
parent 907f268493
commit 2b90ff9185

View File

@ -55,7 +55,7 @@ minetest.register_craft({
},
})
if minetest.get_modpath("glooptest") == true or minetest.get_modpath("gloopores") == true then
if minetest.get_modpath("glooptest") or minetest.get_modpath("gloopores") then
minetest.register_craft({
type = "shapeless",
output = "gloopblocks:evil_stick",