AE2 Implementation of the original brewing automation [AE2] Application Energy 2 (Applied Energistics 2) Minecraft Game

Minecraft version: 1.12.2

AE2 version: RV6-Stable-7

The design of the single input ingredients is from the tutorial of Wu Ang, but the inspiration of Wu Angwang comes from Ye Yuelianhua, and his design comes from The MindCrafters.www

Exterior

Red: main network; green: input raw materials, judgment of synthetic completion; blue: output finished products and stones used to mark

difficulty

① mark a thing to make the raw material input, otherwise it will not be judged that the synthesis is complete

② Use the ME standard sender to judge the synthesis

③ The storage bus uses only writing mode to avoid the impact of flame flour by the brewing table

1. Single input raw material design

The same design

The need for a single input is because the input multiple items will make the ME standard sender cannot determine whether it is synthetic, and the second raw material will be put into the brewing table.

The specific operation is as follows

Mark one stone (or other items) when writing and processing the model

ME interface use blocking mode

When the raw material is entered, the stone will be retained in the ME interface of the sub -network, and the input bus is used to complete the input bus back to the main network.

2. The synthesis of the sender and the storage bus is complete

There are several characteristics of the brewing table. The top surface is used to enter the brewing raw materials. The side is used to input water bottle and flame powder as energy. The bottom surface is used to output potions.

Use the sender to detect whether there is a brewed raw material (the top surface of the brewing table).

Another problem is that the brewing table needs to use flame powder as energy. At first I set up less than 68 items in the sender to send signals (the brewing table was kept 64 flame flour).The dealers are lightly extinguished, so that the input bus can be drawn out of the next raw material.(I have troubled me for a long time QWQ.) The solution is to set the storage bus on the side of the brewing table to only write mode, and the sender is set to less than one item to send a redstone signal.

As follows as follows

Storage bus on the side

Determine the synthetic sender

Input bus on the bottom surface of the brewing table, use the acceleration card to draw multiple items once to avoid getting stuck

The sender and input bus on the left are used to take out the stone in the sub -network ME interface

After that, I will start the second synthesis for the second time

I also wanted to use a sender to add a card to determine the drawn items, but it was too troublesome

The practicality may not be great, but provide some special automation to provide ideas

AE2 Forever God