Skip to content

Commit

Permalink
Readd recipe for reinforcement (#71)
Browse files Browse the repository at this point in the history
Uses steel in a casting table
  • Loading branch information
Ethryan authored Feb 2, 2023
1 parent 4be977b commit 131cdd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/tconstruct/smeltery/TinkerSmeltery.java
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,12 @@ private void addRecipesForTableCasting() {
new FluidStack(TinkerSmeltery.bloodFluid, 160),
null,
50);
tableCasting.addCastingRecipe(
new ItemStack(TinkerTools.materials, 1, 43),
new FluidStack(TinkerSmeltery.moltenSteelFluid, 288),
new ItemStack(TinkerTools.largePlate, 1, 6),
true,
80);

// Buckets
ItemStack bucket = new ItemStack(Items.bucket);
Expand Down

0 comments on commit 131cdd6

Please sign in to comment.