Update trapdoor help
This commit is contained in:
parent
bb0123c789
commit
bf57c48245
2 changed files with 4 additions and 4 deletions
|
@ -205,7 +205,7 @@ minetest.register_craft({
|
|||
|
||||
mcl_doors:register_trapdoor("mcl_doors:trapdoor", {
|
||||
description = "Wooden Trapdoor",
|
||||
_doc_items_longdesc = "Wooden trapdoors are horizontal barriers which can be opened and closed by hand or a redstone signal. They occupy the upper or lower part of a block, depending on how they have been placed.",
|
||||
_doc_items_longdesc = "Wooden trapdoors are horizontal barriers which can be opened and closed by hand or a redstone signal. They occupy the upper or lower part of a block, depending on how they have been placed. When open, they can be climbed like a ladder.",
|
||||
_doc_items_usagehelp = "To open or close the trapdoor, rightclick it or send a redstone signal to it.",
|
||||
tiles = {"door_trapdoor.png"},
|
||||
wield_image = "door_trapdoor.png",
|
||||
|
@ -231,7 +231,7 @@ minetest.register_craft({
|
|||
|
||||
mcl_doors:register_trapdoor("mcl_doors:iron_trapdoor", {
|
||||
description = "Iron Trapdoor",
|
||||
_doc_items_longdesc = "Iron trapdoors are horizontal barriers which can only be opened and closed by redstone signals, but not by hand. They occupy the upper or lower part of a block, depending on how they have been placed.",
|
||||
_doc_items_longdesc = "Iron trapdoors are horizontal barriers which can only be opened and closed by redstone signals, but not by hand. They occupy the upper or lower part of a block, depending on how they have been placed. When open, they can be climbed like a ladder.",
|
||||
tiles = {"iron_trapdoor.png"},
|
||||
wield_image = "iron_trapdoor.png",
|
||||
groups = {pickaxey=1, mesecon_effector_on=1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue