Skip to content

Commit

Permalink
fix(recipes): ✏️[Industrial Hepm Fiber] add [Phytogogenic Insolator] …
Browse files Browse the repository at this point in the history
…recipe
  • Loading branch information
Krutoy242 committed Apr 16, 2024
1 parent d2239e1 commit bd0d731
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/mods/immersiveengineering.zs
Original file line number Diff line number Diff line change
Expand Up @@ -635,3 +635,6 @@ craft.remake(<immersiveengineering:wooden_device0:2>, ['pretty',
mods.immersiveengineering.Refinery.addRecipe(<fluid:biodiesel> * 24, <fluid:biomass> * 8, <fluid:ethanol> * 16, 400);
mods.immersiveengineering.Refinery.addRecipe(<fluid:biodiesel> * 20, <fluid:ic2biomass> * 12, <fluid:ethanol> * 8, 200);
mods.immersiveengineering.Refinery.addRecipe(<fluid:biodiesel> * 88, <fluid:biocrude> * 8, <fluid:ethanol> * 80, 1600);

// Add missed Insolator recipe
scripts.process.grow(<immersiveengineering:seed>, <immersiveengineering:material:4>, null, <immersiveengineering:seed>, 1);

0 comments on commit bd0d731

Please sign in to comment.