This commit is contained in:
asiekierka 2015-10-06 13:53:28 +02:00
parent 521774c829
commit 4152cd796c
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,5 @@
Bugs fixed:
* [#3056] PipeTransportFluids crash (asie)
* [#3055] Redstone Engines not heating up (asie)
* Random crashes with integrated server tile entity lookup (asie)

View file

@ -41,6 +41,10 @@ public class TileEngineWood extends TileEngineBase implements IRedstoneEngine {
}
}
public int getCurrentOutputLimit() {
return 10;
}
@Override
public float getPistonSpeed() {
if (!worldObj.isRemote) {