Skip to content

This project is just for fun, please feel free to become part of this project!

Notifications You must be signed in to change notification settings

LudwigBooysen/MC-ColoredBricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Features

🌟🌟🌟

  • 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.

Minecraft Colored Bricks v1.0.0

🧱 🧱 🧱

INDEX

How it works

❓❓❓
Crafting

You will be able to craft the different colored bricks by using their similar color dye.
(Missing Crafting Image)

Functionality

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)

Goals
🎯🎯
  1. Adding all the color brick options
  2. Multiple color concrete options (e.g. redbricks with green concrete)
  3. Improve on functionality
  4. Expand to mod packs (Java)
Suggestions
🤷🏻‍♂️🤷🏻‍♂️
  1. Ideas for a paintbrush type mod even, coloring other blocks as well.
  2. White concrete option with the black concrete option

Sources

📃📃📃

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.

Color HEX State
Black #1D1D21 #1D1D21 Added
Red #B02E26 #B02E26 Added
Green #5E7C16 #5E7C16 Added
Brown #835432 #835432 In Progress
Blue #3C44AA #3C44AA Added
Purple #8932B8 #8932B8 Added
Cyan #169C9C #169C9C Added
Light Gray #9D9D97 #9D9D97 In Progress
Gray #474F52 #474F52 Added
Pink #F38BAA #F38BAA Added
Lime #80C71F #80C71F In Progress
Yellow #FED83D #FED83D Added
Light Blue #3AB3DA #3AB3DA Added
Magenta #C74EBD #C74EBD Added
Orange #F9801D #F9801D Added
White #F9FFFE #F9FFFE Soon

A questionnaire will be handed out every week to choose the next 3 color bricks which I will be adding

Formula

➕➖➗

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

How to contribute

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.

Issue format

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!

About

This project is just for fun, please feel free to become part of this project!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published