Industrial Display Plates deprecated

by Wyrrrd

Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers. ⚠ This mod is be deprecated, please go over to https://mods.factorio.com/mod/DisplayPlates. ⚠

Utilities
1 year, 6 months ago
0.18 - 1.1
15.6K

i Dectorio Tab

4 years ago

Would it be possible to have the plates in the Dectorio Tab if the Mod is installed?

4 years ago

I've done this already in a mod I made for personal use. Something like this in the data.lua file should work just fine:

if mods ["Dectorio"] then
if data.raw["item-group"]["dectorio"] then
data.raw["item-subgroup"]["display-plates"].group = "dectorio"
end
end

4 years ago

Good idea. Since this is an enhancement, I will bundle it with the upcoming GUI overhaul I have planned and will not release a separate version for it. Be patient :)
Also, I think it is reasonable to activate it only by a non-default configuration checkbox, since some may want to keep it in the default tab even with Dectorio enabled.

4 years ago

Text plates does this already so I got thinking why not this too.

4 years ago

Added in 0.18.2.