Shoulder Surfing Reloaded

Shoulder Surfing Reloaded

2M Downloads

[BUG] [1.12.2] No player model is displayed

al-wei opened this issue ยท 5 comments

commented

Description

No player model is displayed

ShoulderSurfing-1.12.2-2.9.1

Steps to Reproduce

no

Expected Behavior

no

Screenshots

image

Game Logs

no

Other Mods

No response

Additional Information

No response

commented

Thank you for the report. This looks like a compatibility issue with another mod. Please fill in all the fields of the issue template, otherwise I am not able to fix this issue. You can use this method to find the conflicting mod. As a temporary workaroud, you can try setting "Adjust player transparency" to false.

commented

Thank you for the report. This looks like a compatibility issue with another mod. Please fill in all the fields of the issue template, otherwise I am not able to fix this issue. You can use this method to find the conflicting mod. As a temporary workaroud, you can try setting "Adjust player transparency" to false.

Sorry, I forgot about compatibility.
[FBP]Fancier Block Particles
image

commented

Please report this issue to the authors of FBP. It works fine with FBP 0.7, but is broken in FBP 0.8. I am suspecting that this is an issue with mixin, as it looks like the changes made by shoulder surfing get completely overridden. There is no known way to me to fix this, other than also using mixins, which i will not invest the time in, to do so for this version.

commented

Please report this issue to the authors of FBP. It works fine with FBP 0.7, but is broken in FBP 0.8. I am suspecting that this is an issue with mixin, as it looks like the changes made by shoulder surfing get completely overridden. There is no known way to me to fix this, other than also using mixins, which i will not invest the time in, to do so for this version.

Ouch! In that case, I prefer to use the 2.8.x version, maybe modpack won't wait for them to fix it.

commented

You mentioned that it worked with 2.8.x, which got me thinking again. In 2.9.x, some optimizations were made, so code changes to the minecraft code base at runtime will not applied twice, since the code should only load once. But with mixin installed, they load twice. I reverted the optimization change and now it works again. I will release a new version soon, but I want to fix another bug first. Thanks again for reporting!