forked from VoxeLibre/VoxeLibre
Add sea lantern help
This commit is contained in:
parent
110a83734e
commit
3956d35bd8
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
minetest.register_node("mcl_ocean:sea_lantern", {
|
minetest.register_node("mcl_ocean:sea_lantern", {
|
||||||
description = "Sea Lantern",
|
description = "Sea Lantern",
|
||||||
|
_doc_items_longdesc = "Sea lanterns are decorative light sources which look great underwater but can be placed anywhere.",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
|
|
Loading…
Reference in New Issue