-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Sponge Schematic v3 #2776
Merged
Merged
Conversation
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
Includes a major refactoring of how schematics are read. (cherry picked from commit bd475b1d4acbcf2a95e5a8f3aee50d2fb2100ae8)
(cherry picked from commit a5ce8a47657aa987da8ca625cd658856d2eb3477)
(cherry picked from commit e1892b7bd4ff0ca4592f8cb4e1b2d9363c4cd6ff)
(cherry picked from commit 2f6b50a4276b33b615d9dbc52e73e958308735f9)
Please take a moment and address the merge conflicts of your pull request. Thanks! |
# Conflicts: # worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/sponge/SpongeSchematicV2Writer.java
2 tasks
dordsor21
reviewed
Jun 16, 2024
...ore/src/main/java/com/fastasyncworldedit/core/extent/clipboard/io/FastSchematicReaderV3.java
Outdated
Show resolved
Hide resolved
Please take a moment and address the merge conflicts of your pull request. Thanks! |
1 similar comment
Please take a moment and address the merge conflicts of your pull request. Thanks! |
dordsor21
reviewed
Jun 29, 2024
...ore/src/main/java/com/fastasyncworldedit/core/extent/clipboard/io/FastSchematicReaderV3.java
Show resolved
Hide resolved
...dedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/BuiltInClipboardFormat.java
Show resolved
Hide resolved
...in/java/com/sk89q/worldedit/extent/clipboard/io/share/BuiltInClipboardShareDestinations.java
Show resolved
Hide resolved
worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/sponge/ReaderUtil.java
Show resolved
Hide resolved
dordsor21
reviewed
Jun 30, 2024
...dedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard/io/BuiltInClipboardFormat.java
Show resolved
Hide resolved
dordsor21
approved these changes
Jun 30, 2024
dordsor21
approved these changes
Jun 30, 2024
dordsor21
approved these changes
Jun 30, 2024
SirYwell
requested changes
Jul 5, 2024
...ore/src/main/java/com/fastasyncworldedit/core/extent/clipboard/io/FastSchematicWriterV3.java
Outdated
Show resolved
Hide resolved
…t/clipboard/io/FastSchematicWriterV3.java Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
NotMyFault
approved these changes
Jul 6, 2024
NotMyFault
added
Major feature
This PR adds a major feature
and removed
Feature
This PR adds a new feature
labels
Jul 6, 2024
SirYwell
approved these changes
Jul 10, 2024
Hey it's make error in loading a lot of schematic, It's don't support well schematic made in v2. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
WorldEdit's new default schematic is v3 of sponge - the rise of named schematics requires FAWE to follow up.
Description
Submitter Checklist