Auto format code
This commit is contained in:
parent
c0aab7f37a
commit
774fec221e
65 changed files with 100 additions and 125 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue