You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mana Repair doesn't work with latest Botania (tested with r1.10-363)
Bottom Line:
The function vazkii.botania.api.mana.ManaItemHandler.requestManaForTool() has moved to vazkii.botania.common.impl.mana.ManaItemHandlerImpl.requestManaForTool(), which breaks BotaniaHelper.java#L9.
Problem:
r1.10-363)Bottom Line:
vazkii.botania.api.mana.ManaItemHandler.requestManaForTool()has moved tovazkii.botania.common.impl.mana.ManaItemHandlerImpl.requestManaForTool(), which breaks BotaniaHelper.java#L9.Further Information:
ManaItemHandler.requestManaForTool().ManaItemHandler.requestManaForTool()on ManaItemHandler.java#L113 is deprecated and always callsreturn 0.April 3changed the location of this calculation tovazkii.botania.common.impl.mana.ManaItemHandlerImpl.requestManaForTool()on ManaItemHandlerImpl.java#L201