mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-05 11:39:57 -04:00
Change SimpleSpriteProviderAccessor to use a direct class reference.
Had a report of issues of this failing when using mojmap, hopefully this "fixes" it.
This commit is contained in:
parent
03d159cf68
commit
526dc1ac4f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public interface ParticleManagerAccessor {
|
|||
@Accessor("spriteAwareFactories")
|
||||
Map<Identifier, SpriteProvider> getSpriteAwareFactories();
|
||||
|
||||
@Mixin(targets = "net/minecraft/client/particle/ParticleManager$SimpleSpriteProvider")
|
||||
@Mixin(ParticleManager.SimpleSpriteProvider.class)
|
||||
interface SimpleSpriteProviderAccessor {
|
||||
@Accessor("sprites")
|
||||
List<Sprite> getSprites();
|
||||
|
|
Loading…
Add table
Reference in a new issue