Skip to content

Commit faabc76

Browse files
committed
Update Mixin_ReplaceCapeTexture.java
1 parent 1e5e3ac commit faabc76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/polyfrost/polyplus/mixin/client/Mixin_ReplaceCapeTexture.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
import org.spongepowered.asm.mixin.injection.Inject;
1212
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
1313

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+
*/
1420
@Mixin(NetworkPlayerInfo.class)
1521
public class Mixin_ReplaceCapeTexture {
1622
@Shadow @Final private GameProfile gameProfile;

0 commit comments

Comments
 (0)