Enchiridion

Enchiridion

7M Downloads

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.