mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-01-11 09:39:34 +01:00
Add sea lantern help
This commit is contained in:
parent
110a83734e
commit
3956d35bd8
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
minetest.register_node("mcl_ocean: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",
|
||||
is_ground_content = false,
|
||||
stack_max = 64,
|
||||
|
|
Loading…
Reference in a new issue