java.lang.ClassCastException: net.fabricmc.fabric.impl.client.particle.FabricSpriteProviderImpl cannot be cast to me.shedaniel.architectury.registry.ParticleProviderRegistry$ExtendedSpriteSet
at fabric.com.rimo.footprintparticle.Util.getCustomSprites(Util.java:53)
If use own mixin to access sprites then forge run correctly, but fabric not:
java.lang.ClassCastException: net.fabricmc.fabric.impl.client.particle.FabricSpriteProviderImpl cannot be cast to fabric.com.rimo.footprintparticle.mixin.ParticleManagerAccessor$SimpleSpriteProviderAccessor
at fabric.com.rimo.footprintparticle.Util.getCustomSprites(Util.java:53)
Can't not run cuz':
If use own mixin to access
sprites
then forge run correctly, but fabric not: