You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,16 +53,20 @@ This demo showcases how to apply the capes inside [``custom-cape-demo``](https:/
53
53
54
54
For more details have a look at [CustomProvider](https://github.com/litetex-oss/mcm-cape-provider/tree/dev/src/main/java/net/litetex/capes/provider/CustomProvider.java) and [CustomProviderConfig](https://github.com/litetex-oss/mcm-cape-provider/tree/dev/src/main/java/net/litetex/capes/config/CustomProviderConfig.java)
55
55
56
+
##### Maximum size
57
+
58
+
Images/Textures should not exceed 10MB otherwise they might be ignored.
59
+
56
60
##### Texture resolvers / Animated textures
57
61
58
62
Texture resolvers can be selected using the `textureResolverId` attribute.
|`gif`| ✔ | [GIF](https://de.wikipedia.org/wiki/Graphics_Interchange_Format) | [animated.gif](https://raw.githubusercontent.com/litetex-oss/mcm-cape-provider/refs/heads/dev/custom-cape-demo/animated.gif) | _Usage not recommended_<br/>GIFs require more resources when compared to more modern formats like PNG. |
66
70
67
71
Please note that animated textures can be frozen or completely disabled in the settings.
0 commit comments