Skip to content

joshiejack/Enchiridion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

220 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enchiridion

Books mod for minecraft

Download Enchiridion on CurseForge

How to get Enchiridion through maven

Add to your build.gradle:

repositories {
  maven {
    // url of the maven that hosts Enchiridions files
    url "http://girafi.dk/maven/"
  }
}

dependencies {
  // compile against Enchiridion
  deobfCompile "uk.joshie.enchiridion:enchiridion${mc_version}:${mc_version}-${enchiridion_version}"
}

${mc_version} & ${enchiridion_version} can be found here, check the file name of the version you want.

About

Books mod for minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages