Tinkered with the beam a bit. Added WIP models for the routing nodes. Added basic item routing node.
This commit is contained in:
parent
08e8ebf724
commit
76dceb3534
11 changed files with 283 additions and 99 deletions
|
@ -0,0 +1,9 @@
|
|||
package WayofTime.bloodmagic.tile.routing;
|
||||
|
||||
public class TileItemRoutingNode extends TileRoutingNode
|
||||
{
|
||||
public TileItemRoutingNode()
|
||||
{
|
||||
super(0, "itemNode");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue