PaperMC/patches/server
Spottedleaf 416a733048 Apply coordinate offset only to VoxelShape
VoxelShape coordiantes generally are an integer + a sum of powers of
two between [-1, -3]. Most offsets are generally an integer. As
a result, applying an offset to the coordinates generally results
in an error of 0. However, coordinate inputs do not follow such
trends. Thus, when applying an offset to the coordinate input,
there may be some floating point error.

By applying the offset to the VoxelShape coordinates, we can
eliminate additional floating point error.

This change also fixes the inconsistency when using
the single AABB, as input coordinates were not offset
when using the single AABB as the single AABB is already
offset.

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