Skip to content

Commit a49ef85

Browse files
PhweeDevDarkhax
authored andcommitted
Fix Mo Shiz Support, Add Support for Finally Farmable Dyes.
1 parent 8610653 commit a49ef85

Some content is hidden

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

47 files changed

+1295
-549
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:magenta"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:magenta"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:magenta"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:magenta"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:azure_bluet"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:azure_bluet"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:azure_bluet"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:azure_bluet"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:light_blue"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:light_blue"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:light_blue"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:light_blue"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:blue"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:blue"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:blue"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:blue"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:yellow"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:yellow"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:yellow"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:yellow"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:white"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:white"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:white"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:white"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:orange"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:orange"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:orange"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:orange"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:oxeye_daisy"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:oxeye_daisy"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:oxeye_daisy"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:oxeye_daisy"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:pink"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:pink"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:pink"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:pink"
26+
}
27+
}
28+
]
29+
}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"bookshelf:load_conditions": [
3+
{
4+
"type": "bookshelf:item_exists",
5+
"values": [
6+
"finallyfarmabledyes:red"
7+
]
8+
}
9+
],
10+
"type": "botanypots:crop",
11+
"seed": {
12+
"item": "finallyfarmabledyes:red"
13+
},
14+
"categories": [
15+
"dirt"
16+
],
17+
"growthTicks": 1200,
18+
"display": {
19+
"block": "finallyfarmabledyes:red"
20+
},
21+
"drops": [
22+
{
23+
"chance": 1.00,
24+
"output": {
25+
"item": "finallyfarmabledyes:red"
26+
}
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)