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" }
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/InputRoutingNode"
}
}

View file

@ -0,0 +1,8 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/MasterRoutingNode"
}
}

View file

@ -0,0 +1,7 @@
{
"parent": "block/cube_all",
"textures": {
"all": "bloodmagic:blocks/OutputRoutingNode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B