Got the routing working to a safe degree.

This commit is contained in:
WayofTime 2016-01-14 15:03:13 -05:00
parent 652b6a45fd
commit 6a6369d08e
6 changed files with 30 additions and 8 deletions

View file

@ -6,7 +6,7 @@ import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
import WayofTime.bloodmagic.BloodMagic;
import WayofTime.bloodmagic.api.Constants;
import WayofTime.bloodmagic.routing.TileMasterRoutingNode;
import WayofTime.bloodmagic.tile.routing.TileMasterRoutingNode;
public class BlockMasterRoutingNode extends BlockContainer
{