43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
..
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
'farming:salt';
};
};
sanguine = { -- healing
color = {243,66,66};
style = 'sparkle';
mix = {
'flowers:mushroom_red';
'sorcery:extract_raspberry';
'sorcery:blood';
'farming:beetroot';
};
};
flame = {
color = {243,57,49};
style = 'sparkle';
mix = {
'sorcery:extract_chili';
'farming:beetroot';
'sorcery:extract_chili';
};
};
stone = {
color = { 68, 68, 68 };
style = 'sparkle';
mix = {
'farming:grapes';
'farming:grapes';
'farming:grapes';
'sorcery:extract_cocoa';
'sorcery:extract_cocoa';
'sorcery:extract_oat';
};
};
dawn = {
color = {255,255,255};
mix = {
................................................................................
'sorcery:extract_raspberry';
'sorcery:extract_onion';
};
};
bleak = {
color = {155,78,56};
mix = {
'farming:salt';
'sorcery:extract_raspberry';
'sorcery:extract_raspberry';
'sorcery:extract_onion';
'farming:peas';
'farming:peas';
'farming:peas';
};
};
luscious = {
color = {10,255,10};
mix = {
'farming:hemp_oil';
'farming:grapes';
'farming:cocoa_beans';
'farming:cocoa_beans';
'farming:sugar';
'farming:sugar';
};
};
luck = {
color = {156,54,255};
style = 'sparkle';
mix = {
'sorcery:extract_marram';
'farming:hemp_leaf';
'xdecor:honey';
'farming:salt';
'farming:salt';
};
};
}
|
<
|
|
>
|
|
<
<
|
<
<
<
|
|
<
|
<
|
<
<
|
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
..
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
'farming:salt';
};
};
sanguine = { -- healing
color = {243,66,66};
style = 'sparkle';
mix = {
'sorcery:extract_strawberry';
'sorcery:blood';
'farming:beetroot';
};
};
flame = {
color = {243,57,49};
style = 'sparkle';
mix = {
'sorcery:extract_chili';
'farming:pepper_red';
'sorcery:extract_chili';
'sorcery:liquid_sap_acacia_bottle';
};
};
stone = {
color = { 68, 68, 68 };
style = 'sparkle';
mix = {
'farming:pepper_ground';
'farming:parsley';
'sorcery:extract_cocoa';
'sorcery:extract_oat';
};
};
dawn = {
color = {255,255,255};
mix = {
................................................................................
'sorcery:extract_raspberry';
'sorcery:extract_onion';
};
};
bleak = {
color = {155,78,56};
mix = {
'sorcery:liquid_sap_jungle_bottle';
'farming:blackberry';
'farming:soy_sauce';
};
};
luscious = {
color = {10,255,10};
mix = {
'farming:hemp_oil';
'group:food_strawberry';
'farming:cocoa_beans';
'farming:caramel';
};
};
luck = {
color = {156,54,255};
style = 'sparkle';
mix = {
'sorcery:extract_marram';
'farming:hemp_leaf';
'xdecor:honey';
'farming:salt';
};
};
}
|