Skip to content

Helper library for the "Better Than Adventure!" fork-mod.

License

Notifications You must be signed in to change notification settings

Helinos/bta-halplibe

 
 

Repository files navigation

HalpLibe

Helper library containing functions for common use cases, while ensuring compatibility between mods.

Prerequisites

  • JDK for Java 17 (Eclipse Temurin recommended)
  • IntelliJ IDEA
  • Minecraft Development plugin (Optional, but highly recommended)

Setup instructions

Follow the setup instructions on the example mod GitHub page.

How to include HalpLibe in a project

Add this in your build.gradle:

repositories {
   maven { url = "https://jitpack.io" }
}

dependencies {
    modImplementation "com.github.Turnip-Labs:bta-halplibe:${project.halplibe_version}"
}

Credits

  • azurelmao
  • Flamarine
  • Jim Jim aka FatherCheese
  • icanttellyou
  • youngsditch
  • sunsetsatellite
  • useless

About

Helper library for the "Better Than Adventure!" fork-mod.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%