mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-13 05:50:18 +01:00
Added recipe for splitting alternative stairs into 4 microblocks.
This commit is contained in:
parent
5fad16743c
commit
bc15b6e14b
|
@ -110,6 +110,12 @@ function stairsplus:register_micro(modname, subname, recipeitem, fields)
|
|||
recipe = {modname .. ":slab_" .. subname},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = modname .. ":micro_" .. subname .. " 4",
|
||||
recipe = {modname .. ":stair_" .. subname .. "_alt"},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = modname .. ":micro_" .. subname .. " 3",
|
||||
|
|
Loading…
Reference in New Issue
Block a user