Go go node models~
This commit is contained in:
parent
f1621f1bce
commit
9d64a43ee4
22 changed files with 313 additions and 125 deletions
|
@ -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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue