mirror of
https://github.com/Adam-Ant/modpack_spring_17
synced 2025-07-16 06:36:18 +00:00
Initial config added
This commit is contained in:
348
src/config/AppliedEnergistics2/recipes/README.html
Normal file
348
src/config/AppliedEnergistics2/recipes/README.html
Normal file
@@ -0,0 +1,348 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title>Custom Recipes</title>
|
||||
<link rel="shortcut icon" type="image/x-icon"
|
||||
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuNWWFMmUAAACSSURBVDhPlZHLDYAwDEO7DWcunLsAWzBIN+toQS6xiNr0Z8kSafMeQoRRrvMQVMe9AMw5l25LLLwtsXCMsXRZUsPec1fiwY9IqT1DGwkuvTf2BNxX/BPgYvUTeKb4L7ALXBrdKd7+tnr2zjAr/mUkmcJMvVh/AtqFGSuxglvOOcxQYgXLMAOAgm2YSSkJqqOTEF4xoGOuk3A5dwAAAABJRU5ErkJggg==">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||
max-width: 80ch;
|
||||
}
|
||||
|
||||
div#content {
|
||||
/*position: relative;*/
|
||||
/*left: 25%;*/
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
padding: 15px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
div#content li {
|
||||
margin-bottom: 0.4em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
code {
|
||||
font-size: 13px;
|
||||
white-space: pre-wrap;
|
||||
padding: 1px 5px;
|
||||
font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
|
||||
background-color: #eee;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
word-wrap: break-word;
|
||||
line-height: 13px;
|
||||
}
|
||||
|
||||
nav {
|
||||
float: right;
|
||||
width: 40%;
|
||||
background: #eeeeee;
|
||||
font-size: 0.8em;
|
||||
padding-left: 15px;
|
||||
margin: 0 0 0.5em 0.5em;
|
||||
max-height: 200px;
|
||||
word-wrap: break-word;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 36px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
pre {
|
||||
border: 1px solid #CCC;
|
||||
background-color: #f6f6f2;
|
||||
word-wrap: normal;
|
||||
overflow: auto;
|
||||
font-size: 13px;
|
||||
padding: 5px;
|
||||
width: auto;
|
||||
max-height: 600px;
|
||||
margin-bottom: 1em;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
|
||||
display: block;
|
||||
white-space: pre;
|
||||
line-height: 1.3;
|
||||
border-spacing: 2px;
|
||||
text-align: left;
|
||||
color: #222;
|
||||
max-width: 1024px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0 0 10px;
|
||||
padding: 10px;
|
||||
background-color: #fff9e3;
|
||||
border-left: 2px solid #ffeb8e;
|
||||
quotes: none;
|
||||
line-height: 1.3;
|
||||
max-width: 1024px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #0c65a5;
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #30a7fc;
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<div id="header">
|
||||
<h1>Custom Recipes</h1>
|
||||
</div>
|
||||
|
||||
<div id="body">
|
||||
<nav role="navigation">
|
||||
<h2>Navigation</h2>
|
||||
<ul>
|
||||
<li><a href="#introduction">Introduction</a></li>
|
||||
<li><a href="#auto-generation">Auto-Generation</a></li>
|
||||
<li><a href="#modification">Recipe Modification</a></li>
|
||||
<ul>
|
||||
<li><a href="#item-references">Item References</a></li>
|
||||
<li><a href="#recipe-types">Recipe Types</a></li>
|
||||
<ul>
|
||||
<li><a href="#shapeless">Shapeless</a></li>
|
||||
<li><a href="#spahed">Shaped</a></li>
|
||||
<li><a href="#smelt">Smelt</a></li>
|
||||
<li><a href="#grind">Grind</a></li>
|
||||
<li><a href="#grindfz">Grindfz</a></li>
|
||||
<li><a href="#mekcrusher">Mekcrusher</a></li>
|
||||
<li><a href="#mekechamber">Mekechamber</a></li>
|
||||
<li><a href="#hccrusher">Hccrusher</a></li>
|
||||
<li><a href="#crusher">Crusher</a></li>
|
||||
<li><a href="#macerator">Macerator</a></li>
|
||||
<li><a href="#pulverizer">Pulverizer</a></li>
|
||||
<li><a href="#inscribe">Inscribe</a></li>
|
||||
<li><a href="#press">Press</a></li>
|
||||
</ul>
|
||||
<li><a href="#recipe-function">Recipe Function</a></li>
|
||||
<ul>
|
||||
<li><a href="#alias">Alias</a></li>
|
||||
<li><a href="#ore">Ore</a></li>
|
||||
<li><a href="#group">Group</a></li>
|
||||
<li><a href="#import">Import</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<h2 id="introduction">Introduction</h2>
|
||||
<p>This file is the README of Applied Energistics 2 for Custom Recipes. Applied Energistics 2 is extremely configurable and supports 100% customize-able
|
||||
recipes if desired. This page will direct you on how to get started. The entry file for the recipe system is <code>index.recipe</code>.</p>
|
||||
|
||||
<h2 id="auto-generation">Auto-Generation</h2>
|
||||
<p>AE2 will generate 2 folders in your AE2 configuration folder <code>config/AppliedEneristics2/</code>. One is <code>generated-recipes/</code> and the other is <code>user-recipes/</code>. Recipes will be automatically exported from AE2 into <code>generated-recipes/</code> on every start-up containing always the latest valid recipes. </p>
|
||||
<blockquote>
|
||||
You require file system permissions to generate the folders. Recipes will be loaded directly from AE2 if user has no permissions.
|
||||
</blockquote>
|
||||
|
||||
|
||||
<h2 id="recipe-modification">Recipe Modification</h2>
|
||||
<p>You can modify the recipes by copying over the recipes from <code>generated-recipes/</code> into <code>user-recipes/</code>. You do <b>not</b> need to copy over all files, but the ones you will be changing. AE2 will prefer loading a user recipe if one would replace a generated recipe.</p>
|
||||
<p>That way changed recipes by us are not overwriting your modified files.</p>
|
||||
|
||||
<h3 id="item-references">Item References</h3>
|
||||
<p>In Minecraft each item is referenced by a namespace and a name, for example all of minecrafts items use the namespace <code>minecraft</code>. A glass block would be <code>minecraft:glass</code>.</p>
|
||||
<p>The recipe system also exposes access to the oredictionary via a namespace, so you can use <code>oredictionary:glass</code> to use any type of glass.</p>
|
||||
|
||||
<h3 id="recipe-types">Recipe Types</h3>
|
||||
<p>Different recipe types are there to interface with specific machines or mods. Use a <code>,</code> to add a new row to the recipe.</p>
|
||||
|
||||
<h4 id="shapeless">Shapeless</h4>
|
||||
<ul>
|
||||
<li>crafted in a minecraft crafting table</li>
|
||||
<li>can take any shape as long as the inputs are correct</li>
|
||||
<li>takes up to 9 items as input</li>
|
||||
<li>outputs a single item as output, optionally with quantity</li>
|
||||
<li>Example: <code>Log -> Planks</code> recipe</li>
|
||||
<li>
|
||||
AE2: <br />
|
||||
<code>shapeless = minecraft:log -> 4 minecraft:planks</code>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="shaped">Shaped</h4>
|
||||
<ul>
|
||||
<li>crafted in a minecraft crafting table</li>
|
||||
<li>requires the specific shape</li>
|
||||
<li>takes up to 9 items as input</li>
|
||||
<li>outputs a single item as output, optionally with quantity</li>
|
||||
<li>Example: <code>8 Cobblestone -> Furnace</code> recipe</li>
|
||||
<li>
|
||||
AE2:
|
||||
<pre>shaped =
|
||||
minecraft:cobblestone minecraft:cobblestone minecraft:cobblestone,
|
||||
minecraft:cobblestone _ minecraft:cobblestone,
|
||||
minecraft:cobblestone minecraft:cobblestone minecraft:cobblestone
|
||||
-> minecraft:furnace</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="smelt">Smelt</h4>
|
||||
<ul>
|
||||
<li>items to be burned in furnaces</li>
|
||||
<li>takes 1 item as input</li>
|
||||
<li>takes 1 item as output, optionally with quantity</li>
|
||||
<li>Example: <code>Log -> Charcoal</code> recipe</li>
|
||||
<li>
|
||||
AE2: <br />
|
||||
<code>smelt = minecraft:log -> minecraft:coal:1</code>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="grind">Grind</h4>
|
||||
<ul>
|
||||
<li>items to be grinded in the grindstone</li>
|
||||
<li>takes 1 item as input</li>
|
||||
<li>takes 1 item as output, optionally with quantity</li>
|
||||
<li>Example: <code>Gravel -> Flint</code> recipe</li>
|
||||
<li>
|
||||
AE2: <br />
|
||||
<code>grind = minecraft:gravel -> minecraft:flint</code>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="grindfz">Grindfz</h4>
|
||||
<p>Same as <code>grind</code> for Factorization Grinder</p>
|
||||
|
||||
<h4 id="mekcrusher">Mekcrusher</h4>
|
||||
<p>Same as <code>grind</code> for Mekanism Crusher</p>
|
||||
|
||||
<h4 id="mekechamber">Mekechamber</h4>
|
||||
<p>Same as <code>grind</code> for Mekanism Enrichment Chamber</p>
|
||||
|
||||
<h4 id="hccrusher">Hccrusher</h4>
|
||||
<p>Same as <code>grind</code> for HydrauliCraft Crusher</p>
|
||||
|
||||
<h4 id="crusher">Crusher</h4>
|
||||
<p>Same as <code>grind</code> for RailCraft Crusher</p>
|
||||
|
||||
<h4 id="macerator">Macerator</h4>
|
||||
<p>Same as <code>grind</code> for IndustrialCraft Macerator</p>
|
||||
|
||||
<h4 id="pulverizer">Pulverizer</h4>
|
||||
<p>Same as <code>grind</code> for Thermal Expansion Pulverizer</p>
|
||||
|
||||
<h4 id="inscribe">Inscribe</h4>
|
||||
<ul>
|
||||
<li>used in the AE2 Inscriber</li>
|
||||
<li>takes 2 or 3 items as input, first item is the center item</li>
|
||||
<li>takes 1 item as output, optionally with quantity</li>
|
||||
<li>center item is consumed</li>
|
||||
<li>
|
||||
Example: duplicate logic processor plate <br />
|
||||
<code>Iron Block + Logic Processor Plate -> Logic Processor Plate</code>
|
||||
</li>
|
||||
<li>
|
||||
AE2:
|
||||
<pre>inscribe =
|
||||
minecraft:iron_block
|
||||
appliedenergistics2:ItemMaterial.LogicProcessorPress
|
||||
-> appliedenergistics2:ItemMaterial.LogicProcessorPress</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="press">Press</h4>
|
||||
<ul>
|
||||
<li>used in the AE2 Inscriber</li>
|
||||
<li>takes 2 or 3 items as input, first item is the center item</li>
|
||||
<li>takes 1 item as output, optionally with quantity</li>
|
||||
<li>all items are consumed</li>
|
||||
<li>
|
||||
Example: create logic processor <br />
|
||||
<code>Redstone + logic processor print + silicon print -> logic processor</code>
|
||||
</li>
|
||||
<li>
|
||||
AE2:
|
||||
<pre>press =
|
||||
minecraft:redstone
|
||||
appliedenergistics2:ItemMaterial.LogicProcessorPrint
|
||||
appliedenergistics2:ItemMaterial.SiliconPrint
|
||||
-> appliedenergistics2:ItemMaterial.LogicProcessor</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="recipe-function">Recipe Function</h3>
|
||||
<p>Adds convenience for easier recipe management.</p>
|
||||
|
||||
<h4 id="alias">Alias</h4>
|
||||
<ul>
|
||||
<li>creates a shorthand for a longer value</li>
|
||||
<li>
|
||||
AE2: alias <code>appliedenergistics2</code> to <code>ae2</code><br />
|
||||
<code>alias = ae2 -> appliedenergistics2</code>
|
||||
</li>
|
||||
<li><code>appliedenergistics2:ItemMaterial.LogicProcessorPrint</code> could be aliased to <code>ae2:ItemMaterial.LogicProcessorPrint</code></li>
|
||||
</ul>
|
||||
|
||||
<h4 id="ore">Ore</h4>
|
||||
<ul>
|
||||
<li>lets you add items into an ore dictionary value.</li>
|
||||
<li>
|
||||
AE2: add minecraft wool to OreDictionary as <code>blockWool</code><br />
|
||||
<code>ore = minecraft:wool:* -> blockWool</code>
|
||||
</li>
|
||||
<li>oredictioned items can be accessed as <code>oredictionary:blockWool</code> for example</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="group">Group</h4>
|
||||
<ul>
|
||||
<li>lets you create a item group for 1 or more inputs</li>
|
||||
<li>
|
||||
Example: define a common group for both different AE2 interfaces<br />
|
||||
<code>Block Interface + Part Interface = Interface</code>
|
||||
</li>
|
||||
<li>
|
||||
AE2: <br />
|
||||
<code>group = ae2:BlockInterface ae2:ItemPart.Interface -> interface</code>
|
||||
</li>
|
||||
<li>
|
||||
This also enables shortening annoying names for example<br />
|
||||
<code>group = ae2:ToolNetherQuartzWrench -> wrench</code>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="import">Import</h4>
|
||||
<ul>
|
||||
<li>lets you load an additional recipe file</li>
|
||||
<li>this works with subdirectories, but the path needs to be always a relative path to the root recipe directory</li>
|
||||
<li>
|
||||
AE2: import all recipes for stairs<br />
|
||||
<code>import = stairs.recipe</code>
|
||||
</li>
|
||||
<li>Any knowledge through <code>alias, ore, group</code> are carried over to the imported file</li>
|
||||
</ul>
|
||||
|
||||
<!--<pre>-->
|
||||
<!--Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.-->
|
||||
<!--</pre>-->
|
||||
<!--<blockquote>-->
|
||||
<!--A readme (or read me) fdsile contains information about other files in a directory or archive and is very commonly distributed with computer software.-->
|
||||
<!--</blockquote>-->
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -0,0 +1,2 @@
|
||||
alias=mc -> minecraft
|
||||
alias=ae2 -> appliedenergistics2
|
@@ -0,0 +1,8 @@
|
||||
shaped=
|
||||
ae2:quartz_block,
|
||||
ae2:quartz_block
|
||||
-> 2 ae2:quartz_pillar
|
||||
|
||||
shaped=
|
||||
ae2:quartz_block ae2:quartz_block
|
||||
-> 2 ae2:chiseled_quartz_block
|
@@ -0,0 +1,30 @@
|
||||
# Raw Storage Blocks
|
||||
shaped=
|
||||
oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz,
|
||||
oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz
|
||||
-> ae2:quartz_block
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalFluix oredictionary:crystalFluix,
|
||||
oredictionary:crystalFluix oredictionary:crystalFluix
|
||||
-> ae2:fluix_block
|
||||
|
||||
|
||||
# Pure Storage Blocks
|
||||
shaped=
|
||||
ae2:material.PurifiedNetherQuartzCrystal ae2:material.PurifiedNetherQuartzCrystal ae2:material.PurifiedNetherQuartzCrystal,
|
||||
ae2:material.PurifiedNetherQuartzCrystal _ ae2:material.PurifiedNetherQuartzCrystal,
|
||||
ae2:material.PurifiedNetherQuartzCrystal ae2:material.PurifiedNetherQuartzCrystal ae2:material.PurifiedNetherQuartzCrystal
|
||||
-> mc:quartz_block
|
||||
|
||||
shaped=
|
||||
ae2:material.PurifiedCertusQuartzCrystal ae2:material.PurifiedCertusQuartzCrystal ae2:material.PurifiedCertusQuartzCrystal,
|
||||
ae2:material.PurifiedCertusQuartzCrystal _ ae2:material.PurifiedCertusQuartzCrystal,
|
||||
ae2:material.PurifiedCertusQuartzCrystal ae2:material.PurifiedCertusQuartzCrystal ae2:material.PurifiedCertusQuartzCrystal
|
||||
-> ae2:quartz_block
|
||||
|
||||
shaped=
|
||||
ae2:material.PurifiedFluixCrystal ae2:material.PurifiedFluixCrystal ae2:material.PurifiedFluixCrystal,
|
||||
ae2:material.PurifiedFluixCrystal _ ae2:material.PurifiedFluixCrystal,
|
||||
ae2:material.PurifiedFluixCrystal ae2:material.PurifiedFluixCrystal ae2:material.PurifiedFluixCrystal
|
||||
-> ae2:fluix_block
|
@@ -0,0 +1,7 @@
|
||||
shaped=
|
||||
ae2:material.CertusQuartzCrystalCharged mc:iron_ingot
|
||||
-> 2 ae2:quartz_fixture
|
||||
|
||||
shaped=
|
||||
netherCrystal mc:iron_ingot
|
||||
-> ae2:light_detector
|
@@ -0,0 +1,7 @@
|
||||
import=decorative/certus.recipe
|
||||
import=decorative/crystals.recipe
|
||||
import=decorative/fixtures.recipe
|
||||
import=decorative/quartzglass.recipe
|
||||
import=decorative/skystone.recipe
|
||||
import=decorative/slabs.recipe
|
||||
import=decorative/stairs.recipe
|
@@ -0,0 +1,9 @@
|
||||
shaped=
|
||||
dustQuartz glass dustQuartz,
|
||||
glass dustQuartz glass,
|
||||
dustQuartz glass dustQuartz
|
||||
-> 4 ae2:quartz_glass
|
||||
|
||||
shaped=
|
||||
mc:glowstone_dust ae2:quartz_glass mc:glowstone_dust
|
||||
-> ae2:quartz_vibrant_glass
|
@@ -0,0 +1,11 @@
|
||||
smelt=
|
||||
ae2:sky_stone_block -> ae2:smooth_sky_stone_block
|
||||
|
||||
shapeless=
|
||||
ae2:smooth_sky_stone_block -> ae2:sky_stone_brick
|
||||
|
||||
shapeless=
|
||||
ae2:sky_stone_brick -> ae2:sky_stone_small_brick
|
||||
|
||||
shapeless=
|
||||
ae2:sky_stone_small_brick -> ae2:smooth_sky_stone_block
|
@@ -0,0 +1,31 @@
|
||||
shaped=
|
||||
ae2:chiseled_quartz_block ae2:chiseled_quartz_block ae2:chiseled_quartz_block
|
||||
-> 6 ae2:chiseled_quartz_slab
|
||||
|
||||
shaped=
|
||||
ae2:fluix_block ae2:fluix_block ae2:fluix_block
|
||||
-> 6 ae2:fluix_slab
|
||||
|
||||
shaped=
|
||||
ae2:quartz_pillar ae2:quartz_pillar ae2:quartz_pillar
|
||||
-> 6 ae2:quartz_pillar_slab
|
||||
|
||||
shaped=
|
||||
ae2:quartz_block ae2:quartz_block ae2:quartz_block
|
||||
-> 6 ae2:quartz_slab
|
||||
|
||||
shaped=
|
||||
ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block
|
||||
-> 6 ae2:sky_stone_slab
|
||||
|
||||
shaped=
|
||||
ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block
|
||||
-> 6 ae2:smooth_sky_stone_slab
|
||||
|
||||
shaped=
|
||||
ae2:sky_stone_brick ae2:sky_stone_brick ae2:sky_stone_brick
|
||||
-> 6 ae2:sky_stone_brick_slab
|
||||
|
||||
shaped=
|
||||
ae2:sky_stone_small_brick ae2:sky_stone_small_brick ae2:sky_stone_small_brick
|
||||
-> 6 ae2:sky_stone_small_brick_slab
|
@@ -0,0 +1,47 @@
|
||||
shaped=
|
||||
ae2:chiseled_quartz_block _ _,
|
||||
ae2:chiseled_quartz_block ae2:chiseled_quartz_block _,
|
||||
ae2:chiseled_quartz_block ae2:chiseled_quartz_block ae2:chiseled_quartz_block
|
||||
-> 4 ae2:chiseled_quartz_stairs
|
||||
|
||||
shaped=
|
||||
ae2:fluix_block _ _,
|
||||
ae2:fluix_block ae2:fluix_block _,
|
||||
ae2:fluix_block ae2:fluix_block ae2:fluix_block
|
||||
-> 4 ae2:fluix_stairs
|
||||
|
||||
shaped=
|
||||
ae2:quartz_pillar _ _,
|
||||
ae2:quartz_pillar ae2:quartz_pillar _,
|
||||
ae2:quartz_pillar ae2:quartz_pillar ae2:quartz_pillar
|
||||
-> 4 ae2:quartz_pillar_stairs
|
||||
|
||||
shaped=
|
||||
ae2:quartz_block _ _,
|
||||
ae2:quartz_block ae2:quartz_block _,
|
||||
ae2:quartz_block ae2:quartz_block ae2:quartz_block
|
||||
-> 4 ae2:quartz_stairs
|
||||
|
||||
shaped=
|
||||
ae2:sky_stone_block _ _,
|
||||
ae2:sky_stone_block ae2:sky_stone_block _,
|
||||
ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block
|
||||
-> 4 ae2:sky_stone_stairs
|
||||
|
||||
shaped=
|
||||
ae2:smooth_sky_stone_block _ _,
|
||||
ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block _,
|
||||
ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block
|
||||
-> 4 ae2:smooth_sky_stone_stairs
|
||||
|
||||
shaped=
|
||||
ae2:sky_stone_brick _ _,
|
||||
ae2:sky_stone_brick ae2:sky_stone_brick _,
|
||||
ae2:sky_stone_brick ae2:sky_stone_brick ae2:sky_stone_brick
|
||||
-> 4 ae2:sky_stone_brick_stairs
|
||||
|
||||
shaped=
|
||||
ae2:sky_stone_small_brick _ _,
|
||||
ae2:sky_stone_small_brick ae2:sky_stone_small_brick _,
|
||||
ae2:sky_stone_small_brick ae2:sky_stone_small_brick ae2:sky_stone_small_brick
|
||||
-> 4 ae2:sky_stone_small_brick_stairs
|
@@ -0,0 +1,21 @@
|
||||
group= oredictionary:itemIlluminatedPanel -> monitor
|
||||
group= ae2:interface ae2:part.Interface -> interface
|
||||
|
||||
group= ae2:certus_quartz_cutting_knife:* ae2:nether_quartz_cutting_knife:* -> knife
|
||||
group= ae2:certus_quartz_wrench ae2:nether_quartz_wrench -> wrench
|
||||
|
||||
group= ae2:cable_glass ae2:cable_covered ae2:cable_smart -> cable
|
||||
group= ae2:cable_dense -> densecable
|
||||
|
||||
group= mc:iron_ingot oredictionary:ingotCopper oredictionary:ingotTin oredictionary:ingotSilver oredictionary:ingotLead oredictionary:ingotBronze oredictionary:ingotBrass oredictionary:ingotNickel oredictionary:ingotInvar oredictionary:ingotAluminium -> metalIngots
|
||||
group= oredictionary:dustEnder oredictionary:dustEnderPearl -> dustEnder
|
||||
|
||||
group=oredictionary:blockGlass oredictionary:glass mc:glass -> glass
|
||||
group=oredictionary:wool mc:wool:* -> wool
|
||||
|
||||
group=oredictionary:crystalCertusQuartz oredictionary:crystalNetherQuartz ae2:material.CertusQuartzCrystalCharged -> crystalQuartz
|
||||
group=oredictionary:dustCertusQuartz oredictionary:dustNetherQuartz -> dustQuartz
|
||||
|
||||
group=oredictionary:crystalCertusQuartz ae2:material.CertusQuartzCrystalCharged ae2:material.PurifiedCertusQuartzCrystal -> certusCrystal
|
||||
group=oredictionary:crystalNetherQuartz ae2:material.PurifiedNetherQuartzCrystal -> netherCrystal
|
||||
group=oredictionary:crystalFluix ae2:material.PurifiedFluixCrystal -> fluixCrystal
|
@@ -0,0 +1,21 @@
|
||||
# Crash on Issues
|
||||
crash=false
|
||||
|
||||
# Hides Exceptions and just display messages.
|
||||
exceptions=false
|
||||
|
||||
# Error on Missing Items ( default is no because AE2 allows you to enable/disable items without modifying recipes. )
|
||||
erroronmissing=true
|
||||
|
||||
# Important, keep in this order
|
||||
import=aliases.recipe
|
||||
import=oredict.recipe
|
||||
import=groups.recipe
|
||||
|
||||
# All actual recipes
|
||||
import=decorative/index.recipe
|
||||
import=materials/index.recipe
|
||||
import=misc/index.recipe
|
||||
import=network/index.recipe
|
||||
import=processing/index.recipe
|
||||
import=tools/index.recipe
|
@@ -0,0 +1,35 @@
|
||||
shaped=
|
||||
oredictionary:ingotGold oredictionary:ingotIron _,
|
||||
oredictionary:dustRedstone ae2:material.CalcProcessor oredictionary:ingotIron,
|
||||
oredictionary:ingotGold oredictionary:ingotIron _
|
||||
-> 2 ae2:material.BasicCard
|
||||
|
||||
shaped=
|
||||
oredictionary:gemDiamond oredictionary:ingotIron _,
|
||||
oredictionary:dustRedstone ae2:material.CalcProcessor oredictionary:ingotIron,
|
||||
oredictionary:gemDiamond oredictionary:ingotIron _
|
||||
-> 2 ae2:material.AdvCard
|
||||
|
||||
shapeless=
|
||||
ae2:material.BasicCard certusCrystal
|
||||
-> ae2:material.CardCapacity
|
||||
|
||||
shapeless=
|
||||
ae2:material.BasicCard mc:redstone_torch
|
||||
-> ae2:material.CardRedstone
|
||||
|
||||
shapeless=
|
||||
ae2:material.AdvCard wool
|
||||
-> ae2:material.CardFuzzy
|
||||
|
||||
shapeless=
|
||||
ae2:material.AdvCard mc:redstone_torch
|
||||
-> ae2:material.CardInverter
|
||||
|
||||
shapeless=
|
||||
ae2:material.AdvCard fluixCrystal
|
||||
-> ae2:material.CardSpeed
|
||||
|
||||
shapeless=
|
||||
ae2:material.BasicCard oredictionary:craftingTableWood
|
||||
-> ae2:material.CardCrafting
|
@@ -0,0 +1,15 @@
|
||||
inscribe=
|
||||
oredictionary:ingotGold ae2:material.LogicProcessorPress
|
||||
-> ae2:material.LogicProcessorPrint
|
||||
|
||||
inscribe=
|
||||
ae2:material.PurifiedCertusQuartzCrystal ae2:material.CalcProcessorPress
|
||||
-> ae2:material.CalcProcessorPrint
|
||||
|
||||
inscribe=
|
||||
oredictionary:gemDiamond ae2:material.EngProcessorPress
|
||||
-> ae2:material.EngProcessorPrint
|
||||
|
||||
inscribe=
|
||||
oredictionary:itemSilicon ae2:material.SiliconPress
|
||||
-> ae2:material.SiliconPrint
|
@@ -0,0 +1,7 @@
|
||||
shaped=
|
||||
netherCrystal oreDictionary:dustFluix ae2:material.LogicProcessor
|
||||
-> 2 ae2:material.AnnihilationCore
|
||||
|
||||
shaped=
|
||||
certusCrystal oreDictionary:dustFluix ae2:material.LogicProcessor
|
||||
-> 2 ae2:material.FormationCore
|
@@ -0,0 +1,5 @@
|
||||
import=materials/cards.recipe
|
||||
import=materials/circuits.recipe
|
||||
import=materials/cores.recipe
|
||||
import=materials/presses.recipe
|
||||
import=materials/processors.recipe
|
@@ -0,0 +1,15 @@
|
||||
inscribe=
|
||||
oredictionary:blockIron ae2:material.LogicProcessorPress
|
||||
-> ae2:material.LogicProcessorPress
|
||||
|
||||
inscribe=
|
||||
oredictionary:blockIron ae2:material.CalcProcessorPress
|
||||
-> ae2:material.CalcProcessorPress
|
||||
|
||||
inscribe=
|
||||
oredictionary:blockIron ae2:material.EngProcessorPress
|
||||
-> ae2:material.EngProcessorPress
|
||||
|
||||
inscribe=
|
||||
oredictionary:blockIron ae2:material.SiliconPress
|
||||
-> ae2:material.SiliconPress
|
@@ -0,0 +1,11 @@
|
||||
press=
|
||||
oredictionary:dustRedstone ae2:material.LogicProcessorPrint ae2:material.SiliconPrint
|
||||
-> ae2:material.LogicProcessor
|
||||
|
||||
press=
|
||||
oredictionary:dustRedstone ae2:material.CalcProcessorPrint ae2:material.SiliconPrint
|
||||
-> ae2:material.CalcProcessor
|
||||
|
||||
press=
|
||||
oredictionary:dustRedstone ae2:material.EngProcessorPrint ae2:material.SiliconPrint
|
||||
-> ae2:material.EngProcessor
|
@@ -0,0 +1,11 @@
|
||||
shaped=
|
||||
ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block,
|
||||
ae2:sky_stone_block _ ae2:sky_stone_block,
|
||||
ae2:sky_stone_block ae2:sky_stone_block ae2:sky_stone_block
|
||||
-> ae2:sky_stone_chest
|
||||
|
||||
shaped=
|
||||
ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block,
|
||||
ae2:smooth_sky_stone_block _ ae2:smooth_sky_stone_block,
|
||||
ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block ae2:smooth_sky_stone_block
|
||||
-> ae2:smooth_sky_stone_chest
|
@@ -0,0 +1,15 @@
|
||||
shapeless=
|
||||
ae2:quartz_block
|
||||
-> 4 ae2:material.CertusQuartzCrystal
|
||||
|
||||
shapeless=
|
||||
ae2:quartz_pillar
|
||||
-> 4 ae2:material.CertusQuartzCrystal
|
||||
|
||||
shapeless=
|
||||
ae2:chiseled_quartz_block
|
||||
-> 4 ae2:material.CertusQuartzCrystal
|
||||
|
||||
shapeless=
|
||||
ae2:fluix_block
|
||||
-> 4 ae2:material.FluixCrystal
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
oredictionary:dustFluix fluixCrystal oredictionary:dustFluix,
|
||||
fluixCrystal mc:ender_pearl fluixCrystal,
|
||||
oredictionary:dustFluix fluixCrystal oredictionary:dustFluix
|
||||
-> ae2:material.FluixPearl
|
@@ -0,0 +1,17 @@
|
||||
shaped=
|
||||
_ oredictionary:stickWood _,
|
||||
oredictionary:stickWood _ oredictionary:stickWood,
|
||||
_ oredictionary:stickWood _
|
||||
-> ae2:material.WoodenGear
|
||||
|
||||
shaped=
|
||||
oredictionary:stickWood oredictionary:stickWood oredictionary:stickWood,
|
||||
_ _ oredictionary:stickWood,
|
||||
_ _ oredictionary:stickWood
|
||||
-> ae2:crank
|
||||
|
||||
shaped=
|
||||
oredictionary:stone oredictionary:gearWood oredictionary:stone,
|
||||
crystalQuartz oredictionary:stone crystalQuartz,
|
||||
oredictionary:cobblestone crystalQuartz oredictionary:cobblestone
|
||||
-> ae2:grindstone
|
@@ -0,0 +1,8 @@
|
||||
import=misc/chests.recipe
|
||||
import=misc/deconstruction.recipe
|
||||
import=misc/fluixpearl.recipe
|
||||
import=misc/grindstone.recipe
|
||||
import=misc/meteors.recipe
|
||||
import=misc/tinytnt.recipe
|
||||
import=misc/seeds.recipe
|
||||
import=misc/vanilla.recipe
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
_ oredictionary:ingotIron _,
|
||||
oredictionary:ingotIron ae2:material.CertusQuartzCrystalCharged oredictionary:ingotIron,
|
||||
_ oredictionary:ingotIron _
|
||||
-> ae2:sky_compass
|
@@ -0,0 +1,3 @@
|
||||
shapeless= oredictionary:sand oredictionary:dustNetherQuartz -> 2 ae2:crystal_seed.nether
|
||||
shapeless= oredictionary:sand oredictionary:dustCertusQuartz -> 2 ae2:crystal_seed.certus
|
||||
shapeless= oredictionary:sand oredictionary:dustFluix -> 2 ae2:crystal_seed.fluix
|
@@ -0,0 +1,4 @@
|
||||
shaped=
|
||||
dustQuartz mc:gunpowder,
|
||||
mc:gunpowder dustQuartz
|
||||
-> ae2:tiny_tnt
|
@@ -0,0 +1,21 @@
|
||||
shaped=
|
||||
glass glass glass,
|
||||
netherCrystal netherCrystal netherCrystal,
|
||||
oredictionary:slabWood oredictionary:slabWood oredictionary:slabWood
|
||||
-> mc:daylight_detector
|
||||
|
||||
shaped=
|
||||
_ mc:redstone_torch _,
|
||||
mc:redstone_torch netherCrystal mc:redstone_torch,
|
||||
oredictionary:stone oredictionary:stone oredictionary:stone
|
||||
-> mc:comparator
|
||||
|
||||
shaped=
|
||||
ae2:material.IronNugget ae2:material.IronNugget ae2:material.IronNugget,
|
||||
ae2:material.IronNugget ae2:material.IronNugget ae2:material.IronNugget,
|
||||
ae2:material.IronNugget ae2:material.IronNugget ae2:material.IronNugget
|
||||
-> mc:iron_ingot
|
||||
|
||||
shapeless=
|
||||
oredictionary:ingotIron
|
||||
-> 9 ae2:material.IronNugget
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
wool ae2:material.CalcProcessor wool,
|
||||
oredictionary:ingotIron oredictionary:chestWood oredictionary:ingotIron,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:cell_workbench
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
ae2:smooth_sky_stone_block ae2:material.PurifiedFluixCrystal ae2:smooth_sky_stone_block,
|
||||
ae2:material.PurifiedFluixCrystal ae2:material.EngProcessor ae2:material.PurifiedFluixCrystal,
|
||||
ae2:smooth_sky_stone_block ae2:material.PurifiedFluixCrystal ae2:smooth_sky_stone_block
|
||||
-> ae2:controller
|
@@ -0,0 +1,11 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron cable oredictionary:ingotIron,
|
||||
ae2:quartz_glass ae2:fluix_block ae2:quartz_glass,
|
||||
oredictionary:ingotIron cable oredictionary:ingotIron
|
||||
-> ae2:quartz_growth_accelerator
|
||||
|
||||
shaped=
|
||||
oredictionary:ingotIron fluixCrystal oredictionary:ingotIron,
|
||||
oredictionary:ingotIron _ _,
|
||||
oredictionary:ingotIron fluixCrystal oredictionary:ingotIron
|
||||
-> ae2:charger
|
@@ -0,0 +1,23 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron,
|
||||
oredictionary:ingotIron mc:furnace oredictionary:ingotIron,
|
||||
oredictionary:ingotIron ae2:energy_acceptor oredictionary:ingotIron
|
||||
-> ae2:vibration_chamber
|
||||
|
||||
shaped=
|
||||
oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron,
|
||||
ae2:quartz_glass fluixCrystal ae2:quartz_glass,
|
||||
oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron
|
||||
-> ae2:energy_acceptor
|
||||
|
||||
shaped=
|
||||
certusCrystal oredictionary:dustFluix certusCrystal,
|
||||
oredictionary:dustFluix ae2:quartz_glass oredictionary:dustFluix,
|
||||
certusCrystal oredictionary:dustFluix certusCrystal
|
||||
-> ae2:energy_cell
|
||||
|
||||
shaped=
|
||||
ae2:energy_cell ae2:energy_cell ae2:energy_cell,
|
||||
ae2:energy_cell ae2:material.CalcProcessor ae2:energy_cell,
|
||||
ae2:energy_cell ae2:energy_cell ae2:energy_cell
|
||||
-> ae2:dense_energy_cell
|
@@ -0,0 +1,11 @@
|
||||
import=network/blocks/cellworkbench.recipe
|
||||
import=network/blocks/controller.recipe
|
||||
import=network/blocks/crystal_processing.recipe
|
||||
import=network/blocks/energy.recipe
|
||||
import=network/blocks/inscribers.recipe
|
||||
import=network/blocks/interfaces.recipe
|
||||
import=network/blocks/io.recipe
|
||||
import=network/blocks/quantum.recipe
|
||||
import=network/blocks/security_station.recipe
|
||||
import=network/blocks/spatial_io.recipe
|
||||
import=network/blocks/storage.recipe
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron,
|
||||
fluixCrystal _ oredictionary:ingotIron,
|
||||
oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron
|
||||
-> ae2:inscriber
|
@@ -0,0 +1,13 @@
|
||||
shapeless=
|
||||
ae2:part.Interface
|
||||
-> ae2:interface
|
||||
|
||||
shapeless=
|
||||
ae2:interface
|
||||
-> ae2:part.Interface
|
||||
|
||||
shaped=
|
||||
oredictionary:ingotIron glass oredictionary:ingotIron,
|
||||
ae2:material.AnnihilationCore _ ae2:material.FormationCore,
|
||||
oredictionary:ingotIron glass oredictionary:ingotIron
|
||||
-> ae2:interface
|
@@ -0,0 +1,11 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron glass oredictionary:ingotIron,
|
||||
glass oredictionary:dustFluix glass,
|
||||
oredictionary:ingotIron glass oredictionary:ingotIron
|
||||
-> ae2:condenser
|
||||
|
||||
shaped=
|
||||
glass glass glass,
|
||||
ae2:drive cable ae2:drive,
|
||||
oredictionary:ingotIron ae2:material.LogicProcessor oredictionary:ingotIron
|
||||
-> ae2:io_port
|
@@ -0,0 +1,13 @@
|
||||
# Quantum Link Chamber
|
||||
shaped=
|
||||
ae2:quartz_glass ae2:material.FluixPearl ae2:quartz_glass,
|
||||
ae2:material.FluixPearl _ ae2:material.FluixPearl,
|
||||
ae2:quartz_glass ae2:material.FluixPearl ae2:quartz_glass,
|
||||
-> ae2:quantum_link
|
||||
|
||||
# Quantum Ring
|
||||
shaped=
|
||||
oredictionary:ingotIron ae2:material.LogicProcessor oredictionary:ingotIron,
|
||||
ae2:material.EngProcessor ae2:energy_cell densecable,
|
||||
oredictionary:ingotIron ae2:material.LogicProcessor oredictionary:ingotIron,
|
||||
-> ae2:quantum_ring
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron ae2:chest oredictionary:ingotIron,
|
||||
cable ae2:material.Cell16kPart cable,
|
||||
oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron
|
||||
-> ae2:security_station
|
@@ -0,0 +1,11 @@
|
||||
shaped=
|
||||
glass glass glass,
|
||||
cable ae2:io_port cable,
|
||||
oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron
|
||||
-> ae2:spatial_io_port
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass cable ae2:quartz_glass,
|
||||
oredictionary:dustFluix fluixCrystal oredictionary:dustFluix,
|
||||
ae2:quartz_glass cable ae2:quartz_glass
|
||||
-> ae2:spatial_pylon
|
@@ -0,0 +1,11 @@
|
||||
shaped=
|
||||
glass ae2:part.Terminal glass,
|
||||
cable _ cable,
|
||||
oredictionary:ingotIron fluixCrystal oredictionary:ingotIron,
|
||||
-> ae2:chest
|
||||
|
||||
shaped=
|
||||
oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron,
|
||||
cable _ cable,
|
||||
oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron
|
||||
-> ae2:drive
|
@@ -0,0 +1,104 @@
|
||||
shapeless=
|
||||
ae2:cable_glass
|
||||
wool
|
||||
-> ae2:cable_covered.fluix
|
||||
|
||||
shapeless=
|
||||
ae2:cable_covered mc:water_bucket
|
||||
-> ae2:cable_covered.fluix
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeWhite ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.white
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeBlack ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.black
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeRed ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.red
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeGreen ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.green
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeBrown ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.brown
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeBlue ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyePurple ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.purple
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeCyan ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.cyan
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeLightGray ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.light_gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeGray ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyePink ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.pink
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeLime ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.lime
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeYellow ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.yellow
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeLightBlue ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.light_blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeMagenta ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.magenta
|
||||
|
||||
shaped=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered,
|
||||
ae2:cable_covered oredictionary:dyeOrange ae2:cable_covered,
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
-> 8 ae2:cable_covered.orange
|
@@ -0,0 +1,104 @@
|
||||
shapeless=
|
||||
ae2:cable_covered ae2:cable_covered ae2:cable_covered ae2:cable_covered
|
||||
oredictionary:dustRedstone oredictionary:dustGlowstone
|
||||
-> ae2:cable_dense.fluix
|
||||
|
||||
shapeless=
|
||||
ae2:cable_dense mc:water_bucket
|
||||
-> ae2:cable_dense.fluix
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeWhite ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.white
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeBlack ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.black
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeRed ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.red
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeGreen ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.green
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeBrown ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.brown
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeBlue ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyePurple ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.purple
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeCyan ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.cyan
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeLightGray ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.light_gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeGray ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyePink ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.pink
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeLime ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.lime
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeYellow ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.yellow
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeLightBlue ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.light_blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeMagenta ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.magenta
|
||||
|
||||
shaped=
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense,
|
||||
ae2:cable_dense oredictionary:dyeOrange ae2:cable_dense,
|
||||
ae2:cable_dense ae2:cable_dense ae2:cable_dense
|
||||
-> 8 ae2:cable_dense.orange
|
@@ -0,0 +1,103 @@
|
||||
shapeless=
|
||||
ae2:part.QuartzFiber fluixCrystal fluixCrystal
|
||||
-> 4 ae2:cable_glass.fluix
|
||||
|
||||
shapeless=
|
||||
ae2:cable_glass mc:water_bucket
|
||||
-> ae2:cable_glass.fluix
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeWhite ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.white
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeBlack ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.black
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeRed ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.red
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeGreen ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.green
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeBrown ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.brown
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeBlue ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyePurple ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.purple
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeCyan ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.cyan
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeLightGray ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.light_gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeGray ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyePink ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.pink
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeLime ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.lime
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeYellow ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.yellow
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeLightBlue ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.light_blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeMagenta ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.magenta
|
||||
|
||||
shaped=
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass,
|
||||
ae2:cable_glass oredictionary:dyeOrange ae2:cable_glass,
|
||||
ae2:cable_glass ae2:cable_glass ae2:cable_glass
|
||||
-> 8 ae2:cable_glass.orange
|
@@ -0,0 +1,4 @@
|
||||
import=network/cables/covered.recipe
|
||||
import=network/cables/dense.recipe
|
||||
import=network/cables/glass.recipe
|
||||
import=network/cables/smart.recipe
|
@@ -0,0 +1,104 @@
|
||||
shapeless=
|
||||
ae2:cable_covered
|
||||
oredictionary:dustRedstone oredictionary:dustGlowstone
|
||||
-> ae2:cable_smart.fluix
|
||||
|
||||
shapeless=
|
||||
ae2:cable_smart mc:water_bucket
|
||||
-> ae2:cable_smart.fluix
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeWhite ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.white
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeBlack ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.black
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeRed ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.red
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeGreen ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.green
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeBrown ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.brown
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeBlue ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyePurple ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.purple
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeCyan ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.cyan
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeLightGray ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.light_gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeGray ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.gray
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyePink ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.pink
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeLime ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.lime
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeYellow ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.yellow
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeLightBlue ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.light_blue
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeMagenta ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.magenta
|
||||
|
||||
shaped=
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart,
|
||||
ae2:cable_smart oredictionary:dyeOrange ae2:cable_smart,
|
||||
ae2:cable_smart ae2:cable_smart ae2:cable_smart
|
||||
-> 8 ae2:cable_smart.orange
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone _ oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:material.EmptyStorageCell
|
@@ -0,0 +1,6 @@
|
||||
import=network/cells/empty.recipe
|
||||
import=network/cells/spatial_components.recipe
|
||||
import=network/cells/spatial.recipe
|
||||
import=network/cells/storage_components.recipe
|
||||
import=network/cells/storage.recipe
|
||||
import=network/cells/view.recipe
|
@@ -0,0 +1,26 @@
|
||||
shapeless=
|
||||
ae2:material.Cell2SpatialPart ae2:material.EmptyStorageCell -> ae2:spatial_storage_cell_2_cubed
|
||||
|
||||
shapeless=
|
||||
ae2:material.Cell16SpatialPart ae2:material.EmptyStorageCell -> ae2:spatial_storage_cell_16_cubed
|
||||
|
||||
shapeless=
|
||||
ae2:material.Cell128SpatialPart ae2:material.EmptyStorageCell -> ae2:spatial_storage_cell_128_cubed
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone ae2:material.Cell2SpatialPart oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:spatial_storage_cell_2_cubed
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone ae2:material.Cell16SpatialPart oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:spatial_storage_cell_16_cubed
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone ae2:material.Cell128SpatialPart oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:spatial_storage_cell_128_cubed
|
@@ -0,0 +1,17 @@
|
||||
shaped=
|
||||
oredictionary:dustGlowstone ae2:material.FluixPearl oredictionary:dustGlowstone,
|
||||
ae2:material.FluixPearl ae2:material.EngProcessor ae2:material.FluixPearl,
|
||||
oredictionary:dustGlowstone ae2:material.FluixPearl oredictionary:dustGlowstone
|
||||
-> ae2:material.Cell2SpatialPart
|
||||
|
||||
shaped=
|
||||
oredictionary:dustGlowstone ae2:material.Cell2SpatialPart oredictionary:dustGlowstone,
|
||||
ae2:material.Cell2SpatialPart ae2:material.EngProcessor ae2:material.Cell2SpatialPart,
|
||||
oredictionary:dustGlowstone ae2:material.Cell2SpatialPart oredictionary:dustGlowstone
|
||||
-> ae2:material.Cell16SpatialPart
|
||||
|
||||
shaped=
|
||||
oredictionary:dustGlowstone ae2:material.Cell16SpatialPart oredictionary:dustGlowstone,
|
||||
ae2:material.Cell16SpatialPart ae2:material.EngProcessor ae2:material.Cell16SpatialPart,
|
||||
oredictionary:dustGlowstone ae2:material.Cell16SpatialPart oredictionary:dustGlowstone
|
||||
-> ae2:material.Cell128SpatialPart
|
@@ -0,0 +1,35 @@
|
||||
shapeless=
|
||||
ae2:material.Cell1kPart ae2:material.EmptyStorageCell -> ae2:storage_cell_1k
|
||||
|
||||
shapeless=
|
||||
ae2:material.Cell4kPart ae2:material.EmptyStorageCell -> ae2:storage_cell_4k
|
||||
|
||||
shapeless=
|
||||
ae2:material.Cell16kPart ae2:material.EmptyStorageCell -> ae2:storage_cell_16k
|
||||
|
||||
shapeless=
|
||||
ae2:material.Cell64kPart ae2:material.EmptyStorageCell -> ae2:storage_cell_64k
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone ae2:material.Cell1kPart oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:storage_cell_1k
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone ae2:material.Cell4kPart oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:storage_cell_4k
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone ae2:material.Cell16kPart oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:storage_cell_16k
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone ae2:material.Cell64kPart oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:storage_cell_64k
|
@@ -0,0 +1,23 @@
|
||||
shaped=
|
||||
oredictionary:dustRedstone certusCrystal oredictionary:dustRedstone,
|
||||
certusCrystal ae2:material.LogicProcessor certusCrystal,
|
||||
oredictionary:dustRedstone certusCrystal oredictionary:dustRedstone
|
||||
-> ae2:material.Cell1kPart
|
||||
|
||||
shaped=
|
||||
oredictionary:dustRedstone ae2:material.CalcProcessor oredictionary:dustRedstone,
|
||||
ae2:material.Cell1kPart ae2:quartz_glass ae2:material.Cell1kPart,
|
||||
oredictionary:dustRedstone ae2:material.Cell1kPart oredictionary:dustRedstone
|
||||
-> ae2:material.Cell4kPart
|
||||
|
||||
shaped=
|
||||
oredictionary:dustGlowstone ae2:material.EngProcessor oredictionary:dustGlowstone,
|
||||
ae2:material.Cell4kPart ae2:quartz_glass ae2:material.Cell4kPart,
|
||||
oredictionary:dustGlowstone ae2:material.Cell4kPart oredictionary:dustGlowstone
|
||||
-> ae2:material.Cell16kPart
|
||||
|
||||
shaped=
|
||||
oredictionary:dustGlowstone ae2:material.EngProcessor oredictionary:dustGlowstone,
|
||||
ae2:material.Cell16kPart ae2:quartz_glass ae2:material.Cell16kPart,
|
||||
oredictionary:dustGlowstone ae2:material.Cell16kPart oredictionary:dustGlowstone
|
||||
-> ae2:material.Cell64kPart
|
@@ -0,0 +1,8 @@
|
||||
shapeless=
|
||||
certusCrystal ae2:material.EmptyStorageCell -> ae2:view_cell
|
||||
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
|
||||
oredictionary:dustRedstone certusCrystal oredictionary:dustRedstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:view_cell
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron,
|
||||
ae2:material.AnnihilationCore oredictionary:craftingTableWood ae2:material.FormationCore,
|
||||
oredictionary:ingotIron ae2:quartz_glass oredictionary:ingotIron
|
||||
-> ae2:molecular_assembler
|
@@ -0,0 +1,37 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron ae2:material.CalcProcessor oredictionary:ingotIron,
|
||||
cable ae2:material.LogicProcessor cable,
|
||||
oredictionary:ingotIron ae2:material.CalcProcessor oredictionary:ingotIron
|
||||
-> ae2:crafting_unit
|
||||
|
||||
# co processor
|
||||
shapeless=
|
||||
ae2:crafting_unit
|
||||
ae2:material.EngProcessor
|
||||
-> ae2:crafting_accelerator
|
||||
|
||||
shapeless=
|
||||
ae2:crafting_unit
|
||||
ae2:part.StorageMonitor
|
||||
-> ae2:crafting_monitor
|
||||
|
||||
# various storage sizes
|
||||
shapeless=
|
||||
ae2:crafting_unit
|
||||
ae2:material.Cell1kPart
|
||||
-> ae2:crafting_storage_1k
|
||||
|
||||
shapeless=
|
||||
ae2:crafting_unit
|
||||
ae2:material.Cell4kPart
|
||||
-> ae2:crafting_storage_4k
|
||||
|
||||
shapeless=
|
||||
ae2:crafting_unit
|
||||
ae2:material.Cell16kPart
|
||||
-> ae2:crafting_storage_16k
|
||||
|
||||
shapeless=
|
||||
ae2:crafting_unit
|
||||
ae2:material.Cell64kPart
|
||||
-> ae2:crafting_storage_64k
|
@@ -0,0 +1,3 @@
|
||||
import=network/crafting/assembler.recipe
|
||||
import=network/crafting/cpu.recipe
|
||||
import=network/crafting/patterns.recipe
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
ae2:quartz_glass oredictionary:dustGlowstone ae2:quartz_glass,
|
||||
oredictionary:dustGlowstone certusCrystal oredictionary:dustGlowstone,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
|
||||
-> ae2:material.BlankPattern
|
@@ -0,0 +1,6 @@
|
||||
import=network/blocks/index.recipe
|
||||
import=network/cables/index.recipe
|
||||
import=network/cells/index.recipe
|
||||
import=network/crafting/index.recipe
|
||||
import=network/parts/index.recipe
|
||||
import=network/wireless.recipe
|
@@ -0,0 +1,3 @@
|
||||
shapeless=
|
||||
metalIngots knife
|
||||
-> 3 ae2:part.CableAnchor
|
@@ -0,0 +1,3 @@
|
||||
shapeless=
|
||||
ae2:material.CalcProcessor mc:redstone_torch
|
||||
-> ae2:part.LevelEmitter
|
@@ -0,0 +1,10 @@
|
||||
import=network/parts/cable_anchor.recipe
|
||||
import=network/parts/emitters.recipe
|
||||
import=network/parts/io_buses.recipe
|
||||
import=network/parts/monitors.recipe
|
||||
import=network/parts/panels.recipe
|
||||
import=network/parts/planes.recipe
|
||||
import=network/parts/quartz_fiber.recipe
|
||||
import=network/parts/terminals.recipe
|
||||
import=network/parts/toggle_buses.recipe
|
||||
import=network/parts/tunnels.recipe
|
@@ -0,0 +1,13 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron ae2:material.FormationCore oredictionary:ingotIron,
|
||||
_ mc:piston _
|
||||
-> ae2:part.ExportBus
|
||||
|
||||
shaped=
|
||||
_ ae2:material.AnnihilationCore _,
|
||||
oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron
|
||||
-> ae2:part.ImportBus
|
||||
|
||||
shapeless=
|
||||
interface mc:sticky_piston mc:piston
|
||||
-> ae2:part.StorageBus
|
@@ -0,0 +1,7 @@
|
||||
shapeless=
|
||||
ae2:part.LevelEmitter monitor
|
||||
-> ae2:part.StorageMonitor
|
||||
|
||||
shapeless=
|
||||
ae2:material.AnnihilationCore ae2:part.StorageMonitor ae2:material.FormationCore
|
||||
-> ae2:part.ConversionMonitor
|
@@ -0,0 +1,17 @@
|
||||
shaped=
|
||||
_ oredictionary:dustGlowstone ae2:quartz_glass,
|
||||
oredictionary:ingotIron oredictionary:dustRedstone ae2:quartz_glass,
|
||||
_ oredictionary:dustGlowstone ae2:quartz_glass
|
||||
-> 3 ae2:part.SemiDarkMonitor
|
||||
|
||||
shapeless=
|
||||
ae2:part.DarkMonitor
|
||||
-> ae2:part.SemiDarkMonitor
|
||||
|
||||
shapeless=
|
||||
ae2:part.SemiDarkMonitor
|
||||
-> ae2:part.Monitor
|
||||
|
||||
shapeless=
|
||||
ae2:part.Monitor
|
||||
-> ae2:part.DarkMonitor
|
@@ -0,0 +1,25 @@
|
||||
shaped=
|
||||
fluixCrystal fluixCrystal fluixCrystal,
|
||||
oredictionary:ingotIron ae2:material.FormationCore oredictionary:ingotIron
|
||||
-> ae2:part.FormationPlane
|
||||
|
||||
shaped=
|
||||
fluixCrystal fluixCrystal fluixCrystal,
|
||||
oredictionary:ingotIron ae2:material.AnnihilationCore oredictionary:ingotIron
|
||||
-> ae2:part.AnnihilationPlane
|
||||
|
||||
shaped=
|
||||
oredictionary:ingotIron fluixCrystal,
|
||||
ae2:material.AnnihilationCore fluixCrystal,
|
||||
oredictionary:ingotIron fluixCrystal
|
||||
-> ae2:part.AnnihilationPlane
|
||||
|
||||
shaped=
|
||||
oredictionary:ingotIron fluixCrystal,
|
||||
ae2:material.FormationCore fluixCrystal,
|
||||
oredictionary:ingotIron fluixCrystal
|
||||
-> ae2:part.FormationPlane
|
||||
|
||||
shapeless=
|
||||
ae2:part.AnnihilationPlane ae2:material.FluixPearl
|
||||
-> ae2:part.IdentityAnnihilationPlane
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
glass glass glass,
|
||||
dustQuartz dustQuartz dustQuartz,
|
||||
glass glass glass
|
||||
-> 3 ae2:part.QuartzFiber
|
@@ -0,0 +1,15 @@
|
||||
shapeless=
|
||||
monitor ae2:material.FormationCore ae2:material.AnnihilationCore ae2:material.LogicProcessor
|
||||
-> ae2:part.Terminal
|
||||
|
||||
shapeless=
|
||||
ae2:part.Terminal oredictionary:craftingTableWood ae2:material.CalcProcessor
|
||||
-> ae2:part.CraftingTerminal
|
||||
|
||||
shapeless=
|
||||
monitor interface ae2:material.EngProcessor
|
||||
-> ae2:part.InterfaceTerminal
|
||||
|
||||
shapeless=
|
||||
ae2:part.CraftingTerminal ae2:material.EngProcessor
|
||||
-> ae2:part.PatternTerminal
|
@@ -0,0 +1,13 @@
|
||||
shaped=
|
||||
_ oredictionary:dustRedstone _,
|
||||
cable mc:lever cable,
|
||||
_ oredictionary:dustRedstone _
|
||||
-> ae2:part.ToggleBus
|
||||
|
||||
shapeless=
|
||||
ae2:part.ToggleBus
|
||||
-> ae2:part.InvertedToggleBus
|
||||
|
||||
shapeless=
|
||||
ae2:part.InvertedToggleBus
|
||||
-> ae2:part.ToggleBus
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
_ oredictionary:ingotIron _,
|
||||
oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron,
|
||||
fluixCrystal fluixCrystal fluixCrystal
|
||||
-> ae2:part.P2PTunnelME
|
@@ -0,0 +1,22 @@
|
||||
shaped=
|
||||
_ ae2:material.FluixPearl _,
|
||||
oredictionary:ingotIron ae2:part.QuartzFiber oredictionary:ingotIron,
|
||||
_ oredictionary:ingotIron _
|
||||
-> ae2:material.Wireless
|
||||
|
||||
shaped=
|
||||
ae2:material.Wireless,
|
||||
ae2:material.CalcProcessor,
|
||||
cable
|
||||
-> ae2:wireless_access_point
|
||||
|
||||
shaped=
|
||||
ae2:material.Wireless,
|
||||
ae2:part.Terminal,
|
||||
ae2:dense_energy_cell
|
||||
-> ae2:wireless_terminal
|
||||
|
||||
shaped=
|
||||
oredictionary:dustFluix certusCrystal dustEnder,
|
||||
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron,
|
||||
-> 2 ae2:material.WirelessBooster
|
@@ -0,0 +1,31 @@
|
||||
# Forge Ore Dictionary
|
||||
# logWood, slabWood, stairWood, treeSapling, treeLeaves,
|
||||
# oreGold, oreIron, oreLapis, oreDiamond, oreRedstone, oreEmerald, oreQuartz, oreCoal,
|
||||
# stone, cobblestone, record, stickWood, plankWood,
|
||||
# dyeBlack, dyeRed, dyeGreen, dyeBrown, dyeBlue, dyePurple, dyeCyan, dyeLightGray, dyeGray, dyePink, dyeLime, dyeYellow, dyeLightBlue, dyeMagenta, dyeOrange, dyeWhite
|
||||
|
||||
# Minecraft Ore Dict Entries
|
||||
# Renamed for less clashing
|
||||
ore=mc:quartz -> crystalNetherQuartz
|
||||
ore=mc:wool:* -> blockWool
|
||||
ore=mc:stained_hardened_clay:* -> blockStainedHardenedClay
|
||||
ore=mc:crafting_table -> craftingTableWood
|
||||
ore=mc:chest -> chestWood
|
||||
|
||||
# AE2 Ore Dictionary
|
||||
# Materials for processing in other machines
|
||||
ore=ae2:material.CertusQuartzCrystal -> crystalCertusQuartz
|
||||
ore=ae2:material.FluixCrystal -> crystalFluix
|
||||
ore=ae2:material.PurifiedFluixCrystal -> crystalPureFluix
|
||||
ore=ae2:material.NetherQuartzDust -> dustNetherQuartz
|
||||
ore=ae2:material.CertusQuartzDust -> dustCertusQuartz
|
||||
ore=ae2:material.FluixDust -> dustFluix
|
||||
|
||||
# Ores of AE2
|
||||
ore=ae2:quartz_ore -> oreCertusQuartz
|
||||
ore=ae2:charged_quartz_ore -> oreChargedCertusQuartz
|
||||
|
||||
# Parts to be used
|
||||
ore= ae2:part.SemiDarkMonitor -> itemIlluminatedPanel
|
||||
ore= ae2:part.Monitor -> itemIlluminatedPanel
|
||||
ore= ae2:part.DarkMonitor -> itemIlluminatedPanel
|
@@ -0,0 +1,9 @@
|
||||
grindfz= ae2:material.FluixCrystal -> ae2:material.FluixDust
|
||||
grindfz= ae2:sky_stone_block:0 -> ae2:material.SkyDust
|
||||
grindfz= mc:ender_pearl -> ae2:material.EnderDust
|
||||
# grindfz= oredictionary:cropWheat -> ae2:material.Flour
|
||||
grindfz= ae2:material.CertusQuartzCrystalCharged -> ae2:material.CertusQuartzDust
|
||||
grindfz= ae2:material.CertusQuartzCrystal -> ae2:material.CertusQuartzDust
|
||||
# grindfz= mc:quartz -> ae2:material.NetherQuartzDust
|
||||
grindfz= ae2:quartz_ore -> 2 ae2:material.CertusQuartzDust
|
||||
grindfz= ae2:charged_quartz_ore -> 2 ae2:material.CertusQuartzDust
|
@@ -0,0 +1,4 @@
|
||||
grind= ae2:material.FluixCrystal -> ae2:material.FluixDust
|
||||
grind= ae2:sky_stone_block:0 -> ae2:material.SkyDust
|
||||
grind= mc:gravel -> mc:flint
|
||||
grind= mc:bone -> 4 mc:dye:15
|
@@ -0,0 +1,9 @@
|
||||
hccrusher= ae2:material.FluixCrystal -> ae2:material.FluixDust
|
||||
hccrusher= ae2:sky_stone_block:0 -> ae2:material.SkyDust
|
||||
hccrusher= mc:ender_pearl -> ae2:material.EnderDust
|
||||
hccrusher= oredictionary:cropWheat -> ae2:material.Flour
|
||||
hccrusher= ae2:material.CertusQuartzCrystalCharged -> ae2:material.CertusQuartzDust
|
||||
hccrusher= ae2:material.CertusQuartzCrystal -> ae2:material.CertusQuartzDust
|
||||
hccrusher= mc:quartz -> ae2:material.NetherQuartzDust
|
||||
hccrusher= ae2:quartz_ore -> 2 ae2:material.CertusQuartzDust
|
||||
hccrusher= ae2:charged_quartz_ore -> 2 ae2:material.CertusQuartzDust
|
@@ -0,0 +1,9 @@
|
||||
macerator= ae2:material.FluixCrystal -> ae2:material.FluixDust
|
||||
macerator= ae2:sky_stone_block:0 -> ae2:material.SkyDust
|
||||
macerator= mc:ender_pearl -> ae2:material.EnderDust
|
||||
# macerator= oredictionary:cropWheat -> ae2:material.Flour
|
||||
macerator= ae2:material.CertusQuartzCrystalCharged -> ae2:material.CertusQuartzDust
|
||||
macerator= ae2:material.CertusQuartzCrystal -> ae2:material.CertusQuartzDust
|
||||
macerator= mc:quartz -> ae2:material.NetherQuartzDust
|
||||
macerator= ae2:quartz_ore -> 2 ae2:material.CertusQuartzDust
|
||||
macerator= ae2:charged_quartz_ore -> 2 ae2:material.CertusQuartzDust
|
@@ -0,0 +1,8 @@
|
||||
import=processing/factorization.recipe
|
||||
import=processing/grind.recipe
|
||||
import=processing/hydraulicraft.recipe
|
||||
import=processing/ic2.recipe
|
||||
import=processing/mekanism.recipe
|
||||
import=processing/rotarycraft.recipe
|
||||
import=processing/te.recipe
|
||||
import=processing/vanilla.recipe
|
@@ -0,0 +1,9 @@
|
||||
mekcrusher= ae2:material.FluixCrystal -> ae2:material.FluixDust
|
||||
#bug mekcrusher= ae2:sky_stone_block:0 -> ae2:material.SkyDust
|
||||
#bug mekcrusher= mc:ender_pearl -> ae2:material.EnderDust
|
||||
# mekcrusher= oredictionary:cropWheat -> ae2:material.Flour
|
||||
#bug mekcrusher= ae2:material.CertusQuartzCrystalCharged -> ae2:material.CertusQuartzDust
|
||||
mekcrusher= ae2:material.CertusQuartzCrystal -> ae2:material.CertusQuartzDust
|
||||
mekcrusher= mc:quartz -> ae2:material.NetherQuartzDust
|
||||
mekechamber= ae2:quartz_ore -> 2 ae2:material.CertusQuartzDust
|
||||
mekechamber= ae2:charged_quartz_ore -> 2 ae2:material.CertusQuartzDust
|
@@ -0,0 +1,9 @@
|
||||
crusher= ae2:material.FluixCrystal -> ae2:material.FluixDust
|
||||
crusher= ae2:sky_stone_block:0 -> ae2:material.SkyDust
|
||||
crusher= mc:ender_pearl -> ae2:material.EnderDust
|
||||
crusher= oredictionary:cropWheat -> ae2:material.Flour
|
||||
crusher= ae2:material.CertusQuartzCrystalCharged -> ae2:material.CertusQuartzDust
|
||||
crusher= ae2:material.CertusQuartzCrystal -> ae2:material.CertusQuartzDust
|
||||
crusher= mc:quartz -> ae2:material.NetherQuartzDust
|
||||
crusher= ae2:quartz_ore -> 2 ae2:material.CertusQuartzDust
|
||||
crusher= ae2:charged_quartz_ore -> 2 ae2:material.CertusQuartzDust
|
@@ -0,0 +1,9 @@
|
||||
pulverizer= ae2:material.FluixCrystal -> ae2:material.FluixDust
|
||||
pulverizer= ae2:sky_stone_block:0 -> ae2:material.SkyDust
|
||||
pulverizer= mc:ender_pearl -> ae2:material.EnderDust
|
||||
pulverizer= oredictionary:cropWheat -> ae2:material.Flour
|
||||
pulverizer= ae2:material.CertusQuartzCrystalCharged -> ae2:material.CertusQuartzDust
|
||||
pulverizer= ae2:material.CertusQuartzCrystal -> ae2:material.CertusQuartzDust
|
||||
pulverizer= mc:quartz -> ae2:material.NetherQuartzDust
|
||||
pulverizer= ae2:quartz_ore -> 2 ae2:material.CertusQuartzDust
|
||||
pulverizer= ae2:charged_quartz_ore -> 2 ae2:material.CertusQuartzDust
|
@@ -0,0 +1,8 @@
|
||||
# Ore Processing
|
||||
smelt= ae2:material.GoldDust -> mc:gold_ingot
|
||||
smelt= ae2:material.IronDust -> mc:iron_ingot
|
||||
smelt= ae2:material.Flour -> mc:bread
|
||||
|
||||
# Silicon
|
||||
smelt= ae2:material.NetherQuartzDust -> ae2:material.Silicon
|
||||
smelt= ae2:material.CertusQuartzDust -> ae2:material.Silicon
|
@@ -0,0 +1,41 @@
|
||||
shaped=
|
||||
oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz,
|
||||
oredictionary:crystalCertusQuartz oredictionary:stickWood,
|
||||
_ oredictionary:stickWood
|
||||
-> ae2:certus_quartz_axe
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz,
|
||||
_ oredictionary:stickWood _,
|
||||
_ oredictionary:stickWood _
|
||||
-> ae2:certus_quartz_pickaxe
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalCertusQuartz,
|
||||
oredictionary:stickWood,
|
||||
oredictionary:stickWood
|
||||
-> ae2:certus_quartz_spade
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalCertusQuartz,
|
||||
oredictionary:crystalCertusQuartz,
|
||||
oredictionary:stickWood
|
||||
-> ae2:certus_quartz_sword
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz,
|
||||
_ oredictionary:stickWood,
|
||||
_ oredictionary:stickWood
|
||||
-> ae2:certus_quartz_hoe
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalCertusQuartz _ oredictionary:crystalCertusQuartz,
|
||||
_ oredictionary:crystalCertusQuartz _,
|
||||
oredictionary:crystalCertusQuartz _ oredictionary:crystalCertusQuartz
|
||||
-> ae2:certus_quartz_wrench
|
||||
|
||||
shaped=
|
||||
_ _ oredictionary:stickWood,
|
||||
oredictionary:ingotIron oredictionary:stickWood _,
|
||||
oredictionary:crystalCertusQuartz oredictionary:crystalCertusQuartz _
|
||||
-> ae2:certus_quartz_cutting_knife
|
@@ -0,0 +1,6 @@
|
||||
import=tools/certus_quartz.recipe
|
||||
import=tools/matter_cannon.recipe
|
||||
import=tools/misctools.recipe
|
||||
import=tools/nether_quartz.recipe
|
||||
import=tools/network.recipe
|
||||
import=tools/paintballs.recipe
|
@@ -0,0 +1,5 @@
|
||||
shaped=
|
||||
oredictionary:ingotIron oredictionary:ingotIron ae2:material.FormationCore,
|
||||
ae2:material.Cell4kPart ae2:energy_cell _,
|
||||
oredictionary:ingotIron _ _
|
||||
-> ae2:matter_cannon
|
@@ -0,0 +1,11 @@
|
||||
shaped=
|
||||
ae2:material.CertusQuartzCrystalCharged _ _,
|
||||
_ oredictionary:ingotIron _,
|
||||
_ _ oredictionary:ingotIron
|
||||
-> ae2:charged_staff
|
||||
|
||||
shaped=
|
||||
fluixCrystal ae2:energy_cell _,
|
||||
ae2:material.EngProcessor oredictionary:ingotIron _,
|
||||
_ _ oredictionary:ingotIron
|
||||
-> ae2:entropy_manipulator
|
@@ -0,0 +1,41 @@
|
||||
shaped=
|
||||
oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz,
|
||||
oredictionary:crystalNetherQuartz oredictionary:stickWood,
|
||||
_ oredictionary:stickWood
|
||||
-> ae2:nether_quartz_axe
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz,
|
||||
_ oredictionary:stickWood _,
|
||||
_ oredictionary:stickWood _
|
||||
-> ae2:nether_quartz_pickaxe
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalNetherQuartz,
|
||||
oredictionary:stickWood,
|
||||
oredictionary:stickWood
|
||||
-> ae2:nether_quartz_spade
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalNetherQuartz,
|
||||
oredictionary:crystalNetherQuartz,
|
||||
oredictionary:stickWood
|
||||
-> ae2:nether_quartz_sword
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz,
|
||||
_ oredictionary:stickWood,
|
||||
_ oredictionary:stickWood
|
||||
-> ae2:nether_quartz_hoe
|
||||
|
||||
shaped=
|
||||
oredictionary:crystalNetherQuartz _ oredictionary:crystalNetherQuartz,
|
||||
_ oredictionary:crystalNetherQuartz _,
|
||||
oredictionary:crystalNetherQuartz _ oredictionary:crystalNetherQuartz
|
||||
-> ae2:nether_quartz_wrench
|
||||
|
||||
shaped=
|
||||
_ _ oredictionary:stickWood,
|
||||
oredictionary:ingotIron oredictionary:stickWood _,
|
||||
oredictionary:crystalNetherQuartz oredictionary:crystalNetherQuartz _
|
||||
-> ae2:nether_quartz_cutting_knife
|
@@ -0,0 +1,23 @@
|
||||
shaped=
|
||||
ae2:chest ae2:material.Cell1kPart ae2:energy_cell
|
||||
-> ae2:portable_cell
|
||||
|
||||
shapeless=
|
||||
wrench monitor ae2:material.CalcProcessor oredictionary:chestWood
|
||||
-> ae2:network_tool
|
||||
|
||||
shaped=
|
||||
ae2:material.EngProcessor oredictionary:ingotIron oredictionary:ingotIron,
|
||||
oredictionary:ingotGold oredictionary:dustRedstone oredictionary:ingotGold
|
||||
-> ae2:biometric_card
|
||||
|
||||
shaped=
|
||||
ae2:material.CalcProcessor oredictionary:ingotIron oredictionary:ingotIron,
|
||||
oredictionary:ingotGold oredictionary:dustRedstone oredictionary:ingotGold
|
||||
-> ae2:memory_card
|
||||
|
||||
shaped=
|
||||
ae2:material.FormationCore oredictionary:ingotIron _,
|
||||
oredictionary:ingotIron ae2:material.Cell4kPart _,
|
||||
_ _ ae2:energy_cell
|
||||
-> ae2:color_applicator
|
@@ -0,0 +1,191 @@
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeWhite ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.white
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeBlack ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.black
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeRed ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.red
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeGreen ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.green
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeBrown ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.brown
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeBlue ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.blue
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyePurple ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.purple
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeCyan ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.cyan
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeLightGray ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.light_gray
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeGray ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.gray
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyePink ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.pink
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeLime ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.lime
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeYellow ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.yellow
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeLightBlue ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.light_blue
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeMagenta ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.magenta
|
||||
|
||||
shaped=
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall,
|
||||
ae2:material.MatterBall oredictionary:dyeOrange ae2:material.MatterBall,
|
||||
ae2:material.MatterBall ae2:material.MatterBall ae2:material.MatterBall
|
||||
-> 8 ae2:paint_ball.orange
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.white ae2:paint_ball.white ae2:paint_ball.white,
|
||||
ae2:paint_ball.white oredictionary:dustGlowstone ae2:paint_ball.white,
|
||||
ae2:paint_ball.white ae2:paint_ball.white ae2:paint_ball.white
|
||||
-> 8 ae2:lumen_paint_ball.white
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.black ae2:paint_ball.black ae2:paint_ball.black,
|
||||
ae2:paint_ball.black oredictionary:dustGlowstone ae2:paint_ball.black,
|
||||
ae2:paint_ball.black ae2:paint_ball.black ae2:paint_ball.black
|
||||
-> 8 ae2:lumen_paint_ball.black
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.red ae2:paint_ball.red ae2:paint_ball.red,
|
||||
ae2:paint_ball.red oredictionary:dustGlowstone ae2:paint_ball.red,
|
||||
ae2:paint_ball.red ae2:paint_ball.red ae2:paint_ball.red
|
||||
-> 8 ae2:lumen_paint_ball.red
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.green ae2:paint_ball.green ae2:paint_ball.green,
|
||||
ae2:paint_ball.green oredictionary:dustGlowstone ae2:paint_ball.green,
|
||||
ae2:paint_ball.green ae2:paint_ball.green ae2:paint_ball.green
|
||||
-> 8 ae2:lumen_paint_ball.green
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.brown ae2:paint_ball.brown ae2:paint_ball.brown,
|
||||
ae2:paint_ball.brown oredictionary:dustGlowstone ae2:paint_ball.brown,
|
||||
ae2:paint_ball.brown ae2:paint_ball.brown ae2:paint_ball.brown
|
||||
-> 8 ae2:lumen_paint_ball.brown
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.blue ae2:paint_ball.blue ae2:paint_ball.blue,
|
||||
ae2:paint_ball.blue oredictionary:dustGlowstone ae2:paint_ball.blue,
|
||||
ae2:paint_ball.blue ae2:paint_ball.blue ae2:paint_ball.blue
|
||||
-> 8 ae2:lumen_paint_ball.blue
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.purple ae2:paint_ball.purple ae2:paint_ball.purple,
|
||||
ae2:paint_ball.purple oredictionary:dustGlowstone ae2:paint_ball.purple,
|
||||
ae2:paint_ball.purple ae2:paint_ball.purple ae2:paint_ball.purple
|
||||
-> 8 ae2:lumen_paint_ball.purple
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.cyan ae2:paint_ball.cyan ae2:paint_ball.cyan,
|
||||
ae2:paint_ball.cyan oredictionary:dustGlowstone ae2:paint_ball.cyan,
|
||||
ae2:paint_ball.cyan ae2:paint_ball.cyan ae2:paint_ball.cyan
|
||||
-> 8 ae2:lumen_paint_ball.cyan
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.light_gray ae2:paint_ball.light_gray ae2:paint_ball.light_gray,
|
||||
ae2:paint_ball.light_gray oredictionary:dustGlowstone ae2:paint_ball.light_gray,
|
||||
ae2:paint_ball.light_gray ae2:paint_ball.light_gray ae2:paint_ball.light_gray
|
||||
-> 8 ae2:lumen_paint_ball.light_gray
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.gray ae2:paint_ball.gray ae2:paint_ball.gray,
|
||||
ae2:paint_ball.gray oredictionary:dustGlowstone ae2:paint_ball.gray,
|
||||
ae2:paint_ball.gray ae2:paint_ball.gray ae2:paint_ball.gray
|
||||
-> 8 ae2:lumen_paint_ball.gray
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.pink ae2:paint_ball.pink ae2:paint_ball.pink,
|
||||
ae2:paint_ball.pink oredictionary:dustGlowstone ae2:paint_ball.pink,
|
||||
ae2:paint_ball.pink ae2:paint_ball.pink ae2:paint_ball.pink
|
||||
-> 8 ae2:lumen_paint_ball.pink
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.lime ae2:paint_ball.lime ae2:paint_ball.lime,
|
||||
ae2:paint_ball.lime oredictionary:dustGlowstone ae2:paint_ball.lime,
|
||||
ae2:paint_ball.lime ae2:paint_ball.lime ae2:paint_ball.lime
|
||||
-> 8 ae2:lumen_paint_ball.lime
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.yellow ae2:paint_ball.yellow ae2:paint_ball.yellow,
|
||||
ae2:paint_ball.yellow oredictionary:dustGlowstone ae2:paint_ball.yellow,
|
||||
ae2:paint_ball.yellow ae2:paint_ball.yellow ae2:paint_ball.yellow
|
||||
-> 8 ae2:lumen_paint_ball.yellow
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.light_blue ae2:paint_ball.light_blue ae2:paint_ball.light_blue,
|
||||
ae2:paint_ball.light_blue oredictionary:dustGlowstone ae2:paint_ball.light_blue,
|
||||
ae2:paint_ball.light_blue ae2:paint_ball.light_blue ae2:paint_ball.light_blue
|
||||
-> 8 ae2:lumen_paint_ball.light_blue
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.magenta ae2:paint_ball.magenta ae2:paint_ball.magenta,
|
||||
ae2:paint_ball.magenta oredictionary:dustGlowstone ae2:paint_ball.magenta,
|
||||
ae2:paint_ball.magenta ae2:paint_ball.magenta ae2:paint_ball.magenta
|
||||
-> 8 ae2:lumen_paint_ball.magenta
|
||||
|
||||
shaped=
|
||||
ae2:paint_ball.orange ae2:paint_ball.orange ae2:paint_ball.orange,
|
||||
ae2:paint_ball.orange oredictionary:dustGlowstone ae2:paint_ball.orange,
|
||||
ae2:paint_ball.orange ae2:paint_ball.orange ae2:paint_ball.orange
|
||||
-> 8 ae2:lumen_paint_ball.orange
|
Reference in New Issue
Block a user