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:
Integer Limit 2024-10-11 20:50:02 +11:00 committed by GitHub
parent dc256c13aa
commit 675c0b9021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>);