mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Correct alias issue.
This commit is contained in:
parent
a5dc19cd7c
commit
eea6f6aee9
1 changed files with 1 additions and 3 deletions
|
@ -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!"),
|
||||
|
|
Loading…
Reference in a new issue