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
The mod can be downloaded from [Modrinth](https://modrinth.com/mod/${{ steps.metadata.outputs.archives_base_name }}).
100
102
101
-
Alternatively you can also download the mod from the release assets below.
103
+
Alternatively you can also download the mod from the release assets below or from [Maven Central](https://repo.maven.apache.org/maven2/net/litetex/mcm/).
> This is more complex and some Java coding experience is required.
5
+
6
+
You can also add a custom cape provider programmatically using [Java's Service Loading](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/ServiceLoader.html).
7
+
8
+
To achieve the same as in the example [from the Readme](./README.md) do the following:
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,27 @@ This demo showcases how to apply the capes inside [``custom-cape-demo``](https:/
41
41
42
42
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)
43
43
44
+
You can also create a [programmatic cape provider](https://github.com/litetex-oss/mcm-cape-provider/tree/dev/PROGRAMMATIC_PROVIDER.md).
45
+
44
46
<!--modrinth_exclude.start-->
45
47
46
48
## Installation
47
49
[Installation guide for the latest release](https://github.com/litetex-oss/mcm-cape-provider/releases/latest#Installation)
0 commit comments