MatrexsVigil / harvestcraft

All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you. This code is here for people to learn from and to help find bugs ONLY.
https://www.patreon.com/pamsmods
89 stars 85 forks source link

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

Closed Pablin345 closed 5 years ago

Pablin345 commented 5 years ago

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.

luke-bravenboer commented 5 years ago

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

luke-bravenboer commented 5 years ago

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>]);
MatrexsVigil commented 5 years ago

Fixed in 1.12.2zc