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

Commit 1baae51

Browse files
committed
temporarily removed transparent skin support, close #5
1 parent 7e7f362 commit 1baae51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Current version is v1.4-dev2 for Minecraft 1.9
77

88
- Unlimited number of custom URLs
99
- HD skins supported via Optifine (Unconfirmed)
10-
- Transparent pixels allowed
10+
- ~~Transparent pixels allowed~~
1111
- Skull support
1212
- UniSkinAPI support
1313
- Legacy style link supported again, skin and cape only

src/main/java/org/devinprogress/uniskinmod/coremod/AsmTransformer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ public AsmTransformer() {
1818
* Invalid the ImageBufferDownload.setAreaOpaque() method, allowing transparent skin textures
1919
* Make the method returns immediately.
2020
*/
21-
@RegisterTransformer(
21+
/* @RegisterTransformer(
2222
className = "net.minecraft.client.renderer.ImageBufferDownload",
2323
srgName = "func_78433_b",
2424
mcpName = "setAreaOpaque",
2525
desc = "(IIII)V"
26-
)
26+
) */
2727
public static class setAreaOpaqueTransformer implements IMethodTransformer {
2828
@Override
2929
public void transform(ClassNode cn, String classObfName, MethodNode mn, String srgName, boolean devEnv) {

0 commit comments

Comments
 (0)