Skip to content

Generators for ArticData

License

Notifications You must be signed in to change notification settings

Articdive/ArticDataGenerator

Repository files navigation

ArticData

license standard-readme compliant

This is a data extractor and generator for Minecraft.

It works in the JVM 16 (or higher) environment it takes advantage of Gradle and is written in Java.

Table of Contents

Install

Maven and Gradle

To add ArticData (not the generators!) to your project using Maven or Gradle:

Adding to a Maven Project:

<dependencies>
    <dependency>
        <groupId>de.articdive</groupId>
        <artifactId>articdata</artifactId>
        <version>1.20-${COMMIT::8}</version>
    </dependency>
</dependencies>

Adding to a Gradle Project (Kotlin DSL)

repositories {
    mavenCentral()
}
dependencies {
    implementation("de.articdive:articdata:1.20-${COMMIT::8}")
}

Replace COMMIT::8 with the first 8 chars of the Generator commit you would like to use.
Please note that GitHub shows the first 7 chars in the list view.

Usage

The repository artifacts include the data located here.

They include JSON files full of useful data to do with Minecraft.

Supported Data

We emit data in two ways:

  • One JSON Object with namespaced identifiers as keys for json objects. Example
  • One JSON Array with many json objects. Example

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

@Articdive

Contributing

See the contributing file!

License

MIT License © Articdive

About

Generators for ArticData

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages