Skip to content

Changes

Summary

  1. Updated Upstream (Paper) (commit: 3fc02bb) (details)
Commit 3fc02bba1a21392fc0db2f23847a0dee2011821e by Kevin Raneri
Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@848a396 Add mob goal generator (#9980)
PaperMC/Paper@ebf97bd [ci skip] Add more patch identifying comments
PaperMC/Paper@94807a1 [ci skip] Minor cleanup and patch merges
PaperMC/Paper@5e73c55 [ci skip] Add more identifying patch comments
PaperMC/Paper@3e20d3a [ci skip] Add more identifying patch comments
PaperMC/Paper@f61ebdc Fix issue with kick event causes being passed improperly
PaperMC/Paper@106c67a [ci skip] Add more identifying patch comments
PaperMC/Paper@cc693ce [ci skip] Add more identifying patch comments, merge related patches
PaperMC/Paper@eeb6afc [ci skip] Add more identifying patch comments, merge related patches
PaperMC/Paper@1c956ab [ci skip] Add more identifying patch comments, merge related patches
PaperMC/Paper@42e88a8 [ci skip] Add more identifying patch comments
PaperMC/Paper@8e41ef4 Add visual blockdata api for primed tnt (#10146)
PaperMC/Paper@68c3297 [ci skip] Add more identifying patch comments
PaperMC/Paper@4a98986 Add back Reduce allocation of Vec3D by entity tracker patch (#10179)
PaperMC/Paper@b48d737 Async world data IO saving (#10171)
PaperMC/Paper@8d94596 [ci skip] Add more identifying patch comments
PaperMC/Paper@f7dd304 [ci skip] Add more identifying patch comments
PaperMC/Paper@98e6d20 [ci skip] Add more identifying patch comments
PaperMC/Paper@e9e0bc1 [ci skip] Add more identifying patch comments
PaperMC/Paper@d9df6bc [ci skip] Add more patch identifying comments, cleanup
PaperMC/Paper@27cabc1 [ci skip] Add more patch identifying comments
PaperMC/Paper@684319f [ci skip] Add more patch identifying comments
PaperMC/Paper@9eb0b38 [ci skip] Add more patch identifying comments
PaperMC/Paper@25013d9 [ci skip] Move some disruptive patches back
PaperMC/Paper@484d6bf [ci skip] Move some disruptive patches back
PaperMC/Paper@52619e7 [ci skip] Add more patch identifying comments
PaperMC/Paper@e660379 [ci skip] Move some disruptive patches back
PaperMC/Paper@c57d1aa Move diffs around to compile without later ones applied
PaperMC/Paper@581b101 Add world to Entity AddTo/RemoveFrom Events (#10183)
PaperMC/Paper@24dc2bf Add BlockStateMeta#clearBlockState (#10160)
PaperMC/Paper@76da4bc Expose LootTable of DecoratedPot (#10023)
PaperMC/Paper@11645e3 [ci skip] (Mostly) finish adding identifying patch comments
PaperMC/Paper@51bef80 [ci skip] Remove removed patches
PaperMC/Paper@ad2cf68 [ci skip] Move chunk system patch back a bit
PaperMC/Paper@d405ff1 [ci skip] Fixup last commit
PaperMC/Paper@a4a08b7 [ci skip] Move chunk system patch a bit back
PaperMC/Paper@b700460 Convert average tick value in the GUI to the correct granularity
PaperMC/Paper@1831240 [ci skip] Move chunk system patch back
PaperMC/Paper@b03f255 Finish moving patches back and improving compilable state
PaperMC/Paper@bd2fd61 [ci skip] Fixup a few bad comments
PaperMC/Paper@fe53b0e Updated Upstream (Bukkit/CraftBukkit/Spigot)
PaperMC/Paper@1ed50da Fix javadoc errors, remove unused classes
PaperMC/Paper@7f7d05a [ci skip] Remove IRC link from the README (#10194)
PaperMC/Paper@ed130f1 [ci skip] clarify javadocs for Block#getDrops (#10153)
PaperMC/Paper@4643b0d Shulker duplicate event (#10135)
PaperMC/Paper@b333831 Make spawn egg colours visible (#10158)
PaperMC/Paper@0cc3a7e Disable memory reserve allocating (#10180)
PaperMC/Paper@3841722 Properly check if a loot table exists (#10190)
PaperMC/Paper@b3c8108 [ci skip] Fix incorrect documentation for BlockDropItemEvent (#10175)
(commit: 3fc02bb)
The file was modified patches/server/0020-Early-return-optimization-for-target-finding.patch (diff)
The file was modified patches/server/0023-Cache-climbing-check-for-activation.patch (diff)
The file was modified patches/server/0001-Pufferfish-branding.patch (diff)
The file was modified patches/server/0015-Optimize-random-calls-in-chunk-ticking.patch (diff)
The file was modified patches/server/0006-Add-option-to-disable-books.patch (diff)
The file was modified patches/server/0029-Use-thread-unsafe-random-for-mob-spawning.patch (diff)
The file was modified patches/server/0007-Optimize-entity-coordinate-key.patch (diff)
The file was modified patches/server/0027-Better-checking-for-useless-move-packets.patch (diff)
The file was modified patches/server/0016-Dynamic-Activation-of-Brain.patch (diff)
The file was modified patches/server/0030-Remove-streams-and-iterators-from-range-check.patch (diff)
The file was modified patches/server/0003-Pufferfish-Config-and-Command.patch (diff)
The file was modified patches/server/0008-Optimize-suffocation.patch (diff)
The file was modified patches/server/0022-Improve-fluid-direction-caching.patch (diff)
The file was modified patches/server/0034-Remove-lambda-from-ticking-guard.patch (diff)
The file was modified patches/server/0037-Entity-TTL.patch (diff)
The file was modified .gitignore (diff)
The file was modified gradle.properties (diff)
The file was modified patches/server/0040-TPS-catchup.patch (diff)
The file was modified build.gradle.kts (diff)
The file was modified patches/server/0033-Reduce-entity-allocations.patch (diff)
The file was modified patches/server/0032-Fix-Paper-6045-block-goal-shouldn-t-load-chunks.patch (diff)
The file was removedpatches/server/0041-Async-world-saving.patch
The file was modified patches/server/0009-Optimize-mob-spawning.patch (diff)
The file was modified patches/server/0035-Reduce-entity-fluid-lookups-if-no-fluids.patch (diff)
The file was modified patches/server/0024-Config-to-disable-method-profiler.patch (diff)
The file was modified patches/server/0038-Add-option-to-disable-out-of-order-chat.patch (diff)
The file was modified patches/server/0021-More-debug-for-plugins-not-shutting-down-tasks.patch (diff)
The file was modified patches/server/0014-Move-ThreadUnsafeRandom-Initialization.patch (diff)