Go go node models~

This commit is contained in:
WayofTime 2016-02-06 17:36:37 -05:00
parent f1621f1bce
commit 9d64a43ee4
22 changed files with 313 additions and 125 deletions

View file

@ -1,7 +1,72 @@
{
"variants": {
"normal": { "model": "bloodmagic:BlockMasterRoutingNode" }
}
"forge_marker": 1,
"defaults": {
"model": "bloodmagic:routing/ModelMasterRoutingNodeCore.obj",
"transform": {
"translation": [ 0.5, 0, 0.5 ]
},
"custom": { "flip-v": true },
"uvlock": true
},
"variants": {
"north": {
"true": {
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
"transform": {
"translation": [ 0, -0.5, -0.5 ],
"rotation": {"x": 90}
}
},
"false": {}
},
"south": {
"true": {
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
"transform": {
"translation": [ 0, 0.5, -0.5 ],
"rotation": {"x": -90}
}
},
"false": {}
},
"east": {
"true": {
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
"transform": {
"translation": [ -0.5, 0.5, 0 ],
"rotation": {"z": 90}
}
},
"false": {}
},
"west": {
"true": {
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
"transform": {
"translation": [ -0.5, -0.5, 0 ],
"rotation": {"z": -90}
}
},
"false": {}
},
"down": {
"true": {
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj"
},
"false": {}
},
"up": {
"true": {
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj",
"transform": {
"translation": [ -1, 0, 0 ],
"rotation": {"z": -180}
}
},
"false": {}
},
"inventory": [{
"submodel": "bloodmagic:routing/ModelMasterRoutingNodeBase.obj"
}]
}
}