BeaconCalculator
A library for finding the best approximation of a color using a Minecraft beacon.
But why?
There are already some websites that do this, like the Minecraft Wiki and Minecraft.tools. But I wanted a solution which can be automated and something that I can embed in my own website. So here it is!
Quick example
Finding the best approximation of #FE2C54:
use find_combination_default;
find_combination_default;
Returns:
Some
For further information check out the docs.
Disclaimer
This project is not affiliated with, endorsed by, or associated with Microsoft or Mojang.