/pyMCdyes

An interactive python script that lets you explore 4 million+ leather dye recipes for Minecraft - instantly

Primary LanguagePython

#pyMCdyes - An interactive python script that lets you explore 4 million+ leather dye recipes for Minecraft - instantly.

pyMCdyes is an interactive python script for exploring just slightly more than 4 million pre-calculated dye color recipes for dyeing leather armor in Minecraft. For more information about why I believe this to be 99.99999%+ of the possible colors you can reach, please visit: http://pudquick.github.com/pyMCdyes/

##How to Use Assuming you have python 2.6.x-2.7.x (haven't tested it with 3.x), download the script and the associated .zip file and place them in the same directory.

Then simply type this to start exploring colors: python pymcdyes.py

##For Developers There are some basic functions in the script and you're more than welcome to use the dataset contained within the .zip file. Unfortunately the pyMCdyes script generates, at load, a portion of the information necessary to decode the dataset (base_mods and base_colors). I would distribute those as well, but it would easily (even compressed) triple the download size of this project. If you have questions about the technical nature of the dataset / how I did this, feel free to contact me via github or r/minecraft.

(If you do decide to use all or a portion of my work elsewhere, I would appreciate a credit with my name.)

##Credits

  • pyMCdyes is written by pudquick@github

##License

pyMCdyes is released under a standard MIT license.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.