Add data jar

This commit is contained in:
TheMode 2021-07-01 01:59:35 +02:00
parent a29f5f1274
commit 5156de0aff
3 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@ -58,6 +58,3 @@ gradle-app.setting
# When compiling we get a docs folder
**/docs
# The data for generation and the resources is included in this folder
src/main/resources/minecraft_data

View File

@ -36,6 +36,11 @@ allprojects {
name 'sponge'
url 'https://repo.spongepowered.org/maven'
}
// Registry files
flatDir {
dirs 'data'
}
}
javadoc {
options {
@ -165,6 +170,8 @@ dependencies {
api "com.github.Minestom:DependencyGetter:v1.0.1"
implementation name: 'minestom-data-1.17'
// Adventure, for user-interface
api "net.kyori:adventure-api:$adventureVersion"
api "net.kyori:adventure-text-serializer-gson:$adventureVersion"

BIN
data/minestom-data-1.17.jar Normal file

Binary file not shown.