Skip to content

Data-driven minecraft in-game documentation with progress visualization.

Notifications You must be signed in to change notification settings

KatCodesMods/modonomicon

 
 

Repository files navigation

Modonomicon

Data-driven minecraft in-game documentation with progress visualization.

Open in Gitpod

Curseforge

https://www.curseforge.com/minecraft/mc-mods/modonomicon

Maven

See https://cloudsmith.io/~klikli-dev/repos/mods/groups/ for available versions.

repositories {

  ...

  maven {
    url "https://dl.cloudsmith.io/public/klikli-dev/mods/maven/"
    content {
        includeGroup "com.klikli_dev"
    }
  }
  
  ...
  
}
dependencies {
 
    ...
    
    compileOnly fg.deobf("com.klikli_dev:modonomicon-${minecraft_version}-common:${modonomicon_version}")
    implementation fg.deobf("com.klikli_dev:modonomicon-${minecraft_version}-forge:${modonomicon_version}")
    
    ...
    
}

Thanks

Hosted By: Cloudsmith

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

Licensing

Copyright 2022 klikli-dev

Code is licensed under the MIT license, view LICENSES/MIT. Assets are licensed under the CC-BY-SA-4.0 license, view LICENSES/CC-BY-SA-4.0. Third party software and assets may be distributed under a different license, see THIRD_PARTY_NOTICES.md.

About

Data-driven minecraft in-game documentation with progress visualization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%