Add back recipe for crafting sticks from bamboo.
This commit is contained in:
parent
6873af93d4
commit
79070d6bfa
@ -17,3 +17,11 @@ minetest.register_craft({
|
||||
{"group:bamboo_tree", "", "group:bamboo_tree"},
|
||||
{"group:bamboo_tree", "", "group:bamboo_tree"}}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_core:stick",
|
||||
recipe = {
|
||||
{"mcl_bamboo:bamboo"},
|
||||
{"mcl_bamboo:bamboo"},
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user