0% found this document useful (0 votes)
264 views2 pages

Conduits Refined Storage

This document contains recipes for crafting items that integrate with Refined Storage in Ender IO, including conduits, upgrades, and crafting speed modifiers. The recipes define the crafting grids and output items. Comments at the top explain that this file cannot be modified and recipes must be copied to a user file to make changes.

Uploaded by

Glitch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
264 views2 pages

Conduits Refined Storage

This document contains recipes for crafting items that integrate with Refined Storage in Ender IO, including conduits, upgrades, and crafting speed modifiers. The recipes define the crafting grids and output items. Comments at the top explain that this file cannot be modified and recipes must be copied to a user file to make changes.

Uploaded by

Glitch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

<?xml version="1.0" encoding="UTF-8"?

>
<enderio:recipes xmlns:enderio="http://enderio.com/recipes" xmlns:xsi="http://www.w3.
org/2001/XMLSchema-instance" xsi:schemaLocation="http://enderio.com/recipes recipes.
xsd ">

<!--

These are the built-in recipes. You cannot change this file, it is a
reference for you only and will be generated every time the game starts.

To make changes to the recipes, copy the recipes you want to change to
a file in the 'user' folder. To disable a recipe, add an attribute "disabled"
and set it to true, e.g.: <recipe name="Gear" disabled="true" />

You can also disable all built-in recipes with the setting "loadCoreRecipes"
in the Ender IO config file, so that only your files in the 'user' folder will
be loaded. Please be advised that a number of recipes are absolutely needed,
so you will have to copy those over into a 'user' file for the game to load.

Item specifications can reference an alias, an ore dictionary name, a


block or an item. You can force the type by prefixing the value with
"oredict:", "block:" or "item:". Recipes that have items that cannot be
found in-game are either skipped or an error, depending on their "required"
attribute.

More information on the syntax can be found in the recipes.xsd file. An


XML editor will display that as tooltips when editing this file.

-->

<recipe name="Conduit, Refined Storage" required="true">


<crafting>
<grid>
<item name="CONDUIT_BINDER" /><item name="CONDUIT_BINDER" /><item name="
CONDUIT_BINDER" />
<item name="refinedstorage:quartz_enriched_iron" /><item name="refinedstorage:
processor:4" /><item name="refinedstorage:quartz_enriched_iron" />
<item name="CONDUIT_BINDER" /><item name="CONDUIT_BINDER" /><item name="
CONDUIT_BINDER" />
</grid>
<output name="enderio:item_refined_storage_conduit" amount="8">
</output>
</crafting>
</recipe>

<recipe name="Upgrade, Conduit, Refined Storage" required="true">


<crafting>
<grid>
<item name="CONDUIT_BINDER" /><item name="refinedstorage:cable" /><item name="
CONDUIT_BINDER" />
<item name="refinedstorage:cable" /><item name="refinedstorage:processor:4"
/><item name="refinedstorage:cable" />
<item name="CONDUIT_BINDER" /><item name="refinedstorage:cable" /><item name="
CONDUIT_BINDER" />
</grid>
<output name="enderio:item_refined_storage_conduit" amount="8">
</output>
</crafting>
</recipe>

<recipe name="Refined Storage Crafting Upgrade" required="true">


<crafting>
<grid>
<item name="itemSilicon" /><item name="itemSilicon" /><item name="itemSilicon"
/>
<item name="ELECTRICAL_STEEL" /><item name="refinedstorage:upgrade:3" /><item
name="ELECTRICAL_STEEL" />
<item name="ELECTRICAL_STEEL" /><item name="ELECTRICAL_STEEL" /><item name="
ELECTRICAL_STEEL" />
</grid>
<output name="enderio:item_rs_crafting_upgrade">
</output>
</crafting>
</recipe>

<recipe name="Refined Storage Crafting Speed Upgrade" required="true">


<crafting>
<shapeless>
<item name="enderio:item_rs_crafting_upgrade" /><item name="enderio:
item_extract_speed_upgrade" />
</shapeless>
<output name="enderio:item_rs_crafting_speed_upgrade">
</output>
</crafting>
</recipe>

<recipe name="Refined Storage Crafting Speed Downgrade" required="true">


<crafting>
<shapeless>
<item name="enderio:item_rs_crafting_upgrade" /><item name="enderio:
item_extract_speed_downgrade" />
</shapeless>
<output name="enderio:item_rs_crafting_speed_downgrade">
</output>
</crafting>
</recipe>
</enderio:recipes>

You might also like