Add piston and pressure plate help

This commit is contained in:
Wuzzy 2017-03-11 04:12:55 +01:00
parent ff6e4d5a83
commit ffb2f7008d
2 changed files with 8 additions and 0 deletions

View file

@ -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,