Skip to content

Commit

Permalink
Give lava the same temperature as the actual liquid (minor speed buff…
Browse files Browse the repository at this point in the history
…) and make pyrotheum much faster
  • Loading branch information
bonii-xx committed Sep 26, 2014
1 parent 34a2ad7 commit d0d14c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/smeltery/TinkerSmeltery.java
Expand Up @@ -1070,11 +1070,11 @@ protected void addRecipesForBasinCasting ()
protected static void addRecipesForSmeltery ()
{
// Smeltery fuels
Smeltery.addSmelteryFuel(FluidRegistry.LAVA, 1000, 10);
Smeltery.addSmelteryFuel(FluidRegistry.LAVA, 1300, 10);
// register pyrotheum if it's present
Fluid pyrotheum = FluidRegistry.getFluid("pyrotheum");
if (pyrotheum != null)
Smeltery.addSmelteryFuel(pyrotheum, 1500, 9);
Smeltery.addSmelteryFuel(pyrotheum, 5000, 9);

// BLOOD FOR THE BLOOD GOD
if (TinkerWorld.meatBlock != null)
Expand Down

0 comments on commit d0d14c9

Please sign in to comment.