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,
|
groups = groups_off,
|
||||||
is_ground_content = false,
|
is_ground_content = false,
|
||||||
description = description,
|
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,
|
pressureplate = ppspec,
|
||||||
on_timer = pp_on_timer,
|
on_timer = pp_on_timer,
|
||||||
sounds = sounds,
|
sounds = sounds,
|
||||||
|
|
Loading…
Reference in New Issue