Dear developers! On behalf of the builders and ordinary players in Mincraft, I would like you to finally add the ability to paint bricks in the colors of dyes. My personal opinion is that if you add this idea to the game, the demand for the brick block among players will increase! And especially will be happy to build lovers in survival or creative.
(I'm not a specialist in crafting blocks of course, but I hope you yourself will adjust the crafting recipe):
on a 3x3 crafting board, there should be 8 bricks and one dye (white in my case) around it. At the end, you should have 8 colored bricks that you can use to craft a colored brick block.
I brick I brick I brick I
I brick I dye white I brick I = White brick
I brick I brick I brick I
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#W#",
"###"
],
"key": {
"#": "minecraft:brick",
"W": "minecraft:white_dye"
},
"result": {
"id": "white_brick",
"count": 1
}
}
after that, you should craft white bricks as blocks (it's the same as crafting regular bricks, but using colored bricks)
Please sign in to leave a comment.
0 Comments