add this mod to your project by adding the following into your build.gradle
repositories {
maven { url 'https://wandhoven.ddns.net/maven/' }
}
dependencies {
modImplementation "net.denanu.wiki:wiki-1.19.4:0.0.1.1679655807506"
}
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.