Large buff to power usage, should fix #769

This commit is contained in:
modmuss50 2016-11-05 17:22:24 +00:00
parent 51331b77e7
commit 29b0d2443f
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
4 changed files with 4 additions and 4 deletions

View file

@ -219,7 +219,7 @@ public class TileIndustrialGrinder extends TilePowerAcceptor
@Override
public double getMaxInput() {
return 32;
return 64;
}
@Override