From eea6f6aee99ce756f8e13c34889ae28f7b83a8b0 Mon Sep 17 00:00:00 2001 From: bzoss Date: Tue, 9 Jun 2020 19:05:51 -0400 Subject: [PATCH] Correct alias issue. --- mods/ITEMS/mcl_brewing/init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mods/ITEMS/mcl_brewing/init.lua b/mods/ITEMS/mcl_brewing/init.lua index 5535cee8e..696e0af12 100755 --- a/mods/ITEMS/mcl_brewing/init.lua +++ b/mods/ITEMS/mcl_brewing/init.lua @@ -429,9 +429,7 @@ minetest.register_node("mcl_brewing:stand_000", { on_timer = brewing_stand_timer, on_rotate = on_rotate, }) - -minetest.register_alias("mcl_brewing:stand", "mcl_brewing:stand_000") - +minetest.register_alias("mcl_brewing:stand_000", "mcl_brewing:stand") minetest.register_node("mcl_brewing:stand_100", { description = S("Brewing Stand"), _doc_items_longdesc = S("The stand allows you to brew potions!"),