- Customizable textures and functions, because of the easy-to-understand and open-source code.
- How my Minecraft data pack idea works and my goals for the project
- Original sources for where I got the information on the Minecraft facts.
- Formulas and calculated shading tricks for making the original texture.
- Steps for contribution and pull request procedures.
- Issuing format and recommendations.
INDEX
You will be able to craft the different colored bricks by using their similar color dye.
(Missing Crafting Image)
You will be able to right-click on the already colored, and placed, bricks to color its concrete color and after that change its concrete color to black, giving it an amazing decoration style!
(Missing Demonstration GIF)
- Adding all the color brick options
- Multiple color concrete options (e.g. redbricks with green concrete)
- Improve on functionality
- Expand to mod packs (Java)
- Ideas for a paintbrush type mod even, coloring other blocks as well.
- White concrete option with the black concrete option
They include a dyes section covering everything from obtaining them to even their Color values, Sounds, and Achievements! I used their statement about all the colored dyes and their default HEX values.
A questionnaire will be handed out every week to choose the next 3 color bricks which I will be adding
The default Minecraft bricks block texture has a set shading based on the red HEX value color, therefore I could use the normal values of the color and work out a relation between the shading in the colors.
Here is the formula in a step-by-step manner :
(S = shading; b = Basecolor (Value of HEX))
S1 = b
S2 = S1 - 8
S3 = S2 - 9
S4 = S3 - 6
S5 = S4 - 6
S6 = S5 - 3
Feel free to leave me suggestions for the code or even comments on them. You can contact me any way you prefer, check My Webite for more contact info! If you want this project to expand or be customized to your choice, feel free to contact me about that as well. (NOTE: Donating will prioritize your order!) Requesting a pull request might not even be needed as, if now, the project only has one branch but my response time is usually between 4-8 hours depending on the day.
BUG / PROBLEM: (report) (provide image if possible)
REASON (if known): (reason)
HOW YOU FOUND IT: (explanation)
RECOMMENDATION (optional): (suggestion)
This format is recommended as it helps define, verify, and help with filtering.
LABEL YOUR ISSUES CORRECTLY!