mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-03-22 16:52:49 +01:00
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:
mesecons_movestones
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"},
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user