Skip to content

Commit

Permalink
Change sticky movestone craft recipe
Browse files Browse the repository at this point in the history
It used to be so that you could gain two sticky movestones out of one normal one,
this didn't make much sense.
  • Loading branch information
Desour authored and Jeija committed Mar 4, 2017
1 parent 03ab151 commit d80c788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified mesecons_movestones/doc/movestone_sticky/recipe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion mesecons_movestones/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
}
Expand Down

0 comments on commit d80c788

Please sign in to comment.