Fetch upstream (Paul19988)#1
Open
FluxCapacitor2 wants to merge 134 commits into
Open
Conversation
* fix * fix reflection logic * fix 1.17.1 new constructor
…downgrade() (#55) * multi readers, update world version, add datafixer, remove downgrade * Fix null * deprecate old method signatures
* fix 1.17.1 new constructor * fix 1.17.1 new constructor lol
Fixes #47 Saves all Slime Worlds during Plugin disabling to prevent world saving issues after plugin classloader is closed.
Added an API method to retrieve currently loaded slime worlds Bumped version to 2.9.1
- Bump version to 2.10.0 - Remove 1.17.1 & 1.18.1 modules
* Replaced the thread unsafe Thread#sleep with a scheduled task using Bukkit Scheduler * Replaced the thread unsafe Thread#sleep with a scheduled task using Bukkit Scheduler * Replaced the thread unsafe Thread#sleep with a scheduled task using Bukkit's Scheduler
* 1.19.2 support * no-consecutive-blank-lines
* fix out of bound (?) * force load file (avoid stream close)
Updated Wiki & small text errors
Previously, without an executor specified, futures were running in ForkJoinPool. That's not convenient for minecraft purposes, so now they will run in the bukkit async thread
* remove entities from entity map when chunk has no entities Without this change, entities will remain when they are removed if there are no other entities in the chunk when it's unloaded. * output proper chunk coordinates to debugger
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.
Paul19988 (& contributors) added a few features to the original repo since we forked:
What do we need to do to update?
DockerfileinGameLibto add new NMS revisions to BuildTools