90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

1.5.2

Changelog

Fixes

  • Fixed the warp deletion bug.
  • Fixed the default configuration of separator to correctly close the tag.

🚧 Developer API

To use EternalCore API, you first need to add EternalCode to your project. To do that follow these steps: You can check the latest release number here.

  1. Add repository:

For Gradle projects use:

maven("https://repo.eternalcode.pl/releases")

For Maven projects use:

<repository>
    <id>eternalcode-reposilite-releases</id>
    <url>https://repo.eternalcode.pl/releases</url>
</repository>
  1. Add dependency:

For Gradle projects use:

compileOnly("com.eternalcode:eternalcore-api:1.5.2")

For Maven projects use:

<dependency>
    <groupId>com.eternalcode</groupId>
    <artifactId>eternalcore-api</artifactId>
    <version>1.5.2</version>
    <scope>provided</scope>
</dependency>

Files

EternalCore v1.5.2 (MC 1.17.x-1.21.x).jar(1.9 MiB) Primary Download

Project members

EternalCodeTeam

EternalCodeTeam

Organization

Jakubk15

Member

Details

Licensed GPL-3.0-only
Published 2 years ago
Updated 14 days ago