Add some basic doc_items help texts for some items
Requires doc_items (not part of MCL2)
This commit is contained in:
parent
aabb1e972d
commit
3db4148e7d
8 changed files with 43 additions and 6 deletions
|
@ -10,6 +10,8 @@ local LAVA_VISC = 7
|
|||
|
||||
minetest.register_node("mcl_core:barrier", {
|
||||
description = "Barrier",
|
||||
_doc_items_longdesc = "Barriers are invisble walkable blocks. They are used to create boundaries of adventure maps and the like. Monsters and animals won't appear on barriers, and fences do not connect to barriers. Other blocks can be built on barriers like on any other block.",
|
||||
_doc_items_usagehelp = "When you hold a barrier in hand, you reveal all placed barriers in a short distance around you.",
|
||||
drawtype = "airlike",
|
||||
paramtype = "light",
|
||||
inventory_image = "default_barrier.png",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue