forked from VoxeLibre/VoxeLibre
Remove more legacy stairs code
This commit is contained in:
parent
ce8040ff25
commit
e5e604617d
|
@ -98,8 +98,6 @@ end
|
||||||
|
|
||||||
-- Slab facedir to placement 6d matching table
|
-- Slab facedir to placement 6d matching table
|
||||||
local slab_trans_dir = {[0] = 8, 0, 2, 1, 3, 4}
|
local slab_trans_dir = {[0] = 8, 0, 2, 1, 3, 4}
|
||||||
-- Slab facedir when placing initial slab against other surface
|
|
||||||
local slab_trans_dir_place = {[0] = 0, 20, 12, 16, 4, 8}
|
|
||||||
|
|
||||||
-- Register slabs.
|
-- Register slabs.
|
||||||
-- Node will be called stairs:slab_<subname>
|
-- Node will be called stairs:slab_<subname>
|
||||||
|
|
Loading…
Reference in New Issue