Add piston and pressure plate help
This commit is contained in:
parent
ff6e4d5a83
commit
ffb2f7008d
2 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,7 @@ function mesecon:register_pressure_plate(offstate, onstate, description, texture
|
|||
groups = groups_off,
|
||||
is_ground_content = false,
|
||||
description = description,
|
||||
_doc_items_longdesc = "A pressure place is a redstone component which supplies its surrounding blocks with redstone power while someone or something rests on top of it.",
|
||||
pressureplate = ppspec,
|
||||
on_timer = pp_on_timer,
|
||||
sounds = sounds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue