adventure 4.17.0-SNAPSHOT

This commit is contained in:
Jason Penilla 2024-04-24 17:46:57 -07:00
parent b7338094a5
commit c95db4fcaa
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8
15 changed files with 8 additions and 6 deletions

View file

@ -6,7 +6,7 @@ Subject: [PATCH] Use ASM for event executors.
Uses method handles for private or static methods.
diff --git a/build.gradle.kts b/build.gradle.kts
index e3748b4b39529fde27e5bb00597a56becdf0843c..2aca0a8feffc844ee19480d70a1a9971790d1621 100644
index ec60a4b804d9d077fdb7d88519b7fb8816aeab9f..d64d927ddbb5fd968902c35496b24ce73fd5d588 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -47,6 +47,9 @@ dependencies {