Skip to content

Commit d80c788

Browse files
DesourJeija
authored andcommittedMar 4, 2017
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.
1 parent 03ab151 commit d80c788

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 
-320 Bytes
Loading

‎mesecons_movestones/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ mesecon.register_movestone("mesecons_movestones:sticky_movestone", {
145145
}, true)
146146

147147
minetest.register_craft({
148-
output = "mesecons_movestones:sticky_movestone 2",
148+
output = "mesecons_movestones:sticky_movestone",
149149
recipe = {
150150
{"mesecons_materials:glue", "mesecons_movestones:movestone", "mesecons_materials:glue"},
151151
}

0 commit comments

Comments
 (0)
Please sign in to comment.