Made that sawmill quieter

This commit is contained in:
Aidan Brady 2014-01-15 23:12:48 -05:00
parent 053b6f34f6
commit ee0193cb3d

View file

@ -19,4 +19,10 @@ public class TileEntityPrecisionSawmill extends TileEntityChanceMachine
{
return Recipe.PRECISION_SAWMILL.get();
}
@Override
public float getVolumeMultiplier()
{
return 0.7F;
}
}