add few extra xanadu only stairs
This commit is contained in:
parent
083d796ea6
commit
ffd2628477
19
stairs.lua
19
stairs.lua
@ -508,8 +508,27 @@ stairs.register_all("compressed_dirt", "xanadu:compressed_dirt",
|
||||
{"compressed_dirt.png"},
|
||||
"Compressed Dirt",
|
||||
stairs.stone)
|
||||
|
||||
stairs.register_slope("steelblock1", "xanadu:steelblock1",
|
||||
{cracky = 1, level = 2},
|
||||
{"steel_block1.png"},
|
||||
"Decorative Steelblock 1",
|
||||
stairs.steel)
|
||||
|
||||
stairs.register_slab("steelblock3", "xanadu:steelblock3",
|
||||
{cracky = 1, level = 2},
|
||||
{"steel_block3.png"},
|
||||
"Decorative Steelblock 3",
|
||||
stairs.steel)
|
||||
|
||||
stairs.register_slope("steelblock5", "xanadu:steelblock5",
|
||||
{cracky = 1, level = 2},
|
||||
{"steel_block5.png"},
|
||||
"Decorative Steelblock 5",
|
||||
stairs.steel)
|
||||
end
|
||||
|
||||
|
||||
--= Castle Mod
|
||||
|
||||
if minetest.get_modpath("castle") then
|
||||
|
Loading…
x
Reference in New Issue
Block a user