/Fabric-Wiki

An ingame Wiki mod for Fabricmc

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

Fabric Example Mod

build Crowdin

Setup

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"
}

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.