This commit is contained in:
modmuss50 2020-06-18 16:13:47 +01:00
parent 483c5f4724
commit 6c20fa69bf
2 changed files with 41 additions and 39 deletions

View file

@ -18,7 +18,8 @@
} }
}, },
"textures": { "textures": {
"0": "techreborn:block/machines/lighting/alarm_off" "0": "techreborn:block/machines/lighting/alarm_off",
"particle": "techreborn:block/machines/lighting/alarm_off"
}, },
"elements": [ "elements": [
{ {

View file

@ -1,38 +1,39 @@
{ {
"parent": "block/block", "parent": "block/block",
"display": { "display": {
"thirdperson_righthand": { "thirdperson_righthand": {
"rotation": [ 75, 45, 0 ], "rotation": [ 75, 45, 0 ],
"translation": [ 0, 2.5, 2], "translation": [ 0, 2.5, 2],
"scale": [ 0.375, 0.375, 0.375 ] "scale": [ 0.375, 0.375, 0.375 ]
}, },
"firstperson_righthand": { "firstperson_righthand": {
"rotation": [ 0, 35, 0 ], "rotation": [ 0, 35, 0 ],
"translation": [ 0, 5.5, 0 ], "translation": [ 0, 5.5, 0 ],
"scale": [ 0.60, 0.60, 0.60 ] "scale": [ 0.60, 0.60, 0.60 ]
}, },
"firstperson_lefthand": { "firstperson_lefthand": {
"rotation": [ 0, 225, 0 ], "rotation": [ 0, 225, 0 ],
"translation": [ 0, 4.2, 0 ], "translation": [ 0, 4.2, 0 ],
"scale": [ 0.40, 0.40, 0.40 ] "scale": [ 0.40, 0.40, 0.40 ]
} }
}, },
"textures": { "textures": {
"0": "techreborn:block/machines/lighting/alarm_on" "0": "techreborn:block/machines/lighting/alarm_on",
}, "particle": "techreborn:block/machines/lighting/alarm_on"
"elements": [ },
{ "elements": [
"name": "Alarm", {
"from": [3, 0, 3], "name": "Alarm",
"to": [13, 3, 13], "from": [3, 0, 3],
"faces": { "to": [13, 3, 13],
"down": { "texture": "#0", "uv": [0.0, 0.0, 1.0, 1.0] }, "faces": {
"up": { "texture": "#0", "uv": [1.0,1.0,15.0,15.0] }, "down": { "texture": "#0", "uv": [0.0, 0.0, 1.0, 1.0] },
"north": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] }, "up": { "texture": "#0", "uv": [1.0,1.0,15.0,15.0] },
"south": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] }, "north": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] },
"west": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] }, "south": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] },
"east": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] } "west": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] },
} "east": { "texture": "#0", "uv": [1.0,2.0,15.0,0.0] }
} }
] }
} ]
}