Tinkered with the beam a bit. Added WIP models for the routing nodes. Added basic item routing node.
This commit is contained in:
parent
08e8ebf724
commit
76dceb3534
11 changed files with 283 additions and 99 deletions
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/routing/OutputRoutingNodeCore",
|
||||
"textures": {
|
||||
"core": "blocks/gold_block",
|
||||
"attachment": "minecraft:blocks/stone"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/routing/OutputRoutingNodeCore",
|
||||
"textures": {
|
||||
"core": "blocks/cobblestone",
|
||||
"attachment": "minecraft:blocks/stone"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue