Change sticky movestone craft recipe

It used to be so that you could gain two sticky movestones out of one normal one,
this didn't make much sense.
This commit is contained in:
DS
2017-02-23 18:11:24 +01:00
committed by Jeija
parent 03ab151c87
commit d80c788fab
2 changed files with 1 additions and 1 deletions
mesecons_movestones
doc/movestone_sticky
init.lua

Binary file not shown.

Before

(image error) Size: 10 KiB

After

(image error) Size: 9.6 KiB

@ -145,7 +145,7 @@ mesecon.register_movestone("mesecons_movestones:sticky_movestone", {
}, true) }, true)
minetest.register_craft({ minetest.register_craft({
output = "mesecons_movestones:sticky_movestone 2", output = "mesecons_movestones:sticky_movestone",
recipe = { recipe = {
{"mesecons_materials:glue", "mesecons_movestones:movestone", "mesecons_materials:glue"}, {"mesecons_materials:glue", "mesecons_movestones:movestone", "mesecons_materials:glue"},
} }