Posted January 5, 20232 yr attackDamage is a final variable defined in the SwordItem class, so I cannot change it in the usual way, how would you go about changing it?
January 5, 20232 yr If its your sword, you pass it into the constructor. Otherwise you can apply attribute modifiers for ATTRIBUTES.ATTACK_DAMAGE on the ItemStack. Either directly or using ItemAttributeModifierEvent Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
January 5, 20232 yr Author 7 minutes ago, warjort said: If its your sword, you pass it into the constructor. It is my sword and I'm passing the initial value in the constructor in my initialization class. However I want to change it further under some conditions
January 7, 20232 yr If you want to apply conditional damage (eg, bonus against a particular enemy) I'd suggest using LivingDamageEvent, where you can get the entity being damaged, the source of the damage, and get/set the amount of damage.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.