Corpse

Corpse

69M Downloads

incompatible with scaled player models

HikariDevel opened this issue ยท 0 comments

commented

Bug description

Minecraft added a new attribute to edit for entities: minecraft:generic.scale. On newer versions it was changed to minecraft:scale.

Players can be resized per command:
attribute @p minecraft:generic.scale base set 0.5
or per mods like Customizable Player Models.

Unfortunately, this mod pays no attention to the scaling attribute, to render corpses in correct dimensions. That's unsatisfying.

Minecraft version

1.21.1

Mod version

1.21.1-1.1.7

Mod loader and version

NeoForge 21.1.176

Steps to reproduce

  1. /attribute @p minecraft:generic.scale base set 0.5
  2. /kill

Expected behavior

No response

Log files

https://gist.github.com/HikariDevel/09c724d9fe9c13606f889c207e9086cf

Screenshots

No response