[BUG] [1.12.2] No player model is displayed
al-wei opened this issue ยท 5 comments
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.
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
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.
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.
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!