You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interacting with a contributor statue to open its UI does nothing, and placing a contributor statue with a contributor manually set does not place a player head onto the armor stand. As a result, the intended use of contributor statues is entirely broken.
There seems to be commented-out code related to this issue within the Contributor#loadGameProfileProperties method:
Interacting with a contributor statue to open its UI does nothing, and placing a contributor statue with a contributor manually set does not place a player head onto the armor stand. As a result, the intended use of contributor statues is entirely broken.
There seems to be commented-out code related to this issue within the
Contributor#loadGameProfileProperties
method:nucleoid-extras/src/main/java/xyz/nucleoid/extras/lobby/contributor/Contributor.java
Lines 77 to 84 in e78d9cc
The referenced
SkullBlockEntityAccessor
class contains no accessors, and thus is unused:nucleoid-extras/src/main/java/xyz/nucleoid/extras/mixin/lobby/SkullBlockEntityAccessor.java
Lines 11 to 14 in e78d9cc
This issue seems to have been introduced during the Minecraft 1.20.4 port.
The text was updated successfully, but these errors were encountered: