smoke_alarm.3dj

by hugeblank
448 days agojson
COPY
1
{
2
  "label": "Smoke Alarm",
3
  "isButton": true,
4
  "collideWhenOn": true,
5
  "collideWhenOff": true,
6
  "lightLevel": 0,
7
  "redstoneLevel": 15,
8
  "shapesOff": [
9
    { "bounds": [5,14,6,7,15,7], "texture": "minecraft:block/white_concrete"},
10
    { "bounds": [5,14,7,6,15,10], "texture": "minecraft:block/white_concrete"},
11
    { "bounds": [6,14,5,10,15,6], "texture": "minecraft:block/white_concrete"},
12
    { "bounds": [6,14,7,7,15,9], "texture": "minecraft:block/light_gray_concrete"},
13
    { "bounds": [6,14,9,7,15,11], "texture": "minecraft:block/white_concrete"},
14
    { "bounds": [7,14,6,9,15,7], "texture": "minecraft:block/light_gray_concrete"},
15
    { "bounds": [7,14,7,8,15,9], "texture": "minecraft:block/white_concrete"},
16
    { "bounds": [7,14,9,9,15,10], "texture": "minecraft:block/light_gray_concrete"},
17
    { "bounds": [7,14,10,10,15,11], "texture": "minecraft:block/white_concrete"},
18
    { "bounds": [8,14,7,9,15,8], "texture": "minecraft:block/red_concrete"},
19
    { "bounds": [8,14,8,9,15,9], "texture": "minecraft:block/white_concrete"},
20
    { "bounds": [9,14,6,11,15,7], "texture": "minecraft:block/white_concrete"},
21
    { "bounds": [9,14,7,10,15,9], "texture": "minecraft:block/light_gray_concrete"},
22
    { "bounds": [9,14,9,11,15,10], "texture": "minecraft:block/white_concrete"},
23
    { "bounds": [10,14,7,11,15,9], "texture": "minecraft:block/white_concrete"},
24
    { "bounds": [5,15,6,11,16,10], "texture": "minecraft:block/gray_concrete"},
25
    { "bounds": [6,15,5,10,16,6], "texture": "minecraft:block/gray_concrete"},
26
    { "bounds": [6,15,10,10,16,11], "texture": "minecraft:block/gray_concrete"}
27
  ],
28
  "shapesOn": [
29
    { "bounds": [5,14,6,7,15,7], "texture": "minecraft:block/white_concrete"},
30
    { "bounds": [5,14,7,6,15,10], "texture": "minecraft:block/white_concrete"},
31
    { "bounds": [6,14,5,10,15,6], "texture": "minecraft:block/white_concrete"},
32
    { "bounds": [6,14,7,7,15,9], "texture": "minecraft:block/light_gray_concrete"},
33
    { "bounds": [6,14,9,7,15,11], "texture": "minecraft:block/white_concrete"},
34
    { "bounds": [7,14,6,9,15,7], "texture": "minecraft:block/light_gray_concrete"},
35
    { "bounds": [7,14,7,8,15,9], "texture": "minecraft:block/white_concrete"},
36
    { "bounds": [7,14,9,9,15,10], "texture": "minecraft:block/light_gray_concrete"},
37
    { "bounds": [7,14,10,10,15,11], "texture": "minecraft:block/white_concrete"},
38
    { "bounds": [8,14,7,9,15,8], "texture": "minecraft:block/lime_wool"},
39
    { "bounds": [8,14,8,9,15,9], "texture": "minecraft:block/white_concrete"},
40
    { "bounds": [9,14,6,11,15,7], "texture": "minecraft:block/white_concrete"},
41
    { "bounds": [9,14,7,10,15,9], "texture": "minecraft:block/light_gray_concrete"},
42
    { "bounds": [9,14,9,11,15,10], "texture": "minecraft:block/white_concrete"},
43
    { "bounds": [10,14,7,11,15,9], "texture": "minecraft:block/white_concrete"},
44
    { "bounds": [5,15,6,11,16,10], "texture": "minecraft:block/gray_concrete"},
45
    { "bounds": [6,15,5,10,16,6], "texture": "minecraft:block/gray_concrete"},
46
    { "bounds": [6,15,10,10,16,11], "texture": "minecraft:block/gray_concrete"}
47
  ]
48
}