Fix pressure plate help typo

This commit is contained in:
Wuzzy 2017-03-14 06:00:39 +01:00
parent 3256ac1966
commit 5d53c6093e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +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.",
_doc_items_longdesc = "A pressure plate 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,