fixed a bug in check for glooptest/ores
This commit is contained in:
parent
907f268493
commit
2b90ff9185
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user