Merge pull request #16 from beyondlimits/master
Add recipe for splitting alternative stairs into 4 microblocks
This commit is contained in:
commit
4799368e5b
@ -110,6 +110,12 @@ function stairsplus:register_micro(modname, subname, recipeitem, fields)
|
|||||||
recipe = {modname .. ":slab_" .. subname},
|
recipe = {modname .. ":slab_" .. subname},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
type = "shapeless",
|
||||||
|
output = modname .. ":micro_" .. subname .. " 4",
|
||||||
|
recipe = {modname .. ":stair_" .. subname .. "_alt"},
|
||||||
|
})
|
||||||
|
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type = "shapeless",
|
type = "shapeless",
|
||||||
output = modname .. ":micro_" .. subname .. " 3",
|
output = modname .. ":micro_" .. subname .. " 3",
|
||||||
|
Loading…
Reference in New Issue
Block a user