This repository was archived by the owner on Mar 12, 2024. It is now read-only.
CrucialAPI-v2.1.5
New Features
- Fixed a bug, where item flags were shown on items that got an attribute modifier added.
Installation
Release version: v2.1.5
Latest version:
Latest build:
Gradle
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Chafficui:CrucialAPI:v2.1.5'
}
Maven
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.Chafficui</groupId>
<artifactId>CrucialAPI</artifactId>
<version>v2.1.5</version>
</dependency>