granny
d53e7784d6
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@e4a5a894 Update to Minecraft 26.1.1
PaperMC/Paper@92a4d8db Update "Only write chunk data to disk if it serializes without throwing"
PaperMC/Paper@02d9cbce Update "Entity load/save limit per chunk"
PaperMC/Paper@cb696286 Update "Attempt to recalculate regionfile header if it is corrupt"
PaperMC/Paper@4662bab9 Update "Incremental chunk and player saving"
PaperMC/Paper@4dddc82f Implement new version schema: `<mcver>.build.<paper_build_no>-<paper_status>` / `<mcver>.local-SNAPSHOT`
PaperMC/Paper@fc0a9980 Set channel to ALPHA
PaperMC/Paper@a4fa0357 update gradle wrapper
PaperMC/Paper@a15ceb7a Update fill-gradle to 1.0.11
PaperMC/Paper@52f7e24e Publish to releases repository
PaperMC/Paper@bb7ff8f0 Update "Optimise general POI access"
PaperMC/Paper@ac42a07e Update "Flush regionfiles on save configuration option"
PaperMC/Paper@14357cc5 Avoid using the regionfile directory name to determine if it is chunk data
PaperMC/Paper@a2f4d349 Update "Optimise collision checking in player move packet handling"
PaperMC/Paper@50303a0e Update "Add explicit flush support to Log4j AsyncAppender"
PaperMC/Paper@7bc4f895 Shift unapplied patches
PaperMC/Paper@62ba2c4f Update "Improve keepalive ping system"
PaperMC/Paper@f6d27019 Update "Optimise EntityScheduler ticking"
PaperMC/Paper@4d8d06c7 Fix WorldBorder#setCenter ignoring new values on 26.1.1 (#13741 )
PaperMC/Paper@f9da8035 update unpick definitions
PaperMC/Paper@fc71a133 [ci/skip] fixup previous commit
PaperMC/Paper@4c91cd34 Lazy set Entity.projectileSource in AbstractProjectile#getShooter
PaperMC/Paper@3d1da60c Cache the climbing check in activation range (#12764 )
PaperMC/Paper@575630f3 feat: Optimize ServerWaypointManager when locator bar is disabled
PaperMC/Paper@742daf02 [ci/skip] fixup previous commit
PaperMC/Paper@d29063da Rebuild patches
PaperMC/Paper@ce581c3c Bump deps to match Vanilla versions (#13744 )
PaperMC/Paper@f3e9a934 Fix attack check
PaperMC/Paper@b4743b58 Fix gamerule loading in Management Protocol (#13753 )
PaperMC/Paper@c53ac8a1 Add PlayerToggleEntityAgeLockEvent (#13742 )
PaperMC/Paper@59081719 fixup previous event
PaperMC/Paper@7b49b586 Update "Optional per player mob spawns"
PaperMC/Paper@1fae14c2 Update "Improve cancelling PreCreatureSpawnEvent with per player mob spawns"
PaperMC/Paper@c40cb75b Update "Optimize Hoppers"
PaperMC/Paper@edad1e4c Update "Anti-Xray"
PaperMC/Paper@106a934d [ci/skip] Drop stale TODO
PaperMC/Paper@77c0866f handle legacy uid in vanilla migration and always write metadata during migration
2026-04-07 18:01:36 -07:00
granny
1d744fe85e
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@1a332f7e move age locked related methods to Ageable and normalize setBaby/Adult setters
PaperMC/Paper@8b644429 fix chorus plant not growing properly
PaperMC/Paper@d45004bd deprecate group methods for some recipes
PaperMC/Paper@006f9d1b use the right var in ItemStack#useOn
PaperMC/Paper@f66c5901 remove redundant setBlock for cauldrons
PaperMC/Paper@c2631139 simplify cauldron events
PaperMC/Paper@33a9258c merge PlayerInteractAtEntityEvent and PlayerInteractEntityEvent
PaperMC/Paper@2d6e82ec Change world storage layout to be closer to vanilla & implement migration (#13736 )
PaperMC/Paper@16e0088d Update Moonrise and DC
PaperMC/Paper@c7532535 Delete rej patches for applied files
PaperMC/Paper@e0497a6e Fix Moonrise compile
2026-04-07 16:06:32 -07:00
granny
d8f2ab289c
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@bbeaddeb Simplify diff in ProjectileWeaponItem
PaperMC/Paper@e63832e5 Re-add diff comment in Villager
PaperMC/Paper@63f9644a Simplify diff in ChunkMap
PaperMC/Paper@f2df3219 update EntityTargetLivingEntityEvent handling
PaperMC/Paper@e7ea5050 fix NPE after launching ender eye
PaperMC/Paper@267f7aef respect mobs-can-always-pick-up-loot for baby zombies
PaperMC/Paper@8ad1ef1d bunch of renames and fix NPE in getCraftingRemainingItem
2026-03-30 15:43:54 -07:00
granny
c3bd0f73fc
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@04a97aac more renames
PaperMC/Paper@bc310d25 fix wrong absorb
PaperMC/Paper@546acb55 fix debug pathfinding flag
PaperMC/Paper@dfa3e44f Reorganize level storage layout to closer mirror 26.1 vanilla with CB per-level 'world container' behavior.
PaperMC/Paper@b50fa5ca Call BlockDispenseEvent for SpawnEggItem
PaperMC/Paper@15af4554 Cleanup final CombatTracker diff
PaperMC/Paper@439972cd Readd BlockGrowEvent for cactus flower
PaperMC/Paper@57e26551 Correctly replace setBlock in TripWireHookBlock
PaperMC/Paper@c20b0909 Skip villager treasure map trade if disabled
PaperMC/Paper@fd22888e Get MapData from server data storage
PaperMC/Paper@17e063ac cleanup block data
PaperMC/Paper@c7003253 [ci/skip] revert command size limit to vanilla for test server
PaperMC/Paper@3ed80980 Adjust tick loop logic
PaperMC/Paper@af7555e5 Fix block entity ticking list (#13724 )
PaperMC/Paper@062aadc6 remove type id from note block instruments
PaperMC/Paper@6a08bca0 finish TagKey -> HolderSet migration
PaperMC/Paper@fe91bd9e fix SO error for breeze target
PaperMC/Paper@a12cd1a5 update crystal proximity checks for new range
PaperMC/Paper@a44c689a Reduce diff in VineBlock.java
PaperMC/Paper@b3fabd13 Correctly move FarmlandBlock#fallOn super call
PaperMC/Paper@4932672f Simplify diff in AbstractPiglin
PaperMC/Paper@71497253 Readd dropped StemBlock BlockGrowEvent hunk
PaperMC/Paper@0110d9fe Simplify diff in DoublePlantBlock
PaperMC/Paper@5b507f54 Readd dropped isInWorldBounds "inline"
PaperMC/Paper@63078f4b Simplify diff in ConduitBlockEntity
PaperMC/Paper@fd98513c fix provides_banner_patterns component type
PaperMC/Paper@6a154f13 fix some client desync
PaperMC/Paper@d6b3a3f3 missed one case
PaperMC/Paper@d957fb49 Call WorldGameRuleChangeEvent for World Options Menu (#13720 )
PaperMC/Paper@03853ba2 Skip transient components in dumpitem command (#13689 )
2026-03-28 16:39:36 -07:00
granny
a928e52fca
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@cca018fe 26.1
2026-03-24 17:35:18 +00:00
granny
9d93fc17bd
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@5027a22c fix test
PaperMC/Paper@7b1b5f66 applyOrMoveSourcePatches for pre-2
PaperMC/Paper@743ab685 set updatingMinecraft flag
PaperMC/Paper@17d72ad2 26.1-rc-1
PaperMC/Paper@42c355e0 update to rc2
PaperMC/Paper@890e3cd4 fix setPlayerTime's rate, call TimeSkipEvent for time set <markerId>
PaperMC/Paper@8077ce40 cleanup PlayerInteractEvent
PaperMC/Paper@5f86e092 Start porting feature patches
PaperMC/Paper@5ba0e30a More feature patches
PaperMC/Paper@1abe8fe5 Apply redstone patches
PaperMC/Paper@3dfcd069 Simplify CraftStructureManager#loadStructure
PaperMC/Paper@392f8bf3 26.1-rc-3
2026-03-23 17:23:32 -07:00
granny
a160e0e91d
let's get this started
2026-03-07 15:09:15 -08:00
granny
0fbf8d2312
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@75bbf4fb Fix infinite loop for legacy wrapper (#13659 )
PaperMC/Paper@c58f8443 Check for valid NamespacedKey in OldEnum#valueOf (#13596 )
PaperMC/Paper@3f5728e2 Cleanup CLI args (#13646 )
2026-03-03 03:44:39 +00:00
granny
8ce75f6be0
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@79c77f5d Pre-Adventure 5.0 changes (#13300 )
PaperMC/Paper@ad767b0c Fix MC-259832 (#13464 )
PaperMC/Paper@37e02efd feat: Add new overloads for Pathfinder (#13192 )
PaperMC/Paper@47aef92a [ci/skip] chore(jd): improve PlayerConnectionValidateLoginEvent (#13591 )
PaperMC/Paper@13887c99 feature(#13558 ): add copper golem state api (#13561 )
PaperMC/Paper@10235641 Fix item entity data serialization to json (#13632 )
PaperMC/Paper@32dff6b1 Fix crafter slot ID conversions (#13497 )
PaperMC/Paper@7e80cef5 Add ItemStack getter to FurnaceExactEvent (#13569 )
2026-02-26 14:58:48 -08:00
granny
a917106428
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@d10c3129 Update inactive tick handler (#13621 )
PaperMC/Paper@6103cc7f Expand mobs-can-always-pick-up-loot.zombies for husk (#13624 )
PaperMC/Paper@255c25e2 fix "do not prematurely disconnect players on stop" (#13625 )
PaperMC/Paper@e17a767f Logging fixes around plugin disable and shutdown; logging cleanup (#13622 )
PaperMC/Paper@1f1406f1 Fix collision inconsistency with Vanilla
PaperMC/Paper@6f71be80 Sync Moonrise
2026-02-18 03:56:56 +00:00
granny
f6242c0a30
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@57c7aac4 Propagate failures from suggestion futures fixes #13587 (#13598 )
PaperMC/Paper@fd39dbdb Provide locale pointer for config connection audience (#13600 )
PaperMC/Paper@a687a82c [ci/skip] chore: remove unneeded task configuration (#13484 )
PaperMC/Paper@e5718dce fix: PlayerServerFullCheckEvent#deny not setting the allow flag (#13601 )
PaperMC/Paper@ae0c3a9e Add ItemCraftedEvent (#12245 )
PaperMC/Paper@581214ad Fix fixClimbingBypassingCramming option (#12793 )
PaperMC/Paper@0d768aac Add RecipeChoice.ItemTypeChoice (#12049 )
PaperMC/Paper@e2b76dfd Implement deprecated getItemStack method in ItemTypeRecipeChoice (#13607 )
PaperMC/Paper@9d303299 Fix pre-tick cooldown reset on swap (#13589 )
PaperMC/Paper@04739de1 Make SkinSource Player implementation reflect profile changes (#13585 )
PaperMC/Paper@c59990d9 Update affects spawning api (#13556 )
PaperMC/Paper@302c47c0 Don't tick disconnected connections (#13614 )
2026-02-07 15:58:46 -08:00
granny
9c546987c7
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@4873e3fb Fix Bee anger never gets timeout (#13546 )
2026-02-02 02:27:46 +00:00
granny
33b29248c6
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@8a6654cd Redirect attacks with piercing weapon
PaperMC/Paper@81b91224 Fix PlayerClientLoadedWorldEvent#isTimeout being always true (#13573 )
2026-01-20 21:49:31 +00:00
granny
88d1824d22
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@0bd2eca0 [ci/skip] Clarify AsyncPlayerPreLoginEvent is post authentication (#13519 )
PaperMC/Paper@e7445e16 Prevent ticking virtual world borders multiple times per server tick (#13513 )
PaperMC/Paper@c3b18bdf Fix tracking depth in Scope (#13538 )
PaperMC/Paper@fc1d2c42 Check spawn_mobs gamerule for spawnEnemies flag (#13510 )
PaperMC/Paper@3bf1cb81 Add LEGACY_BARRIER to isTransparent (#13515 )
PaperMC/Paper@290414e7 Fix legacy conversion for maxDurability / data (#13529 )
PaperMC/Paper@b5e72578 Remove hard-coded max stack sizes from Material (#13518 )
2026-01-18 14:36:10 -08:00
granny
d0b1b32e6f
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@b3edd3f4 Clamp respawn location pitch to correct bounds (#13509 )
PaperMC/Paper@4b35f5cb Fix using experience bottle does not award item used stat (#13522 )
PaperMC/Paper@a0f626b5 Fix backward compat for EnchantmentTarget.WEAPON (#13508 )
2026-01-10 18:48:50 -08:00
granny
2751aa1ae0
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@5be5b387 Make merchant accessible in PlayerPurchaseEvent (#13062 )
PaperMC/Paper@8556cb41 Clamp negative site api distances in the version fetcher to avoid caching issues (#13506 )
2026-01-07 19:34:03 -08:00
granny
6238ebf386
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@173bd93c [ci/skip] Rebuild patches
PaperMC/Paper@a47cb98c Add check for null player name in Team methods (#13468 )
PaperMC/Paper@ebf50865 Expand wateranimal-spawn-height config for nautilus (#13488 )
PaperMC/Paper@179626d5 Fix a few inverted checks for skulls (#13502 )
PaperMC/Paper@5fa4be93 feature: expose mannequin poses (#13429 )
PaperMC/Paper@1fd9d085 Fix backward compat for World#setPVP (#13503 )
PaperMC/Paper@350fd5e3 Prevent negative anger level for neutral mobs (#13504 )
PaperMC/Paper@575df562 Add zip error reporting to PaperPluginClassLoader (#13505 )
PaperMC/Paper@51239f4b Fix usage message on spigot reload command (#13494 )
PaperMC/Paper@ede8d0df Format paper-api mob goals in debug renderer (#13495 )
PaperMC/Paper@444a2ba1 Change thrown trident item to use copy of ItemStack of count 1 (#13394 )
PaperMC/Paper@93e81bfc Add support for loading plugins from extra directories (#13447 )
2026-01-04 14:09:57 -08:00
granny
56a7d46279
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@8f736dbf Improve outdated version check (#12589 )
PaperMC/Paper@3ebc5b33 Don't apply oversized sanitizers in components disabled by config (#13466 )
2026-01-03 18:31:04 -08:00
granny
631e6e7e13
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@37c0bcf3 Add the Vehicle interface to Nautilus (#13474 )
PaperMC/Paper@95c6067d Allow disabling incoming-packet-threshold (#13477 )
PaperMC/Paper@cd445fdb Do not set gamerules when they are not set before conversion
2026-01-01 14:36:55 -08:00
granny
9f8e60206b
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@bc0c3d88 Promote build channel to STABLE
PaperMC/Paper@e90c034f Finalize unpick migration (#13463 )
PaperMC/Paper@94d0c97a Don't try to save scoreboard if there is no world loaded (#13471 )
2025-12-30 17:46:17 -08:00
granny
29e98ecdba
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@7813de12 Fix arrow immunity loophole (#13452 )
PaperMC/Paper@6d5a450f Add additional ray trace API (#12162 )
PaperMC/Paper@8c6b6327 Properly update hidden effects (#13173 )
PaperMC/Paper@5875d880 Fix inventory desyncs with certain cancelled interactions (#12960 )
2025-12-30 17:01:40 -08:00
granny
25642b6766
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@b36b49ac Don't create direct holder for structures in World#locateNearestStructure (#13432 )
PaperMC/Paper@1d3d8206 Don't print missing profile stacktrace (#13420 )
PaperMC/Paper@8b35361f Add UnsafeValues#deserializeItemHover (#13067 )
PaperMC/Paper@f7840d62 fix: bump netty-codec-haproxy in order to match mojang's bump in mc netty deps (#13403 )
PaperMC/Paper@3f07f021 Make arrow despawn rate override configurable (#13409 )
PaperMC/Paper@6aa085b8 Raid max Groups configurable by API (#12896 )
PaperMC/Paper@e06e691a Fix inverted check in PiglinAi#pickUpItem (#13419 )
PaperMC/Paper@2a8353a0 Fix display's glow color override interpreting alpha channel (#13441 )
2025-12-28 14:04:56 -08:00
granny
609d008192
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@f76defd3 Fix javadocs in UseCooldownComponent (#13416 )
PaperMC/Paper@997f5054 Mark client as loading after API respawn (Fixes #13417 ) (#13418 )
PaperMC/Paper@89957033 Promote build channel to BETA
PaperMC/Paper@d9a3fa7d Update ConcurrentUtil to 0.0.8
PaperMC/Paper@90191f72 Commit missing TickTime diff
PaperMC/Paper@89fdae86 Fix incorrect per-world view distance handling
PaperMC/Paper@b6b53a6d Use correct explosion type for TNT in the createExplosion API (#13413 )
PaperMC/Paper@6da8af7c Update 1.21.11 reobf mapping data (#13388 )
2025-12-24 15:37:47 -08:00
granny
7c953451d5
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@f0298536 Fix allowEnteringNetherUsingPortals gamerule not being respected (#13263 )
PaperMC/Paper@8e5e54f5 Add Waypoint Styling API (#12964 )
2025-12-19 20:44:53 -08:00
granny
ccddaf71a2
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@2bfaa8b1 Fix inverted check in Rotations (#13399 )
PaperMC/Paper@4e1e44fb update connection hostname after player handshake event (#13386 )
PaperMC/Paper@53bfe4af Do not save entity fire override if it's unset (#13320 )
PaperMC/Paper@1bef0044 [ci/skip] bump fill to fix publishing
PaperMC/Paper@1f94f1f7 Fix inverted logic in SwellGoal (MC-179072) (#13396 )
2025-12-17 21:19:16 -08:00
granny
fe2ec0b326
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@e5e2c50e Move scoreboard overrides to a separate field (#13378 )
2025-12-12 21:38:26 -08:00
granny
b1f280fa04
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@ba4b700e 1.21.11
PaperMC/Paper@cc3dae7a Re-add DataConverter patch
PaperMC/Paper@4446f17f Fix PlayerClientLoadedWorldEvent calls (#13374 )
2025-12-10 21:07:30 -08:00
granny
c51992977f
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@15309f9a Update to 1.21.11-rc2
PaperMC/Paper@f34efdb7 Pass SWEEP_ATTACK knockback reason
PaperMC/Paper@eb37433d Re-add configurable combat exhaustion and event
PaperMC/Paper@31af44d2 Re-add dropped hunk for visibility sounds
PaperMC/Paper@252cfe14 Fix unnecessary player info remove packets being sent when hiding players (#12587 )
PaperMC/Paper@62dc8b32 Use book packet for both methods (#13298 )
PaperMC/Paper@7fdc16a8 Add configuration option to control fix for MC-159283 end rings (#13363 )
PaperMC/Paper@bb6c2d08 Use correct addresses for PlayerConnection (#13307 )
PaperMC/Paper@f08aad23 [ci/skip] Clarify Metadata API deprecation message (#13371 )
PaperMC/Paper@5f03e110 Fix isInteractable for copper chests (#13325 )
PaperMC/Paper@a339457c Readd dropped shulker box block hunk
PaperMC/Paper@843cafd8 Update to 1.21.11-rc3
PaperMC/Paper@7db609b0 [ci/skip] diff housekeeping
PaperMC/Paper@f6e937b9 Reimplement int based gamerule access (#13372 )
2025-12-08 20:38:29 -08:00
granny
712e1c3f72
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@a2c9f58a Update to 1.21.11-pre3 (#13194 )
PaperMC/Paper@168287b2 Update exact choice recipe patch (#13346 )
PaperMC/Paper@354a5d54 [ci/skip] Add missing Nullable annotation for KineticWeapon.Builder methods (#13347 )
PaperMC/Paper@df4b6681 Restore legacy command restrictions
PaperMC/Paper@2efb4e7a Merge branch 'ver/1.21.10'
PaperMC/Paper@fdfdec66 Trigger build after merge commit
PaperMC/Paper@6348ac89 Schedule PlayerSpawnFinder chunk callbacks to mainThreadProcessor instead of server queue fixes #13354
PaperMC/Paper@b786cbe8 Update to 1.21.11-pre4 (#13357 )
PaperMC/Paper@889c6617 Flush region storage if configured for ChunkMap#synchronize
PaperMC/Paper@c7a138b0 Remove ItemStack mutation on drop methods (#11831 )
PaperMC/Paper@1d09b617 Fix ItemType#isEdible to also check for DataComponents#CONSUMABLE (#13348 )
PaperMC/Paper@84a789b2 Add Decorated Pot wobble API (#12994 )
PaperMC/Paper@ec0ad8b9 Update to 1.21.11-pre5
PaperMC/Paper@ffce96cf Fix wrong translation key in /give command (#13364 )
PaperMC/Paper@1cb31fd3 Update to 1.21.11-rc1
PaperMC/Paper@51c1b16b Optimize getEntityCount by directly accessing Moonrise data structures
2025-12-04 19:39:48 -08:00
granny
ad24fcb0e3
prep for 1.21.11 update
2025-11-25 21:27:28 -08:00
granny
4b4636485f
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@f67a1b6e fix: Player#setPlayerTime sends time update packet to client (#13315 )
PaperMC/Paper@af063837 Add field renames for lead sounds and iron chain (#13168 )
PaperMC/Paper@f8cf03d6 [ci/skip] Mention damage behavior for Server#createWorldBorder (#13338 )
2025-11-23 16:54:00 -08:00
granny
5a87356feb
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@0e10753e Update ConcurrentUtil to 0.0.6
PaperMC/Paper@f393100d Update ConcurrentUtil to 0.0.7
PaperMC/Paper@9fc21bcb Promote build channel from BETA to STABLE
2025-11-14 20:57:57 -08:00
granny
d22f66f2ad
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@1d2d9566 fix(#13144 ): Entity pathfinding paths do not appear with 1.21.9 debug flag enabled (#13202 )
PaperMC/Paper@cf02a071 Add Particle.Spell support to ParticleBuilder#color(Color, float) (#13128 )
PaperMC/Paper@97452e19 Improvements for Player#openBook (#12582 )
PaperMC/Paper@d16e03fb [ci/skip] Add IntelliJ tips to CONTRIBUTING.md (#13299 )
2025-11-13 13:21:04 -08:00
granny
56ac4ded5a
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@893ea746 Make stage 2 chunk unload utilise I/O future write
PaperMC/Paper@a41043f2 Add back command source for command blocks with output disabled and fix bukkit->minecraft not respecting output disabled for minecart command blocks (#13271 )
PaperMC/Paper@1f31ee5e Do not record task execution time as TickTime individually
2025-11-05 06:04:58 +00:00
granny
fc89fde56b
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@ae5e78a4 [ci/skip] Clarify the functionality of AbstractVillager#resetOffers (#13260 )
PaperMC/Paper@ea9cd17c Use version fetcher from unsafe values in new version command (#13246 )
PaperMC/Paper@c68a55ca Optimise CraftWorld#spawnParticle (#13250 )
PaperMC/Paper@6794db4f Make spawning more accurately track vanilla (#12627 )
PaperMC/Paper@f55a34fd Properly handle provider plugins in load order (#13242 )
PaperMC/Paper@e74d7023 Fix HelpMap topic creation for bootstrap commands (#13231 )
PaperMC/Paper@fcb2956a Add debug logging for entities with invalid ids (#13229 )
PaperMC/Paper@5fd3c951 Add Entity#teleportAsync(Location, TeleportFlag...) (#13208 )
PaperMC/Paper@e8c6ba50 Expose JukeboxSong variables (#13214 )
2025-11-02 13:10:19 -08:00
granny
3d61a21422
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@c7714bbf Update PlayerPostRespawnEvent to include full location data (#13237 )
PaperMC/Paper@9d427a5e [ci/skip] Enable unpick (#13241 )
PaperMC/Paper@13e9c107 [ci/skip] Update mache for new unpick definitions
PaperMC/Paper@9934c173 Set chunk loading radius to 0 in PlayerSpawnFinder
2025-10-30 21:48:23 -07:00
granny
917675d050
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@b278a922 Don't run player loot table for spectators (#11801 )
PaperMC/Paper@b5b7c791 Promote build channel from ALPHA to BETA
PaperMC/Paper@2a1871bb Use static ThreadLocal for light engine propagator
2025-10-26 08:15:07 +00:00
granny
3ca0d663e7
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@1e67ca8e Add SpawnReason for REANIMATE a Copper Golem Statue (#13126 )
PaperMC/Paper@e75678b6 Update Mache for Java 25 setup runtime support
PaperMC/Paper@bac3da12 Migrate external JD links from javadoc.io to javadocs.dev (#13205 )
PaperMC/Paper@080a72f2 [ci/skip] Add myself (roro1506HD) to MIT licensing (#13212 )
PaperMC/Paper@d98142ef Rework API teleportation to better align with Vanilla (#13181 )
2025-10-24 21:16:04 -07:00
granny
45bc9f4160
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@7b9a4729 Fix inverted disabled in CraftCrafter#setSlotDisabled (#13195 )
PaperMC/Paper@3799cbeb Use Adventure properties default override provider to set a global flattener nesting limit (#13156 )
PaperMC/Paper@ae1e6b72 Add PersistentDataContainerView#getSize (#13157 )
PaperMC/Paper@dd8f9f86 Expose PlayerConnection#isConnected (#13166 )
PaperMC/Paper@952a024f Fix some issues with PlayerLeashEntityEvent (#13015 )
PaperMC/Paper@7845cba0 Fix help.yml index-topics not working for non-console senders (#13193 )
2025-10-17 18:21:11 -07:00
granny
c8a4f0b6f0
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@ffcb7b22 Update Parchment (#13177 )
PaperMC/Paper@c33a9ce1 Fix incorrect variable use in Entity#startRiding
PaperMC/Paper@c710b667 Add MapPalette.getNearestColor (#13104 )
PaperMC/Paper@b57d6410 Expose isReplaceable on BlockData (#13180 )
PaperMC/Paper@af1823d4 Reduce impact of tick time calculations (#13188 )
PaperMC/Paper@89ca94ab [ci/skip] Rebuild patches
PaperMC/Paper@e5cc2560 [ci/skip] Update CONTRIBUTING.md for Gradle and Windows Docs (#13190 )
PaperMC/Paper@ab99393c Fix charged creeper explosions not dropping mob skulls (#13167 )
PaperMC/Paper@81b7a578 Fixed Ender Dragon using wrong tracking range (#13046 )
2025-10-16 22:07:40 -07:00
granny
49f2891215
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@ba2fb8c9 Update spark-paper dependency version (#13171 )
PaperMC/Paper@ce983d73 Misc fixes to tick reporting (#13174 )
PaperMC/Paper@9d95cd55 Use BUILD_STARTED_AT instead of Instant.now() for build timestamp (#13175 )
PaperMC/Paper@610f1d21 Update fill-gradle to v1.0.9
2025-10-11 19:29:18 -07:00
granny
c29e73b992
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@056268ed [ci/skip] Correct javadoc for Weapon Component (#13096 )
PaperMC/Paper@a0ea7297 Fix minimum tick time reporting and off thread reading
2025-10-10 21:55:21 -07:00
granny
d7de13dd4d
Update to 1.21.10 & Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@0ff899da Prevent world mutation on copper golem spawn cancel (#13152 )
PaperMC/Paper@bae47d3e Update to 1.21.10 (#13127 )
PaperMC/Paper@8339bb31 Update DataConverter constants for 1.21.10
PaperMC/Paper@3982efa0 Sync Moonrise
PaperMC/Paper@fa57d4b7 Remove Vanilla packet processing at start of tick
PaperMC/Paper@fba780d6 Rebuild patches
2025-10-07 20:51:02 -07:00
granny
a99ba03624
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@523efa41 Flatten currentTick incr into file patches
PaperMC/Paper@4dcd8377 Add CommandSourceStack to UnknownCommandEvent (#13083 )
PaperMC/Paper@ffd5158a Update 1.21.9 reobf mappings data (#13135 )
PaperMC/Paper@b4b1f11f [ci/skip] Add docs for virtual createMerchant in MerchantInventoryViewBuilder#merchant (#13125 )
PaperMC/Paper@b3d21583 Disable javadoc.io links
PaperMC/Paper@84831638 Yield millis from Bukkit#getAverageTickTime
PaperMC/Paper@914fb084 Fix Entity#updateFluidHeightAndDoFluidPushing inconsistency with Vanilla
PaperMC/Paper@e9fa3a73 Use correct queue when blocking on futures
2025-10-06 21:41:20 -07:00
granny
58f89c991e
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@b63dc92e Restore currentTick counter increment as temp feature patch
2025-10-05 13:13:47 -07:00
granny
9e2508fc7f
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@e0ba395d Add missing plugin ticket comparator fixes #13130
PaperMC/Paper@21b49306 Fix diff in FlowingFluid#canPassThroughWall
PaperMC/Paper@dcd7847d Improve server tick loop
PaperMC/Paper@a4a7461c Rebase fixups
PaperMC/Paper@dc66e8cf Return Server#getTPS over minute intervals instead of seconds
2025-10-04 20:05:27 -07:00
granny
ddc2e054b8
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@ec686f7a Add ItemTransportingEntityValidateTargetEvent closes #13114 (#13115 )
PaperMC/Paper@5e42ae95 Correctly reset quick crafting state on out of order packet
PaperMC/Paper@2d7f5ea8 add shelf inventory type
PaperMC/Paper@0102872d validate mannequin pose
PaperMC/Paper@a3f247c2 Fix command-block-overrides from commands.yml
2025-10-02 19:52:50 -07:00
granny
47b4cfb1be
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@36e0c0ab update enchantment target and rework some component impl
PaperMC/Paper@ce3fe654 fix NPE in legacy profiles
PaperMC/Paper@00bf1284 remove old test
PaperMC/Paper@311810fa fix copper chest inventory
2025-10-01 21:58:46 -07:00
granny
b211823008
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@5b6165c4 Add spawnreason for building copper golems (#13112 )
PaperMC/Paper@6950f05d Update to 1.21.9
PaperMC/Paper@dad730f2 [ci/skip] Update README
PaperMC/Paper@27f926e7 Expose Copper Golem weathering state to API (#13089 )
2025-09-30 19:29:41 -07:00
granny
2c1d236c2e
Updated Upstream (Paper)
...
Upstream has released updates that appear to apply and compile correctly
Paper Changes:
PaperMC/Paper@9df83bc5 Update DataConverter to 1.21.9-rc1
PaperMC/Paper@0b565e96 Update Gradle wrapper to 9.1.0
PaperMC/Paper@b61b3c9d Update paperweight to 2.0.0-beta.19
2025-09-29 20:40:54 -07:00