Skip to content

exdj158/Penguin-Lib

 
 

Repository files navigation

Discord   GitHub   Jenkins   Maven metadata URL   Curseforge

Penguin-Lib is the library mod for all of my mods. It's not too exciting!

Adding Penguin-Lib to your buildscript

Add to your build.gradle:

repositories {
  maven {
    url 'https://maven.joshiejack.uk/'
  }
}

dependencies {
    compile fg.deobf("uk.joshiejack.penguinlib:Penguin-Lib:${minecraft_version}-${penguinlib_version}")
}

${$penguinlib_version} can be found here

About

Penguin-Lib is the library mod for all of my mods. It's not too exciting!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%