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.
stable
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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

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