Minecraft automatic sorter that allows you to adjust what and how many stacks to store for each type of item.
- One chest, one type, is too scanty.
- I want to manage up to 54 types in 1 large chest.
- You can do things like, âLetâs save only five stacks of sand and automatically glass the rest.â
Basic Structure
- Stack the parts vertically, âIf you can put it in the chest, put it in; if you canât, pass it to the hopper below.â
Chapter 1: Using the hopper for storage
.
- What you can do in this chapter:.
- Automatic sorter for up to 5 stacks, can be connected
- No need for Redstone.
Hopper sucks and feeds one object with 8 ticks
- A tick is 0.1 second.
- (There are two types of redstone ticks and game ticks, but we will only talk about redstone ticks here.)
If a hopper X containing one item has a hopper Y below it that can suck up that item, the sucking up of Y takes precedence over the feeding of X.
- So in this figure, if five stacks of carrots are placed in the top chest, none will be placed in the right chest and all will go into the bottom hopper.
- (Some of the worldâs explanations for the 50/50 split are based on putting things directly into the hopper.)
The simplest automatic sorting is to use this âlower hopperâ as a chest that holds only 5 stacks.
- It sucks up only when it can, so if you fill the frame with things you want to put in beforehand, it will suck up only those things.
- Does not require Redstone.
It can be extended as many times as you want.
- The chest on the right holds âstuff that didnât fit anywhere elseâ.
Up to 5 stacks with 2 hoppers per unit, can be done with 5 of the same type or 5 of each different type.
- This is particularly effective in the shopping area, where what villagers buy can be stored in a hopper near the villagers.
If you want to reduce the amount you receive by more than 5 stacks
- Just put in something that doesnât flow, or doesnât get stuck, or is plentiful and can get stuck.
- Many explanations in the world write ânamed stick,â but that is because it must be something that does not flow when a comparator is used. In this case, there is no need for a ânamed stickâ at all because a comparator is not used
- For example, if you are short of resources in the early stages, you can use spiderâs eyes, which are âthings you want to keep for future use but donât plan to use in the immediate future,â or soil that you have in abundance.
- No stacks of stone tools and other tools that you had to buy to grow the tool forge, and if you have enough iron to use the hopper for automatic sorting, you donât make it anymore, so itâs suitable for something that fills in the gaps.
Chapter 2: Redstone control of hopper and storage in chest
- What you can do in this chapter
- Automatic sorters with 54 stacks per unit
- Can also do â54 types, 1 stack each.â
- Redstone required
Hopper will not suck or send out a redstone signal when it receives a redstone signal.
-
However, it can be sucked out by the hopper below.
-
So the upper and lower hoppers are turned on and off with redstone to achieve âif you can put it in the right chest, put it in, if you canât, pour it into the lower hopperâ.
- Explained in two tiers, but can be connected up and down.
- If a dropper elevator is built, it can be connected in a myriad of lateral directions.
-
The first chapterâs method was âonly 5 stacksâ, but this one increases to 54 large chests per unit.
-
First write about the principle of Redstone Signal for that purpose.
Redstone Signal Transmission
.
- Blocks strengthened by repeaters can signal to adjacent blocks
- Repeater = Redstone Repetition Device
- Strengthening = to make a state in which strong power is transmitted, a term coined by
.
- However, this cannot be done with glass or other impermeable blocks.
- Strengthened blocks transmit signals in six directions, including up and down
- Powder can signal connected blocks.
- Powder = Redstone powder
- This is a different state from the aforementioned strengthening.
- Activation, also called âweakly powered stateâ
- Connection is not adjacency.
- Powder must be facing or on top of the block.
- The torch attached to the activated block goes off.
- Torch=Redstone torch
- This allows for logical negation.
V-shaped clock
.
-
Placing the blocks in a V-shape makes a compact clock circuit.
-
This is referred to as a V-shaped clock in the following
-
operating principles
- Let the three blocks be, from left to right, A, B, and C.
- First, the torch powers A.
- Thereby, one tick later, the repeater strengthens C
- C is strengthening and activates the powder below.
- Powderâs connecting B is activated.
- One tick later the torch on B goes off.
- The repeater input is turned off and C is turned off one tick later,
- Torch turns on after 1 tick.
- Let the three blocks be, from left to right, A, B, and C.
-
So this loop keeps pulsing 2 ticks on, 2 ticks off.
- The switch stops the pulse by keeping A constantly on. https://scrapbox.io/files/6130f76447a283001d370dc4.mp4
-
At first I forgot about the torch delay and thought it was one on, one off. - Logic Analyzer @ Micra.
-
After this, weâll pulse 5 ticks into the hopper, so weâll set the repeater delay to 4 ticks.
hopper behavior
.
- Hopper sucks up the top on the first tick and feeds it out on the fifth tick
- Some sites say itâs once every 8 ticks, but as of 2021-09-04, at least in BE, itâs not.
- So we need to run the hopper for at least 5 ticks.
- If the hopper has stuff on top, it sucks it up first, then feeds it out.
- So if there is always something on top, such as a chest placed on top, it will suck it up even when it is time to feed.
- This way, there is always one item left in the hopper, and no matter what timing you stop, you cannot prevent âitems that should not flow down from flowing downâ.
- So we need to limit the flow to â1 in 10 ticksâ with a dropper.
- If the hopper has stuff on top, it sucks it up first, then feeds it out.
adjustable capacity sorter
.
- https://scrapbox.io/files/613367e8574b8500231b91f0.mp4
- Items in the top left input chest flow through the hopper, those that fit in the top chest are in the top, and those that do not are in the bottom chest.
- structure
- 5 on 5 off signals are being sent from the off-screen V-shaped clock.
- The lower hopper is conveyed by reversing with a torch
- Tell the upper hopper by strengthening the block behind it with a repeater.
- Is the bottom of the repeater glass to keep the signal from being transmitted down? To prevent the signal from being transmitted from the torch to the side?
- Maybe it doesnât have to be glass because I havenât found a case where it would cause a problem.
- Is the bottom of the repeater glass to keep the signal from being transmitted down? To prevent the signal from being transmitted from the torch to the side?
- Both delays are one tick, so they are just reversed signals.
- Droppers flush items once every 10 ticks.
Hopper phasing
.
- Hopper sends an item once every 10 ticks, but this timing canât be anytime
- For example, if an item does not reach the first tick where the top hopper is on, but reaches the second tick, the top hopper turns off and the item sucked up there is sucked up into the bottom hopper before it can be placed in the chest. The result is that âitems that can be stored in the upper chest end up in the lower chestâ.
- In this configuration, the dropper is delaying the timing of the dropperâs movement across the repeater.
- Four ticks wouldnât work, five ticks would work.
- This is of course affected by the length of the hopper
- So itâs better to adjust with repeaters.
- When itâs failing, even if thereâs room in the top chest, it will go in the bottom chest, so just adjust the top chest so that things go in the top chest while pouring out as many things as you see fit.
- I can now produce it by calculation without trial and error here, see below.
Extended
.
- The first site I referred to had six vertical rows and two rows with dropper elevators.
- Made in Survival (Golem traps have already been created).
- Honestly, I could have 12 large chests 648 stacks of storage.
Hopper phasing 2
Chapter 3 Dropper Elevator A dropper elevator or dropper-type item elevator is a system that transports items upward by stacking them vertically with the dropperâs item ejection port facing upward.
There are so many articles that I donât need to explain them here, so I will omit them. https://n5v.net/dropper-item-elevator/
Chapter 4 Comparator Type Sorter
-
Automatic sorting chest that uses a comparator to put in only one type of item.
- Frankly, Iâd rather have a second chapter sorter because itâs bulky.
- And we need lots of comparators.
-
principle
- Prepare a hopper X that cannot be fed out and only sucks up one type of material.
- Get signal from hopper X with comparator
- Signal strength depends on the amount of stuff inside.
- When more contents are added, the signal moves the hopper under the X to suck them out.
- That hopper is connected to the chest.
- Now you can put only one set of things in the chest.
-
This article explains it in detail.
- [Micra Easier! Unbreakable New Type Sorter Integrated Version]
-
Advantages
- The sorting machine in Chapter 2 was one item per 10 ticks.
- This sorter is 1 item in 4 ticks.
- So itâs good to use this mechanism to suck up dirt, sand, and other things that tend to be in large quantities first.
- When the soil chest is full, throw it in the trash instead of pouring it into a downstream sorter.
- What and how much you want to keep depends on your style of play.
- For me personally, Iâm inclined to say âI donât want all the sand to be glass, but 5 stacks should be enough,â so I think the hopper-type sorter in Chapter 1 will suffice.
- Vegetables from automatic farms tend to be in large quantities, so this might be a good way to sort them.
This page is auto-translated from /nishio/çšźéĄăăšă«ćçŽæ°ăèȘżæŽă§ăăèȘćä»ćăæ© using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. Iâm very happy to spread my thought to non-Japanese readers.