mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
fix bamboo mosaic recipe.
This commit is contained in:
parent
ae62f567e6
commit
a5bdc8a166
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ minetest.register_craft({
|
|||
minetest.register_craft({
|
||||
output = BAMBOO .. "_mosaic",
|
||||
recipe = {
|
||||
{"mcl_stair:slab_bamboo_plank"},
|
||||
{"mcl_stair:slab_bamboo_plank"},
|
||||
{"mcl_stairs:slab_bamboo_plank"},
|
||||
{"mcl_stairs:slab_bamboo_plank"},
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue