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

The mutation modifier return value of mutator is wrong #670

Open Alpaca2s opened 2 years ago

Alpaca2s commented 2 years ago

https://github.com/ForestryMC/Binnie/blob/49d3d5e7f6a8ea4f9c6e989fa9df2a5ad1dbf3c9/extrabees/src/main/java/binnie/extrabees/machines/mutator/ComponentMutatorModifier.java#L20 It should be referred to https://github.com/ForestryMC/Binnie/blob/49d3d5e7f6a8ea4f9c6e989fa9df2a5ad1dbf3c9/extrabees/src/main/java/binnie/extrabees/utils/BeeModifierLogic.java#L24-L41