Added circular crafting rule to 3-microblock stairs

This commit is contained in:
Marcin
2015-06-27 12:05:39 +02:00
parent 9f491f05cb
commit 825bd17e50
2 changed files with 29 additions and 9 deletions

View File

@ -179,12 +179,6 @@ function stairsplus:register_stair(modname, subname, recipeitem, fields)
recipe = {modname .. ":stair_" .. subname .. "_half"},
})
minetest.register_craft({
type = "shapeless",
output = modname .. ":stair_" .. subname .. "_half",
recipe = {modname .. ":stair_" .. subname .. "_right_half"},
})
minetest.register_craft({
type = "shapeless",
output = modname .. ":stair_" .. subname,