Made that sawmill quieter
This commit is contained in:
parent
053b6f34f6
commit
ee0193cb3d
1 changed files with 6 additions and 0 deletions
|
@ -19,4 +19,10 @@ public class TileEntityPrecisionSawmill extends TileEntityChanceMachine
|
||||||
{
|
{
|
||||||
return Recipe.PRECISION_SAWMILL.get();
|
return Recipe.PRECISION_SAWMILL.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public float getVolumeMultiplier()
|
||||||
|
{
|
||||||
|
return 0.7F;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue