Skip to content

Commit

Permalink
Added Minecraft 1.19.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
I2000C committed Mar 20, 2023
1 parent c067a05 commit 71227f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Expand Up @@ -24,12 +24,12 @@ configurations{
runtimeLibraries
}
dependencies{
implementation 'io.github.bananapuncher714:nbteditor:7.18.4'
implementation 'io.github.bananapuncher714:nbteditor:7.18.4:javadoc'
implementation 'io.github.bananapuncher714:nbteditor:7.18.4:sources'
implementation 'com.github.cryptomorin:XSeries:9.2.0'
implementation 'com.github.cryptomorin:XSeries:9.2.0:javadoc'
implementation 'com.github.cryptomorin:XSeries:9.2.0:sources'
implementation 'io.github.bananapuncher714:nbteditor:7.18.5'
implementation 'io.github.bananapuncher714:nbteditor:7.18.5:javadoc'
implementation 'io.github.bananapuncher714:nbteditor:7.18.5:sources'
implementation 'com.github.cryptomorin:XSeries:9.3.0'
implementation 'com.github.cryptomorin:XSeries:9.3.0:javadoc'
implementation 'com.github.cryptomorin:XSeries:9.3.0:sources'
implementation 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT'
implementation 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT:javadoc'
implementation 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT:sources'
Expand All @@ -41,7 +41,7 @@ dependencies{
implementation 'com.sk89q.worldedit:worldedit-core:7.2.2:javadoc'
implementation 'com.sk89q.worldedit:worldedit-core:7.2.2:sources'

runtimeLibraries 'io.github.bananapuncher714:nbteditor:7.18.4', 'com.github.cryptomorin:XSeries:9.2.0', 'xyz.xenondevs:particle:1.8.3'
runtimeLibraries 'io.github.bananapuncher714:nbteditor:7.18.5', 'com.github.cryptomorin:XSeries:9.3.0', 'xyz.xenondevs:particle:1.8.3'
}

// Create jar with dependencies
Expand Down
4 changes: 2 additions & 2 deletions ch.json
Expand Up @@ -13,13 +13,13 @@
{
"downloadJavadoc": true,
"downloadSources": true,
"name": "io.github.bananapuncher714:nbteditor:7.18.4",
"name": "io.github.bananapuncher714:nbteditor:7.18.5",
"packIntoJar": true
},
{
"downloadJavadoc": true,
"downloadSources": true,
"name": "com.github.cryptomorin:XSeries:9.2.0",
"name": "com.github.cryptomorin:XSeries:9.3.0",
"packIntoJar": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
@@ -1,6 +1,6 @@
name: NewAmazingLuckyBlocks
main: me.i2000c.newalb.NewAmazingLuckyBlocks
version: 3.2.0_37
version: 3.2.1_38
description: A new incredible LuckyBlock plugin
author: I2000C
commands:
Expand Down

0 comments on commit 71227f6

Please sign in to comment.