Posted May 1, 20205 yr Hello i was wondering how can i convert this line of code: ((LivingEntityBase) entity).getEntityAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(15); Into 1.15.2 version of forge? I tried using LivingEntity instead of LivingEntityBase but it gave me error: ((LivingEntity) entity).getEntityAttribute(SharedMonsterAttributes.ATTACK_DAMAGE).setBaseValue(15); ^ Thank you for help
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.