maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
422 stars 124 forks source link

Ability to display beacon range #25

Open n-aspen opened 5 years ago

n-aspen commented 5 years ago

Displays activated beacons range preferably by setting coordinate position and base size allowing for the proposed location to be outside of render distance. Need to be able to display multiple at once and ideally set the color of each defined range.

I'm setting up a large beacon range that contains 80+ beacons and Photoshop is not the best tool when it comes to laying them out against a map.

maruohon commented 5 years ago

Beacon range overlay is planned, however that will be based on actual beacons in the world, and probably not really manually editable.

However for the task of laying out beacons on a grid, the better tool would probably be the also planned Grid overlay. I'm not sure of the final details yet, but the initial idea was to render a customizable sized box at each grid point. The initial motivation for this was an easy way to lay out torches on a grid pattern.

n-aspen commented 5 years ago

Oh awesome! Thanks for making this a great utility :D

maruohon commented 4 years ago

A Beacon Range overlay was added in the commit 59cce9c9ab831 for the 1.12.x LiteLoader version. It will come to the other 1.13.2+ versions when I do the next merge from 1.12, but as of now there is still no ETA on that.

mazunki commented 4 years ago

Is there any new ETA?

maruohon commented 4 years ago

Unfortunately no. The only way to "get it soon" would be to temporarily port it from the 1.12.2 version to 1.15.2 or whatever. But that would mean yet more time spent on something temporary and that would just further delay when the next actual proper updates from 1.12.2 can happen.

Wolkenfarmer commented 2 years ago

Works in 1.19.2 - can be closed, I think