fix eighths

This commit is contained in:
flux 2022-06-17 16:02:29 -07:00
parent 7f3710d015
commit 53a50fc5a4
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ stairsplus.api.register_shape("stair_inner", {
name_format = "stair_%s_inner", name_format = "stair_%s_inner",
description = "@1 Inner Stair", description = "@1 Inner Stair",
shape_groups = {stair = 1, common = 1, legacy = 1, basic = 1}, shape_groups = {stair = 1, common = 1, legacy = 1, basic = 1},
eighths = 5, eighths = 7,
drawtype = "nodebox", drawtype = "nodebox",
node_box = { node_box = {
type = "fixed", type = "fixed",
@ -63,7 +63,7 @@ stairsplus.api.register_shape("stair_outer", {
name_format = "stair_%s_outer", name_format = "stair_%s_outer",
description = "@1 Outer Stair", description = "@1 Outer Stair",
shape_groups = {stair = 1, common = 1, legacy = 1, basic = 1}, shape_groups = {stair = 1, common = 1, legacy = 1, basic = 1},
eighths = 7, eighths = 5,
drawtype = "nodebox", drawtype = "nodebox",
node_box = { node_box = {
type = "fixed", type = "fixed",