Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
Divran committed Jan 18, 2024
1 parent 5e05a54 commit 1a14b2b
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions tutorials/configswitcher_enderio/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,34 @@ <h4>Step 2</h4>

<p>
Place a storage cell in the ME chests and then place a circuit (or other non-consumed item) in the storage cell.
<a href="tutorials/configswitcher_enderio/2.jpg" class="mt-1 d-block" target="_blank">
<img src="tutorials/configswitcher_enderio/2.jpg" class="tutorial-img" style="max-height:100px;" />
</a>
<div class="mt-1">
<a href="tutorials/configswitcher_enderio/2.jpg" target="_blank">
<img src="tutorials/configswitcher_enderio/2.jpg" class="tutorial-img" style="max-height:100px;" />
</a>
</div>
</p>

<h4>Step 3</h4>

<p>
Place an enderio conduit on the front side of the ME chest (the side with the black square on it) and configure it as the image shows.
<br/> Grab the storage cell from inside the ME chest with the non-consumed item still inside and use that to set the config.
<a href="tutorials/configswitcher_enderio/3.jpg" class="mt-1 d-block" target="_blank">
<img src="tutorials/configswitcher_enderio/3.jpg" class="tutorial-img" style="max-height:100px;" />
</a>
<div class="mt-1">
<a href="tutorials/configswitcher_enderio/3.jpg" target="_blank">
<img src="tutorials/configswitcher_enderio/3.jpg" class="tutorial-img" style="max-height:100px;" />
</a>
</div>
</p>

<h4>Step 4</h4>

<p>
Repeat this for all ME chests in your tower/line
<a href="tutorials/configswitcher_enderio/4.jpg" class="mt-1 d-block" target="_blank">
<img src="tutorials/configswitcher_enderio/4.jpg" class="tutorial-img" style="max-height:200px;" />
</a>
<div class="mt-1">
<a href="tutorials/configswitcher_enderio/4.jpg" target="_blank">
<img src="tutorials/configswitcher_enderio/4.jpg" class="tutorial-img" style="max-height:200px;" />
</a>
</div>
</p>
</div>
</div>
Expand All @@ -76,9 +82,11 @@ <h4>Step 5</h4>

<p>
Optionally, if your recipes have both fluids and items, you can use a setup like the one shown here:
<a href="tutorials/configswitcher_enderio/6.jpg" class="my-1 d-block" target="_blank">
<img src="tutorials/configswitcher_enderio/6.jpg" class="tutorial-img" style="max-height:150px;" />
</a>
<div class="my-1">
<a href="tutorials/configswitcher_enderio/6.jpg" target="_blank">
<img src="tutorials/configswitcher_enderio/6.jpg" class="tutorial-img" style="max-height:150px;" />
</a>
</div>
Note that this will not work for fluid-only recipes, which requires a slightly more complex setup.<br/>
All I'll say here about that is that the easiest way to do that is to place a fluid detector cover on the input hatch and use that to tell the enderio conduit to pull the cell out once the fluid is gone.
</p>
Expand All @@ -97,13 +105,17 @@ <h4>Step 6</h4>
You are now done.<br/><br/>

To scale up the setup, you have two main methods. Either connect the enderio conduit to more than one group of machines like this:
<a href="tutorials/configswitcher_enderio/7.jpg" class="my-1 d-block" target="_blank">
<img src="tutorials/configswitcher_enderio/7.jpg" class="tutorial-img" style="max-height:150px;" />
</a>
<div class="my-1">
<a href="tutorials/configswitcher_enderio/7.jpg" target="_blank">
<img src="tutorials/configswitcher_enderio/7.jpg" class="tutorial-img" style="max-height:150px;" />
</a>
</div>
Or, you can build a tower of machines, then place one advanced stocking bus every 2 blocks all along the tower like so:
<a href="tutorials/configswitcher_enderio/8.jpg" class="my-1 d-block" target="_blank">
<img src="tutorials/configswitcher_enderio/8.jpg" class="tutorial-img" style="max-height:200px;" />
</a>
<div class="my-1">
<a href="tutorials/configswitcher_enderio/8.jpg" target="_blank">
<img src="tutorials/configswitcher_enderio/8.jpg" class="tutorial-img" style="max-height:200px;" />
</a>
</div>
The reason you want two ME chests at the bottom like this is because it allows one ME chest to be processed while the other is being swapped out, reducing downtime.<br/>
I find that the second method is more useful and more powerful. Technically you can also combine them.
</p>
Expand Down

0 comments on commit 1a14b2b

Please sign in to comment.