Rivmun / FootprintParticle

A simple Minecraft mod that adds footprint for mobs.
GNU General Public License v3.0
7 stars 0 forks source link

0.5.0-1.16.5 #63

Closed Rivmun closed 8 months ago

Rivmun commented 8 months ago

Can't not run cuz':

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)