You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a custom modpack for version 1.7.10. When I plant seeds in tilled garden soil, a short time later (variable but generally less than a minute) the soil "spits out" the seed, so it is floating as an item above the soil block. This doesn't seem to happen with vanilla wheat seeds, but does happen with seeds from Harvestcraft and Plant Mega Pack.
The text was updated successfully, but these errors were encountered:
Please report the issue to Pam and paktimbits10. They need their crop block to properly override IPlantable.getPlantType method to return EnumPlantType.Crop. The default implementation inherited from BlockCrop/BlockBush is wrong, and causes compatibility problems for mods like this.
I've already mentioned it several times to Pam, but I keep getting ignored.
I worked with the PMP author to sort out the crop problem. The IPlantable implementation was not the issue as I initially expected, but a related area.
Crops should be fully working on GS blocks in the next PMP update for 1.7.10.
I'm using a custom modpack for version 1.7.10. When I plant seeds in tilled garden soil, a short time later (variable but generally less than a minute) the soil "spits out" the seed, so it is floating as an item above the soil block. This doesn't seem to happen with vanilla wheat seeds, but does happen with seeds from Harvestcraft and Plant Mega Pack.
The text was updated successfully, but these errors were encountered: