Skip to content

Commit

Permalink
fix(recipes): ✏️[Quantum Link Card] harder
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 27, 2024
1 parent ecf5bd4 commit 4d31c66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/mods/appliedenergistics.zs
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,18 @@ craft.make(<appliedenergistics2:material:58>, ['pretty',
'M': <appliedenergistics2:part:440>, // ME Interface
});

# [Quantum Link Card] from [1024k ME Storage Component][+3]
mods.appliedenergistics2.Inscriber.removeRecipe(<appliedenergistics2:material:59>);
craft.remake(<appliedenergistics2:material:59>, ["pretty",
"M S M",
"◊ § ◊",
"M S M"], {
"M": <appliedenergistics2:quantum_link>, # ME Quantum Link Chamber
"S": <appliedenergistics2:material:47>, # Singularity
"": <ore:gemAnglesite>, # Anglesite
"§": <nae2:material:2>, # 1024k ME Storage Component
});

val terminalIngrs = {
'F': <ore:pearlFluix>, // Fluix Pearl
'W': <ae2stuff:wireless>,
Expand Down

0 comments on commit 4d31c66

Please sign in to comment.