Skip to content

Turnip-Labs/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

Update the /gradle/libs.versions.toml config file:

[versions]
halplibe = "6.0.2"

[libraries]
halplibe = { group = "turniplabs", name = "halplibe", version.ref = "halplibe" }

Update the build.gradle.kts script:

dependencies {
    implementation(libs.halplibe)
}

Credits

  • azurelmao
  • Flamarine
  • Jim Jim aka FatherCheese
  • icanttellyou
  • youngsditch
  • sunsetsatellite
  • useless
  • LukeisStuff
  • big sir

About

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

Topics

Resources

License

Stars

28 stars

Watchers

0 watching

Forks

Contributors

Languages