Display(in hand) adjustments for Alarm, Led, and led2 (#1439)

This commit is contained in:
Dimmerworld 2018-02-13 01:18:33 +11:00 committed by drcrazy
parent 9c7f1995a8
commit 217d7e1a44
6 changed files with 57 additions and 6 deletions

View file

@ -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"

View file

@ -1,7 +1,7 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"defaults": {
"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"

View file

@ -1,7 +1,7 @@
{
"forge_marker": 1,
"defaults": {
"transform": "forge:default-block",
"defaults": {
"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"

View file

@ -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"
},

View file

@ -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"
},

View file

@ -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"
},