Skip to content

Creating an ES System

SeanOMik edited this page Jun 23, 2020 · 1 revision

Creating an ES System is simple, so you can make one early on when you don't have thousands of cobblestone to transfer over from chests.

First you need to make a ES System block:
esSystemRecipie

To store items you first need to make a drive. There are a few different sized drives. There's a 1k, 4k, 16k, and a 64k. Each one stores 1024 * [the number next to k] of items, so that means 1k stores 1024, and 4k stores 4096 items. The smaller the drive, the cheaper to craft. All drives have the same type amount: 128. The type amount is how many different items you can put in. Like 50 stone, and 2 diamonds will fill the drive items up to 52 and the types will be filled to 2.

Recipes for all different sizes of drives:
1kDriveRecipie 4kDriveRecipie 16kDriveRecipie 64kDriveRecipie

Now that we've made a system and a drive we can place the ES System block down. After it's placed, click on the glass pane named "Drives". In this window you can place your 1k drive and go back to the previous menu by clicking the paper named "Back".

After that you can put items into the system inside of the "Terminal" window. Enjoy!

Clone this wiki locally