Minecraft 1.5: Redstone Comparator Tutorial
POWERFUL & AFFORDABLE HOSTING:
https://revivenode.com/
Use promo code "TMS" for 10% off your first month!
------------------------------------------------------------------------------------ Hey guys its axel178 and this is a Redstone Comparator Tutorial, hopefully by the end of this video you learn how to use this neat device, for more information on it check out: http://www.minecraftwiki.net/wiki/Redstone_Comparator
Equations
signal strength = truncate(1 + (number of items in container / (total slots in container * 64)) * 14)
Example: 300 blocks in a dispenser (which has 9 slots) produces output with a signal strength of 8:
1 + (300/(9*64))*14 = 8.292, truncated is 8
items required = max(desired signal strength, roundup((total slots in container * 64 / 14) * (desired signal strength - 1) ) )
Example: To use a furnace (which has 3 slots) to create a strength 9 signal, you need 110 items:
max(8, (3*64/14)*(9-1)) = 109.714, rounded up is 110
Other Videos By TheMineShack
Other Statistics
Minecraft Statistics For TheMineShack
TheMineShack presently has 3,586,257 views for Minecraft across 452 videos, and roughly 3 days worth of Minecraft videos were uploaded to his channel. This makes up 67.90% of the content that TheMineShack has uploaded to YouTube.