System13: (Possible) new multi-item sorter - and a sorting system for starter base to late mid-game.

  Рет қаралды 1,720

Elhedran

Elhedran

Күн бұрын

In this video I show a very small silent 1 wide tilable multi item sorter, and how to use it as part of a system that grows witht he player to support from starter bases to the late mid game.
The sorter is designed to fit in a single chunk to avoid the need for chunk loading, is silent (except for shulker unloading) and uses different sorting strategies so can best sort both dirt and netherite in the one system. This video is aimed at casual players who want something they can use right away that will support them over the longer term. For more advanced players, I recommend a cart based design in combination with a chunk loader.
Miazuma's video on the silo sorter used in this video:
• Overflow Redirection: ...
Very simple cart based sorter by Jonathan Lin:
• Minecraft: Double Hopp...
Benchmark cart based sorter by RaPsCaLLioN1138 and Inspector Talon:
• We fixed the input! Ca...
Pre-sorting by Miazuma (can be added at the end of the silo sorter and before the drop to the push sorters:
• What is Pre-Sorting ? ...
World Download:
elhedran-minecraft-public.s3....
Litematics
elhedran-minecraft-public.s3....
elhedran-minecraft-public.s3....
elhedran-minecraft-public.s3....
00:00 - Start
01:14 - Understanding Stage 1
03:49 - Understanding Stage 2
05:48 - Understanding Stage 3
11:07 - Step by Step Build

Пікірлер: 21
@elhedran
@elhedran 29 күн бұрын
I've updated the world download and schematics to include a non-stackable items sorter in the last silo slice before the push-based multi-item-sorter. Super simple, although I may not have found it without taking some inspiration from @Diche_little and a pre sorter design he shared with me. I'll look to doing an update video soon.
@matematikaadit
@matematikaadit 7 күн бұрын
That's a nice use of observer as an indicator when the sorter is running. Alternatively, if you're in experimental/snapshot version, you can also use crafter as indicator. Similar to observer, crafter also has blinking texture when it is powered. Got this idea from watching Xisuma in his Hermitcraft 10 Ep. 1159 (at around 5:48). There he put crafter on the floor as indicator when his storage systems are running. And because the crafter texture is similar to plank, it looks nice and subtle with his plank flooring.
@sebakat1993
@sebakat1993 25 күн бұрын
great system! I'm definitely trying it soon!
@TokyoNightGirl-fk4cn
@TokyoNightGirl-fk4cn 25 күн бұрын
💞Wow💗💗💙💗💗💗💗💗
@unorubbertoe
@unorubbertoe Ай бұрын
Meanwhile me with 300 allays
@bobhowell9752
@bobhowell9752 24 күн бұрын
Any idea to make stage 1 work in bedrock?
@elhedran
@elhedran 24 күн бұрын
No, sorry.
@bencekiss2341
@bencekiss2341 19 күн бұрын
What if I build it in 2 chunks? my base where I can put my storage room is on the border of chunks
@elhedran
@elhedran 19 күн бұрын
Good question. Most of the system is fine to back up a little, so as long as you don't spend a lot of time close to 10 chunks away, it will probably be fine. If it does get a lot of items backed up, some items may end up skipping the location they are meant to sort into. If it backs up even more (chests worth of items over an hour) the elevator will clog up and need to be unclogged by hand (e.g. items removed manually from the droppers)
@elhedran
@elhedran 19 күн бұрын
Or put another way, it will break in minor and easy to fix ways.
@bencekiss2341
@bencekiss2341 18 күн бұрын
@@elhedran and if i build 2 chunk loaders? Is that a solution?
@elhedran
@elhedran 18 күн бұрын
@@bencekiss2341 if you are going to build a chunk loader, there are better designs out there. Also one chunk loader will fully load 9 chunks, and load chunks enough for this design over 25 (5x5) chunks. But if you are going to add a chunk loader it's enough to have one and to trigger it from the signal changes on the elevators.
@jaehaerys9194
@jaehaerys9194 17 күн бұрын
Not a lot of chests for MIS though
@elhedran
@elhedran 17 күн бұрын
True. But if the player is happy to build a chunk loader, they are also better to use a cart MIS.
@Dich_little
@Dich_little Ай бұрын
Я видел похожую систему, но без шалкеров. Из минусов можно выделить, что у вас ограничено место для мульти сортировки, то есть у вас может быть только по 63 и не более. Система шалкеров. Она отделяет только шалкера? Если да, то что будет если положить ведро с водой, лавой и снегом? Вот эта верхняя линия воронок, которая предназначена для большого количества ресурсов одного типа. Я был удивлён. Это оказалось настолько просто и гениально. Спасибо.
@Dich_little
@Dich_little Ай бұрын
Я дурак. Обычные не складываемые предметы не попадут в систему шалкеров.
@elhedran
@elhedran Ай бұрын
A bucket of water would break the shulker emptier, but that is why there is a filter at the top of the elevator. This design does still need better pre filtering. Non stackable items should be separated out before the push based multi item sorters along the bottom, but I haven't worked out a good solution for that yet.
@gules3971
@gules3971 Ай бұрын
Maizuma Games has a really tiny presorter that separates nonstackables and shulker boxes from sortable that might be fairly simple to integrate. Excellent work on your ‘normal player’ sorting system! I know what I’ll be building in the future!
@elhedran
@elhedran Ай бұрын
@@gules3971 I think I know the one you mean. Not quite hopper speed when sorting unstackables but hopper speed for stackables. I've got an idea for a hopper speed separator, but will see whether Miazuma's fits better. An advantage of the Miazuma design is the shulker separator can be swapped for a chiselled bookshelf or brewing stand given shulkers are already separated in system 13.
@elhedran
@elhedran Ай бұрын
Yes, I think the Maizuma one is the one to go with, only with a chisled bookshelf instead of a shulker (so last silo is unstackable, and second last column is books, or potions if using a brewing stand). The fact it isn't quite hopper speed when dealing with unstackables shouldn't matter, would need something like 200 unstackable items in a row (or possibly more) in order to get it to back up across the entire silo sorter before it impacted the dropper elevator. Not sure who would rock up with an inventory of 200 unstackable items and expect to put it in a sorter. I'll think about doing an "optional extra" video some time - but almost certainly going to use it in the one on my survival world
I Built an Auto Storage System for Every Item in Minecraft (#9)
21:11
Sending minecarts through unloaded chunks
11:55
Elhedran
Рет қаралды 6 М.
蜘蛛侠这操作也太坏了吧#蜘蛛侠#超人#超凡蜘蛛
00:47
超凡蜘蛛
Рет қаралды 45 МЛН
Normal vs Smokers !! 😱😱😱
00:12
Tibo InShape
Рет қаралды 8 МЛН
minecraft build ville moderne #1
1:02:45
Grafity80
Рет қаралды 8
Silent Super Smelter - 16 (32) Furnace
18:45
Elhedran
Рет қаралды 711
System 13 - something was missing!
2:16
Elhedran
Рет қаралды 135
69 Goals To Aim For In Minecraft Survival
27:59
ibxtoycat
Рет қаралды 2 МЛН
Better Compressed Storage: Just Awesome. | Minecraft 1.19+/1.20+
21:34
200IQ заключенный #фильм
0:57
CutTheStories
Рет қаралды 6 МЛН
coppie di brawler #brawlstars #brawl #supercell #gaming #perte
0:25
OHIO CatNap & TV Woman & Pomni Alarm clock
0:15
Banana D.
Рет қаралды 8 МЛН