Improve Circuit Etcher Recipe (Lazy AE2 Compat) (#1058)
[BALANCING] [DETAILS] detail = "Now uses an Advanced Inscriber instead of an Inscriber" [DETAILS]
This commit is contained in:
parent
dc256c13aa
commit
675c0b9021
@ -104,6 +104,13 @@ assembler.recipeBuilder()
|
||||
.duration(400).EUt(1920).buildAndRegister();
|
||||
|
||||
// Circuit Etcher
|
||||
recipes.remove(<threng:machine:2>);
|
||||
recipes.addShaped(<threng:machine:2>, [
|
||||
[<appliedenergistics2:material:19>, <ae2stuff:inscriber>, <appliedenergistics2:material:13>],
|
||||
[<appliedenergistics2:quartz_glass>, <threng:material:4>, <appliedenergistics2:quartz_glass>],
|
||||
[<appliedenergistics2:material:15>, <appliedenergistics2:material:43>, <appliedenergistics2:material:14>]
|
||||
]);
|
||||
|
||||
mods.threng.Etcher.removeRecipe(<appliedenergistics2:material:22>);
|
||||
mods.threng.Etcher.removeRecipe(<appliedenergistics2:material:23>);
|
||||
mods.threng.Etcher.removeRecipe(<appliedenergistics2:material:24>);
|
||||
|
Loading…
x
Reference in New Issue
Block a user