mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 05:48:00 +01:00
This technically belongs to HDSkins
This commit is contained in:
parent
fe6157734e
commit
92241f4db9
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,6 @@
|
|||
"MixinGlStateManager",
|
||||
"MixinItemRenderer",
|
||||
"MixinRenderItem",
|
||||
"MixinRenderManager",
|
||||
"MixinThreadDownloadImageData"
|
||||
"MixinRenderManager"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.minelittlepony.client.mixin;
|
||||
package com.minelittlepony.hdskins.mixin;
|
||||
|
||||
import net.minecraft.client.renderer.ThreadDownloadImageData;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
|
@ -8,6 +8,7 @@
|
|||
"MixinGuiMainMenu",
|
||||
"MixinImageBufferDownload",
|
||||
"MixinNetworkPlayerInfo",
|
||||
"MixinSkullRenderer"
|
||||
"MixinSkullRenderer",
|
||||
"MixinThreadDownloadImageData"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue