1- {
2- "poly_crops" :[
3- {"id" :24 , "name" :" Parsnip" },
4- {"id" :188 , "name" :" Green Bean" },
5- {"id" :190 , "name" :" Cauliflower" },
6- {"id" :192 , "name" :" Potato" },
7- {"id" :248 , "name" :" Garlic" },
8- {"id" :250 , "name" :" Kale" },
9- {"id" :256 , "name" :" Tomato" },
10- {"id" :262 , "name" :" Wheat" },
11- {"id" :264 , "name" :" Radish" },
12- {"id" :266 , "name" :" Red Cabbage" },
13- {"id" :270 , "name" :" Corn" },
14- {"id" :272 , "name" :" Eggplant" },
15- {"id" :274 , "name" :" Artichoke" },
16- {"id" :276 , "name" :" Pumpkin" },
17- {"id" :278 , "name" :" Bok Choy" },
18- {"id" :280 , "name" :" Yam" },
19- {"id" :284 , "name" :" Beet" },
20- {"id" :300 , "name" :" Amaranth" },
21- {"id" :304 , "name" :" Hops" },
22- {"id" :252 , "name" :" Rhubarb" },
23- {"id" :254 , "name" :" Melon" },
24- {"id" :258 , "name" :" Blueberry" },
25- {"id" :260 , "name" :" Hot Pepper" },
26- {"id" :268 , "name" :" Starfruit" },
27- {"id" :282 , "name" :" Cranberries" },
28- {"id" :398 , "name" :" Grape" },
29- {"id" :400 , "name" :" Strawberry" },
30- {"id" :433 , "name" :" Coffee Bean" }
31- ],
32- "mono_extras" :[
33- {"id" :454 , "name" :" Ancient Fruit" },
34- {"id" :591 , "name" :" Tulip" },
35- {"id" :593 , "name" :" Summer Spangle" },
36- {"id" :595 , "name" :" Fairy Rose" },
37- {"id" :597 , "name" :" Blue Jazz" }
38- ]
39- }
1+ [
2+ {"id" :24 , "name" :" Parsnip" , "isPolyCrop" : true },
3+ {"id" :188 , "name" :" Green Bean" , "isPolyCrop" : true },
4+ {"id" :190 , "name" :" Cauliflower" , "isPolyCrop" : true },
5+ {"id" :192 , "name" :" Potato" , "isPolyCrop" : true },
6+ {"id" :248 , "name" :" Garlic" , "isPolyCrop" : true },
7+ {"id" :250 , "name" :" Kale" , "isPolyCrop" : true },
8+ {"id" :256 , "name" :" Tomato" , "isPolyCrop" : true },
9+ {"id" :262 , "name" :" Wheat" , "isPolyCrop" : true },
10+ {"id" :264 , "name" :" Radish" , "isPolyCrop" : true },
11+ {"id" :266 , "name" :" Red Cabbage" , "isPolyCrop" : true },
12+ {"id" :270 , "name" :" Corn" , "isPolyCrop" : true },
13+ {"id" :272 , "name" :" Eggplant" , "isPolyCrop" : true },
14+ {"id" :274 , "name" :" Artichoke" , "isPolyCrop" : true },
15+ {"id" :276 , "name" :" Pumpkin" , "isPolyCrop" : true },
16+ {"id" :278 , "name" :" Bok Choy" , "isPolyCrop" : true },
17+ {"id" :280 , "name" :" Yam" , "isPolyCrop" : true },
18+ {"id" :284 , "name" :" Beet" , "isPolyCrop" : true },
19+ {"id" :300 , "name" :" Amaranth" , "isPolyCrop" : true },
20+ {"id" :304 , "name" :" Hops" , "isPolyCrop" : true },
21+ {"id" :252 , "name" :" Rhubarb" , "isPolyCrop" : true },
22+ {"id" :254 , "name" :" Melon" , "isPolyCrop" : true },
23+ {"id" :258 , "name" :" Blueberry" , "isPolyCrop" : true },
24+ {"id" :260 , "name" :" Hot Pepper" , "isPolyCrop" : true },
25+ {"id" :268 , "name" :" Starfruit" , "isPolyCrop" : true },
26+ {"id" :282 , "name" :" Cranberries" , "isPolyCrop" : true },
27+ {"id" :398 , "name" :" Grape" , "isPolyCrop" : true },
28+ {"id" :400 , "name" :" Strawberry" , "isPolyCrop" : true },
29+ {"id" :433 , "name" :" Coffee Bean" , "isPolyCrop" : true },
30+ {"id" :454 , "name" :" Ancient Fruit" , "isPolyCrop" : false },
31+ {"id" :591 , "name" :" Tulip" , "isPolyCrop" : false },
32+ {"id" :593 , "name" :" Summer Spangle" , "isPolyCrop" : false },
33+ {"id" :595 , "name" :" Fairy Rose" , "isPolyCrop" : false },
34+ {"id" :597 , "name" :" Blue Jazz" , "isPolyCrop" : false }
35+ ]
0 commit comments