AgriCraft

AgriCraft

30M Downloads

[Suggestion] Compatibility with AA Fertilizer

Opened this issue ยท 3 comments

commented

Actually Additions has a fertilizer item that works the same way as bonemeal. If it could be used on crops, that would be nice.

commented

If it overrides bonemeal code then it should work.

commented

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.

commented

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.

agricraft igrowable fertilizers 01
agricraft igrowable fertilizers 02

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.

* = Coming real soon.