Rework custom recipe system (#3232)

This commit is contained in:
fscan
2018-06-24 17:20:29 +02:00
committed by GitHub
parent e72b5b369c
commit 841bc6e356
165 changed files with 680 additions and 6300 deletions
@@ -1,348 +0,0 @@
<!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 [DEPRECATED]</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>
@@ -1,2 +0,0 @@
alias=mc -> minecraft
alias=ae2 -> appliedenergistics2
@@ -1,8 +0,0 @@
shaped=
ae2:quartz_block,
ae2:quartz_block
-> 2 ae2:quartz_pillar
shaped=
ae2:quartz_block ae2:quartz_block
-> 2 ae2:chiseled_quartz_block
@@ -1,30 +0,0 @@
# 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
@@ -1,7 +0,0 @@
shaped=
ae2:material.CertusQuartzCrystalCharged mc:iron_ingot
-> 2 ae2:quartz_fixture
shaped=
netherCrystal mc:iron_ingot
-> ae2:light_detector
@@ -1,7 +0,0 @@
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
@@ -1,9 +0,0 @@
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
@@ -1,11 +0,0 @@
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
@@ -1,31 +0,0 @@
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
@@ -1,47 +0,0 @@
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,14 @@
{
"type": "appliedenergistics2:grinder",
"input": {
"item": "minecraft:bone"
},
"result": {
"primary": {
"item": "minecraft:dye",
"data": 15,
"count": 4
}
},
"turns": 8
}
@@ -0,0 +1,12 @@
{
"type": "appliedenergistics2:grinder",
"input": {
"item": "minecraft:gravel"
},
"result": {
"primary": {
"item": "minecraft:flint"
}
},
"turns": 8
}
@@ -0,0 +1,13 @@
{
"type": "appliedenergistics2:grinder",
"input": {
"type": "forge:ore_dict",
"ore": "crystalFluix"
},
"result": {
"primary": {
"part": "material.fluix_dust"
}
},
"turns": 8
}
@@ -0,0 +1,12 @@
{
"type": "appliedenergistics2:grinder",
"input": {
"item": "appliedenergistics2:sky_stone_block"
},
"result": {
"primary": {
"part": "material.sky_dust"
}
},
"turns": 8
}
@@ -1,21 +0,0 @@
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.certus_quartz_crystal_charged -> crystalQuartz
group=oredictionary:dustCertusQuartz oredictionary:dustNetherQuartz -> dustQuartz
group=oredictionary:crystalCertusQuartz ae2:material.certus_quartz_crystal_charged ae2:material.purified_certus_quartz_crystal -> certusCrystal
group=oredictionary:crystalNetherQuartz ae2:material.purified_nether_quartz_crystal -> netherCrystal
group=oredictionary:crystalFluix ae2:material.purified_fluix_crystal -> fluixCrystal
@@ -1,37 +0,0 @@
##########################################################
# DEPRECATED #
# Until vanilla/Forge JSON is capable of supporting most #
# of our use cases use CraftTweaker for custom recipes #
##########################################################
# 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
import=processing/index.recipe
### Manually load non-shaped/shapeless recipe files
import=smelting/smelting.recipe
import=materials/circuits.recipe
import=materials/presses.recipe
import=materials/processors.recipe
### REPLACED IN 1.12 BY JSON RECIPES
# All actual recipes
#import=decorative/index.recipe
#import=materials/index.recipe
#import=misc/index.recipe
#import=network/index.recipe
#import=tools/index.recipe
@@ -0,0 +1,21 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "press",
"result": {
"part": "material.engineering_processor"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.engineering_processor_print"
},
"middle": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"bottom": {
"type": "appliedenergistics2:part",
"part": "material.silicon_print"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.calculation_processor_press"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.calculation_processor_press"
},
"middle": {
"type": "forge:ore_dict",
"ore": "blockIron"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.calculation_processor_print"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.calculation_processor_press"
},
"middle": {
"type": "appliedenergistics2:part",
"part": "material.purified_certus_quartz_crystal"
}
}
}
@@ -0,0 +1,21 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "press",
"result": {
"part": "material.calculation_processor"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.calculation_processor_print"
},
"middle": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"bottom": {
"type": "appliedenergistics2:part",
"part": "material.silicon_print"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.engineering_processor_press"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.engineering_processor_press"
},
"middle": {
"type": "forge:ore_dict",
"ore": "blockIron"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.engineering_processor_print"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.engineering_processor_press"
},
"middle": {
"type": "forge:ore_dict",
"ore": "gemDiamond"
}
}
}
@@ -0,0 +1,21 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "press",
"result": {
"part": "material.logic_processor"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.logic_processor_print"
},
"middle": {
"type": "forge:ore_dict",
"ore": "dustRedstone"
},
"bottom": {
"type": "appliedenergistics2:part",
"part": "material.silicon_print"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.logic_processor_press"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.logic_processor_press"
},
"middle": {
"type": "forge:ore_dict",
"ore": "blockIron"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.logic_processor_print"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.logic_processor_press"
},
"middle": {
"type": "forge:ore_dict",
"ore": "ingotGold"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.silicon_press"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.silicon_press"
},
"middle": {
"type": "forge:ore_dict",
"ore": "blockIron"
}
}
}
@@ -0,0 +1,17 @@
{
"type": "appliedenergistics2:inscriber",
"mode": "inscribe",
"result": {
"part": "material.silicon_print"
},
"ingredients": {
"top": {
"type": "appliedenergistics2:part",
"part": "material.silicon_press"
},
"middle": {
"type": "forge:ore_dict",
"ore": "itemSilicon"
}
}
}
@@ -1,35 +0,0 @@
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
@@ -1,15 +0,0 @@
inscribe=
oredictionary:ingotGold ae2:material.logic_processor_press
-> ae2:material.logic_processor_print
inscribe=
ae2:material.purified_certus_quartz_crystal ae2:material.calculation_processor_press
-> ae2:material.calculation_processor_print
inscribe=
oredictionary:gemDiamond ae2:material.engineering_processor_press
-> ae2:material.engineering_processor_print
inscribe=
oredictionary:itemSilicon ae2:material.silicon_press
-> ae2:material.silicon_print
@@ -1,7 +0,0 @@
shaped=
netherCrystal oreDictionary:dustFluix ae2:material.LogicProcessor
-> 2 ae2:material.AnnihilationCore
shaped=
certusCrystal oreDictionary:dustFluix ae2:material.LogicProcessor
-> 2 ae2:material.FormationCore
@@ -1,5 +0,0 @@
import=materials/cards.recipe
import=materials/circuits.recipe
import=materials/cores.recipe
import=materials/presses.recipe
import=materials/processors.recipe
@@ -1,15 +0,0 @@
inscribe=
oredictionary:blockIron ae2:material.logic_processor_press
-> ae2:material.logic_processor_press
inscribe=
oredictionary:blockIron ae2:material.calculation_processor_press
-> ae2:material.calculation_processor_press
inscribe=
oredictionary:blockIron ae2:material.engineering_processor_press
-> ae2:material.engineering_processor_press
inscribe=
oredictionary:blockIron ae2:material.silicon_press
-> ae2:material.silicon_press
@@ -1,11 +0,0 @@
press=
oredictionary:dustRedstone ae2:material.logic_processor_print ae2:material.silicon_print
-> ae2:material.logic_processor
press=
oredictionary:dustRedstone ae2:material.calculation_processor_print ae2:material.silicon_print
-> ae2:material.calculation_processor
press=
oredictionary:dustRedstone ae2:material.engineering_processor_print ae2:material.silicon_print
-> ae2:material.engineering_processor
@@ -1,11 +0,0 @@
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
@@ -1,15 +0,0 @@
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
@@ -1,5 +0,0 @@
shaped=
oredictionary:dustFluix fluixCrystal oredictionary:dustFluix,
fluixCrystal mc:ender_pearl fluixCrystal,
oredictionary:dustFluix fluixCrystal oredictionary:dustFluix
-> ae2:material.FluixPearl
@@ -1,17 +0,0 @@
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
@@ -1,8 +0,0 @@
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
@@ -1,5 +0,0 @@
shaped=
_ oredictionary:ingotIron _,
oredictionary:ingotIron ae2:material.CertusQuartzCrystalCharged oredictionary:ingotIron,
_ oredictionary:ingotIron _
-> ae2:sky_compass
@@ -1,3 +0,0 @@
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
@@ -1,4 +0,0 @@
shaped=
dustQuartz mc:gunpowder,
mc:gunpowder dustQuartz
-> ae2:tiny_tnt
@@ -1,11 +0,0 @@
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
@@ -1,5 +0,0 @@
shaped=
wool ae2:material.CalcProcessor wool,
oredictionary:ingotIron oredictionary:chestWood oredictionary:ingotIron,
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
-> ae2:cell_workbench
@@ -1,5 +0,0 @@
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
@@ -1,11 +0,0 @@
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
@@ -1,23 +0,0 @@
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
@@ -1,11 +0,0 @@
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
@@ -1,5 +0,0 @@
shaped=
oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron,
fluixCrystal _ oredictionary:ingotIron,
oredictionary:ingotIron mc:sticky_piston oredictionary:ingotIron
-> ae2:inscriber
@@ -1,13 +0,0 @@
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
@@ -1,11 +0,0 @@
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
@@ -1,13 +0,0 @@
# 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
@@ -1,5 +0,0 @@
shaped=
oredictionary:ingotIron ae2:chest oredictionary:ingotIron,
cable ae2:material.Cell16kPart cable,
oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron
-> ae2:security_station
@@ -1,11 +0,0 @@
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
@@ -1,11 +0,0 @@
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
@@ -1,104 +0,0 @@
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
@@ -1,104 +0,0 @@
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
@@ -1,103 +0,0 @@
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
@@ -1,4 +0,0 @@
import=network/cables/covered.recipe
import=network/cables/dense.recipe
import=network/cables/glass.recipe
import=network/cables/smart.recipe
@@ -1,104 +0,0 @@
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
@@ -1,5 +0,0 @@
shaped=
ae2:quartz_glass oredictionary:dustRedstone ae2:quartz_glass,
oredictionary:dustRedstone _ oredictionary:dustRedstone,
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
-> ae2:material.EmptyStorageCell
@@ -1,6 +0,0 @@
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
@@ -1,26 +0,0 @@
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
@@ -1,17 +0,0 @@
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
@@ -1,35 +0,0 @@
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
@@ -1,23 +0,0 @@
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
@@ -1,8 +0,0 @@
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
@@ -1,5 +0,0 @@
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
@@ -1,37 +0,0 @@
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
@@ -1,3 +0,0 @@
import=network/crafting/assembler.recipe
import=network/crafting/cpu.recipe
import=network/crafting/patterns.recipe
@@ -1,5 +0,0 @@
shaped=
ae2:quartz_glass oredictionary:dustGlowstone ae2:quartz_glass,
oredictionary:dustGlowstone certusCrystal oredictionary:dustGlowstone,
oredictionary:ingotIron oredictionary:ingotIron oredictionary:ingotIron
-> ae2:material.BlankPattern
@@ -1,6 +0,0 @@
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
@@ -1,3 +0,0 @@
shapeless=
metalIngots knife
-> 3 ae2:part.CableAnchor
@@ -1,3 +0,0 @@
shapeless=
ae2:material.CalcProcessor mc:redstone_torch
-> ae2:part.LevelEmitter
@@ -1,10 +0,0 @@
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
@@ -1,13 +0,0 @@
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
@@ -1,7 +0,0 @@
shapeless=
ae2:part.LevelEmitter monitor
-> ae2:part.StorageMonitor
shapeless=
ae2:material.AnnihilationCore ae2:part.StorageMonitor ae2:material.FormationCore
-> ae2:part.ConversionMonitor
@@ -1,17 +0,0 @@
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
@@ -1,25 +0,0 @@
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
@@ -1,5 +0,0 @@
shaped=
glass glass glass,
dustQuartz dustQuartz dustQuartz,
glass glass glass
-> 3 ae2:part.QuartzFiber
@@ -1,15 +0,0 @@
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
@@ -1,13 +0,0 @@
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
@@ -1,5 +0,0 @@
shaped=
_ oredictionary:ingotIron _,
oredictionary:ingotIron ae2:material.EngProcessor oredictionary:ingotIron,
fluixCrystal fluixCrystal fluixCrystal
-> ae2:part.P2PTunnelME
@@ -1,22 +0,0 @@
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
@@ -1,37 +0,0 @@
##########################################################
# DEPRECATED #
# Until vanilla/Forge JSON is capable of supporting most #
# of our use cases use CraftTweaker for custom recipes #
##########################################################
# 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.certus_quartz_crystal -> crystalCertusQuartz
ore=ae2:material.fluix_crystal -> crystalFluix
ore=ae2:material.purified_fluix_crystal -> crystalPureFluix
ore=ae2:material.nether_quartz_dust -> dustNetherQuartz
ore=ae2:material.certus_quartz_dust -> dustCertusQuartz
ore=ae2:material.fluix_dust -> dustFluix
# Ores of AE2
ore=ae2:quartz_ore -> oreCertusQuartz
ore=ae2:charged_quartz_ore -> oreChargedCertusQuartz
# Parts to be used
ore= ae2:part.semi_dark_monitor -> itemIlluminatedPanel
ore= ae2:part.monitor -> itemIlluminatedPanel
ore= ae2:part.dark_monitor -> itemIlluminatedPanel
@@ -1,9 +0,0 @@
grindfz= ae2:material.fluix_crystal -> ae2:material.fluix_dust
grindfz= ae2:sky_stone_block:0 -> ae2:material.sky_dust
grindfz= mc:ender_pearl -> ae2:material.ender_dust
# grindfz= oredictionary:cropWheat -> ae2:material.flour
grindfz= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust
grindfz= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust
# grindfz= mc:quartz -> ae2:material.nether_quartz_dust
grindfz= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust
grindfz= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust
@@ -1,4 +0,0 @@
grind= ae2:material.fluix_crystal -> ae2:material.fluix_dust
grind= ae2:sky_stone_block:0 -> ae2:material.sky_dust
grind= mc:gravel -> mc:flint
grind= mc:bone -> 4 mc:dye:15
@@ -1,9 +0,0 @@
hccrusher= ae2:material.fluix_crystal -> ae2:material.fluix_dust
hccrusher= ae2:sky_stone_block:0 -> ae2:material.sky_dust
hccrusher= mc:ender_pearl -> ae2:material.ender_dust
hccrusher= oredictionary:cropWheat -> ae2:material.flour
hccrusher= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust
hccrusher= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust
hccrusher= mc:quartz -> ae2:material.nether_quartz_dust
hccrusher= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust
hccrusher= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust
@@ -1,9 +0,0 @@
macerator= ae2:material.fluix_crystal -> ae2:material.fluix_dust
macerator= ae2:sky_stone_block:0 -> ae2:material.sky_dust
macerator= mc:ender_pearl -> ae2:material.ender_dust
# macerator= oredictionary:cropWheat -> ae2:material.flour
macerator= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust
macerator= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust
macerator= mc:quartz -> ae2:material.nether_quartz_dust
macerator= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust
macerator= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust
@@ -1,8 +0,0 @@
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
@@ -1,9 +0,0 @@
mekcrusher= ae2:material.fluix_crystal -> ae2:material.fluix_dust
#bug mekcrusher= ae2:sky_stone_block:0 -> ae2:material.sky_dust
#bug mekcrusher= mc:ender_pearl -> ae2:material.ender_dust
# mekcrusher= oredictionary:cropWheat -> ae2:material.flour
#bug mekcrusher= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust
mekcrusher= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust
mekcrusher= mc:quartz -> ae2:material.nether_quartz_dust
mekechamber= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust
mekechamber= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust
@@ -1,9 +0,0 @@
crusher= ae2:material.fluix_crystal -> ae2:material.fluix_dust
crusher= ae2:sky_stone_block:0 -> ae2:material.sky_dust
crusher= mc:ender_pearl -> ae2:material.ender_dust
crusher= oredictionary:cropWheat -> ae2:material.flour
crusher= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust
crusher= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust
crusher= mc:quartz -> ae2:material.certus_quartz_dust
crusher= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust
crusher= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust
@@ -1,9 +0,0 @@
pulverizer= ae2:material.fluix_crystal -> ae2:material.fluix_dust
pulverizer= ae2:sky_stone_block:0 -> ae2:material.sky_dust
pulverizer= mc:ender_pearl -> ae2:material.ender_dust
pulverizer= oredictionary:cropWheat -> ae2:material.flour
pulverizer= ae2:material.certus_quartz_crystal_charged -> ae2:material.certus_quartz_dust
pulverizer= ae2:material.certus_quartz_crystal -> ae2:material.certus_quartz_dust
pulverizer= mc:quartz -> ae2:material.nether_quartz_dust
pulverizer= ae2:quartz_ore -> 2 ae2:material.certus_quartz_dust
pulverizer= ae2:charged_quartz_ore -> 2 ae2:material.certus_quartz_dust
@@ -1,8 +0,0 @@
# Ore Processing
smelt= ae2:material.gold_dust -> mc:gold_ingot
smelt= ae2:material.iron_dust -> mc:iron_ingot
smelt= ae2:material.flour -> mc:bread
# Silicon
smelt= ae2:material.nether_quartz_dust -> ae2:material.silicon
smelt= ae2:material.certus_quartz_dust -> ae2:material.silicon
@@ -0,0 +1,11 @@
{
"type": "appliedenergistics2:smelt",
"result": {
"item": "minecraft:bread"
},
"input": {
"type": "appliedenergistics2:part",
"part": "material.flour"
},
"xp" : 0.0
}
@@ -0,0 +1,11 @@
{
"type": "appliedenergistics2:smelt",
"result": {
"item": "minecraft:gold_ingot"
},
"input": {
"type": "forge:ore_dict",
"ore": "dustGold"
},
"xp" : 0.0
}
@@ -0,0 +1,11 @@
{
"type": "appliedenergistics2:smelt",
"result": {
"item": "minecraft:iron_ingot"
},
"input": {
"type": "forge:ore_dict",
"ore": "dustIron"
},
"xp" : 0.0
}
@@ -0,0 +1,18 @@
{
"type": "appliedenergistics2:smelt",
"result": {
"part": "material.silicon"
},
"input":
[
{
"type": "forge:ore_dict",
"ore": "dustNetherQuartz"
},
{
"type": "forge:ore_dict",
"ore": "dustCertusQuartz"
}
],
"xp" : 0.0
}
@@ -1,2 +0,0 @@
smelt=
ae2:sky_stone_block -> ae2:smooth_sky_stone_block
@@ -0,0 +1,10 @@
{
"type": "appliedenergistics2:smelt",
"result": {
"item": "appliedenergistics2:smooth_sky_stone_block"
},
"input": {
"item": "appliedenergistics2:sky_stone_block"
},
"xp" : 0.0
}
@@ -1,41 +0,0 @@
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

Some files were not shown because too many files have changed in this diff Show More