Skip to content

Commit

Permalink
fix(recipes): ✏️[Telepad Block] cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 28, 2024
1 parent 56aca02 commit 79f0c87
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/mods/enderio.zs
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,17 @@ craft.reshapeless(<enderio:item_material:38>, '▲▲▲©S©▲▲▲', {
'©': <randomthings:ingredient:13>,
});

// Cheaper to make teleport stations easier
# [Telepad Block] from [Pulsating Crystal][+2]
craft.remake(<enderio:block_tele_pad>, ["pretty",
"■ C ■",
"C * C",
"■ C ■"], {
"": <ore:fusedQuartz>, # Fused Quartz
"C": <ore:itemConduitBinder>, # Conduit Binder
"*": <ore:itemPulsatingCrystal>, # Pulsating Crystal
});

// Low-level machines (original in Alloy Smelter)
scripts.process.compress(<ore:itemPowderPhotovoltaic> * 4, <enderio:item_material:3>, 'Except: Compressor');
mods.mekanism.compressor.addRecipe(<ore:itemPowderPhotovoltaic> * 4, <enderio:item_material:3>);
Expand Down

0 comments on commit 79f0c87

Please sign in to comment.