From 26b8bbee12faacfb194b55d7d3b8a1fa25a1b48c Mon Sep 17 00:00:00 2001 From: sys4-fr Date: Sun, 3 Feb 2019 15:55:57 +0100 Subject: [PATCH] Correction d'alias pour les dalles --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 06951a2..9e220a9 100644 --- a/init.lua +++ b/init.lua @@ -383,6 +383,8 @@ if minetest.get_modpath("moreblocks") then ndef ) + minetest.register_alias("stairs:slab_cherry_wood", "cherry_tree:slab_cherry_plank") + elseif minetest.get_modpath("stairs") then -- From BFD: