We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't apply melee_upgrade or other upgrades to none-elemental wand any further like these screenshots.
None-elemental master wand can be applied with up to 12 upgrades, instead of 9.
// Special upgrades Item specialUpgrade = upgrade.getItem(); int maxUpgrades = this.tier.upgradeLimit; if(this.element == Element.MAGIC) maxUpgrades += Constants.NON_ELEMENTAL_UPGRADE_BONUS; if(WandHelper.getTotalUpgrades(wand) < maxUpgrades && WandHelper.getUpgradeLevel(wand, specialUpgrade) < Constants.UPGRADE_STACK_LIMIT){
No response
Singleplayer
4.3.14
1.12.2
1.12.2 - 14.23.5.2860
None in the second and third screenshots.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Observed behaviour
Couldn't apply melee_upgrade or other upgrades to none-elemental wand any further like these screenshots.
Expected behaviour
None-elemental master wand can be applied with up to 12 upgrades, instead of 9.
Steps to reproduce
Crashlog
No response
Environment (Singleplayer/Server, etc.)
Singleplayer
Mod version
4.3.14
Minecraft version
1.12.2
Forge version
1.12.2 - 14.23.5.2860
Other mods
None in the second and third screenshots.
The text was updated successfully, but these errors were encountered: