Skip to content

Commit fb8d6fc

Browse files
authored
Fixed recipe issues and added support for several more mods.
- Fixed block corals and fan corals growing the opposite variant. - Fixed Crimson & Warped fungus not dropping stem and wart blocks. - Added support for Biomes o' Plenty - Added support for Druidcraft: Regrowth - Added support for The Veggie Way
1 parent 1b6c4b1 commit fb8d6fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1229
-31
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:barley"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:barley"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:barley"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:barley"
27+
}
28+
}
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:blackstone_bulb"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:blackstone_bulb"
13+
},
14+
"categories": [
15+
"blackstone"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:blackstone_bulb"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:blackstone_bulb"
27+
}
28+
}
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:blue_hydrangea"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:blue_hydrangea"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:blue_hydrangea"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:blue_hydrangea"
27+
}
28+
}
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:bramble"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:bramble"
13+
},
14+
"categories": [
15+
"netherrack"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:bramble"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:bramble"
27+
}
28+
}
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:burning_blossom"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:burning_blossom"
13+
},
14+
"categories": [
15+
"netherrack"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:burning_blossom"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:burning_blossom"
27+
}
28+
}
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:cattail"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:cattail"
13+
},
14+
"categories": [
15+
"water"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:cattail"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:cattail"
27+
}
28+
}
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:clover"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:clover"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:clover"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:clover"
27+
}
28+
}
29+
]
30+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:flesh_tendons"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:flesh_tendons"
13+
},
14+
"categories": [
15+
"flesh",
16+
"porous_flesh"
17+
],
18+
"growthTicks": 1200,
19+
"display": {
20+
"type": "botanypots:aging",
21+
"block": "biomesoplenty:flesh_tendons"
22+
},
23+
"drops": [
24+
{
25+
"chance": 1.00,
26+
"output": {
27+
"item": "biomesoplenty:flesh_tendons"
28+
}
29+
}
30+
]
31+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:glowflower"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:glowflower"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:glowflower"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:glowflower"
27+
}
28+
}
29+
]
30+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"biomesoplenty:glowshroom"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "biomesoplenty:glowshroom"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"type": "botanypots:aging",
20+
"block": "biomesoplenty:glowshroom"
21+
},
22+
"drops": [
23+
{
24+
"chance": 1.00,
25+
"output": {
26+
"item": "biomesoplenty:glowshroom"
27+
}
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)