This line https://github.com/Discusser/TooManyEntities/blob/1.21.9-architectury/common/src/main/java/io/github/discusser/toomanyentities/mixin/TooManyEntitiesMixinPlugin.java#L4 causes your main class to load which causes class loading of clothconfig and a bunch of minecraft classes such as Component which then crashes mods that mixin to said classes as they were loaded before the mixins could apply.