Skip to content

Commit

Permalink
Update FluidCompatibility.zs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxNeedsSnacks authored Apr 26, 2019
1 parent cccfb41 commit a6202af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/FluidCompatibility.zs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ print("--- loading FluidCompatibility.zs ---");
Crucible.addRecipe(<liquid:terrasteel> * 144, <botania:manaresource:4>, 5000);
Crucible.addRecipe(<liquid:terrasteel> * 1296, <botania:storage:1>, 40000);
Crucible.addRecipe(<liquid:purpleslime> * 250, <tconstruct:edible:2>, 2500);
melter.addRecipe(<liquid:blood> * 40, <minecraft:rotten_flesh>, 2500);
Crucible.addRecipe(<liquid:blood> * 40, <minecraft:rotten_flesh>, 2500);

melter.addRecipe(<ore:nuggetAlumite>, <liquid:alumite> * 16);
melter.addRecipe(<ore:ingotAlumite>, <liquid:alumite> * 144);
Expand Down

0 comments on commit a6202af

Please sign in to comment.