Touhou Little Maid

Touhou Little Maid

3M Downloads

[Bug] 女仆在身上带有能添加属性修饰器的药水效果时死去会保留属性修饰器

Spear-mini-submarine opened this issue · 2 comments

commented

Minecraft Version

  • 1.12.2 (End of support)
  • 1.16.5 (End of support)
  • 1.18.2 (End of support)
  • 1.19.2 (End of support)
  • 1.20/1.20.1
  • 1.21/1.21.1

What happened?

1.召唤女仆,对其丢出喷溅力量药水。使用/attribute @e[limit=1,type=touhou_little_maid:maid] minecraft:generic.attack_damage get 观测女仆的攻击力变为了5
2.杀死女仆获取坟墓中的胶片
3.从神龛复活女仆并再次使用指令可以发现女仆身上虽然没有的药水效果但属性修饰器还是存在,此时除非再次附加对应的药水效果否则属性修饰器无法被清理,包括牛奶,再次杀死女仆并复活。该bug会导致女仆能半永久的获取一些mod药水效果所附加的强力属性修饰

Relevant log output

Contact Details

No response

commented

在ItemFilm.removeMaidSomeData中添加nbt.remove("Attributes");,删除了Attributes只会让女仆属性回归初始化状态,如果不想这样也可以在maidToFilm中调用removeAllEffects即可修复

commented

已修正