ForestryMC / Binnie

Minecraft addons for the Forestry mod. Extra Bees, Extra Trees, Genetics, and more.
https://minecraft.curseforge.com/projects/binnies-mods
Other
69 stars 77 forks source link

Ripening Bee has no flower #587

Open PfluorescentZebra opened 5 years ago

PfluorescentZebra commented 5 years ago

The Ripening bee claims its flower is "Fruit." There is a to-do comment in the flowers genetics which asks what should be done for this flower type, lines 117 and 118: case FRUIT: { return Collections.emptyList(); // TODO: what is this supposed to be? It was Items.APPLE before.

If I am reading this correctly, the empty list means there are no blocks that will match the bee's flower requirements. What are the plans moving forward to resolve this issue?

temp1011 commented 5 years ago

https://ftb.gamepedia.com/Ripening_Bee seems to suggest flowers used to be sugar cane? Maybe we should update it to that.