Skip to content

Commit

Permalink
fix(recipes): ✏️Fix [Impregnated Stick] recipe in [Fluid Transposer (…
Browse files Browse the repository at this point in the history
…basic)]
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent 15ac87d commit 1478275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mods/forestry.zs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ mods.forestry.Carpenter.removeRecipe(<forestry:impregnated_casing>);
for oil in [<liquid:oliveoil>, <liquid:seed.oil>] as ILiquidStack[] {
// Use OreDict recipe for impregnated stick
scripts.mods.forestry.Carpenter.addRecipe(<forestry:oak_stick> * 2, [[<ore:logWood>],[<ore:logWood>]], 40, oil * 100);
mods.thermalexpansion.Transposer.addFillRecipe(<forestry:oak_stick>, <ore:logWood>.firstItem, oil * 100, 1000);
mods.thermalexpansion.Transposer.addFillRecipe(<forestry:oak_stick> * 9, <additionalcompression:logwood_compressed>, oil * 900, 9000);

// Use OreDict recipe for Impregnated Casing
mods.forestry.Carpenter.addRecipe(<forestry:impregnated_casing>,
Expand Down

0 comments on commit 1478275

Please sign in to comment.