Forestry fertilizer Won't works beta3 hotfix
jem991 opened this issue · 18 comments
Does it work on normal crops (meaning seeds directly planted on soil)? I'm asking this because there might be some tweak mod adding that functionality.
Apparently forestry fertilizer should indeed behave as bonemeal:
https://github.com/ForestryMC/ForestryMC/blob/8b7d3e5d15575adce85577ada6f5a3fe4196ff84/src/main/java/forestry/plugins/PluginCore.java#L172
https://github.com/ForestryMC/ForestryMC/blob/31e4d93e331cf31a6c8662884fbe3dd84ffb1711/src/main/java/forestry/core/items/ItemForestry.java#L42-L53
I have no idea why it stopped working between the versions, but I'll do some experimenting with this.
I think it's because of htis: in the previous beta the onBockActivated() (https://github.com/InfinityRaider/AgriCraft/blob/976a4592cc29944fd71f5c1885900084454dbff3/src/main/java/com/InfinityRaider/AgriCraft/blocks/BlockCrop.java#L283) returned false, now it returns true (https://github.com/InfinityRaider/AgriCraft/blob/master/src/main/java/com/InfinityRaider/AgriCraft/blocks/BlockCrop.java#L305) to avoid certain annoying things from happening.
Hmm, I didn't change anyhting concerning that. Did you update forestry as well or not?
I'm try beta3 hotfix and beta2 agricraft, same version of forestry beta2 works but beta3 hotfix not works.
According to the FTBWiki, forestry fertilizer should not work when applied manually to anything.- The only changes made to the fertilizer code that I know of, should have increased the number of things that can be fertilized. Git blame confirms this, with the added not that there is no code change that could have possibly lead to fertilizer not working properly...
- In my testing, bonemeal works fine...
This might be a mod interaction issue?