Unable to plant HarvestCraft seeds on Crop Sticks
Redhandjane opened this issue · 9 comments
I'm currently playing on 1.10.2 with version 2.0.0-0.0.10.0-a18.jar and HarvestCraft version 1.10.2j
Mutations for HarvestCraft are not showing in the recipes and I am unable to plant HarvestCraft seeds on crop sticks. I had the same problem with a17 as well, but I had hoped updating would work, but it is still not working.
I did try to search within the issues, but I only found older ones as well as the one about night and day, but that's not quite the same issue.
Oh... Try regenerating your JSON files. The a18 update has updated Harvestcraft JSON files that might help.
I created a new modpack with just AgriCraft, HarvestCraft, Spice of Life, AppleCore, and AppleSkin and it's still not working :(
So, I spent most of yesterday removing mods and adding them back in one at a time, to no avail. But I just realized HarvestCraft updated a few days ago. I downgraded and now it's working
harvestcraft went lowercase ids in latest update, quick workaround is to just search & replace Item
to item
in agricraft/json/defaults/mod_harvestcraft/plants
Oh, my, doesn't that sounds fun, time to open a LOT of files in Notepad ++.
Appreciate the information, I just wasted about an hour trying to figure out what had changed on my end as I'd just updated a bunch of mods and started a new world and all. Appreciate the info!
I replaced all Item with item in agricraft/json/mod_harvestcraft/plants. Just download, extract and replace.
(sorry upload via github didnt work for me) http://s000.tinyupload.com/index.php?file_id=09825895503917244157
For those who need a more custom fix for their install or who don't want to download foreign files, NotePad++ can replace all instances in a pack of files. Open NotePad++, do Ctrl+F, click the "Find in Files" tab, hit the [...] after directory, chose the file folder that nerdism pointed out, check "Match Case" but not "Match whole word only" , replace "Item" with "item" and click the "Replace in Files" button. Done.