Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Releases: AtlasWorldMC/AtlasRegistries

1.0.2 - Dependencies update

31 Dec 12:12

Choose a tag to compare

This update only makes AtlasRegistries use the new versions of AtlasCommon and EventFlow, this update will require refactoring, FutureAction are dropped from now.

Full Changelog: 1.0.1...1.0.2

1.0.1 - Updated EventFlow to stable.

04 Nov 14:33

Choose a tag to compare

Due to massive bugs in EventFlow see Release 1.1.0
this updated was required to fix them.

Full Changelog: 1.0.0...1.0.1

1.0.0 - First Release

02 Nov 15:19

Choose a tag to compare

Give a warm welcome to the newly created library AtlasRegistries!
A thread-safe implementation of registries, used across all AtlasWorld's Systems

The project is fully available for anyone to use !

repositories {
    maven {
        url "https://repository.atlasworld.fr/repository/maven-public/"
    }
}

dependencies {
    implementation "fr.atlasworld:registry:1.0.0"
}

Enjoy ! 🎉🎉