Correct alias

This commit is contained in:
bzoss 2020-06-08 17:07:51 -04:00
parent d6e3c0f6cf
commit 8a151f154c
1 changed files with 3 additions and 1 deletions

View File

@ -429,7 +429,9 @@ minetest.register_node("mcl_brewing:stand_000", {
on_timer = brewing_stand_timer,
on_rotate = on_rotate,
})
minetest.register_alias("mcl_brewing:stand_000", "mcl_brewing:stand")
minetest.register_alias("mcl_brewing:stand", "mcl_brewing:stand_000")
minetest.register_node("mcl_brewing:stand_100", {
description = S("Brewing Stand"),
_doc_items_longdesc = S("The stand allows you to brew potions!"),