Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
temporarily removed transparent skin support, close #5
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveG committed Apr 19, 2016
1 parent 7e7f362 commit 1baae51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Current version is v1.4-dev2 for Minecraft 1.9

- Unlimited number of custom URLs
- HD skins supported via Optifine (Unconfirmed)
- Transparent pixels allowed
- ~~Transparent pixels allowed~~
- Skull support
- UniSkinAPI support
- Legacy style link supported again, skin and cape only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ public AsmTransformer() {
* Invalid the ImageBufferDownload.setAreaOpaque() method, allowing transparent skin textures
* Make the method returns immediately.
*/
@RegisterTransformer(
/* @RegisterTransformer(
className = "net.minecraft.client.renderer.ImageBufferDownload",
srgName = "func_78433_b",
mcpName = "setAreaOpaque",
desc = "(IIII)V"
)
) */
public static class setAreaOpaqueTransformer implements IMethodTransformer {
@Override
public void transform(ClassNode cn, String classObfName, MethodNode mn, String srgName, boolean devEnv) {
Expand Down

0 comments on commit 1baae51

Please sign in to comment.