mirror of
https://codeberg.org/minenux/minetest-mod-xdecor
synced 2023-10-20 21:43:39 -07:00
Use stairs mod inner/outer nodes.
This commit is contained in:
parent
238d0030f4
commit
2e61cc4578
@ -44,12 +44,9 @@ workbench.defs = {
|
||||
{ 0, 8, 8, 16, 8, 8 }},
|
||||
{"halfstair", 2, { 0, 0, 0, 8, 8, 16 },
|
||||
{ 0, 8, 8, 8, 8, 8 }},
|
||||
{"outerstair", 1, { 0, 0, 0, 16, 8, 16 },
|
||||
{ 0, 8, 8, 8, 8, 8 }},
|
||||
{"stair_outer", 1, nil },
|
||||
{"stair", 1, nil },
|
||||
{"innerstair", 1, { 0, 0, 0, 16, 8, 16 },
|
||||
{ 0, 8, 8, 16, 8, 8 },
|
||||
{ 0, 8, 0, 8, 8, 8 }}
|
||||
{"stair_inner", 1, nil }
|
||||
}
|
||||
|
||||
-- Tools allowed to be repaired
|
||||
|
Loading…
x
Reference in New Issue
Block a user