Skip to content

Commit b6fc35c

Browse files
committed
Add support for the Hexerei crops. #239
1 parent e569f1a commit b6fc35c

File tree

5 files changed

+245
-0
lines changed

5 files changed

+245
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"hexerei:belladonna_berries",
7+
"hexerei:belladonna_flowers",
8+
"hexerei:belladonna_flower"
9+
]
10+
}
11+
],
12+
"type": "botanypots:crop",
13+
"seed": {
14+
"item": "hexerei:belladonna_flower"
15+
},
16+
"categories": [
17+
"dirt"
18+
],
19+
"growthTicks": 1200,
20+
"display": {
21+
"type": "botanypots:aging",
22+
"block": "hexerei:belladonna_flower"
23+
},
24+
"drops": [
25+
{
26+
"chance": 1.00,
27+
"output": {
28+
"item": "hexerei:belladonna_flowers"
29+
}
30+
},
31+
{
32+
"chance": 0.40,
33+
"output": {
34+
"item": "hexerei:belladonna_berries"
35+
}
36+
},
37+
{
38+
"chance": 0.05,
39+
"output": {
40+
"item": "hexerei:belladonna_flower"
41+
}
42+
}
43+
]
44+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"hexerei:mandrake_flowers",
7+
"hexerei:mandrake_root",
8+
"hexerei:mandrake_flower"
9+
]
10+
}
11+
],
12+
"type": "botanypots:crop",
13+
"seed": {
14+
"item": "hexerei:mandrake_flower"
15+
},
16+
"categories": [
17+
"dirt"
18+
],
19+
"growthTicks": 1200,
20+
"display": {
21+
"type": "botanypots:aging",
22+
"block": "hexerei:mandrake_flower"
23+
},
24+
"drops": [
25+
{
26+
"chance": 1.00,
27+
"output": {
28+
"item": "hexerei:mandrake_flowers"
29+
}
30+
},
31+
{
32+
"chance": 0.40,
33+
"output": {
34+
"item": "hexerei:mandrake_root"
35+
}
36+
},
37+
{
38+
"chance": 0.05,
39+
"output": {
40+
"item": "hexerei:mandrake_flower"
41+
}
42+
}
43+
]
44+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"hexerei:mugwort_bush",
7+
"hexerei:mugwort_leaves",
8+
"hexerei:mugwort_flowers"
9+
]
10+
}
11+
],
12+
"type": "botanypots:crop",
13+
"seed": {
14+
"item": "hexerei:mugwort_bush"
15+
},
16+
"categories": [
17+
"dirt"
18+
],
19+
"growthTicks": 1200,
20+
"display": [
21+
{
22+
"type": "botanypots:aging",
23+
"block": {
24+
"block": "hexerei:mugwort_bush",
25+
"properties": {
26+
"half": "lower"
27+
}
28+
}
29+
},
30+
{
31+
"type": "botanypots:aging",
32+
"block": {
33+
"block": "hexerei:mugwort_bush",
34+
"properties": {
35+
"half": "upper"
36+
}
37+
}
38+
}
39+
],
40+
"drops": [
41+
{
42+
"chance": 1.00,
43+
"output": {
44+
"item": "hexerei:mugwort_leaves"
45+
}
46+
},
47+
{
48+
"chance": 0.40,
49+
"output": {
50+
"item": "hexerei:mugwort_flowers"
51+
}
52+
},
53+
{
54+
"chance": 0.05,
55+
"output": {
56+
"item": "hexerei:mugwort_bush"
57+
}
58+
}
59+
]
60+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"hexerei:sage_seed",
7+
"hexerei:sage"
8+
]
9+
}
10+
],
11+
"type": "botanypots:crop",
12+
"seed": {
13+
"item": "hexerei:sage_seed"
14+
},
15+
"categories": [
16+
"dirt"
17+
],
18+
"growthTicks": 1200,
19+
"display": {
20+
"type": "botanypots:aging",
21+
"block": "hexerei:sage_crop"
22+
},
23+
"drops": [
24+
{
25+
"chance": 1.00,
26+
"output": {
27+
"item": "hexerei:sage"
28+
}
29+
},
30+
{
31+
"chance": 0.05,
32+
"output": {
33+
"item": "hexerei:sage_seed"
34+
}
35+
}
36+
]
37+
}
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"hexerei:yellow_dock_bush",
7+
"hexerei:yellow_dock_leaves",
8+
"hexerei:yellow_dock_flowers"
9+
]
10+
}
11+
],
12+
"type": "botanypots:crop",
13+
"seed": {
14+
"item": "hexerei:yellow_dock_bush"
15+
},
16+
"categories": [
17+
"dirt"
18+
],
19+
"growthTicks": 1200,
20+
"display": [
21+
{
22+
"type": "botanypots:aging",
23+
"block": {
24+
"block": "hexerei:yellow_dock_bush",
25+
"properties": {
26+
"half": "lower"
27+
}
28+
}
29+
},
30+
{
31+
"type": "botanypots:aging",
32+
"block": {
33+
"block": "hexerei:yellow_dock_bush",
34+
"properties": {
35+
"half": "upper"
36+
}
37+
}
38+
}
39+
],
40+
"drops": [
41+
{
42+
"chance": 1.00,
43+
"output": {
44+
"item": "hexerei:yellow_dock_leaves"
45+
}
46+
},
47+
{
48+
"chance": 0.40,
49+
"output": {
50+
"item": "hexerei:yellow_dock_flowers"
51+
}
52+
},
53+
{
54+
"chance": 0.05,
55+
"output": {
56+
"item": "hexerei:yellow_dock_bush"
57+
}
58+
}
59+
]
60+
}

0 commit comments

Comments
 (0)