-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add paper adapter for 1.19.4 * Add paper module for 1.19.4 * Port 1.19.3 to 1.19.4 * Switch to Paperweight release * Update worldedit-bukkit/adapters/adapter-1_19_4/src/main/java/com/sk89q/worldedit/bukkit/adapter/ext/fawe/v1_19_R3/PaperweightAdapter.java Co-authored-by: Antti Koponen <koponen942@outlook.com> * Update worldedit-bukkit/adapters/adapter-1_19_4/src/main/java/com/sk89q/worldedit/bukkit/adapter/impl/fawe/v1_19_R3/regen/PaperweightRegen.java Co-authored-by: Antti Koponen <koponen942@outlook.com> * Add 1.19.4 to release template * Update refractions for regen support * Bump paperweight --------- Co-authored-by: TheMeinerLP <p.glanz@madfix.me> Co-authored-by: Antti Koponen <koponen942@outlook.com>
- Loading branch information
1 parent
b54e3a5
commit efc917e
Showing
22 changed files
with
8,584 additions
and
6 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
plugins { | ||
java | ||
} | ||
|
||
applyPaperweightAdapterConfiguration() | ||
|
||
repositories { | ||
gradlePluginPortal() | ||
} | ||
|
||
dependencies { | ||
paperDevBundle("1.19.4-R0.1-20230317.182750-6") | ||
compileOnly("io.papermc:paperlib") | ||
} |
Oops, something went wrong.