Genetics Reborn

Genetics Reborn

2M Downloads

SPEED_4 Mutation doesn't actually give Speed IV, but just Speed instead

krassell opened this issue ยท 2 comments

commented

This looks to be stemming from a typo in line src/main/java/com/theundertaker11/geneticsreborn/event/OnWorldTickEvent.java:264
Where potion effect strength should likely be
3+GeneticsReborn.mutationAmp*2
as opposed to
GeneticsReborn.mutationAmp*2

commented

Fixed in 1.30

commented

Correction... fixed in 1.32, sorry, missed it in testing.