Skip to content

Commit

Permalink
[build] [ci-skip] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 12, 2024
1 parent 2025ad4 commit 5caf918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Fixed:
- Apply max stack size to the getKey methods which when you do /crazycrates givekey blahblah 99, it will now split the stack into 64/35
- Apply `MaxStackSize` to the player's inventory when using Player#addItem, so now instead of 99 items popping up in the inventory if giving 99 keys or any items, it'll split 64/35
- Spigot for some odd reason made Player#addItem use the max stack size for the inventories. #hardforkwhen

### Changes:
- Clean up the papi parsing in messages.
- Simplified parsing messages internally with placeholders
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

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

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

val isSnapshot = true

Expand Down

0 comments on commit 5caf918

Please sign in to comment.