Hi! I've got a crash on loading the game with this mod when " Chicken you are so beautiful" was not active:
2.749 Error AtlasBuilder.cpp:1266: Path __chicken__/images/181.png does not match any enabled mod.; mods: minime chicken-skin
Prototypes using the sprite:
data.raw["character"]["chicken-skin"]
Also, I noticed that your data-final-fixes.lua is, effectively, empty. It's important that CharModHelper.check_my_prototypes()
is called after all other mods have completed whatever changes they may make to the default character, so not calling this, or calling this from an earlier stage will break the logic.