Display(in hand) adjustments for Alarm, Led, and led2 (#1439)
This commit is contained in:
parent
9c7f1995a8
commit
217d7e1a44
6 changed files with 57 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"defaults": {
|
||||
"model": "techreborn:alarm",
|
||||
"textures": {
|
||||
"particle": "#alarm"
|
||||
|
@ -9,7 +9,6 @@
|
|||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "techreborn:alarm",
|
||||
"textures": {
|
||||
"alarm": "techreborn:blocks/machines/lighting/alarm_off"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"transform": "forge:default-block",
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "techreborn:lamp_incandescent",
|
||||
"textures": {
|
||||
"particle": "#lamp"
|
||||
|
@ -9,7 +9,6 @@
|
|||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "techreborn:lamp_incandescent",
|
||||
"textures": {
|
||||
"lamp": "techreborn:blocks/machines/lighting/lamp"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"transform": "forge:default-block",
|
||||
"defaults": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "techreborn:lamp_led",
|
||||
"textures": {
|
||||
"particle": "#lamp"
|
||||
|
@ -9,7 +9,6 @@
|
|||
},
|
||||
"variants": {
|
||||
"inventory": {
|
||||
"transform": "forge:default-block",
|
||||
"model": "techreborn:lamp_led",
|
||||
"textures": {
|
||||
"lamp": "techreborn:blocks/machines/lighting/lamp"
|
||||
|
|
|
@ -1,4 +1,22 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 45, 0 ],
|
||||
"translation": [ 0, 2.5, 2],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 35, 0 ],
|
||||
"translation": [ 0, 5.5, 0 ],
|
||||
"scale": [ 0.60, 0.60, 0.60 ]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [ 0, 225, 0 ],
|
||||
"translation": [ 0, 4.2, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"0": "#alarm"
|
||||
},
|
||||
|
|
|
@ -1,4 +1,22 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 45, 0 ],
|
||||
"translation": [ 0, 2.5, 2],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 35, 0 ],
|
||||
"translation": [ 0, 4.3, 0 ],
|
||||
"scale": [ 0.60, 0.60, 0.60 ]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [ 0, 225, 0 ],
|
||||
"translation": [ 0, 4.2, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"0": "#lamp"
|
||||
},
|
||||
|
|
|
@ -1,4 +1,22 @@
|
|||
{
|
||||
"parent": "block/block",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 45, 0 ],
|
||||
"translation": [ 0, 2.5, 2],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 35, 0 ],
|
||||
"translation": [ 0, 5.5, 0 ],
|
||||
"scale": [ 0.60, 0.60, 0.60 ]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [ 0, 225, 0 ],
|
||||
"translation": [ 0, 4.2, 0 ],
|
||||
"scale": [ 0.40, 0.40, 0.40 ]
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"0": "#lamp"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue