Fix issue of redstone blocks spawning under ships#128
Open
ykgamma wants to merge 400 commits intoeirikh1996:masterfrom
Open
Fix issue of redstone blocks spawning under ships#128ykgamma wants to merge 400 commits intoeirikh1996:masterfrom
ykgamma wants to merge 400 commits intoeirikh1996:masterfrom
Conversation
# Conflicts: # modules/Movecraft/src/main/java/net/countercraft/movecraft/Movecraft.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/async/AsyncManager.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/async/translation/TranslationTask.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/listener/BlockListener.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/mapUpdater/update/ExplosionUpdateCommand.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/mapUpdater/update/WorldEditUpdateCommand.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/sign/StatusSign.java
… typos in legacy craft files
# Conflicts: # modules/Movecraft/src/main/java/net/countercraft/movecraft/Movecraft.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/async/AsyncManager.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/async/detection/DetectionTask.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/async/detection/DetectionTaskData.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/craft/ICraft.java
# Conflicts: # modules/Movecraft/src/main/resources/localisation/movecraftlang_en.properties # modules/api/src/main/java/net/countercraft/movecraft/utils/MathUtils.java
# Conflicts: # modules/Movecraft/src/main/java/net/countercraft/movecraft/async/translation/TranslationTask.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/sign/SubcraftRotateSign.java # modules/api/src/main/java/net/countercraft/movecraft/craft/CraftType.java
…ng parts of ships being left behind in the previous chunks
…irty, fixing parts of ships being left behind in the previous chunks
* First pass * Cleanup * Update ExplosionEvent.java
1.16.5 Support
# Conflicts: # modules/Movecraft/pom.xml # modules/Movecraft/src/main/java/net/countercraft/movecraft/Movecraft.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/async/rotation/RotationTask.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/listener/BlockListener.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/mapUpdater/update/ExplosionUpdateCommand.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/utils/WGCustomFlagsUtils.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/utils/WorldguardUtils.java # modules/Movecraft/src/main/java/net/countercraft/movecraft/worldguard/WorldGuardCompatManager.java # modules/Movecraft/src/main/resources/config.yml # modules/Movecraft/src/main/resources/localisation/movecraftlang_en.properties # modules/Movecraft/src/main/resources/plugin.yml # modules/api/pom.xml # modules/api/src/main/java/net/countercraft/movecraft/config/Settings.java
# Conflicts: # modules/Movecraft/pom.xml
- Make IWorldHandler for 1.18 properly use chunk.getSectionIndex where needed
This file contains hidden or 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
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.
Describe in detail what your pull request acomplishes
Make IWorldHandler for 1.18 properly use chunk.getSectionIndex where needed
Related issues:
Checklist