Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit af47642

Browse files
fix actions
1 parent fa80b99 commit af47642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/microcontrollersdev/mixmetica/mixin/CapeUtilsMixin.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package com.github.microcontrollersdev.mixmetica.mixin;
22

33
import org.spongepowered.asm.mixin.Mixin;
4+
import org.spongepowered.asm.mixin.Pseudo;
45
import org.spongepowered.asm.mixin.injection.Constant;
56
import org.spongepowered.asm.mixin.injection.ModifyConstant;
67

8+
@Pseudo
79
@Mixin(targets = "net.optifine.player.CapeUtils", remap = false)
810
public class CapeUtilsMixin {
911
@ModifyConstant(method = "downloadCape", constant = @Constant(stringValue = "http://s.optifine.net/capes/", ordinal = 0))

0 commit comments

Comments
 (0)