Emotecraft with Sodium 0.5.8. The body does not bend
Niko-n-DEV opened this issue · 14 comments
An adequate fix is to find the
sodium-mixins.properties
file in the configs and add it there:mixin.features.render.entity=false mixin.features.render.entity.cull=true mixin.features.render.entity.shadow=true
will this have a big impact on performance?
@dima-dencep
Адекватное исправление — найти
sodium-mixins.properties
файл в конфигах и добавить его туда:mixin.features.render.entity=false mixin.features.render.entity.cull=true mixin.features.render.entity.shadow=true
I did this, at first everything was good, but then I restarted minecraft with all my mods and the problem came back(
Used this solution
Doesn't work if you add Iris for this Sodium version.
Is there any way to fix this as well?
Community did sort of a fix:
The bends are transparent for some reason, but it works.
An adequate fix is to find the sodium-mixins.properties
file in the configs and add it there:
mixin.features.render.entity=false
mixin.features.render.entity.cull=true
mixin.features.render.entity.shadow=true
I will open this issue back, because the problem has not been solved, and I do not see any alternative solutions
Keep it open until resolved. Even if there is another similar issue in closed issues, it is probably invalid.
Which version of Iris did you get this working in? I've tried it with all versions I can find and it still seems to have the same problem.
When I try, it works fine with the fix in sodium-mixins.properties
when using only sodium/indium, but when Iris is added, the issue still returns.
I've also noticed that when using Skin Layers 3D (version 1.5.4), the outer layer does bend correctly, but the inner layer still doesn't.
The issue persists even if I update sodium/indium/iris to their latest versions. Removing Skin Layers 3D doesn't fix it either.