Skip to content

Commit

Permalink
fix(recipes): ✏️[Potentia Inverter] cheaper
Browse files Browse the repository at this point in the history
[Potentia Inverter]
  • Loading branch information
Krutoy242 committed May 11, 2024
1 parent 6afb3e4 commit c09c3c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/mods/psicosts.zs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ craft.remake(<psicosts:mana_resonator>, ['pretty',
'l': <ore:livingrock>, // Livingrock
});

// [Potentia Inverter] from [Phial of Potentia Essentia][+5]
mods.thaumcraft.ArcaneWorkbench.removeRecipe(<psicosts:essentia_resonator>);
mods.thaumcraft.ArcaneWorkbench.registerShapedRecipe(
"essentia_resonator", # Name
"FIRSTSTEPS", # Research
100, # Vis cost
[<aspect:ignis>, <aspect:ordo>],
<psicosts:essentia_resonator>, # Output
Grid(['pretty',
'i ▲ i',
'□ □',
'i ▲ i'], {
'i': <ic2:casing:3>, // ic2.casing.iron
'': <ore:dustPsi>, // Psidust
'': <ore:plateBrass>, // Brass Plate
}).shaped());

val ingrs = {
'P': <psicosts:material_glassy>, // Psi Glass
'1': <psicosts:psi_cell:0>.marked('marked'), // PSI Cell
Expand Down

0 comments on commit c09c3c3

Please sign in to comment.