Pam's HarvestCraft

Pam's HarvestCraft

87M Downloads

1.12.2zb Missing recipe for the seeds of the new crops.

Pablin345 opened this issue ยท 3 comments

commented

The new Crops: Agave, Amaranth, Arrowroot, Cassava, Chickpea, Elderberry, Flax, Green Grape, Huckleberry, Jicama, Jute, Kenaf, Kohlrabi, Lentil, Millet, Mulberry, Quinoa, Sisal, and Taro.

They do not have the recipe for crafting seed from the drop of the gardens,

None of the new crops, has the recipe.

commented

Can confirm that the seeds for the aforementioned crops have no crafting recipe, as well as Kale seeds too. They're still obtainable in the market, you just can't craft these crops into their seed directly

commented

Here's my own Crafttweaker workaround for now, feel free to use it in the meantime:

recipes.addShapeless(<harvestcraft:kaleseeditem>, [<harvestcraft:kaleitem>]);
recipes.addShapeless(<harvestcraft:agaveseeditem>, [<harvestcraft:agaveitem>]);
recipes.addShapeless(<harvestcraft:amaranthseeditem>, [<harvestcraft:amaranthitem>]);
recipes.addShapeless(<harvestcraft:arrowrootseeditem>, [<harvestcraft:arrowrootitem>]);
recipes.addShapeless(<harvestcraft:cassavaseeditem>, [<harvestcraft:cassavaitem>]);
recipes.addShapeless(<harvestcraft:chickpeaseeditem>, [<harvestcraft:chickpeaitem>]);
recipes.addShapeless(<harvestcraft:elderberryseeditem>, [<harvestcraft:elderberryitem>]);
recipes.addShapeless(<harvestcraft:flaxseeditem>, [<harvestcraft:flaxitem>]);
recipes.addShapeless(<harvestcraft:greengrapeseeditem>, [<harvestcraft:greengrapeitem>]);
recipes.addShapeless(<harvestcraft:huckleberryseeditem>, [<harvestcraft:huckleberryitem>]);
recipes.addShapeless(<harvestcraft:jicamaseeditem>, [<harvestcraft:jicamaitem>]);
recipes.addShapeless(<harvestcraft:juteseeditem>, [<harvestcraft:juteitem>]);
recipes.addShapeless(<harvestcraft:kenafseeditem>, [<harvestcraft:kenafitem>]);
recipes.addShapeless(<harvestcraft:kohlrabiseeditem>, [<harvestcraft:kohlrabiitem>]);
recipes.addShapeless(<harvestcraft:lentilseeditem>, [<harvestcraft:lentilitem>]);
recipes.addShapeless(<harvestcraft:milletseeditem>, [<harvestcraft:milletitem>]);
recipes.addShapeless(<harvestcraft:mulberryseeditem>, [<harvestcraft:mulberryitem>]);
recipes.addShapeless(<harvestcraft:quinoaseeditem>, [<harvestcraft:quinoaitem>]);
recipes.addShapeless(<harvestcraft:sisalseeditem>, [<harvestcraft:sisalitem>]);
recipes.addShapeless(<harvestcraft:taroseeditem>, [<harvestcraft:taroitem>]);
commented

Fixed in 1.12.2zc