Skip to content

Commit

Permalink
feat(recipes): ✏️add [Pink Slime] in [Crystallizer] (AR)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent 27b52ed commit b249502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/mods/industrialforegoing.zs
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ cleanupBenification(<libvulpes:ore0:8>, <libvulpes:productingot:7>, <libvulpes:p

// Peaceful alt
mods.rustic.EvaporatingBasin.addRecipe(<industrialforegoing:pink_slime>, <liquid:if.pink_slime> * 1000, 30 * 20);
mods.advancedrocketry.RecipeTweaker.forMachine('Crystallizer').builder()
.outputs(<industrialforegoing:pink_slime> * 16)
.input(<fluid:if.pink_slime> * 16000)
.power(30000).timeRequired(10).build();

// [White Laser Lens] from [Purple Dye][+3]
for i, dye in scripts.vars.oreDye {
Expand Down

0 comments on commit b249502

Please sign in to comment.