forked from VoxeLibre/VoxeLibre
Fix pressure plate help typo
This commit is contained in:
parent
3256ac1966
commit
5d53c6093e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue