-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Gradle and dependencies * Craftbukkit classes are no longer relocated into a versioned package * Change enchantment categories to tags + remove rarity * Change smithing event using NBT to components + update some functions * HACK remove unused NBT parse * Use a fork of shadow plugin supporting Java 21 * Update Particles and vanilla Enchantments name in vane-enchantments * Import org.json as API in build file * Update more particle names * Fix speedwalk config field name * Use Adventure sendResourcePacks * Use UUID for resource pack based on hash + HACK add prompt to pack request * Resource pack prompt has been fixed in Paper * Use components with ItemUtils' itemstack_from_string + set North compass to track lodestone * Update resource pack version * Catch the good exception in ItemUtil * Get resource pack UUID from properties or config * Don't send custom enchantments to client
- Loading branch information
Showing
44 changed files
with
578 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ env.sh | |
.project | ||
.settings | ||
.idea | ||
.vscode | ||
build | ||
libs/ | ||
target/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.