https://github.com/randomgamingdev/mc_block_color_mapper
Python scripts & libraries for generating and mapping the average colors for each of the Minecraft blocks
https://github.com/randomgamingdev/mc_block_color_mapper
average average-calculator cli data data-generator documented-api extract extract-data extractor fast minecraft python3 simple small texture texture-pack textures
Last synced: 3 months ago
JSON representation
Python scripts & libraries for generating and mapping the average colors for each of the Minecraft blocks
- Host: GitHub
- URL: https://github.com/randomgamingdev/mc_block_color_mapper
- Owner: RandomGamingDev
- License: mit
- Created: 2024-01-21T18:26:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:34:46.000Z (over 1 year ago)
- Last Synced: 2024-01-21T19:45:53.770Z (over 1 year ago)
- Topics: average, average-calculator, cli, data, data-generator, documented-api, extract, extract-data, extractor, fast, minecraft, python3, simple, small, texture, texture-pack, textures
- Language: Python
- Homepage: https://randomgamingdev.github.io/EzDok/#v1/%22https://raw.githubusercontent.com/RandomGamingDev/mc_block_color_mapper/main/documentation.dok%22/0/
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mc_block_color_mapper
mc_block_color_mapper's a collection of Python scripts & libraries for generating and mapping the average colors for each of the Minecraft blocks which is perfect for certain projects for Minecraft related sites, AI projects, etc.!
[blockmodel_avgs.csv](https://github.com/RandomGamingDev/mc_block_color_mapper/blob/main/blockmodel_avgs.csv) was generated for 1.20.4, but you'll have to regenerate for the version you want to use if you want to use a different version.
The documentation is here: https://randomgamingdev.github.io/EzDok/#v1/%22https://raw.githubusercontent.com/RandomGamingDev/mc_block_color_mapper/main/documentation.dok%22/0/
and contains the steps for how to use it and documentation for the scripts and library, with the `mapper_example.py` script acting as both a CLI version of the `blockmodel_avgs_generator.py` library and an example for how to use it!