Dynmapic lights: Add custom entities light source via IMC
liach opened this issue ยท 6 comments
Currently there's no way to add new entity or armor light sources. It will be helpful if you could add some imc hooks which allow other mods to register some entity/armor light sources by entity name or item id. If you do not want to implement this I can make a pr for you.
What exactly are you asking for? Armor can be added to the PlayerSelfLight module, which also support FMLInterModComms commands to turn the player light on and off. EntityClassLightSource allows to make entire entity classes shine light, configurable by config.
I want to add default entity light source in mods. It may not be such a good idea to override the config directly, I think.
If you want custom light sources through dynamic lights, it is almost trivial to copy one of dynamic lights modules and just use my mod as library.