Skip to content

Commit

Permalink
fix(recipes): ✏️[Psionic Lensing Pedestal] harder
Browse files Browse the repository at this point in the history
It was so cheap its overshadow other PSI rechargers

https://i.imgur.com/lhQcU5S.png
  • Loading branch information
Krutoy242 committed May 11, 2024
1 parent c1d6861 commit 6afb3e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/mods/psicosts.zs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ craft.remake(<psicosts:flux_resonator>, ['pretty',
'O': <enderio:item_basic_capacitor:2>, // Octadic Capacitor
});

// [Psionic Lensing Pedestal] from [Rune of Fire][+3]
craft.remake(<psicosts:mana_resonator>, ['pretty',
'□ □ □',
'▲ F ▲',
'l l l'], {
'': <ore:plateObsidian>, // ic2.plate.obsidian
'': <ore:dustPsi>, // Psidust
'F': <ore:runeFireB>, // Rune of Fire
'l': <ore:livingrock>, // Livingrock
});

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

0 comments on commit 6afb3e4

Please sign in to comment.