OgelGames / beacon

A redo of the Minetest beacon mod by AgentNagel42 (WIP)
Other
4 stars 3 forks source link

Auto adjust radius when upgrades are added #22

Open SwissalpS opened 2 years ago

SwissalpS commented 2 years ago

The process is already quite simple:

  1. place beacon
  2. add upgrades
  3. append a number to radius -> it is rounded down

I've been wondering if it would be hard to implement that radius is automatically increased as the upgrades are added. When removing them, it already is decreased.

In my usage, upgrading is mainly to add radius. It is very rare that I do it for higher level feature and then reduce radius.

Thanks for thoughts.

OgelGames commented 2 years ago

I decided against it when I was writing the mod, because it could override a user's choice - the previously set radius.

Maybe it should be changed to automatically increase the range, but I'm not sure yet, it would be nice to hear some other opinions.