Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Alejomc26

Library that makes creating bosses, entities and items easier.

Report AlejoLibrary?

AlejoLibrary

Library to:

  • Apply custom behaviors to entities.
  • Override vanilla entities
  • Spawn entities with presets
  • Make custom item functionality

Using AlejoLibrary

Maven

<dependency>
    <groupId>io.github.alejomc26</groupId>
    <artifactId>AlejoLibrary</artifactId>
    <version>1.0</version>
</dependency>

Gradle

dependencies {
    implementation("io.github.alejomc26:AlejoLibrary:1.0")
}

Shading

plugins {
    id("java")
    id("io.github.goooler.shadow") version "8.1.7"
}
tasks {
    named<ShadowJar>("shadowJar") {
        relocate("io.github.alejolibrary","YOUR.PACKAGE.alejolibrary")
    }
}

Information

CategoryDeveloper Tools
Published onAugust 11, 2024
LicenseThe Unlicense
Downloads0
Stars1
Watchers1
Library

Pinned Versions

Members