forked from VoxeLibre/VoxeLibre
parent
119a3a38b9
commit
fb601137c4
|
@ -429,9 +429,7 @@ minetest.register_node("mcl_brewing:stand_000", {
|
||||||
on_timer = brewing_stand_timer,
|
on_timer = brewing_stand_timer,
|
||||||
on_rotate = on_rotate,
|
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", {
|
minetest.register_node("mcl_brewing:stand_100", {
|
||||||
description = S("Brewing Stand"),
|
description = S("Brewing Stand"),
|
||||||
_doc_items_longdesc = S("The stand allows you to brew potions!"),
|
_doc_items_longdesc = S("The stand allows you to brew potions!"),
|
||||||
|
|
Loading…
Reference in New Issue