Pandoras Creatures

Pandoras Creatures

3M Downloads

[1.15.2] Unable to override End Troll's damage via NBT commands

mr-poyo opened this issue ยท 1 comments

commented

Describe the bug
Unable to modify the generic.attackDamage of an End Troll in my custom-pve-arena with the /summon command and/or /data merge entity command. I am hoping to buff the damage of the End Troll using NBT commands as I do with other mobs in my pve-arena to hopefully use the End Troll as a miniboss in modded end-game content.

To Reproduce
Steps to reproduce the behavior:

  1. Run this command /summon pandoras_creatures:end_troll ~ ~ ~ {Attributes:[{Name:generic.attackDamage,Base:30}]}
  2. Then check the entity NBT using /data get entity {}
  3. generic.attackDamage did not register.
  4. Try to merge instead with /data merge entity <entity UID> {Attributes:[{Name:generic.attackDamage,Base:30}]}
  5. Same thing

Expected behavior
With other mobs like Zombies, I am able to alter their generic.attackDamage, amongst other attributes, via minecraft commands.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Versions
The mod version that was being used. You may also add the forge version or other mods versions here, if its a compatibility issue, or if it seems like it would be useful to do so.
pandoras_creatures-1.15.2-1.0.0.jar

commented

Hm yeah I think I know a solution for this, I will look into it.