forked from Mirrorlandia_minetest/mesecons
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:
parent
03ab151c87
commit
d80c788fab
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 9.6 KiB |
@ -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"},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user