API Synced with Grinder canges.

This commit is contained in:
AlgorithmX2
2014-07-20 01:50:50 -05:00
parent af3a9f29b6
commit fdc263702e
3 changed files with 54 additions and 1 deletions
+4
View File
@@ -144,6 +144,10 @@ public class TileGrinder extends AEBaseInvTile implements ICrankable
if ( chance <= r.getOptionalChance() )
addItem( sia, r.getOptionalOutput() );
chance = (Platform.getRandomInt() % 2000) / 2000.0f;
if ( chance <= r.getSecondOptionalChance() )
addItem( sia, r.getSecondOptionalOutput() );
this.setInventorySlotContents( 6, null );
}
}