summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/sculk_vein.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/blockstates/sculk_vein.json')
-rwxr-xr-xassets/minecraft/blockstates/sculk_vein.json81
1 files changed, 81 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/sculk_vein.json b/assets/minecraft/blockstates/sculk_vein.json
new file mode 100755
index 00000000..48d89277
--- /dev/null
+++ b/assets/minecraft/blockstates/sculk_vein.json
@@ -0,0 +1,81 @@
1{
2 "multipart": [
3 {
4 "when": {
5 "up": "true"
6 },
7 "apply": [
8 { "model": "minecraft:block/sculk_vein", "x": 270, "uvlock": true }
9 ]
10 },
11 {
12 "when": { "north": "true" },
13 "apply": [
14 { "model": "minecraft:block/sculk_vein" }
15 ]
16 },
17 {
18 "when": { "west": "true" },
19 "apply": [
20 { "model": "minecraft:block/sculk_vein", "y": 270, "uvlock": true }
21 ]
22 },
23 {
24 "when": { "south": "true" },
25 "apply": [
26 { "model": "minecraft:block/sculk_vein", "y": 180, "uvlock": true }
27 ]
28 },
29 {
30 "when": { "east": "true" },
31 "apply": [
32 { "model": "minecraft:block/sculk_vein", "y": 90, "uvlock": true }
33 ]
34 },
35 {
36 "when": {
37 "down": "true"
38 },
39 "apply": [
40 { "model": "minecraft:block/sculk_vein", "x": 90, "uvlock": true }
41 ]
42 },
43 {
44 "when": {
45 "up": "true"
46 },
47 "apply": [
48 { "model": "minecraft:block/sculk_vine" }
49 ]
50 },
51 {
52 "when": {
53 "down": "true"
54 },
55 "apply": [
56 { "model": "minecraft:block/air", "weight": 1000, "x": 90 },
57 { "model": "minecraft:block/sculk_sprouts", "weight": 250 },
58 { "model": "minecraft:block/sculk_creeper", "weight": 3 },
59 { "model": "minecraft:block/sculk_creeper", "weight": 3, "y": 90 },
60 { "model": "minecraft:block/sculk_creeper", "weight": 3, "y": 180 },
61 { "model": "minecraft:block/sculk_creeper", "weight": 3, "y": 270 },
62 { "model": "minecraft:block/sculk_zombie", "weight": 3 },
63 { "model": "minecraft:block/sculk_zombie", "weight": 3, "y": 90 },
64 { "model": "minecraft:block/sculk_zombie", "weight": 3, "y": 180 },
65 { "model": "minecraft:block/sculk_zombie", "weight": 3, "y": 270 },
66 { "model": "minecraft:block/sculk_creeper_bones", "weight": 1 },
67 { "model": "minecraft:block/sculk_creeper_bones", "weight": 1, "y": 90 },
68 { "model": "minecraft:block/sculk_creeper_bones", "weight": 1, "y": 180 },
69 { "model": "minecraft:block/sculk_creeper_bones", "weight": 1, "y": 270 },
70 { "model": "minecraft:block/sculk_zombie_bones", "weight": 1 },
71 { "model": "minecraft:block/sculk_zombie_bones", "weight": 1, "y": 90 },
72 { "model": "minecraft:block/sculk_zombie_bones", "weight": 1, "y": 180 },
73 { "model": "minecraft:block/sculk_zombie_bones", "weight": 1, "y": 270 },
74 { "model": "minecraft:block/sculk_skull", "weight": 4 },
75 { "model": "minecraft:block/sculk_skull", "weight": 4, "y": 90 },
76 { "model": "minecraft:block/sculk_skull", "weight": 4, "y": 180 },
77 { "model": "minecraft:block/sculk_skull", "weight": 4, "y": 270 }
78 ]
79 }
80 ]
81} \ No newline at end of file