Skip to content

Commit

Permalink
Let's fry us up some Enderballs, y'all
Browse files Browse the repository at this point in the history
Tasty :V
  • Loading branch information
Zerokyuuni committed Jul 26, 2014
1 parent d788a20 commit f9f3259
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/tconstruct/smeltery/TinkerSmeltery.java
Expand Up @@ -786,6 +786,8 @@ private void addRecipesForTableCasting ()
}
}
}

tableCasting.addCastingRecipe(new ItemStack(Items.ender_pearl), new FluidStack(TinkerSmeltery.moltenEnderFluid, 250), new ItemStack(TinkerSmeltery.metalPattern, 1, 11), 50);

ItemStack[] ingotShapes = { new ItemStack(Items.brick), new ItemStack(Items.netherbrick), new ItemStack(TinkerTools.materials, 1, 2), new ItemStack(TinkerTools.materials, 1, 37) };
for (int i = 0; i < ingotShapes.length; i++)
Expand Down

0 comments on commit f9f3259

Please sign in to comment.