Skip to content

Commit

Permalink
IntelliJ why?
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Apr 26, 2018
1 parent 6b1f98d commit ad3e188
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/main/java/net/dries007/tfc/objects/blocks/BlocksTFC.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
import net.dries007.tfc.objects.Ore;
import net.dries007.tfc.objects.Rock;
import net.dries007.tfc.objects.Wood;
import net.dries007.tfc.objects.blocks.stone.BlockButtonStoneTFC;
import net.dries007.tfc.objects.blocks.stone.BlockOreTFC;
import net.dries007.tfc.objects.blocks.stone.*;
import net.dries007.tfc.objects.blocks.wood.*;
import net.dries007.tfc.objects.fluids.FluidsTFC;
import net.minecraft.block.Block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package net.dries007.tfc.objects.blocks;
package net.dries007.tfc.objects.blocks.stone;

import net.dries007.tfc.objects.Rock;
import net.dries007.tfc.objects.blocks.BlocksTFC;
import net.dries007.tfc.objects.entity.EntityFallingBlockTFC;
import net.dries007.tfc.objects.items.rock.ItemRock;
import net.dries007.tfc.util.Helpers;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package net.dries007.tfc.objects.blocks;
package net.dries007.tfc.objects.blocks.stone;

import net.dries007.tfc.objects.Rock;
import net.dries007.tfc.objects.blocks.BlocksTFC;
import net.minecraft.block.properties.PropertyBool;
import net.minecraft.block.state.BlockStateContainer;
import net.minecraft.block.state.IBlockState;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.dries007.tfc.objects.blocks;
package net.dries007.tfc.objects.blocks.stone;

import net.dries007.tfc.objects.Rock;
import net.dries007.tfc.util.InsertOnlyEnumTable;
Expand Down

0 comments on commit ad3e188

Please sign in to comment.