Skip to content

Commit

Permalink
Update Smeltery Blood to new fluid system
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Sep 21, 2013
1 parent 7595cbf commit 10f04a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tconstruct/blocks/logic/SmelteryLogic.java
Expand Up @@ -339,8 +339,8 @@ else if (o instanceof EntityLiving)
{
/*if (currentLiquid + 8 < maxLiquid)
{
int amount = living.isChild() ? 2 : 8;
this.addMoltenMetal(new FluidStack(TContent.liquidMetalStill.blockID, amount, 16), false);
int amount = living.isChild() ? 1 : 8;
this.addMoltenMetal(new FluidStack(TContent.bloodFluid, amount), false);
}*/
}
}
Expand Down

0 comments on commit 10f04a6

Please sign in to comment.