Implemented ghost items for the inventory - will be adjusted.
This commit is contained in:
parent
ec7676a69c
commit
ac919c7882
12 changed files with 424 additions and 66 deletions
|
@ -2,5 +2,8 @@ package WayofTime.bloodmagic.tile.routing;
|
|||
|
||||
public class TileOutputRoutingNode extends TileRoutingNode
|
||||
{
|
||||
|
||||
public TileOutputRoutingNode()
|
||||
{
|
||||
super(1, "outputNode");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue