Description
A rustic brick, glass, and wood greenhouse perfect for any cozy, overgrown setting.
Just put a few potted plants inside, some grass and vines outside, and in seconds you'll have a greenhouse that looks like it's been sitting there, barely attended to, for years.
Also, this is my first schematic uploaded to this site, I'm mainly just sharing this as a test :P
Related Schematics

Hex Up Down Counter
A small configurable Up Down resetable counter

Singular RCA Adder
A singular RCA adder of one of many designs. Includes inputs A and B, CIN, and COUT. CIN is the side input, COUT is the two-colored 4-long wire, and A and B are the levers at the back. RCA adder designs are great for redstone beginners - they are simple to explain, build, and use. However, there is a drawback: RCA has a delay for each adder you add. Each adder has to wait for the last to finish. That is where 'Ripple Carry Adder' gets it's name. It ripples. This means that not every calculation will take the same amount of time, and thus RCA is not recommended for applications with sensitive timings. If you do plan to use it in something with a clock, like a CPU, probably ensure that the clock is slow, as to give the RCA time. And for pipelined CPUs? Forget it.

ALU 16bit
16-bit ALU created by jezszymon, based on the 8-bit ALU created by dfgch.