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,
|
"forge_marker": 1,
|
||||||
"defaults": {
|
|
||||||
"transform": "forge:default-block",
|
"transform": "forge:default-block",
|
||||||
|
"defaults": {
|
||||||
"model": "techreborn:alarm",
|
"model": "techreborn:alarm",
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "#alarm"
|
"particle": "#alarm"
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": {
|
"inventory": {
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "techreborn:alarm",
|
"model": "techreborn:alarm",
|
||||||
"textures": {
|
"textures": {
|
||||||
"alarm": "techreborn:blocks/machines/lighting/alarm_off"
|
"alarm": "techreborn:blocks/machines/lighting/alarm_off"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"forge_marker": 1,
|
"forge_marker": 1,
|
||||||
|
"transform": "forge:default-block",
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "techreborn:lamp_incandescent",
|
"model": "techreborn:lamp_incandescent",
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "#lamp"
|
"particle": "#lamp"
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": {
|
"inventory": {
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "techreborn:lamp_incandescent",
|
"model": "techreborn:lamp_incandescent",
|
||||||
"textures": {
|
"textures": {
|
||||||
"lamp": "techreborn:blocks/machines/lighting/lamp"
|
"lamp": "techreborn:blocks/machines/lighting/lamp"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"forge_marker": 1,
|
"forge_marker": 1,
|
||||||
|
"transform": "forge:default-block",
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "techreborn:lamp_led",
|
"model": "techreborn:lamp_led",
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "#lamp"
|
"particle": "#lamp"
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"inventory": {
|
"inventory": {
|
||||||
"transform": "forge:default-block",
|
|
||||||
"model": "techreborn:lamp_led",
|
"model": "techreborn:lamp_led",
|
||||||
"textures": {
|
"textures": {
|
||||||
"lamp": "techreborn:blocks/machines/lighting/lamp"
|
"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": {
|
"textures": {
|
||||||
"0": "#alarm"
|
"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": {
|
"textures": {
|
||||||
"0": "#lamp"
|
"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": {
|
"textures": {
|
||||||
"0": "#lamp"
|
"0": "#lamp"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue