We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5e3ac commit faabc76Copy full SHA for faabc76
src/main/java/org/polyfrost/polyplus/mixin/client/Mixin_ReplaceCapeTexture.java
@@ -11,6 +11,12 @@
11
import org.spongepowered.asm.mixin.injection.Inject;
12
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
13
14
+/**
15
+ * Replaces the location with which players' capes are rendered with our own custom cape location should the user have one equipped.
16
+ *
17
+ * @author subat0mic
18
+ * @since 1.0.0
19
+ */
20
@Mixin(NetworkPlayerInfo.class)
21
public class Mixin_ReplaceCapeTexture {
22
@Shadow @Final private GameProfile gameProfile;
0 commit comments