Formatted the code - Release state for Blood Magic 1.8.9-2.0.0-1

This commit is contained in:
WayofTime 2016-01-02 17:56:37 -05:00
parent d1ff8c6d4f
commit 71421b7d88
38 changed files with 223 additions and 208 deletions

View file

@ -18,9 +18,9 @@ public class AltarComponent
* Sets a component location for the altar.
*
* @param offset
* - Where the block should be in relation to the Altar
* - Where the block should be in relation to the Altar
* @param component
* - The type of Component the location should contain
* - The type of Component the location should contain
*/
public AltarComponent(BlockPos offset, EnumAltarComponent component)
{
@ -31,9 +31,9 @@ public class AltarComponent
/**
* Use for setting a location at which there must be a block, but the type
* of block does not matter.
*
*
* @param offset
* - Where the block should be in relation to the Altar
* - Where the block should be in relation to the Altar
*/
public AltarComponent(BlockPos offset)
{