Is there any way to add/change drops from crops outside of Agricraft? For crops inside of Agricraft, such as carrots, flowers, and resource crops, minetweaker works fine. However, when I use it to change the crop drops from PHC, it won't work. For example, I wanted to add candleberries to actually drop from candleberry crops, however this is not working...
using 1.4 BTW
Code:
import mods.agricraft.CropProduct;
CropProduct.add(<harvestcraft:candleberryseedItem>, <harvestcraft:candleberryItem>, 10);
using 1.4 BTW