Skip to content

Commit

Permalink
Move multiblock/master/server logic to separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Sep 29, 2015
1 parent bf8988e commit 6891199
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
@@ -1,4 +1,4 @@
package slimeknights.mantle.block;
package slimeknights.mantle.multiblock;

import net.minecraft.util.BlockPos;

Expand Down
@@ -1,4 +1,4 @@
package slimeknights.mantle.block;
package slimeknights.mantle.multiblock;

public interface IMasterNode extends IMasterLogic, IServantLogic
{
Expand Down
@@ -1,4 +1,4 @@
package slimeknights.mantle.block;
package slimeknights.mantle.multiblock;

import net.minecraft.util.BlockPos;
import net.minecraft.world.World;
Expand Down
@@ -1,4 +1,4 @@
package slimeknights.mantle.block;
package slimeknights.mantle.multiblock;

import net.minecraft.block.Block;
import net.minecraft.block.state.IBlockState;
Expand Down

0 comments on commit 6891199

Please sign in to comment.