mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
FurnaceSolar/Solar Panel JSON
This commit is contained in:
parent
f18dfa97c8
commit
15c03f2a43
3 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": { "model": "actuallyadditions:blockFurnaceSolar" }
|
||||
}
|
||||
}
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"parent": "actuallyadditions:block/blockFurnaceSolar",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [0, 0, 0 ],
|
||||
"translation": [0, 4, 2 ],
|
||||
"scale": [1.2, 1.2, 1.2]
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue