Fixed movement upgrade stat tracking.
This commit is contained in:
parent
8b0756e9da
commit
1b6e3442ae
3 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
package WayofTime.bloodmagic.tile.routing;
|
||||
|
||||
public class TileInputRoutingNode extends TileRoutingNode
|
||||
{
|
||||
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
package WayofTime.bloodmagic.tile.routing;
|
||||
|
||||
public class TileOutputRoutingNode extends TileRoutingNode
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue