Add slime block recipes
This commit is contained in:
parent
082706441a
commit
85a2808d69
3 changed files with 17 additions and 4 deletions
|
@ -740,7 +740,7 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = "mesecons_pistons:piston_sticky_off",
|
||||
recipe = {
|
||||
{"mesecons_materials:glue"},
|
||||
{"mesecons_materials:slimeball"},
|
||||
{"mesecons_pistons:piston_normal_off"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue