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

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