[Suggestion] Compatibility with AA Fertilizer
Opened this issue ยท 3 comments
Actually Additions has a fertilizer item that works the same way as bonemeal. If it could be used on crops, that would be nice.
Sorta like darthvader45 says, AA's Fertilizer simply invokes the ItemDye#applyBonemeal
method. That vanilla code is just built around the IGrowable interface.
I've got an update written that adds support for that interface, so this feature should be coming soon. Or at least a basic version of it.
The a21 branch* adds support for the IGrowable interface to the AgriCraft crop sticks. That means it works with Fertilizer from AA, Forestry, and the ones from Thermal Foundation. ๐ Right now the trick is that you need to crouch when right clicking on the crop sticks. This is because the block handles the activation before the item has a chance.
The IC2 Fertilizer doesn't seem to work, I haven't looked more closely yet. Ditto for the Natura Bone Meal Bag. And the Roots Growth Powder. And yes, I'm adding a wiki page with all of the examples I've found.