Změnit "mesecons/mesecons_stickyblocks/init.lua"
This commit is contained in:
parent
25f193b0ee
commit
4eaa92384c
1 changed files with 9 additions and 0 deletions
|
@ -17,3 +17,12 @@ minetest.register_node("mesecons_stickyblocks:sticky_block_all", {
|
|||
end,
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mesecons_stickyblocks:sticky_block_all",
|
||||
recipe = {
|
||||
{"mesecons_materials:glue", "mesecons_materials:glue", "mesecons_materials:glue"},
|
||||
{"mesecons_materials:glue", "mesecons_materials:glue", "mesecons_materials:glue"},
|
||||
{"mesecons_materials:glue", "mesecons_materials:glue", "mesecons_materials:glue"},
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue