Compare commits

...

2 Commits

Author SHA1 Message Date
06f854e17f Correction d'alias pour les escaliers 2019-02-03 16:36:09 +01:00
26b8bbee12 Correction d'alias pour les dalles 2019-02-03 15:55:57 +01:00

View File

@ -383,6 +383,9 @@ if minetest.get_modpath("moreblocks") then
ndef
)
minetest.register_alias("stairs:slab_cherry_wood", "cherry_tree:slab_cherry_plank")
minetest.register_alias("stairs:stair_cherry_wood", "cherry_tree:stair_cherry_plank")
elseif minetest.get_modpath("stairs") then
-- From BFD: