Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.4 KB

Important

This repository is no longer in use and the changes have been merged upstream. Please see Minestom/MinestomDataGenerator.

Minestom Data

license standard-readme compliant Discord Shield

This is a data extractor and generator for Minecraft, meant to be used for minestom-ce.
It is based on MinestomDataGenerator which is based on ArticData.

Install

The data is published on Maven Central, it can be imported as follows:

repositories {
    mavenCentral()
}

dependencies {
    implementation 'dev.hollowcube:MinestomData:1.19.4-rv2'
}

Usage

If you require any data, open a GitHub Issue and specify the data you need.

WARNING: There is no guarantee that the format of the data will stay the same.

Maintainers

@mworzala

Contributing

See the contributing file!

License

MIT License © Minestom