mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 08:14:23 +01:00
Oooh noooo.. a typooo!
This commit is contained in:
parent
617cf1c882
commit
eff086b2c6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import net.minecraft.client.renderer.entity.RenderPlayer;
|
|||
|
||||
@Mixin(RenderManager.class)
|
||||
public interface MixinRenderManager {
|
||||
// There is a method to get it, but it's made mutable my Forge.
|
||||
// There is a method to get it, but it's made immutable my Forge.
|
||||
@Accessor("skinMap")
|
||||
Map<String, RenderPlayer> getMutableSkinMap();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue