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
Used in UtilSprite.java, in forge20 you are calling .replace("%breedable%", pokemon.hasFlag(Flags.UNBREEDABLE) ? true : false however this is inverted and will return breedable = true only when pixelmon have the unbreedable flag
The text was updated successfully, but these errors were encountered:
Used in UtilSprite.java, in forge20 you are calling .replace("%breedable%", pokemon.hasFlag(Flags.UNBREEDABLE) ? true : false however this is inverted and will return breedable = true only when pixelmon have the unbreedable flag
The text was updated successfully, but these errors were encountered: