mirror of
https://github.com/Nan1t/NanoLimbo.git
synced 2025-07-14 05:20:12 +02:00
Removed old configuration API, added new. Bit changed dependencies format
This commit is contained in:
parent
c170aed44c
commit
168faf9eea
@ -14,10 +14,10 @@ dependencies {
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
|
||||
|
||||
implementation files('libs/napi-configurate-yaml-1.0.jar')
|
||||
implementation group: 'org.yaml', name: 'snakeyaml', version: '1.27'
|
||||
implementation group: 'io.netty', name: 'netty-all', version: '4.1.54.Final'
|
||||
implementation group: 'net.kyori', name: 'adventure-nbt', version: '4.1.1'
|
||||
implementation 'org.spongepowered:configurate-yaml:4.1.2'
|
||||
implementation 'org.yaml:snakeyaml:1.27'
|
||||
implementation 'io.netty:netty-all:4.1.54.Final'
|
||||
implementation 'net.kyori:adventure-nbt:4.1.1'
|
||||
}
|
||||
|
||||
jar {
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user