Skip to content

Commit

Permalink
feat(recipes): ✏️add [Empowered Phosphor]=>[Saturated Phosphor] in wo…
Browse files Browse the repository at this point in the history
…rld recipe
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent 8953c40 commit 08f1892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cot/recipes.zs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ craft.make(<contenttweaker:conglomerate_of_sun> * 12, ['pretty',

// Saturate Phosphor
scripts.process.fill(<contenttweaker:empowered_phosphor>, <fluid:syngas> * 100, <contenttweaker:saturated_phosphor>, 'only: MechanicalDryingBasin NCInfuser Transposer');
mods.inworldcrafting.FluidToItem.transform(<contenttweaker:saturated_phosphor> * 4, <fluid:syngas>, [<contenttweaker:empowered_phosphor> * 4], true);

// [Empowered Phosphor] from [Phosphor][+1]
scripts.process.alloy([<contenttweaker:blasted_coal>, <forestry:phosphor>], <contenttweaker:empowered_phosphor> * 2, 'Only: Kiln Induction');
Expand Down

0 comments on commit 08f1892

Please sign in to comment.