mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-02-22 13:00:23 +01:00
fix eighths
This commit is contained in:
parent
7f3710d015
commit
53a50fc5a4
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user