Merge pull request #530 from the-vindex/1.8-Rewrite
Eclipse and IDEA formatting and code clean up
This commit is contained in:
commit
3dbe281861
3 changed files with 9 additions and 7 deletions
|
@ -5,6 +5,7 @@ import net.minecraft.util.BlockPos;
|
|||
|
||||
import java.util.ArrayList;
|
||||
|
||||
//@formatter:off
|
||||
@Getter
|
||||
public enum EnumAltarTier
|
||||
{
|
||||
|
@ -136,6 +137,7 @@ public enum EnumAltarTier
|
|||
altarComponents.add(new AltarComponent(new BlockPos(i, -5, -11), EnumAltarComponent.BLOODRUNE).setUpgradeSlot());
|
||||
}
|
||||
}
|
||||
//@formatter:on
|
||||
};
|
||||
|
||||
public static final int MAXTIERS = values().length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue