Format sourcecode

This commit is contained in:
yueh
2017-07-20 21:17:10 +02:00
parent 66437897be
commit 621910df91
295 changed files with 2142 additions and 1562 deletions
@@ -177,7 +177,7 @@ public class PartPlacement
;
if( held.getCount() == 0 )
{
player.inventory.mainInventory.set(player.inventory.currentItem, ItemStack.EMPTY);
player.inventory.mainInventory.set( player.inventory.currentItem, ItemStack.EMPTY );
MinecraftForge.EVENT_BUS.post( new PlayerDestroyItemEvent( player, held, hand ) );
}
}
@@ -352,7 +352,7 @@ public class PartPlacement
;
if( held.getCount() == 0 )
{
player.inventory.mainInventory.set(player.inventory.currentItem, ItemStack.EMPTY);
player.inventory.mainInventory.set( player.inventory.currentItem, ItemStack.EMPTY );
MinecraftForge.EVENT_BUS.post( new PlayerDestroyItemEvent( player, held, hand ) );
}
}