Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
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
Category | Developer Tools |
---|---|
Published on | August 11, 2024 |
License | The Unlicense |
Downloads | 0 |
Stars | 1 |
Watchers | 1 |
Library
Pinned Versions
Pages
Members
Owner