PaperMC/patches/server
Bjarne Koll b8f2101c36
Only assign blockstate data if super ctor did not (#10841)
The CraftBlockStateMeta constructor CraftBlockStateMeta(Map) invokes its
parent constructor, which itself invokes deserializeInternal, which is
implemented on CraftBlockStateMeta to read the components and block
entity tag from the passed map.

Field initialization happens after the call to the super constructor,
meaning the current code overwrites the parsed internal data with the
EMPTY defaults.

This is prevented by moving the initialization into its own code block
that can null check the fields prior to defaulting their value to EMPTY.
2024-06-03 10:39:20 -07:00
..
0001-Setup-Gradle-project.patch 1.20.6 (#10623) 2024-04-30 00:16:07 +02:00
0002-Remap-fixes.patch
0003-Build-system-changes.patch Better way to keep paper datapack enabled 2024-05-12 21:48:07 -07:00
0004-Test-changes.patch Add missing experimental field and annotations (#10653) 2024-05-05 09:00:54 -07:00
0005-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0006-MC-Dev-fixes.patch
0007-ConcurrentUtil.patch
0008-CB-fixes.patch Fix a few issues with ItemMeta (#10740) 2024-05-26 00:58:56 +02:00
0009-MC-Utils.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0010-Adventure.patch Use RegistryOps in the correct places (#10843) 2024-06-02 15:19:17 -07:00
0011-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0012-Handle-plugin-prefixes-using-Log4J-configuration.patch
0013-Improve-Log4J-Configuration-Plugin-Loggers.patch
0014-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch
0015-Deobfuscate-stacktraces-in-log-messages-crash-report.patch
0016-Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch
0017-Paper-command.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0018-Paper-Metrics.patch
0019-Paper-Plugins.patch Allow using PluginLoader classpath API from Bukkit plugins (#10758) 2024-05-23 13:13:02 -07:00
0020-Plugin-remapping.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0021-Hook-into-CB-plugin-rewrites.patch Updated Upstream (CraftBukkit) (#10646) 2024-05-05 18:08:55 +02:00
0022-Remap-reflection-calls-in-plugins-using-internals.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0023-Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0024-Add-TickThread.patch
0025-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0026-Add-command-line-option-to-load-extra-plugin-jars-no.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0027-Support-components-in-ItemMeta.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0028-Configurable-cactus-bamboo-and-reed-growth-height.patch
0029-Configurable-baby-zombie-movement-speed.patch
0030-Configurable-fishing-time-ranges.patch
0031-Allow-nerfed-mobs-to-jump.patch Updated Upstream (Bukkit/CraftBukkit) 2024-04-27 18:00:01 -07:00
0032-Add-configurable-entity-despawn-distances.patch Updated Upstream (Bukkit/CraftBukkit) 2024-04-27 18:00:01 -07:00
0033-Drop-falling-block-and-tnt-entities-at-the-specified.patch
0034-Expose-server-build-information.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0035-Player-affects-spawning-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0036-Only-refresh-abilities-if-needed.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0037-Entity-Origin-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0038-Prevent-block-entity-and-entity-crashes.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0039-Configurable-top-of-nether-void-damage.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0040-Check-online-mode-before-converting-and-renaming-pla.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0041-Add-more-entities-to-activation-range-ignore-list.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0042-Configurable-end-credits.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0043-Fix-lag-from-explosions-processing-dead-entities.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0044-Optimize-explosions.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0045-Disable-explosion-knockback.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0046-Disable-thunder.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0047-Disable-ice-and-snow.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0048-Configurable-mob-spawner-tick-rate.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0049-Implement-PlayerLocaleChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0050-Add-BeaconEffectEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0051-Configurable-container-update-tick-rate.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0052-Use-UserCache-for-player-heads.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0053-Disable-spigot-tick-limiters.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0054-Add-PlayerInitialSpawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0055-Configurable-Disabling-Cat-Chest-Detection.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0056-Improve-Player-chat-API-handling.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0057-All-chunks-are-slime-spawn-chunks-toggle.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0058-Expose-server-CommandMap.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0059-Be-a-bit-more-informative-in-maxHealth-exception.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0060-Player-Tab-List-and-Title-APIs.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0061-Add-configurable-portal-search-radius.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0062-Add-velocity-warnings.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0063-Configurable-inter-world-teleportation-safety.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0064-Add-exception-reporting-event.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0065-Disable-Scoreboards-for-non-players-by-default.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0066-Add-methods-for-working-with-arrows-stuck-in-living-.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0067-Chunk-Save-Reattempt.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0068-Complete-resource-pack-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0069-Default-loading-permissions.yml-before-plugins.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0070-Allow-Reloading-of-Custom-Permissions.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0071-Remove-Metadata-on-reload.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0072-Handle-Item-Meta-Inconsistencies.patch Fix a few issues with ItemMeta (#10740) 2024-05-26 00:58:56 +02:00
0073-Configurable-Non-Player-Arrow-Despawn-Rate.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0074-Add-World-Util-Methods.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0075-Custom-replacement-for-eaten-items.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0076-handle-NaN-health-absorb-values-and-repair-bad-data.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0077-Use-a-Shared-Random-for-Entities.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0078-Configurable-spawn-chances-for-skeleton-horses.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0079-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0080-Entity-AddTo-RemoveFrom-World-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0081-Configurable-Chunk-Inhabited-Time.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0082-EntityPathfindEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0083-Sanitise-RegionFileCache-and-make-configurable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0084-Do-not-load-chunks-for-Pathfinding.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0085-Add-PlayerUseUnknownEntityEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0086-Configurable-random-tick-rates-for-blocks.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0087-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0088-Optimize-DataBits.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0089-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0090-Configurable-Player-Collision.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0091-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0092-Configurable-RCON-IP-address.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0093-EntityRegainHealthEvent-isFastRegen-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0094-Add-ability-to-configure-frosted_ice-properties.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0095-remove-null-possibility-for-getServer-singleton.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0096-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0097-LootTable-API-and-replenishable-lootables.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0098-System-property-for-disabling-watchdoge.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0099-Async-GameProfileCache-saving.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0100-Optional-TNT-doesn-t-move-in-water.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0101-Faster-redstone-torch-rapid-clock-removal.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0102-Add-server-name-parameter.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0103-Fix-global-sound-handling.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0104-Avoid-blocking-on-Network-Manager-creation.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0105-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0106-Add-setting-for-proxy-online-mode-status.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0107-Optimise-BlockState-s-hashCode-equals.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0108-Configurable-packet-in-spam-threshold.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0109-Configurable-flying-kick-messages.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0110-Add-EntityZapEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0111-Filter-bad-block-entity-nbt-data-from-falling-blocks.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0112-Cache-user-authenticator-threads.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0113-Allow-Reloading-of-Command-Aliases.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0114-Add-source-to-PlayerExpChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0115-Add-ProjectileCollideEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0116-Prevent-Pathfinding-out-of-World-Border.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0117-Optimize-Level.hasChunkAt-BlockPosition-Z.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0118-Bound-Treasure-Maps-to-World-Border.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0119-Configurable-Cartographer-Treasure-Maps.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0120-Add-API-methods-to-control-if-armor-stands-can-move.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0121-String-based-Action-Bar-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0122-Properly-fix-item-duplication-bug.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0123-Firework-API-s.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0124-PlayerTeleportEndGatewayEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0125-Provide-E-TE-Chunk-count-stat-methods.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0126-Enforce-Sync-Player-Saves.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0127-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0128-Cap-Entity-Collisions.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0129-Remove-CraftScheduler-Async-Task-Debugger.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0130-Properly-handle-async-calls-to-restart-the-server.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0131-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0132-Add-configuration-option-to-prevent-player-names-fro.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0133-provide-a-configurable-option-to-disable-creeper-lin.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0134-Item-canEntityPickup.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0135-PlayerPickupItemEvent-setFlyAtPlayer.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0136-PlayerAttemptPickupItemEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0137-Do-not-submit-profile-lookups-to-worldgen-threads.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0138-Basic-PlayerProfile-API.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0139-Add-UnknownCommandEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0140-Shoulder-Entities-Release-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0141-Profile-Lookup-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0142-Block-player-logins-during-server-shutdown.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0143-Entity-fromMobSpawner.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0144-Improve-the-Saddle-API-for-Horses.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0145-ensureServerConversions-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0146-Implement-getI18NDisplayName.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0147-ProfileWhitelistVerifyEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0148-Fix-this-stupid-bullshit.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0149-LivingEntity-setKiller.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0150-Ocelot-despawns-should-honor-nametags-and-leash.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0151-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0152-Allow-specifying-a-custom-authentication-servers-dow.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0153-Add-PlayerJumpEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0154-handle-ServerboundKeepAlivePacket-async.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0155-Expose-client-protocol-version-and-virtual-host.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0156-revert-serverside-behavior-of-keepalives.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0157-Send-attack-SoundEffects-only-to-players-who-can-see.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0158-Add-PlayerArmorChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0159-Prevent-logins-from-being-processed-when-the-player-.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0160-Fix-MC-117075-Block-entity-unload-lag-spike.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0161-use-CB-BlockState-implementations-for-captured-block.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0162-API-to-get-a-BlockState-without-a-snapshot.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0163-AsyncTabCompleteEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0164-PlayerPickupExperienceEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0165-Ability-to-apply-mending-to-XP-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0166-PlayerNaturallySpawnCreaturesEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0167-Add-setPlayerProfile-API-for-Skulls.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0168-PreCreatureSpawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0169-Fill-Profile-Property-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0170-Add-PlayerAdvancementCriterionGrantEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0171-Add-ArmorStand-Item-Meta.patch Fix a few issues with ItemMeta (#10740) 2024-05-26 00:58:56 +02:00
0172-Extend-Player-Interact-cancellation.patch Extend Player Interact cancellation to cover Jigsaw blocks (#10719) 2024-05-26 22:54:55 +02:00
0173-Tameable-getOwnerUniqueId-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0174-Toggleable-player-crits.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0175-Disable-Explicit-Network-Manager-Flushing.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0176-Implement-extended-PaperServerListPingEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0177-Add-more-fields-to-AsyncPreLoginEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0178-Player.setPlayerProfile-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0179-getPlayerUniqueId-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0180-Improved-Async-Task-Scheduler.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0181-Make-legacy-ping-handler-more-reliable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0182-Call-PaperServerListPingEvent-for-legacy-pings.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0183-Flag-to-disable-the-channel-limit.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0184-Add-openSign-method-to-HumanEntity.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0185-Configurable-sprint-interruption-on-attack.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0186-EndermanEscapeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0187-Enderman.teleportRandomly.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0188-Block-Enderpearl-Travel-Exploit.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0189-Expand-World.spawnParticle-API-and-add-Builder.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0190-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0191-EndermanAttackPlayerEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0192-WitchConsumePotionEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0193-WitchThrowPotionEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0194-WitchReadyPotionEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0195-ItemStack-getMaxItemUseDuration.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0196-Add-EntityTeleportEndGatewayEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0197-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0198-Fix-CraftEntity-hashCode.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0199-Configurable-LootPool-luck-formula.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0200-Print-Error-details-when-failing-to-save-player-data.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0201-Make-shield-blocking-delay-configurable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0202-Improve-EntityShootBowEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0203-PlayerReadyArrowEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0204-Add-entity-knockback-events.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0205-Expand-Explosions-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0206-LivingEntity-Active-Item-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0207-RangedEntity-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0208-Add-config-to-disable-ender-dragon-legacy-check.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0209-Implement-World.getEntity-UUID-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0210-InventoryCloseEvent-Reason-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0211-Vex-get-setSummoner-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0212-Refresh-player-inventory-when-cancelling-PlayerInter.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0213-add-more-information-to-Entity.toString.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0214-EnderDragon-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0215-PlayerElytraBoostEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0216-PlayerLaunchProjectileEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0217-Improve-BlockPosition-inlining.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0218-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0219-Vanished-players-don-t-have-rights.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0220-Allow-disabling-armor-stand-ticking.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0221-SkeletonHorse-Additions.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0222-Expand-ArmorStand-API.patch handle BODY slot for non-mobs (#10822) 2024-05-29 11:23:51 -07:00
0223-AnvilDamageEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0224-Add-TNTPrimeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0225-Break-up-and-make-tab-spam-limits-configurable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0226-Fix-NBT-type-issues.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0227-Remove-unnecessary-itemmeta-handling.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0228-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0229-Add-Early-Warning-Feature-to-WatchDog.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0230-Use-ConcurrentHashMap-in-JsonList.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0231-Use-a-Queue-for-Queueing-Commands.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0232-Ability-to-get-block-entities-from-a-chunk-without-s.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0233-Optimize-BlockPosition-helper-methods.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0234-Restore-vanilla-default-mob-spawn-range-and-water-an.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0235-Slime-Pathfinder-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0236-Configurable-speed-for-water-flowing-over-lava.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0237-Optimize-CraftBlockData-Creation.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0238-Optimize-MappedRegistry.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0239-Add-PhantomPreSpawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0240-Add-More-Creeper-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0241-Inventory-removeItemAnySlot.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0242-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0243-Add-ray-tracing-methods-to-LivingEntity.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0244-Expose-attack-cooldown-methods-for-Player.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0245-Improve-death-events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0246-Allow-chests-to-be-placed-with-NBT-data.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0247-Mob-Pathfinding-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0248-Prevent-various-interactions-from-causing-chunk-load.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0249-Prevent-mob-spawning-from-loading-generating-chunks.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0250-Implement-furnace-cook-speed-multiplier-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0251-Honor-EntityAgeable.ageLock.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0252-Configurable-connection-throttle-kick-message.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0253-Prevent-chunk-loading-from-Fluid-Flowing.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0254-PreSpawnerSpawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0255-Add-LivingEntity-getTargetEntity.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0256-Add-sun-related-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0257-Catch-JsonParseException-in-block-entity-names.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0258-Turtle-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0259-Call-player-spectator-target-events-and-improve-impl.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0260-Add-more-Witch-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0261-Check-Drowned-for-Villager-Aggression-Config.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0262-Add-option-to-prevent-players-from-moving-into-unloa.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0263-Reset-players-airTicks-on-respawn.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0264-Don-t-sleep-after-profile-lookups-if-not-needed.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0265-Improve-Server-Thread-Pool-and-Thread-Priorities.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0266-Optimize-World-Time-Updates.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0267-Restore-custom-InventoryHolder-support.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0268-Fix-SpongeAbsortEvent-handling.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0269-Don-t-allow-digging-into-unloaded-chunks.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0270-Make-the-default-permission-message-configurable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0271-force-entity-dismount-during-teleportation.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0272-Add-more-Zombie-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0273-Book-Size-Limits.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0274-Add-PlayerConnectionCloseEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0275-Replace-OfflinePlayer-getLastPlayed.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0276-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0277-Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0278-BlockDestroyEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0279-Async-command-map-building.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0280-Brigadier-Mojang-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0281-Improve-exact-choice-recipe-ingredients.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0282-Limit-Client-Sign-length-more.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0283-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0284-Entity-getEntitySpawnReason.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0285-Fire-event-on-GS4-query.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0286-Add-PlayerPostRespawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0287-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0288-Server-Tick-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0289-PlayerDeathEvent-getItemsToKeep.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0290-Optimize-Captured-BlockEntity-Lookup.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0291-Add-Heightmap-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0292-Mob-Spawner-API-Enhancements.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0293-Fix-CB-call-to-changed-postToMainThread-method.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0294-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0295-Implement-CraftBlockSoundGroup.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0296-Expose-the-internal-current-tick.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0297-Show-blockstate-location-if-we-failed-to-read-it.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0298-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0299-Configurable-projectile-relative-velocity.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0300-offset-item-frame-ticking.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0301-Prevent-consuming-the-wrong-itemstack.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0302-Dont-send-unnecessary-sign-update.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0303-Add-option-to-disable-pillager-patrols.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0304-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0305-MC-145656-Fix-Follow-Range-Initial-Target.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0306-Duplicate-UUID-Resolve-Option.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0307-PlayerDeathEvent-shouldDropExperience.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0308-Prevent-bees-loading-chunks-checking-hive-position.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0309-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0310-Optimise-EntityGetter-getPlayerByUUID.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0311-Fix-items-not-falling-correctly.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0312-Optimize-call-to-getFluid-for-explosions.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0313-Guard-against-serializing-mismatching-chunk-coordina.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0314-Alternative-item-despawn-rate.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0315-Tracking-Range-Improvements.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0316-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0317-Improve-Block-breakNaturally-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0318-Optimise-getChunkAt-calls-for-loaded-chunks.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0319-Add-debug-for-sync-chunk-loads.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0320-Improve-java-version-check.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0321-Add-ThrownEggHatchEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0322-Entity-Jump-API.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0323-Add-option-to-nerf-pigmen-from-nether-portals.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0324-Make-the-GUI-graph-fancier.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0325-add-hand-to-BlockMultiPlaceEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0326-Validate-tripwire-hook-placement-before-update.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0327-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0328-Configurable-chance-of-villager-zombie-infection.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0329-Optimise-Chunk-getFluid.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0330-Set-spigots-verbose-world-setting-to-false-by-def.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0331-Add-tick-times-API-and-mspt-command.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0332-Expose-MinecraftServer-isRunning.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0333-Add-Raw-Byte-ItemStack-Serialization.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0334-Pillager-patrol-spawn-settings-and-per-player-option.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0335-Remote-Connections-shouldn-t-hold-up-shutdown.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0336-Do-not-allow-bees-to-load-chunks-for-beehives.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0337-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0338-Don-t-tick-dead-players.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0339-Dead-Player-s-shouldn-t-be-able-to-move.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0340-Don-t-move-existing-players-to-world-spawn.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0341-Optimize-Pathfinding.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0342-Reduce-Either-Optional-allocation.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0343-Reduce-memory-footprint-of-CompoundTag.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0344-Prevent-opening-inventories-when-frozen.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0345-Don-t-run-entity-collision-code-if-not-needed.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0346-Implement-Player-Client-Options-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0347-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0348-Fire-PlayerJoinEvent-when-Player-is-actually-ready.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0349-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0350-Add-PlayerAttackEntityCooldownResetEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0351-Don-t-fire-BlockFade-on-worldgen-threads.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0352-Add-phantom-creative-and-insomniac-controls.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0353-Fix-item-duplication-and-teleport-issues.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0354-Villager-Restocks-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0355-Validate-PickItem-Packet-and-kick-for-invalid.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0356-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0357-misc-debugging-dumps.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0358-Prevent-teleporting-dead-entities.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0359-Implement-Mob-Goal-API.patch Do not re-wrap vanilla goals (#10751) 2024-05-24 16:22:41 +02:00
0360-Add-villager-reputation-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0361-ExperienceOrb-merging-stacking-API-and-fixes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0362-Fix-PotionEffect-ignores-icon-flag.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0363-Potential-bed-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0364-Wait-for-Async-Tasks-during-shutdown.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0365-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0366-Ensure-safe-gateway-teleport.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0367-Add-option-for-console-having-all-permissions.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0368-Fix-villager-trading-demand-MC-163962.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0369-Maps-shouldn-t-load-chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0370-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0371-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0372-Fix-piston-physics-inconsistency-MC-188840.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0373-Fix-missing-chunks-due-to-integer-overflow.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0374-Prevent-position-desync-causing-tp-exploit.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0375-Inventory-getHolder-method-without-block-snapshot.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0376-Add-PlayerRecipeBookClickEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0377-Hide-sync-chunk-writes-behind-flag.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0378-Add-permission-for-command-blocks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0379-Ensure-Entity-position-and-AABB-are-never-invalid.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0380-Fix-Per-World-Difficulty-Remembering-Difficulty.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0381-Paper-dumpitem-command.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0382-Improve-Legacy-Component-serialization-size.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0383-Add-Plugin-Tickets-to-API-Chunk-Methods.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0384-Add-BlockStateMeta-clearBlockState.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0385-Convert-legacy-attributes-in-Item-Meta.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0386-Do-not-accept-invalid-client-settings.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0387-Improve-fix-EntityTargetLivingEntityEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0388-Add-entity-liquid-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0389-Add-PrepareResultEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0390-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0391-Fix-arrows-never-despawning-MC-125757.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0392-Thread-Safe-Vanilla-Command-permission-checking.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0393-Fix-SPIGOT-5989.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0394-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0395-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0396-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0397-Optimize-NetworkManager-Exception-Handling.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0398-Fix-some-rails-connecting-improperly.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0399-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0400-Brand-support.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0401-Add-playPickupItemAnimation-to-LivingEntity.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0402-Don-t-require-FACING-data.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0403-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0404-Add-moon-phase-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0405-Do-not-let-the-server-load-chunks-from-newer-version.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0406-Prevent-headless-pistons-from-being-created.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0407-Add-BellRingEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0408-Add-zombie-targets-turtle-egg-config.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0409-Buffer-joins-to-world.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0410-Fix-hex-colors-not-working-in-some-kick-messages.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0411-PortalCreateEvent-needs-to-know-its-entity.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0412-Add-more-Evoker-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0413-Add-methods-to-get-translation-keys.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0414-Create-HoverEvent-from-ItemStack-Entity.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0415-Cache-block-data-strings.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0416-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0417-Add-additional-open-container-api-to-HumanEntity.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0418-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0419-Extend-block-drop-capture-to-capture-all-items-added.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0420-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0421-Lazily-track-plugin-scoreboards-by-default.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0422-Entity-isTicking.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0423-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0424-Fix-Concurrency-issue-in-ShufflingList.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0425-Reset-Ender-Crystals-on-Dragon-Spawn.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0426-Fix-for-large-move-vectors-crashing-server.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0427-Optimise-getType-calls.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0428-Villager-resetOffers.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0429-Retain-block-place-order-when-capturing-blockstates.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0430-Fix-item-locations-dropped-from-campfires.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0431-Fix-bell-block-entity-memory-leak.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0432-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0433-Add-getOfflinePlayerIfCached-String.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0434-Add-ignore-discounts-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0435-Toggle-for-removing-existing-dragon.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0436-Fix-client-lag-on-advancement-loading.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0437-Item-no-age-no-player-pickup.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0438-Beacon-API-custom-effect-ranges.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0439-Add-API-for-quit-reason.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0440-Add-Wandering-Trader-spawn-rate-config-options.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0441-Expose-world-spawn-angle.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0442-Add-Destroy-Speed-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0443-Fix-Player-spawnParticle-x-y-z-precision-loss.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0444-Add-LivingEntity-clearActiveItem.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0445-Add-PlayerItemCooldownEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0446-Significantly-improve-performance-of-the-end-generat.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0447-More-lightning-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0448-Climbing-should-not-bypass-cramming-gamerule.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0449-Add-missing-default-perms-for-commands.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0450-Add-PlayerShearBlockEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0451-Limit-recipe-packets.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0452-Fix-CraftSound-backwards-compatibility.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0453-Player-Chunk-Load-Unload-Events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0454-Optimize-Dynamic-get-Missing-Keys.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0455-Expose-LivingEntity-hurt-direction.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0456-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0457-Fix-crash-from-invalid-ingredient-lists-in-VillagerA.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0458-Add-TargetHitEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0459-MC-4-Fix-item-position-desync.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0460-Additional-Block-Material-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0461-Fix-harming-potion-dupe.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0462-API-to-get-Material-from-Boats-and-Minecarts.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0463-Allow-disabling-mob-spawner-spawn-egg-transformation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0464-Fix-Not-a-string-Map-Conversion-spam.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0465-Add-PlayerFlowerPotManipulateEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0466-Fix-interact-event-not-being-called-sometimes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0467-Zombie-API-breaking-doors.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0468-Fix-nerfed-slime-when-splitting.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0469-Add-EntityLoadCrossbowEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0470-Add-WorldGameRuleChangeEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0471-Add-ServerResourcesReloadedEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0472-Add-world-settings-for-mobs-picking-up-loot.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0473-Add-BlockFailedDispenseEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0474-Add-PlayerLecternPageChangeEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0475-Add-PlayerLoomPatternSelectEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0476-Configurable-door-breaking-difficulty.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0477-Empty-commands-shall-not-be-dispatched.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0478-Remove-stale-POIs.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0479-Fix-villager-boat-exploit.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0480-Add-sendOpLevel-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0481-Add-RegistryAccess-for-managing-Registries.patch Add registry-related argument types (#10770) 2024-05-29 14:11:52 -07:00
0482-Add-StructuresLocateEvent.patch Add registry-related argument types (#10770) 2024-05-29 14:11:52 -07:00
0483-Collision-option-for-requiring-a-player-participant.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0484-Remove-ProjectileHitEvent-call-when-fireballs-dead.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0485-Return-chat-component-with-empty-text-instead-of-thr.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0486-Make-schedule-command-per-world.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0487-Configurable-max-leash-distance.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0488-Add-BlockPreDispenseEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0489-Add-PlayerChangeBeaconEffectEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0490-Add-toggle-for-always-placing-the-dragon-egg.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0491-Add-PlayerStonecutterRecipeSelectEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0492-Expand-EntityUnleashEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0493-Reset-shield-blocking-on-dimension-change.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0494-Add-DragonEggFormEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0495-Add-EntityMoveEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0496-added-option-to-disable-pathfinding-updates-on-block.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0497-Inline-shift-direction-fields.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0498-Allow-adding-items-to-BlockDropItemEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0499-Add-getMainThreadExecutor-to-BukkitScheduler.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0500-living-entity-allow-attribute-registration.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0501-fix-dead-slime-setSize-invincibility.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0502-Merchant-getRecipes-should-return-an-immutable-list.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0503-Expose-Tracked-Players.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0504-Improve-ServerGUI.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0505-fix-converting-txt-to-json-file.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0506-Add-worldborder-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0507-Add-PlayerNameEntityEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0508-Add-recipe-to-cook-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0509-Add-Block-isValidTool.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0510-Allow-using-signs-inside-spawn-protection.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0511-Expand-world-key-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0512-Add-fast-alternative-constructor-for-Rotations.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0513-Drop-carried-item-when-player-has-disconnected.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0514-forced-whitelist-use-configurable-kick-message.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0515-Don-t-ignore-result-of-PlayerEditBookEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0516-Expose-protocol-version.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0517-Enhance-console-tab-completions-for-brigadier-comman.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0518-Fix-PlayerItemConsumeEvent-cancelling-properly.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0519-Add-bypass-host-check.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0520-Set-area-affect-cloud-rotation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0521-add-isDeeplySleeping-to-HumanEntity.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0522-add-consumeFuel-to-FurnaceBurnEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0523-add-get-set-drop-chance-to-EntityEquipment.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0524-fix-PigZombieAngerEvent-cancellation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0525-fix-PlayerItemHeldEvent-firing-twice.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0526-Add-PlayerDeepSleepEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0527-More-World-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0528-Add-PlayerBedFailEnterEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0529-Implement-methods-to-convert-between-Component-and-B.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0530-Expand-PlayerRespawnEvent-fix-passed-parameter-issue.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0531-Introduce-beacon-activation-deactivation-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0532-Add-Channel-initialization-listeners.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0533-Send-empty-commands-if-tab-completion-is-disabled.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0534-Add-more-WanderingTrader-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0535-Add-EntityBlockStorage-clearEntities.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0536-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0537-Add-HiddenPotionEffect-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0538-Inventory-close.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0539-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0540-Add-basic-Datapack-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0541-Add-environment-variable-to-disable-server-gui.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0542-Expand-PlayerGameModeChangeEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0543-ItemStack-repair-check-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0544-More-Enchantment-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0545-Move-range-check-for-block-placing-up.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0546-Add-Mob-lookAt-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0547-Correctly-check-if-bucket-dispenses-will-succeed-for.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0548-Add-Unix-domain-socket-support.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0549-Add-EntityInsideBlockEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0550-Improve-item-default-attribute-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0551-Add-cause-to-Weather-ThunderChangeEvents.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0552-More-Lidded-Block-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0553-Limit-item-frame-cursors-on-maps.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0554-Add-PlayerKickEvent-causes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0555-Add-PufferFishStateChangeEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0556-Fix-PlayerBucketEmptyEvent-result-itemstack.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0557-Synchronize-PalettedContainer-instead-of-ThreadingDe.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0558-Add-option-to-fix-items-merging-through-walls.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0559-Add-BellRevealRaiderEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0560-Fix-invulnerable-end-crystals.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0561-Add-ElderGuardianAppearanceEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0562-Fix-dangerous-end-portal-logic.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0563-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0564-Line-Of-Sight-Changes.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0565-add-per-world-spawn-limits.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0566-Fix-potions-splash-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0567-Add-more-LimitedRegion-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0568-Fix-PlayerDropItemEvent-using-wrong-item.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0569-Missing-Entity-API.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0570-Ensure-disconnect-for-book-edit-is-called-on-main.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0571-Fix-return-value-of-Block-applyBoneMeal-always-being.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0572-Use-getChunkIfLoadedImmediately-in-places.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0573-Fix-commands-from-signs-not-firing-command-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0574-Add-PlayerArmSwingEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0575-Fix-kick-event-leave-message-not-being-sent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0576-Don-t-apply-cramming-damage-to-players.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0577-Rate-options-and-timings-for-sensors-and-behaviors.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0578-Add-missing-forceDrop-toggles.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0579-Stinger-API.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0580-Add-System.out-err-catcher.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0581-Prevent-AFK-kick-while-watching-end-credits.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0582-Allow-skipping-writing-of-comments-to-server.propert.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0583-Add-PlayerSetSpawnEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0584-Make-hoppers-respect-inventory-max-stack-size.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0585-Optimize-entity-tracker-passenger-checks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0586-Config-option-for-Piglins-guarding-chests.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0587-Add-EntityDamageItemEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0588-Optimize-indirect-passenger-iteration.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0589-Configurable-item-frame-map-cursor-update-interval.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0590-Clear-bucket-NBT-after-dispense.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0591-Change-EnderEye-target-without-changing-other-things.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0592-Add-BlockBreakBlockEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0593-Option-to-prevent-data-components-copy-in-smithing-r.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0594-More-CommandBlock-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0595-Add-missing-team-sidebar-display-slots.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0596-Add-back-EntityPortalExitEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0597-Add-methods-to-find-targets-for-lightning-strikes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0598-Get-entity-default-attributes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0599-Left-handed-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0600-Add-more-advancement-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0601-Add-ItemFactory-getSpawnEgg-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0602-Add-critical-damage-API.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0603-Fix-issues-with-mob-conversion.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0604-Add-hasCollision-methods-to-various-places.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0605-Goat-ram-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0606-Add-API-for-resetting-a-single-score.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0607-Add-Raw-Byte-Entity-Serialization.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0608-Vanilla-command-permission-fixes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0609-Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0610-Fix-GameProfileCache-concurrency.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0611-Improve-and-expand-AsyncCatcher.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0612-Add-paper-mobcaps-and-paper-playermobcaps.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0613-Sanitize-ResourceLocation-error-logging.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0614-Manually-inline-methods-in-BlockPosition.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0615-Name-craft-scheduler-threads-according-to-the-plugin.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0616-Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0617-Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0618-Don-t-lookup-fluid-state-when-raytracing-skip-air-bl.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0619-Time-scoreboard-search.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0620-Oprimise-map-impl-for-tracked-players.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0621-Add-missing-InventoryType.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0622-Optimise-BlockSoil-nearby-water-lookup.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0623-Fix-merchant-inventory-not-closing-on-entity-removal.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0624-Check-requirement-before-suggesting-root-nodes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0625-Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0626-Add-packet-limiter-config.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0627-Fix-setPatternColor-on-tropical-fish-bucket-meta.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0628-Ensure-valid-vehicle-status.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0629-Prevent-softlocked-end-exit-portal-generation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0630-Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0631-Don-t-log-debug-logging-being-disabled.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0632-fix-various-menus-with-empty-level-accesses.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0633-Preserve-overstacked-loot.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0634-Update-head-rotation-in-missing-places.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0635-prevent-unintended-light-block-manipulation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0636-Fix-CraftCriteria-defaults-map.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0637-Fix-upstreams-block-state-factories.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0638-Configurable-feature-seeds.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0639-Add-root-admin-user-detection.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0640-don-t-attempt-to-teleport-dead-entities.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0641-Prevent-excessive-velocity-through-repeated-crits.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0642-Remove-client-side-code-using-deprecated-for-removal.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0643-Fix-Spigot-growth-modifiers.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0644-Prevent-ContainerOpenersCounter-openCount-from-going.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0645-Add-PlayerItemFrameChangeEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0646-Optimize-HashMapPalette.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0647-Allow-delegation-to-vanilla-chunk-gen.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0648-Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0649-Add-more-Campfire-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0650-Only-write-chunk-data-to-disk-if-it-serializes-witho.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0651-Forward-CraftEntity-in-teleport-command.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0652-Improve-scoreboard-entries.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0653-Entity-powdered-snow-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0654-Add-API-for-item-entity-health.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0655-Configurable-max-block-light-for-monster-spawning.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0656-Fix-sticky-pistons-and-BlockPistonRetractEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0657-Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0658-Bucketable-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0659-Validate-usernames.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0660-Make-water-animal-spawn-height-configurable.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0661-Expose-vanilla-BiomeProvider-from-WorldInfo.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0662-Add-config-option-for-worlds-affected-by-time-cmd.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0663-Add-missing-IAE-check-for-PersistentDataContainer-ha.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0664-Multiple-Entries-with-Scoreboards.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0665-Reset-placed-block-on-exception.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0666-Add-configurable-height-for-slime-spawn.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0667-Fix-xp-reward-for-baby-zombies.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0668-Multi-Block-Change-API-Implementation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0669-Fix-NotePlayEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0670-Freeze-Tick-Lock-API.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0671-More-PotionEffectType-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0672-Use-a-CHM-for-StructureTemplate.Pallete-cache.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0673-API-for-creating-command-sender-which-forwards-feedb.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0674-Add-missing-structure-set-seed-configs.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0675-Implement-regenerateChunk.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0676-Fix-cancelled-powdered-snow-bucket-placement.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0677-Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0678-Add-GameEvent-tags.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0679-Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0680-Furnace-RecipesUsed-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0681-Configurable-sculk-sensor-listener-range.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0682-Add-missing-block-data-mins-and-maxes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0683-Option-to-have-default-CustomSpawners-in-custom-worl.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0684-Put-world-into-worldlist-before-initing-the-world.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0685-Fix-Entity-Position-Desync.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0686-Custom-Potion-Mixes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0687-Force-close-world-loading-screen.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0688-Fix-falling-block-spawn-methods.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0689-Expose-furnace-minecart-push-values.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0690-Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0691-More-Projectile-API.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0692-Fix-swamp-hut-cat-generation-deadlock.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0693-Don-t-allow-vehicle-movement-from-players-while-tele.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0694-Implement-getComputedBiome-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0695-Make-some-itemstacks-nonnull.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0696-Implement-enchantWithLevels-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0697-Fix-saving-in-unloadWorld.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0698-Buffer-OOB-setBlock-calls.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0699-Add-TameableDeathMessageEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0700-Fix-new-block-data-for-EntityChangeBlockEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0701-fix-player-loottables-running-when-mob-loot-gamerule.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0702-Ensure-entity-passenger-world-matches-ridden-entity.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0703-cache-resource-keys.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0704-Allow-changing-the-EnderDragon-podium.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0705-Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0706-Prevent-tile-entity-copies-loading-chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0707-Use-username-instead-of-display-name-in-PlayerList-g.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0708-Expand-PlayerItemDamageEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0709-WorldCreator-keepSpawnLoaded.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0710-Fix-CME-in-CraftPersistentDataTypeRegistry.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0711-Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0712-Add-EntityDyeEvent-and-CollarColorable-interface.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0713-Fire-CauldronLevelChange-on-initial-fill.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0714-fix-powder-snow-cauldrons-not-turning-to-water.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0715-Add-PlayerStopUsingItemEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0716-Don-t-tick-markers.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0717-Expand-FallingBlock-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0718-Add-support-for-Proxy-Protocol.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0719-Fix-OfflinePlayer-getBedSpawnLocation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0720-Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0721-Sanitize-sent-BlockEntity-NBT.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0722-Disable-component-selector-resolving-in-books-by-def.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0723-Prevent-entity-loading-causing-async-lookups.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0724-Throw-exception-on-world-create-while-being-ticked.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0725-Dont-resent-entity-on-art-update.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0726-Add-WardenAngerChangeEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0727-Add-option-for-strict-advancement-dimension-checks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0728-Add-missing-important-BlockStateListPopulator-method.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0729-Nameable-Banner-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0730-Don-t-broadcast-messages-to-command-blocks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0731-Prevent-empty-items-from-being-added-to-world.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0732-Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0733-Add-Player-getFishHook.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0734-Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0735-Add-various-missing-EntityDropItemEvent-calls.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0736-Fix-Bee-flower-NPE.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0737-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0738-More-Teleport-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0739-Add-EntityPortalReadyEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0740-Don-t-use-level-random-in-entity-constructors.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0741-Send-block-entities-after-destroy-prediction.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0742-Warn-on-plugins-accessing-faraway-chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0743-Custom-Chat-Completion-Suggestions-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0744-Add-and-fix-missing-BlockFadeEvents.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0745-Collision-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0746-Fix-suggest-command-message-for-brigadier-syntax-exc.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0747-Block-Ticking-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0748-Add-Velocity-IP-Forwarding-Support.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0749-Add-NamespacedKey-biome-methods.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0750-Fix-plugin-loggers-on-server-shutdown.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0751-Stop-large-look-changes-from-crashing-the-server.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0752-Fire-EntityChangeBlockEvent-in-more-places.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0753-Missing-eating-regain-reason.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0754-Missing-effect-cause.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0755-Added-byte-array-serialization-deserialization-for-P.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0756-Add-a-consumer-parameter-to-ProjectileSource-launchP.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0757-Call-BlockPhysicsEvent-more-often.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0758-Configurable-chat-thread-limit.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0759-Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0760-fix-Jigsaw-block-kicking-user.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0761-use-BlockFormEvent-for-mud-converting-into-clay.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0762-Add-getDrops-to-BlockState.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0763-Fix-a-bunch-of-vanilla-bugs.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0764-Remove-unnecessary-onTrackingStart-during-navigation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0765-Fix-custom-piglin-loved-items.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0766-EntityPickupItemEvent-fixes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0767-Correctly-handle-interactions-with-items-on-cooldown.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0768-Add-PlayerInventorySlotChangeEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0769-Elder-Guardian-appearance-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0770-Allow-changing-bed-s-occupied-property.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0771-Add-entity-knockback-API.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0772-Detect-headless-JREs.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0773-fix-entity-vehicle-collision-event-not-called.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0774-Add-EntityToggleSitEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0775-Add-fire-tick-delay-option.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0776-Add-Moving-Piston-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0777-Ignore-impossible-spawn-tick.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0778-Fix-EntityArgument-suggestion-permissions-to-align-w.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0779-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0780-Add-PrePlayerAttackEntityEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0781-ensure-reset-EnderDragon-boss-event-name.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0782-fix-MC-252817-green-map-markers-do-not-disappear.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0783-Add-Player-Warden-Warning-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0784-More-vanilla-friendly-methods-to-update-trades.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0785-Add-paper-dumplisteners-command.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0786-check-global-player-list-where-appropriate.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0787-Fix-async-entity-add-due-to-fungus-trees.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0788-ItemStack-damage-API.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0789-Friction-API.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0790-Ability-to-control-player-s-insomnia-and-phantoms.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0791-Fix-premature-player-kicks-on-shutdown.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0792-Sync-offhand-slot-in-menus.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0793-Player-Entity-Tracking-Events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0794-Limit-pet-look-distance.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0795-Fixes-and-additions-to-the-SpawnReason-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0796-fix-Instruments.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0797-Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0798-Fix-inconsistencies-in-dispense-events-regarding-sta.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0799-Add-BlockLockCheckEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0800-Add-Sneaking-API-for-Entities.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0801-Improve-logging-and-errors.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0802-Improve-PortalEvents.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0803-Add-config-option-for-spider-worldborder-climbing.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0804-Add-missing-SpigotConfig-logCommands-check.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0805-Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0806-Flying-Fall-Damage.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0807-Expose-pre-collision-moving-velocity-to-VehicleBlock.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0808-config-for-disabling-entity-tag-tags.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0809-Use-single-player-info-update-packet-on-join.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0810-Correctly-shrink-items-during-EntityResurrectEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0811-Win-Screen-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0812-Remove-CraftItemStack-setAmount-null-assignment.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0813-Fix-force-opening-enchantment-tables.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0814-Add-Entity-Body-Yaw-API.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0815-Fix-MC-157464-Prevent-sleeping-villagers-moving-towa.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0816-Add-EntityFertilizeEggEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0817-Fix-HumanEntity-drop-not-updating-the-client-inv.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0818-Add-CompostItemEvent-and-EntityCompostItemEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0819-Correctly-handle-ArmorStand-invisibility.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0820-Fix-advancement-triggers-for-entity-damage.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0821-Fix-text-display-error-on-spawn.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0822-Fix-inventories-returning-null-Locations.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0823-Add-Shearable-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0824-Fix-SpawnEggMeta-get-setSpawnedType.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0825-Fix-crash-relating-to-bad-recipes-in-furnace-like-ti.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0826-Treat-sequence-violations-like-they-should-be.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0827-remove-duplicate-animate-packet-for-records.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0828-Prevent-causing-expired-keys-from-impacting-new-join.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0829-Prevent-GameEvents-being-fired-from-unloaded-chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0830-Use-array-for-gamerule-storage.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0831-Fix-a-couple-of-upstream-bed-issues.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0832-Fix-demo-flag-not-enabling-demo-mode.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0833-Add-Mob-Experience-reward-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0834-Break-redstone-on-top-of-trap-doors-early.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0835-Avoid-Lazy-Initialization-for-Enum-Fields.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0836-More-accurate-isInOpenWater-impl.patch Extend fishing API (#10634) 2024-05-29 23:45:01 +02:00
0837-Expand-PlayerItemMendEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0838-Refresh-ProjectileSource-for-projectiles.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0839-Add-transient-modifier-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0840-Fix-block-place-logic.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0841-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0842-Call-BlockGrowEvent-for-missing-blocks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0843-Don-t-enforce-icanhasbukkit-default-if-alias-block-e.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0844-fix-MapLike-spam-for-missing-key-selector.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0845-Fix-sniffer-removeExploredLocation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0846-Add-method-to-remove-all-active-potion-effects.patch Add entity heal API (#10267) 2024-05-30 22:31:45 +02:00
0847-Fix-incorrect-crafting-result-amount-for-fireworks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0848-Add-event-for-player-editing-sign.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0849-Only-tick-item-frames-if-players-can-see-it.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0850-Fix-cmd-permission-levels-for-command-blocks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0851-Add-option-to-disable-block-updates.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0852-Call-missing-BlockDispenseEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0853-Don-t-load-chunks-for-supporting-block-checks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0854-Optimize-player-lookups-for-beacons.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0855-Add-Sign-getInteractableSideFor.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0856-fix-item-meta-for-tadpole-buckets.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0857-Fix-BanList-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0858-Determine-lava-and-water-fluid-explosion-resistance-.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0859-Fix-possible-NPE-on-painting-creation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0860-Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0861-ExperienceOrb-should-call-EntitySpawnEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0862-Make-Amethyst-throw-both-Spread-and-Grow-Events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0863-Add-whitelist-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0864-Implement-PlayerFailMoveEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0865-Folia-scheduler-and-owned-region-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0866-Only-erase-allay-memory-on-non-item-targets.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0867-API-for-updating-recipes-on-clients.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0868-Fix-rotation-when-spawning-display-entities.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0869-Only-capture-actual-tree-growth.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0870-Use-correct-source-for-mushroom-block-spread-event.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0871-Respect-randomizeData-on-more-entities-when-spawning.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0872-Use-correct-seed-on-api-world-load.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0873-Remove-UpgradeData-neighbour-ticks-outside-of-range.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0874-Cache-map-ids-on-item-frames.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0875-Fix-custom-statistic-criteria-creation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0876-Bandaid-fix-for-Effect.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0877-SculkCatalyst-bloom-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0878-API-for-an-entity-s-scoreboard-name.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0879-Deprecate-and-replace-methods-with-old-StructureType.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0880-Don-t-tab-complete-namespaced-commands-if-send-names.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0881-Properly-handle-BlockBreakEvent-isDropItems.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0882-Fire-entity-death-event-for-ender-dragon.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0883-Configurable-entity-tracking-range-by-Y-coordinate.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0884-Add-Listing-API-for-Player.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0885-Configurable-Region-Compression-Format.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0886-Add-BlockFace-to-BlockDamageEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0887-Fix-NPE-on-Boat-getStatus.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0888-Expand-Pose-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0889-More-DragonBattle-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0890-Add-PlayerPickItemEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0891-Allow-trident-custom-damage.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0892-Expose-hand-in-BlockCanBuildEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0893-Optimize-nearest-structure-border-iteration.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0894-Implement-OfflinePlayer-isConnected.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0895-Fix-inventory-desync.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0896-Add-titleOverride-to-InventoryOpenEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0897-Configure-sniffer-egg-hatch-time.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0898-Do-crystal-portal-proximity-check-before-entity-look.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0899-Skip-POI-finding-if-stuck-in-vehicle.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0900-Add-slot-sanity-checks-in-container-clicks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0901-Call-BlockRedstoneEvents-for-lecterns.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0902-Allow-proper-checking-of-empty-item-stacks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0903-Fix-silent-equipment-change-for-mobs.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0904-Fix-spigot-s-Forced-Stats.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0905-Add-missing-InventoryHolders-to-inventories.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0906-Do-not-read-tile-entities-in-chunks-that-are-positio.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0907-Add-missing-logs-for-log-ips-config-option.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0908-Fix-race-condition-on-UpgradeData.BlockFixers-class-.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0909-Fix-NPE-in-AdvancementProgress-getDateAwarded.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0910-Fix-team-sidebar-objectives-not-being-cleared.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0911-Fix-missing-map-initialize-event-call.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0912-Update-entity-data-when-attaching-firework-to-entity.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0913-Fix-UnsafeValues-loadAdvancement.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0914-Add-player-idle-duration-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0915-Don-t-check-if-we-can-see-non-visible-entities.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0916-Fix-NPE-in-SculkBloomEvent-world-access.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0917-Allow-null-itemstack-for-Player-sendEquipmentChange.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0918-Optimize-VarInts.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0919-Add-API-to-get-the-collision-shape-of-a-block-before.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0920-Add-predicate-for-blocks-when-raytracing.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0921-Broadcast-take-item-packets-with-collector-as-source.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0922-Expand-LingeringPotion-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0923-Fix-strikeLightningEffect-powers-lightning-rods-and-.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0924-Add-hand-to-fish-event-for-all-player-interactions.patch Extend fishing API (#10634) 2024-05-29 23:45:01 +02:00
0925-Fix-several-issues-with-EntityBreedEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0926-Add-UUID-attribute-modifier-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0927-Fix-missing-event-call-for-entity-teleport-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0928-Lazily-create-LootContext-for-criterions.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0929-Don-t-fire-sync-events-during-worldgen.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0930-Add-Structure-check-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0931-Fix-CraftMetaItem-getAttributeModifier-duplication-c.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0932-Restore-vanilla-entity-drops-behavior.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0933-Dont-resend-blocks-on-interactions.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0934-add-more-scoreboard-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0935-Improve-Registry.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0936-Fix-NPE-on-null-loc-for-EntityTeleportEvent.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0937-Add-experience-points-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0938-Add-drops-to-shear-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0939-Add-PlayerShieldDisableEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0940-Validate-ResourceLocation-in-NBT-reading.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0941-Properly-handle-experience-dropping-on-block-break.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0942-Fixup-NamespacedKey-handling.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0943-Expose-LootTable-of-DecoratedPot.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0944-Reduce-allocation-of-Vec3D-by-entity-tracker.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0945-Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0946-Add-ShulkerDuplicateEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0947-Add-api-for-spawn-egg-texture-colors.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0948-Add-Lifecycle-Event-system.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0949-ItemStack-Tooltip-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0950-Add-getChunkSnapshot-includeLightData-parameter.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0951-Add-FluidState-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0952-add-number-format-api.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0953-improve-BanList-types.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0954-Expanded-Hopper-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0955-Add-BlockBreakProgressUpdateEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0956-Deprecate-ItemStack-setType.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0957-Add-CartographyItemEvent.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0958-More-Raid-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0959-Add-onboarding-message-for-initial-server-start.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0960-Configurable-max-block-fluid-ticks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0961-Fix-bees-aging-inside-hives.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0962-Disable-memory-reserve-allocating.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0963-Fire-EntityDamageByEntityEvent-for-unowned-wither-sk.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0964-Fix-DamageSource-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0965-Fix-creation-of-invalid-block-entity-during-world-ge.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0966-Fix-possible-StackOverflowError-for-some-dispenses.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0967-Improve-tag-parser-handling.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0968-Item-Mutation-Fixes.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0969-Per-world-ticks-per-spawn-settings.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0970-Properly-track-the-changed-item-from-dispense-events.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0971-Rewrite-dataconverter-system.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0972-Suspicious-Effect-Entry-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0973-check-if-itemstack-is-stackable-first.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0974-disable-forced-empty-world-ticks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0975-Starlight.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0976-Rewrite-chunk-system.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0977-incremental-chunk-and-player-saving.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0978-Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0979-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0980-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0981-Optimize-Network-Manager-and-add-advanced-packet-sup.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0982-Allow-Saving-of-Oversized-Chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0983-Fix-World-isChunkGenerated-calls.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0984-Flat-bedrock-generator-settings.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0985-Entity-Activation-Range-2.0.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0986-Optional-per-player-mob-spawns.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0987-Anti-Xray.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0988-Improve-cancelling-PreCreatureSpawnEvent-with-per-pl.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0989-Optimize-Collision-to-not-load-chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0990-Optimize-GoalSelector-Goal.Flag-Set-operations.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0991-Entity-load-save-limit-per-chunk.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0992-Improved-Watchdog-Support.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0993-Optimize-Voxel-Shape-Merging.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0994-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0995-Use-distance-map-to-optimise-entity-tracker.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0996-Optimize-Bit-Operations-by-inlining.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0997-Remove-streams-from-hot-code.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0998-Eigencraft-redstone-implementation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0999-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1000-Improve-boat-collision-performance.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
1001-Optimise-general-POI-access.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1002-Custom-table-implementation-for-blockstate-state-loo.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1003-Execute-chunk-tasks-mid-tick.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1004-Optimise-random-block-ticking.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1005-Attempt-to-recalculate-regionfile-header-if-it-is-co.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1006-Use-Velocity-compression-and-cipher-natives.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1007-Detail-more-information-in-watchdog-dumps.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1008-Collision-optimisations.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1009-Optimise-collision-checking-in-player-move-packet-ha.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1010-Fix-tripwire-disarming-not-working-as-intended.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1011-Fix-entity-type-tags-suggestions-in-selectors.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1012-Add-Alternate-Current-redstone-implementation.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1013-optimize-dirt-and-snow-spreading.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1014-Properly-resend-entities.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
1015-Optimize-Hoppers.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1016-Improve-performance-of-mass-crafts.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1017-Actually-optimise-explosions.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
1018-Optimise-chunk-tick-iteration.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1019-Lag-compensation-ticks.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
1020-Optimise-nearby-player-retrieval.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1021-Distance-manager-tick-timings.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1022-Handle-Oversized-block-entities-in-chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1023-Send-full-pos-packets-for-hard-colliding-entities.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1024-API-for-checking-sent-chunks.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1025-Add-config-for-mobs-immune-to-default-effects.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1026-Deep-clone-nbt-tags-in-PDC.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1027-Support-old-UUID-format-for-NBT.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1028-Fix-shield-disable-inconsistency.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
1029-Write-SavedData-IO-async.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1030-Don-t-lose-removed-data-components-in-ItemMeta.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1031-Add-experimental-improved-give-command.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1032-Handle-Large-Packets-disconnecting-client.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1033-Fix-ItemFlags.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1034-Fix-helmet-damage-reduction-inconsistencies.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1035-Revert-to-vanilla-handling-of-LivingEntity-actuallyH.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
1036-improve-checking-handled-tags-in-itemmeta.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1037-General-ItemMeta-fixes.patch Only assign blockstate data if super ctor did not (#10841) 2024-06-03 10:39:20 -07:00
1038-Expose-hasColor-to-leather-armor.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1039-Added-API-to-get-player-ha-proxy-address.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1040-More-Chest-Block-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1041-Print-data-component-type-on-encoding-error.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1042-Fix-entity-tracker-desync-when-new-players-are-added.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1043-Brigadier-based-command-API.patch Fire TabCompleteEvent for legacy commands (#10834) 2024-05-31 17:46:42 +02:00
1044-Fix-issues-with-Recipe-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1045-Fix-equipment-slot-and-group-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1046-Allow-Bukkit-plugin-to-use-Paper-PluginLoader-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1047-Prevent-sending-oversized-item-data-in-equipment-and.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
1048-Prevent-NPE-if-hooked-entity-was-cleared.patch Extend fishing API (#10634) 2024-05-29 23:45:01 +02:00
1049-Fix-cancelling-BlockPlaceEvent-calling-onRemove.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
1050-Add-missing-fishing-event-state.patch Extend fishing API (#10634) 2024-05-29 23:45:01 +02:00
1051-Deprecate-InvAction-HOTBAR_MOVE_AND_READD.patch Deprecate InvAction#HOTBAR_MOVE_AND_READD (#10784) 2024-05-29 14:56:14 -07:00
1052-Fix-sending-disconnect-packet-in-phases-where-it-doe.patch Fix sending disconnect packet in phases where it doesn't exist 2024-05-30 19:05:39 +01:00