Skip to content

Olypolyu/bta-halplibe-oly

 
 

Repository files navigation

HalpLibe

A helper library to ease babric mod development for BTA.

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 minimal mod GitHub page.

How to include HalpLibe in a project

Add this in your build.gradle:

repositories {
   ivy {
      url = "https://github.com/Turnip-Labs"
      patternLayout {
         artifact "[organisation]/releases/download/v[revision]/[module]-[revision].jar"
         m2compatible = true
      }
      metadataSources { artifact() }
   }
}

dependencies {
   
   modImplementation "bta-halplibe:halplibe:${project.halplibe_version}"
   
}

Credits

  • azurelmao
  • pkstDev
  • Jim Jim aka FatherCheese
  • ICantTellYou

About

A helper library for BTA babric mods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%