13
0
geforkt von Mirrors/Paper

Update to latest 1.21.3 #17

Zusammengeführt
Lixfel hat 14 Commits von update nach master 2024-12-01 16:30:06 +01:00 zusammengeführt
Besitzer
Keine Beschreibung angegeben.
Chaoscaot hat 14 Commits 2024-11-28 22:37:27 +01:00 hinzugefügt
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3 to 6.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
A plugin should not be allowed to be added twice or more, as this
would require two or more remove calls to unset the pause block.
This method should be present in Paper, not just in Folia, given
that the GlobalRegionScheduler is present.

Additonally, add Server#isOwnedByCurrentRegion(World, int, int, int, int)
for checking of a rectangle of chunks is owned by the current region.
ThreadUnsafeRandom is a random implementation that is
identical to LegacyRandomSource behaviourally, but
without the thread checks.

SimpleThreadUnsafeRandom is ThreadUnsafeRandom except with
its nextInt(int) function replaced with a faster
but more biased implementation when bound is very large.

Additionally, replace Level/Entity randoms with ThreadUnsafeRandom.
This avoids the expensive CAS logic at the expense of losing the
thread check.
The range is already modified, so this call will not do anything.
Merge remote-tracking branch 'upstream/master' into update
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
f27acfdb62
Lixfel hat Commit d6fbeb1af4 in master 2024-12-01 16:30:06 +01:00 gemerged
Lixfel löschte die Branch update 2024-12-01 16:30:09 +01:00
Anmelden, um an der Diskussion teilzunehmen.
Keine Beschreibung angegeben.