Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 936 Bytes

File metadata and controls

40 lines (32 loc) · 936 Bytes

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.1.4+8.0"

[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