summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/sculk_vein.json
blob: 48d8927757b6153327e0467c1fd65085f152cbe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "multipart": [
    {
      "when": {
        "up": "true"
      },
      "apply": [
	  { "model": "minecraft:block/sculk_vein", "x": 270, "uvlock": true }
	  ]
    },
    {
      "when": { "north": "true" },
      "apply": [
	  { "model": "minecraft:block/sculk_vein" }
	  ]
    },
    {
      "when": { "west": "true" },
      "apply": [
	  { "model": "minecraft:block/sculk_vein", "y": 270, "uvlock": true }
	  ]
    },
    {
      "when": { "south": "true" },
      "apply": [
	  { "model": "minecraft:block/sculk_vein", "y": 180, "uvlock": true }
	  ]
    },
    {
      "when": { "east": "true" },
      "apply": [
	  { "model": "minecraft:block/sculk_vein", "y": 90, "uvlock": true }
	  ]
    },
    {
      "when": {
        "down": "true"
      },
      "apply": [
	  { "model": "minecraft:block/sculk_vein", "x": 90, "uvlock": true }
	  ]
    },
    {
      "when": {
        "up": "true"
      },
      "apply": [
	  { "model": "minecraft:block/sculk_vine" }
	  ]
    },
    {
      "when": {
        "down": "true"
      },
      "apply": [
	  { "model": "minecraft:block/air", "weight": 1000, "x": 90 },
	  { "model": "minecraft:block/sculk_sprouts", "weight": 250 },
	  { "model": "minecraft:block/sculk_creeper", "weight": 3 },
	  { "model": "minecraft:block/sculk_creeper", "weight": 3, "y": 90 },
	  { "model": "minecraft:block/sculk_creeper", "weight": 3, "y": 180 },
	  { "model": "minecraft:block/sculk_creeper", "weight": 3, "y": 270 },
	  { "model": "minecraft:block/sculk_zombie", "weight": 3 },
	  { "model": "minecraft:block/sculk_zombie", "weight": 3, "y": 90 },
	  { "model": "minecraft:block/sculk_zombie", "weight": 3, "y": 180 },
	  { "model": "minecraft:block/sculk_zombie", "weight": 3, "y": 270 },
	  { "model": "minecraft:block/sculk_creeper_bones", "weight": 1 },
	  { "model": "minecraft:block/sculk_creeper_bones", "weight": 1, "y": 90 },
	  { "model": "minecraft:block/sculk_creeper_bones", "weight": 1, "y": 180 },
	  { "model": "minecraft:block/sculk_creeper_bones", "weight": 1, "y": 270 },
	  { "model": "minecraft:block/sculk_zombie_bones", "weight": 1 },
	  { "model": "minecraft:block/sculk_zombie_bones", "weight": 1, "y": 90 },
	  { "model": "minecraft:block/sculk_zombie_bones", "weight": 1, "y": 180 },
	  { "model": "minecraft:block/sculk_zombie_bones", "weight": 1, "y": 270 },
	  { "model": "minecraft:block/sculk_skull", "weight": 4 },
	  { "model": "minecraft:block/sculk_skull", "weight": 4, "y": 90 },
	  { "model": "minecraft:block/sculk_skull", "weight": 4, "y": 180 },
	  { "model": "minecraft:block/sculk_skull", "weight": 4, "y": 270 }
	  ]
    }
  ]
}