Skip to content

Commit

Permalink
[build] another bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jun 24, 2024
1 parent 4591831 commit 11ccbe2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
### Fixed:
- Issue with /crates additem not adding `Data:` to the `Items` section which caused the plugin to think it was an enchantment.
- Issue with items given through `Items` not stacking with items obtained through vanilla means.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.4.1"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.4.2"

val isSnapshot = false

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ triumph-cmd = "2.0.0-ALPHA-10"
tirumph-gui = "3.1.7"
jetbrains = "24.1.0"
kyori = "4.17.0"
vital = "1.6"
vital = "1.7.2"

# Paper
paperweight="1.7.1"
paperweight = "1.7.1"
runPaper = "2.3.0"
hangar = "0.1.2"

Expand Down
2 changes: 1 addition & 1 deletion paper/run/server.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Minecraft server properties
#Mon Jun 24 18:16:00 EDT 2024
#Mon Jun 24 18:23:54 EDT 2024
accepts-transfers=false
allow-flight=false
allow-nether=false
Expand Down

0 comments on commit 11ccbe2

Please sign in to comment.