1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-14 02:34:09 +02:00

luacheckrc: new prototypes

This commit is contained in:
Gerkiz 2024-09-25 19:20:34 +02:00
parent 634272de14
commit ba808c205b

View File

@ -449,6 +449,28 @@ stds.factorio_control = {
tile_prototypes = { read_only = true, other_fields = true },
virtual_signal_prototypes = { read_only = true, other_fields = true }
}
},
prototypes = {
other_fields = false,
read_only = false,
fields = {
style = { read_only = true, other_fields = true },
entity = { read_only = true, other_fields = true },
item = { read_only = true, other_fields = true },
fluid = { read_only = true, other_fields = true },
tile = { read_only = true, other_fields = true },
equipment = { read_only = true, other_fields = true },
damage = { read_only = true, other_fields = true },
virtual_signal = { read_only = true, other_fields = true },
equipment_grid = { read_only = true, other_fields = true },
recipe = { read_only = true, other_fields = true },
technology = { read_only = true, other_fields = true },
decorative = { read_only = true, other_fields = true },
particle = { read_only = true, other_fields = true },
autoplace_control = { read_only = true, other_fields = true },
quality = { read_only = true, other_fields = true },
}
}
},
globals = {