File tree Expand file tree Collapse file tree 9 files changed +486
-0
lines changed
Common/src/main/resources/data/botanytrees/recipes/oretreereborn Expand file tree Collapse file tree 9 files changed +486
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "bookshelf:load_conditions" : [
3
+ {
4
+ "type" : " bookshelf:item_exists" ,
5
+ "values" : [
6
+ " ore_tree:coal_tree_sapling"
7
+ ]
8
+ }
9
+ ],
10
+ "type" : " botanypots:crop" ,
11
+ "seed" : {
12
+ "item" : " ore_tree:coal_tree_sapling"
13
+ },
14
+ "categories" : [
15
+ " coal_ore" ,
16
+ " deepslate_coal_ore"
17
+ ],
18
+ "growthTicks" : 2400 ,
19
+ "display" : {
20
+ "block" : " ore_tree:coal_tree_sapling"
21
+ },
22
+ "drops" : [
23
+ {
24
+ "chance" : 1.00 ,
25
+ "output" : {
26
+ "item" : " ore_tree:coal_tree_log"
27
+ },
28
+ "minRolls" : 2 ,
29
+ "maxRolls" : 4
30
+ },
31
+ {
32
+ "chance" : 0.25 ,
33
+ "output" : {
34
+ "item" : " minecraft:stick"
35
+ },
36
+ "minRolls" : 1 ,
37
+ "maxRolls" : 2
38
+ },
39
+ {
40
+ "chance" : 0.10 ,
41
+ "output" : {
42
+ "item" : " minecraft:apple"
43
+ },
44
+ "minRolls" : 1 ,
45
+ "maxRolls" : 2
46
+ },
47
+ {
48
+ "chance" : 0.01 ,
49
+ "output" : {
50
+ "item" : " ore_tree:coal_tree_sapling"
51
+ }
52
+ }
53
+ ]
54
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bookshelf:load_conditions" : [
3
+ {
4
+ "type" : " bookshelf:item_exists" ,
5
+ "values" : [
6
+ " ore_tree:copper_tree_sapling"
7
+ ]
8
+ }
9
+ ],
10
+ "type" : " botanypots:crop" ,
11
+ "seed" : {
12
+ "item" : " ore_tree:copper_tree_sapling"
13
+ },
14
+ "categories" : [
15
+ " copper_ore" ,
16
+ " deepslate_copper_ore"
17
+ ],
18
+ "growthTicks" : 2400 ,
19
+ "display" : {
20
+ "block" : " ore_tree:copper_tree_sapling"
21
+ },
22
+ "drops" : [
23
+ {
24
+ "chance" : 1.00 ,
25
+ "output" : {
26
+ "item" : " ore_tree:copper_tree_log"
27
+ },
28
+ "minRolls" : 2 ,
29
+ "maxRolls" : 4
30
+ },
31
+ {
32
+ "chance" : 0.25 ,
33
+ "output" : {
34
+ "item" : " minecraft:stick"
35
+ },
36
+ "minRolls" : 1 ,
37
+ "maxRolls" : 2
38
+ },
39
+ {
40
+ "chance" : 0.10 ,
41
+ "output" : {
42
+ "item" : " minecraft:apple"
43
+ },
44
+ "minRolls" : 1 ,
45
+ "maxRolls" : 2
46
+ },
47
+ {
48
+ "chance" : 0.01 ,
49
+ "output" : {
50
+ "item" : " ore_tree:copper_tree_sapling"
51
+ }
52
+ }
53
+ ]
54
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bookshelf:load_conditions" : [
3
+ {
4
+ "type" : " bookshelf:item_exists" ,
5
+ "values" : [
6
+ " ore_tree:diamond_tree_sapling"
7
+ ]
8
+ }
9
+ ],
10
+ "type" : " botanypots:crop" ,
11
+ "seed" : {
12
+ "item" : " ore_tree:diamond_tree_sapling"
13
+ },
14
+ "categories" : [
15
+ " diamond_ore" ,
16
+ " deepslate_diamond_ore"
17
+ ],
18
+ "growthTicks" : 2400 ,
19
+ "display" : {
20
+ "block" : " ore_tree:diamond_tree_sapling"
21
+ },
22
+ "drops" : [
23
+ {
24
+ "chance" : 1.00 ,
25
+ "output" : {
26
+ "item" : " ore_tree:diamond_tree_log"
27
+ },
28
+ "minRolls" : 2 ,
29
+ "maxRolls" : 4
30
+ },
31
+ {
32
+ "chance" : 0.25 ,
33
+ "output" : {
34
+ "item" : " minecraft:stick"
35
+ },
36
+ "minRolls" : 1 ,
37
+ "maxRolls" : 2
38
+ },
39
+ {
40
+ "chance" : 0.10 ,
41
+ "output" : {
42
+ "item" : " minecraft:apple"
43
+ },
44
+ "minRolls" : 1 ,
45
+ "maxRolls" : 2
46
+ },
47
+ {
48
+ "chance" : 0.01 ,
49
+ "output" : {
50
+ "item" : " ore_tree:diamond_tree_sapling"
51
+ }
52
+ }
53
+ ]
54
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bookshelf:load_conditions" : [
3
+ {
4
+ "type" : " bookshelf:item_exists" ,
5
+ "values" : [
6
+ " ore_tree:emerald_tree_sapling"
7
+ ]
8
+ }
9
+ ],
10
+ "type" : " botanypots:crop" ,
11
+ "seed" : {
12
+ "item" : " ore_tree:emerald_tree_sapling"
13
+ },
14
+ "categories" : [
15
+ " emerald_ore" ,
16
+ " deepslate_emerald_ore"
17
+ ],
18
+ "growthTicks" : 2400 ,
19
+ "display" : {
20
+ "block" : " ore_tree:emerald_tree_sapling"
21
+ },
22
+ "drops" : [
23
+ {
24
+ "chance" : 1.00 ,
25
+ "output" : {
26
+ "item" : " ore_tree:emerald_tree_log"
27
+ },
28
+ "minRolls" : 2 ,
29
+ "maxRolls" : 4
30
+ },
31
+ {
32
+ "chance" : 0.25 ,
33
+ "output" : {
34
+ "item" : " minecraft:stick"
35
+ },
36
+ "minRolls" : 1 ,
37
+ "maxRolls" : 2
38
+ },
39
+ {
40
+ "chance" : 0.10 ,
41
+ "output" : {
42
+ "item" : " minecraft:apple"
43
+ },
44
+ "minRolls" : 1 ,
45
+ "maxRolls" : 2
46
+ },
47
+ {
48
+ "chance" : 0.01 ,
49
+ "output" : {
50
+ "item" : " ore_tree:emerald_tree_sapling"
51
+ }
52
+ }
53
+ ]
54
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bookshelf:load_conditions" : [
3
+ {
4
+ "type" : " bookshelf:item_exists" ,
5
+ "values" : [
6
+ " ore_tree:gold_tree_sapling"
7
+ ]
8
+ }
9
+ ],
10
+ "type" : " botanypots:crop" ,
11
+ "seed" : {
12
+ "item" : " ore_tree:gold_tree_sapling"
13
+ },
14
+ "categories" : [
15
+ " gold_ore" ,
16
+ " deepslate_gold_ore" ,
17
+ " nether_gold_ore"
18
+ ],
19
+ "growthTicks" : 2400 ,
20
+ "display" : {
21
+ "block" : " ore_tree:gold_tree_sapling"
22
+ },
23
+ "drops" : [
24
+ {
25
+ "chance" : 1.00 ,
26
+ "output" : {
27
+ "item" : " ore_tree:gold_tree_log"
28
+ },
29
+ "minRolls" : 2 ,
30
+ "maxRolls" : 4
31
+ },
32
+ {
33
+ "chance" : 0.25 ,
34
+ "output" : {
35
+ "item" : " minecraft:stick"
36
+ },
37
+ "minRolls" : 1 ,
38
+ "maxRolls" : 2
39
+ },
40
+ {
41
+ "chance" : 0.10 ,
42
+ "output" : {
43
+ "item" : " minecraft:apple"
44
+ },
45
+ "minRolls" : 1 ,
46
+ "maxRolls" : 2
47
+ },
48
+ {
49
+ "chance" : 0.01 ,
50
+ "output" : {
51
+ "item" : " ore_tree:gold_tree_sapling"
52
+ }
53
+ }
54
+ ]
55
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bookshelf:load_conditions" : [
3
+ {
4
+ "type" : " bookshelf:item_exists" ,
5
+ "values" : [
6
+ " ore_tree:iron_tree_sapling"
7
+ ]
8
+ }
9
+ ],
10
+ "type" : " botanypots:crop" ,
11
+ "seed" : {
12
+ "item" : " ore_tree:iron_tree_sapling"
13
+ },
14
+ "categories" : [
15
+ " iron_ore" ,
16
+ " deepslate_iron_ore"
17
+ ],
18
+ "growthTicks" : 2400 ,
19
+ "display" : {
20
+ "block" : " ore_tree:iron_tree_sapling"
21
+ },
22
+ "drops" : [
23
+ {
24
+ "chance" : 1.00 ,
25
+ "output" : {
26
+ "item" : " ore_tree:iron_tree_log"
27
+ },
28
+ "minRolls" : 2 ,
29
+ "maxRolls" : 4
30
+ },
31
+ {
32
+ "chance" : 0.25 ,
33
+ "output" : {
34
+ "item" : " minecraft:stick"
35
+ },
36
+ "minRolls" : 1 ,
37
+ "maxRolls" : 2
38
+ },
39
+ {
40
+ "chance" : 0.10 ,
41
+ "output" : {
42
+ "item" : " minecraft:apple"
43
+ },
44
+ "minRolls" : 1 ,
45
+ "maxRolls" : 2
46
+ },
47
+ {
48
+ "chance" : 0.01 ,
49
+ "output" : {
50
+ "item" : " ore_tree:iron_tree_sapling"
51
+ }
52
+ }
53
+ ]
54
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bookshelf:load_conditions" : [
3
+ {
4
+ "type" : " bookshelf:item_exists" ,
5
+ "values" : [
6
+ " ore_tree:lapis_tree_sapling"
7
+ ]
8
+ }
9
+ ],
10
+ "type" : " botanypots:crop" ,
11
+ "seed" : {
12
+ "item" : " ore_tree:lapis_tree_sapling"
13
+ },
14
+ "categories" : [
15
+ " lapis_ore" ,
16
+ " deepslate_lapis_ore"
17
+ ],
18
+ "growthTicks" : 2400 ,
19
+ "display" : {
20
+ "block" : " ore_tree:lapis_tree_sapling"
21
+ },
22
+ "drops" : [
23
+ {
24
+ "chance" : 1.00 ,
25
+ "output" : {
26
+ "item" : " ore_tree:lapis_tree_log"
27
+ },
28
+ "minRolls" : 2 ,
29
+ "maxRolls" : 4
30
+ },
31
+ {
32
+ "chance" : 0.25 ,
33
+ "output" : {
34
+ "item" : " minecraft:stick"
35
+ },
36
+ "minRolls" : 1 ,
37
+ "maxRolls" : 2
38
+ },
39
+ {
40
+ "chance" : 0.10 ,
41
+ "output" : {
42
+ "item" : " minecraft:apple"
43
+ },
44
+ "minRolls" : 1 ,
45
+ "maxRolls" : 2
46
+ },
47
+ {
48
+ "chance" : 0.01 ,
49
+ "output" : {
50
+ "item" : " ore_tree:lapis_tree_sapling"
51
+ }
52
+ }
53
+ ]
54
+ }
You can’t perform that action at this time.
0 commit comments