Added a lot more framework for the node routing.

This commit is contained in:
WayofTime 2016-01-12 17:05:56 -05:00
parent 1b6e3442ae
commit 269459c5c5
19 changed files with 677 additions and 16 deletions

View file

@ -0,0 +1,7 @@
{
"variants": {
"normal": { "model": "bloodmagic:BlockInputRoutingNode" }
}
}

View file

@ -0,0 +1,7 @@
{
"variants": {
"normal": { "model": "bloodmagic:BlockMasterRoutingNode" }
}
}

View file

@ -0,0 +1,6 @@
{
"variants": {
"normal": { "model": "bloodmagic:BlockOutputRoutingNode" }
}
}