mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-13 03:40:53 +01:00
Add data jar
This commit is contained in:
parent
a29f5f1274
commit
5156de0aff
3
.gitignore
vendored
3
.gitignore
vendored
@ -58,6 +58,3 @@ gradle-app.setting
|
|||||||
|
|
||||||
# When compiling we get a docs folder
|
# When compiling we get a docs folder
|
||||||
**/docs
|
**/docs
|
||||||
|
|
||||||
# The data for generation and the resources is included in this folder
|
|
||||||
src/main/resources/minecraft_data
|
|
@ -36,6 +36,11 @@ allprojects {
|
|||||||
name 'sponge'
|
name 'sponge'
|
||||||
url 'https://repo.spongepowered.org/maven'
|
url 'https://repo.spongepowered.org/maven'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Registry files
|
||||||
|
flatDir {
|
||||||
|
dirs 'data'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
javadoc {
|
javadoc {
|
||||||
options {
|
options {
|
||||||
@ -165,6 +170,8 @@ dependencies {
|
|||||||
|
|
||||||
api "com.github.Minestom:DependencyGetter:v1.0.1"
|
api "com.github.Minestom:DependencyGetter:v1.0.1"
|
||||||
|
|
||||||
|
implementation name: 'minestom-data-1.17'
|
||||||
|
|
||||||
// Adventure, for user-interface
|
// Adventure, for user-interface
|
||||||
api "net.kyori:adventure-api:$adventureVersion"
|
api "net.kyori:adventure-api:$adventureVersion"
|
||||||
api "net.kyori:adventure-text-serializer-gson:$adventureVersion"
|
api "net.kyori:adventure-text-serializer-gson:$adventureVersion"
|
||||||
|
BIN
data/minestom-data-1.17.jar
Normal file
BIN
data/minestom-data-1.17.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user