Files
modpack-files/both/config/CustomNpcPlus/mixin.cfg
2025-03-24 19:54:03 +01:00

15 lines
654 B
INI

# Configuration file
client {
# Enables mixins for the ModelRenderer and RenderPlayer classes, allowing for additional animation functionality in the API. If crashes or visual errors occur, please disable.
B:"Animation Mixin"=true
# Enables Overlay Mixins for Conflicts relating to Optifine or other Skin Renderers. If crashes occur, please disable.
B:"Entity Render Mixin"=true
# Enables mixins for the ItemRenderer class, allowing for animations to be visible in first person. Can only be enabled if the animation mixin is enabled. If crashes or visual errors occur, please disable.
B:"First Person Animation Mixin"=true
}