Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minestom/minestomdatagenerator
https://github.com/minestom/minestomdatagenerator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minestom/minestomdatagenerator
- Owner: Minestom
- License: mit
- Created: 2021-06-25T08:35:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T07:56:29.000Z (about 2 months ago)
- Last Synced: 2024-11-12T08:29:55.744Z (about 2 months ago)
- Language: Java
- Size: 2.61 MB
- Stars: 10
- Watchers: 6
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Minestom Data
[![license](https://img.shields.io/github/license/Minestom/MinestomDataGenerator.svg)](LICENSE)
[![Discord Shield](https://discordapp.com/api/guilds/706185253441634317/widget.png?style=shield)](https://discord.gg/pkFRvqB)This is a data extractor and generator for Minecraft, meant to be used for [Minestom](https://github.com/minestom/minestom).
It is based on [ArticData](https://github.com/Articdive/ArticData).## Install
The data is published on Maven Central, it can be imported as follows:
```groovy
repositories {
mavenCentral()
}dependencies {
implementation 'net.minestom:data:1.20-rv1'
}
```## Maintainers
[@mworzala](https://github.com/mworzala)## Contributing
See [the contributing file](.github/CONTRIBUTING.md)!## License
[MIT License © Minestom ](LICENSE)