So how exactly does that work? The christmas tree has several blocks of those that seem to show different parts or different sides of the brick, what's what even?
So how exactly does that work? The christmas tree has several blocks of those that seem to show different parts or different sides of the brick, what's what even?
Below is the layout for the pine tree. It's shown from a topdown view. Each character is a 1x1F section of the brick. Each paragraph(or whatever you want to call it) of characters is a row of studs. I've commented this a little to help you understand it.
6 6 22 //This is the brick's dimensions. 6x6 wide and 22 1x1F bricks tall. Because of this each line is going to have 6 characters, we're going to have 6 paragraphs of characters, and each paragraph is going to have 22 lines.
SPECIAL //This is just saying that it's not just a regular joe, cuboid brick. If we put BRICK instead, everything after this would be ignored and it would be a regular 6x6x22(the 22 would be in plates) brick.
------
------
------
------
------
------
------
------
------
------
------
------
------ //Barely into the tree at all.
--XX-- //Just block off a little bit.
-XXXX-
-XXXX-
------
------
------
------
------
------
------
------
------
------
------
------
------ //Getting a little deeper into the tree.
--XX--
--XX--
--XX--
-XXXX-
-XXXX-
-XXXX-
-XXXX-
XXXXXX
XXXXXX
------ //Not at the base and trunk of the tree yet.
------
------
------
------
------
--XX-- //Top of the tree
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
XXXXXX //Widest part of the tree.
XXXXXX //Widest part of the tree.
XXXXXX //Widest part of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--dd-- //Base of the tree.
--XX-- //Top of the tree
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
--XX-- //Getting to the top of the tree.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
-XXXX- //Tree is getting narrower.
XXXXXX //Widest part of the tree.
XXXXXX //Widest part of the tree.
XXXXXX //Widest part of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--XX-- //Trunk of the tree.
--dd-- //Base of the tree.
------
------
------
------
------
------
------ //Getting farther away from the center of the tree.
--XX--
--XX--
--XX--
-XXXX-
-XXXX-
-XXXX-
-XXXX-
XXXXXX
XXXXXX
------ //We've passed the part with the base and trunk
------ //So we can let them place bricks here now.
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------
------ //Almost out of the tree.
--XX-- //Not much left to block off.
-XXXX-
-XXXX-
------
------
------
------
------
------
Hope this helps. I can give you a visual representation too if you need it.