Auto format code

This commit is contained in:
modmuss50 2017-06-28 20:54:12 +01:00
parent c0aab7f37a
commit 774fec221e
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
65 changed files with 100 additions and 125 deletions

View file

@ -184,7 +184,7 @@ public class BlockRubberLog extends Block {
item.motionZ = rand.nextGaussian() * factor;
worldIn.spawnEntity(item);
}
if(playerIn instanceof EntityPlayerMP){
if (playerIn instanceof EntityPlayerMP) {
TRRecipeHandler.unlockTRRecipes((EntityPlayerMP) playerIn);
}
}