Added power Orb and Lantern Deploy Range indicators - #2613
Conversation
Toosiii
commented
Jul 31, 2026
kevinthegreat1
left a comment
There was a problem hiding this comment.
Please don't create a new category for one config. It can go into helpers. Also the feature class should go in the helpers package. Also please don't create separate files for each config class. Please make sure the order in the config category matches the order of fields in the config.
You have a lot of duplicate code, you can clean that up a lot. Also, how does this handle deployables from other players? Please also remove the lots of extra empty lines.
There was a problem hiding this comment.
What is this class doing here?
There was a problem hiding this comment.
Please find a better place to put this instead of a new module.
There was a problem hiding this comment.
The question is if we want to see others or not?
As on now you the lates one placed will be shown
…eprCategory - Removed PowerOrbConfig.java (and the package-infos)- Removed RangeCircleRenderer.java - Moved Lantern Config into the existing structure - LanternDeployable Detects deployables from other players - Cleand Up