Tweak item appearance of internal items

This commit is contained in:
Wuzzy 2019-12-09 22:32:40 +01:00
parent 47f7b21190
commit e09a72ed59
9 changed files with 15 additions and 8 deletions

View file

@ -130,6 +130,7 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
selection_box = pp_box_on,
groups = groups_on,
tiles = textures_on,
description = "",
mesecons = {receptor = { state = mesecon.state.on, rules = mesecon.rules.pplate }},
_doc_items_create_entry = false,