1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-06-28 14:16:06 +02:00

[stairs & stairplus] Fix inconsistences and #487

This commit is contained in:
LeMagnesium
2016-07-11 18:11:52 +02:00
parent 202a96fae2
commit 64b6a872d0
2 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@ function stairsplus:register_stair(modname, subname, recipeitem, fields)
-- Some saw-less recipes:
minetest.register_craft({
output = modname .. ":stair_" .. subname .. " 8",
output = modname .. ":stair_" .. subname .. " 6",
recipe = {
{recipeitem, "", ""},
{recipeitem, recipeitem, ""},
@ -135,7 +135,7 @@ function stairsplus:register_stair(modname, subname, recipeitem, fields)
})
minetest.register_craft({
output = modname .. ":stair_" .. subname .. " 8",
output = modname .. ":stair_" .. subname .. " 6",
recipe = {
{"", "", recipeitem},
{"", recipeitem, recipeitem},