PaperMC/patches/server
Spottedleaf b119425c8e Fix mushrooms not generating in swamps
During feature generation, light data is not initialised and
will always return 15 in Starlight. Vanilla can possibly return
0 if partially initialised, which allows some mushroom blocks to
generate.

In general, the brightness value from the light engine should not
be used until the chunk is ready. To emulate Vanilla behavior better,
we return 0 as the brightness during world gen unless the target
chunk is finished lighting.

The regular light retrieval outside of WorldGenRegion remains
the same, as behaviorally chunks not lit should be at max
skylight and zero block light.
2023-10-16 18:52:28 -07:00
..
Ability-to-apply-mending-to-XP-API.patch more more more more more work 2023-09-21 23:04:51 +02:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch and some more patches 2023-09-21 21:05:18 -07:00
Ability-to-control-player-s-insomnia-and-phantoms.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch some work 2023-09-21 15:01:00 -07:00
Actually-optimise-explosions.patch Port patches from folia dev/optimisations 2023-09-22 15:54:36 -07:00
Add-a-bunch-of-missing-forceDrop-toggles.patch More work work work 2023-09-22 14:22:24 +02:00
Add-a-consumer-parameter-to-ProjectileSource-launchP.patch Replace bukkit Consumers with java consumers (#9836) 2023-10-14 22:43:32 +02:00
Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch and some more 2023-09-21 22:41:27 -07:00
Add-ability-to-configure-frosted_ice-properties.patch more more more work 2023-09-21 22:14:58 +02:00
Add-additional-open-container-api-to-HumanEntity.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-Alternate-Current-redstone-implementation.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Add-and-fix-missing-BlockFadeEvents.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Add-and-implement-PlayerRecipeBookClickEvent.patch and some more patches 2023-09-21 21:05:18 -07:00
Add-API-for-item-entity-health.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Add-API-for-quit-reason.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 13:07:48 +03:00
Add-API-for-resetting-a-single-score.patch More work work work 2023-09-22 15:32:32 +02:00
Add-API-methods-to-control-if-armour-stands-can-move.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch some more work 2023-09-21 15:26:51 -07:00
Add-ArmorStand-Item-Meta.patch more more more more more work 2023-09-21 23:04:51 +02:00
Add-back-EntityPortalExitEvent.patch More more more (more ??) more work 2023-09-22 15:15:57 +02:00
Add-basic-Datapack-API.patch and some more 2023-09-21 22:41:27 -07:00
Add-BeaconEffectEvent.patch more more work 2023-09-21 21:54:46 +02:00
Add-BellRevealRaiderEvent.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Add-BellRingEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-Block-isValidTool.patch and some more 2023-09-21 22:41:27 -07:00
Add-BlockBreakBlockEvent.patch More work work work 2023-09-22 14:22:24 +02:00
Add-BlockLockCheckEvent.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-bypass-host-check.patch and some more 2023-09-21 22:41:27 -07:00
Add-cause-to-Weather-ThunderChangeEvents.patch and some more 2023-09-21 22:41:27 -07:00
Add-Channel-initialization-listeners.patch and some more 2023-09-21 22:41:27 -07:00
Add-command-line-option-to-load-extra-plugin-jars-no.patch more more work 2023-09-21 21:54:46 +02:00
Add-CompostItemEvent-and-EntityCompostItemEvent.patch some work 2023-09-22 18:11:35 +02:00
Add-config-for-mobs-immune-to-default-effects.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Add-config-option-for-spider-worldborder-climbing.patch Port patches from folia dev/optimisations 2023-09-22 15:54:36 -07:00
Add-config-option-for-worlds-affected-by-time-cmd.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Add-config-to-disable-ender-dragon-legacy-check.patch some work 2023-09-21 15:01:00 -07:00
Add-configurable-despawn-distances-for-living-entiti.patch more more work 2023-09-21 21:54:46 +02:00
Add-configurable-height-for-slime-spawn.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Add-configurable-portal-search-radius.patch more more more work 2023-09-21 22:14:58 +02:00
Add-configuration-option-to-prevent-player-names-fro.patch more more more more work 2023-09-21 22:35:39 +02:00
add-consumeFuel-to-FurnaceBurnEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-critical-damage-API.patch More more more (more ??) more work 2023-09-22 15:15:57 +02:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch some work 2023-09-21 15:01:00 -07:00
Add-debug-for-sync-chunk-loads.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Add-Destroy-Speed-API.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
add-DragonEggFormEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-dropLeash-variable-to-EntityUnleashEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-Early-Warning-Feature-to-WatchDog.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Add-ElderGuardianAppearanceEvent.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Add-Entity-Body-Yaw-API.patch some work 2023-09-22 18:11:35 +02:00
Add-entity-knockback-API.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-entity-liquid-API.patch and some more patches 2023-09-21 21:05:18 -07:00
Add-EntityBlockStorage-clearEntities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Add-EntityDyeEvent-and-CollarColorable-interface.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Add-EntityFertilizeEggEvent.patch some work 2023-09-22 18:11:35 +02:00
Add-EntityInsideBlockEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-EntityLoadCrossbowEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-EntityPortalReadyEvent.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Add-EntityZapEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-environment-variable-to-disable-server-gui.patch and some more 2023-09-21 22:41:27 -07:00
Add-event-for-player-editing-sign.patch some work 2023-09-22 18:11:35 +02:00
Add-exception-reporting-event.patch more more more work 2023-09-21 22:14:58 +02:00
Add-exploded-block-state-to-BlockExplodeEvent-and-En.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-fast-alternative-constructor-for-Rotations.patch and some more 2023-09-21 22:41:27 -07:00
Add-fire-tick-delay-option.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-GameEvent-tags.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
add-get-set-drop-chance-to-EntityEquipment.patch and some more 2023-09-21 22:41:27 -07:00
Add-getDrops-to-BlockState.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-getMainThreadExecutor-to-BukkitScheduler.patch and some more 2023-09-21 22:41:27 -07:00
Add-getOfflinePlayerIfCached-String.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
add-hand-to-BlockMultiPlaceEvent.patch work and compile errors 2023-09-21 19:31:59 -07:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Add-Heightmap-API.patch even more work 2023-09-21 19:17:21 -07:00
Add-ignore-discounts-API.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-isCollidable-methods-to-various-places.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
add-isDeeplySleeping-to-HumanEntity.patch and some more 2023-09-21 22:41:27 -07:00
Add-ItemFactory-getSpawnEgg-API.patch More more more (more ??) more work 2023-09-22 15:15:57 +02:00
Add-Listing-API-for-Player.patch more work 2023-09-22 18:59:52 +02:00
Add-LivingEntity-clearActiveItem.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-LivingEntity-getTargetEntity.patch some more work 2023-09-21 15:26:51 -07:00
Add-method-to-remove-all-active-potion-effects.patch some work 2023-09-22 18:11:35 +02:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch more more more work 2023-09-21 22:14:58 +02:00
Add-methods-to-find-targets-for-lightning-strikes.patch More more more (more ??) more work 2023-09-22 15:15:57 +02:00
Add-methods-to-get-translation-keys.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-24 16:05:05 -07:00
Add-missing-block-data-mins-and-maxes.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Add-missing-important-BlockStateListPopulator-method.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Add-missing-InventoryHolders-to-inventories.patch more work 2023-09-22 18:59:52 +02:00
Add-missing-logs-for-log-ips-config-option.patch Migrate paper log ips option to new server.properties option 2023-09-23 21:37:26 +02:00
Add-missing-SpigotConfig-logCommands-check.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-missing-structure-set-seed-configs.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Add-missing-team-sidebar-display-slots.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Add-Mob-Experience-reward-API.patch some work 2023-09-22 18:11:35 +02:00
Add-Mob-lookAt-API.patch and some more 2023-09-21 22:41:27 -07:00
Add-moon-phase-API.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-more-advancement-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Add-more-Campfire-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Add-More-Creeper-API.patch some work 2023-09-21 15:01:00 -07:00
Add-more-Evoker-API.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
add-more-information-to-Entity.toString.patch some work 2023-09-21 15:01:00 -07:00
Add-more-LimitedRegion-API.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Add-more-WanderingTrader-API.patch and some more 2023-09-21 22:41:27 -07:00
Add-more-Witch-API.patch some more work 2023-09-21 15:26:51 -07:00
Add-more-Zombie-API.patch some more work 2023-09-21 15:26:51 -07:00
Add-Moving-Piston-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Add-NamespacedKey-biome-methods.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Add-new-overload-to-PersistentDataContainer-has.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Add-OBSTRUCTED-reason-to-BedEnterResult.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-openSign-method-to-HumanEntity.patch some work 2023-09-21 15:01:00 -07:00
Add-option-for-console-having-all-permissions.patch and some more patches 2023-09-21 21:05:18 -07:00
Add-option-for-strict-advancement-dimension-checks.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Add-option-to-allow-iron-golems-to-spawn-in-air.patch work and compile errors 2023-09-21 19:31:59 -07:00
Add-option-to-disable-block-updates.patch some work 2023-09-22 18:11:35 +02:00
Add-option-to-disable-pillager-patrols.patch even more work 2023-09-21 19:17:21 -07:00
Add-option-to-fix-items-merging-through-walls.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-option-to-nerf-pigmen-from-nether-portals.patch work and compile errors 2023-09-21 19:31:59 -07:00
Add-option-to-prevent-players-from-moving-into-unloa.patch some more work 2023-09-21 15:26:51 -07:00
Add-packet-limiter-config.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Add-paper-dumplisteners-command.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-paper-mobcaps-and-paper-playermobcaps.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
add-per-world-spawn-limits.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Add-permission-for-command-blocks.patch and some more patches 2023-09-21 21:05:18 -07:00
Add-phantom-creative-and-insomniac-controls.patch some more patches 2023-09-21 20:29:51 -07:00
Add-PhantomPreSpawnEvent.patch some work 2023-09-21 15:01:00 -07:00
Add-Player-getFishHook.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Add-Player-Warden-Warning-API.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-PlayerArmorChangeEvent.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-24 16:05:05 -07:00
Add-PlayerAttackEntityCooldownResetEvent.patch some more patches 2023-09-21 20:29:51 -07:00
Add-PlayerConnectionCloseEvent.patch Fire PlayerConnectionCloseEvent for configuration packet listener 2023-09-26 09:20:17 -07:00
Add-PlayerInitialSpawnEvent.patch more more work 2023-09-21 21:54:46 +02:00
Add-PlayerInventorySlotChangeEvent.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-PlayerItemCooldownEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-PlayerItemFrameChangeEvent.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Add-PlayerJumpEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-PlayerKickEvent-causes.patch Add missing kick event cause 2023-09-23 08:50:32 -07:00
Add-PlayerPickItemEvent.patch more work 2023-09-22 18:59:52 +02:00
Add-PlayerSetSpawnEvent.patch More work work work 2023-09-22 14:22:24 +02:00
Add-PlayerShearBlockEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-PlayerStopUsingItemEvent.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-PlayerUseUnknownEntityEvent.patch more more more work 2023-09-21 22:14:58 +02:00
Add-playPickupItemAnimation-to-LivingEntity.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-Plugin-Tickets-to-API-Chunk-Methods.patch and some more patches 2023-09-21 21:05:18 -07:00
Add-pre-unbreaking-amount-to-PlayerItemDamageEvent.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Add-PrepareResultEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Add-PrePlayerAttackEntityEvent.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-ProjectileCollideEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-PufferFishStateChangeEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-raw-address-to-AsyncPlayerPreLoginEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-Raw-Byte-Entity-Serialization.patch More work work work 2023-09-22 15:32:32 +02:00
Add-Raw-Byte-ItemStack-Serialization.patch work and compile errors 2023-09-21 19:31:59 -07:00
Add-ray-tracing-methods-to-LivingEntity.patch some work 2023-09-21 15:01:00 -07:00
Add-recipe-to-cook-events.patch some compile fixes 2023-09-22 19:31:02 +02:00
add-RespawnFlags-to-PlayerRespawnEvent.patch and some more 2023-09-21 22:41:27 -07:00
Add-root-admin-user-detection.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Add-sendOpLevel-API.patch and some more 2023-09-21 22:41:27 -07:00
Add-server-name-parameter.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-setPlayerProfile-API-for-Skulls.patch more more more more more work 2023-09-21 23:04:51 +02:00
Add-setting-for-proxy-online-mode-status.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-Shearable-API.patch some work 2023-09-22 18:11:35 +02:00
Add-Sign-getInteractableSideFor.patch some work 2023-09-22 18:11:35 +02:00
Add-slot-sanity-checks-in-container-clicks.patch more work 2023-09-22 18:59:52 +02:00
Add-Sneaking-API-for-Entities.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Add-some-minimal-debug-information-to-chat-packet-er.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Add-source-to-PlayerExpChangeEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-StructuresLocateEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
Add-sun-related-API.patch some more work 2023-09-21 15:26:51 -07:00
Add-support-for-Proxy-Protocol.patch sync netty version with vanilla (#9842) 2023-10-15 23:41:17 +09:00
Add-System.out-err-catcher.patch More work work work 2023-09-22 14:22:24 +02:00
Add-TameableDeathMessageEvent.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Add-ThrownEggHatchEvent.patch work and compile errors 2023-09-21 19:31:59 -07:00
Add-tick-times-API-and-mspt-command.patch work and compile errors 2023-09-21 19:31:59 -07:00
Add-TickThread.patch more more work 2023-09-21 21:54:46 +02:00
Add-titleOverride-to-InventoryOpenEvent.patch more work 2023-09-22 18:59:52 +02:00
Add-TNTPrimeEvent.patch some work 2023-09-21 15:01:00 -07:00
Add-toggle-for-always-placing-the-dragon-egg.patch and some more 2023-09-21 22:41:27 -07:00
Add-transient-modifier-API.patch some work 2023-09-22 18:11:35 +02:00
Add-Unix-domain-socket-support.patch and some more 2023-09-21 22:41:27 -07:00
Add-UnknownCommandEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
Add-various-missing-EntityDropItemEvent-calls.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Add-Velocity-IP-Forwarding-Support.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Add-velocity-warnings.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Add-version-history-to-version-command.patch more more work 2023-09-21 21:54:46 +02:00
Add-villager-reputation-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Add-Wandering-Trader-spawn-rate-config-options.patch Some jd fixes (#9781) 2023-10-01 02:20:51 +02:00
Add-WardenAngerChangeEvent.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Add-whitelist-events.patch more work 2023-09-22 18:59:52 +02:00
Add-World-Util-Methods.patch more more more work 2023-09-21 22:14:58 +02:00
Add-worldborder-events.patch and some more 2023-09-21 22:41:27 -07:00
Add-zombie-targets-turtle-egg-config.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Added-byte-array-serialization-deserialization-for-P.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Added-EntityDamageItemEvent.patch More work work work 2023-09-22 14:22:24 +02:00
Added-EntityToggleSitEvent.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Added-firing-of-PlayerChangeBeaconEffectEvent.patch and some more 2023-09-21 22:41:27 -07:00
Added-getHostname-to-AsyncPlayerPreLoginEvent.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Added-missing-default-perms-for-commands.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
added-option-to-disable-pathfinding-updates-on-block.patch and some more 2023-09-21 22:41:27 -07:00
Added-PlayerBedFailEnterEvent.patch and some more 2023-09-21 22:41:27 -07:00
Added-PlayerDeepSleepEvent.patch and some more 2023-09-21 22:41:27 -07:00
Added-PlayerLecternPageChangeEvent.patch and some more 2023-09-21 22:41:27 -07:00
Added-PlayerLoomPatternSelectEvent.patch and some more 2023-09-21 22:41:27 -07:00
added-PlayerNameEntityEvent.patch and some more 2023-09-21 22:41:27 -07:00
Added-PlayerStonecutterRecipeSelectEvent.patch some compile fixes 2023-09-22 19:31:02 +02:00
Added-ServerResourcesReloadedEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Added-world-settings-for-mobs-picking-up-loot.patch and some more 2023-09-21 22:41:27 -07:00
Added-WorldGameRuleChangeEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Additional-Block-Material-API-s.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
additions-to-PlayerGameModeChangeEvent.patch and some more 2023-09-21 22:41:27 -07:00
Adds-PlayerArmSwingEvent.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Adventure.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
All-chunks-are-slime-spawn-chunks-toggle.patch more more more work 2023-09-21 22:14:58 +02:00
Allow-adding-items-to-BlockDropItemEvent.patch and some more 2023-09-21 22:41:27 -07:00
Allow-changing-bed-s-occupied-property.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Allow-chests-to-be-placed-with-NBT-data.patch some more work 2023-09-21 15:26:51 -07:00
Allow-delegation-to-vanilla-chunk-gen.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
Allow-disabling-armour-stand-ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Allow-disabling-mob-spawner-spawn-egg-transformation.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Allow-for-toggling-of-spawn-chunks.patch more more work 2023-09-21 21:54:46 +02:00
Allow-nerfed-mobs-to-jump-and-take-water-damage.patch more more work 2023-09-21 21:54:46 +02:00
Allow-proper-checking-of-empty-item-stacks.patch more work 2023-09-22 18:59:52 +02:00
Allow-Reloading-of-Command-Aliases.patch more more more more work 2023-09-21 22:35:39 +02:00
Allow-Reloading-of-Custom-Permissions.patch more more more work 2023-09-21 22:14:58 +02:00
Allow-Saving-of-Oversized-Chunks.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Allow-skipping-writing-of-comments-to-server.propert.patch More work work work 2023-09-22 14:22:24 +02:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch some work 2023-09-21 15:01:00 -07:00
Allow-specifying-a-custom-authentication-servers-dow.patch more more more more work 2023-09-21 22:35:39 +02:00
Allow-to-change-the-podium-for-the-EnderDragon.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Allow-trident-custom-damage.patch more work 2023-09-22 18:59:52 +02:00
Allow-using-signs-inside-spawn-protection.patch and some more 2023-09-21 22:41:27 -07:00
Always-allow-item-changing-in-Fireball.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Always-tick-falling-blocks.patch more more work 2023-09-21 21:54:46 +02:00
Anti-Xray.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
AnvilDamageEvent.patch some work 2023-09-21 15:01:00 -07:00
API-for-an-entity-s-scoreboard-name.patch more work 2023-09-22 18:59:52 +02:00
API-for-creating-command-sender-which-forwards-feedb.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
API-for-updating-recipes-on-clients.patch more work 2023-09-22 18:59:52 +02:00
API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Array-backed-synched-entity-data.patch some work 2023-09-22 18:11:35 +02:00
Async-command-map-building.patch some more work 2023-09-21 15:26:51 -07:00
Async-GameProfileCache-saving.patch Chunk system patch 2023-09-22 13:13:57 -07:00
AsyncTabCompleteEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Attempt-to-recalculate-regionfile-header-if-it-is-co.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
Attributes-API-for-item-defaults.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Avoid-blocking-on-Network-Manager-creation.patch more more more more work 2023-09-21 22:35:39 +02:00
Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Avoid-Lazy-Initialization-for-Enum-Fields.patch some work 2023-09-22 18:11:35 +02:00
Bandaid-fix-for-Effect.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Basic-PlayerProfile-API.patch Fix CraftPlayerProfile#setId regression (#9822) 2023-10-12 03:20:25 +02:00
Be-a-bit-more-informative-in-maxHealth-exception.patch more more more work 2023-09-21 22:14:58 +02:00
Beacon-API-custom-effect-ranges.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Bees-get-gravity-in-void.-Fixes-MC-167279.patch work and compile errors 2023-09-21 19:31:59 -07:00
Block-Enderpearl-Travel-Exploit.patch some work 2023-09-21 15:01:00 -07:00
Block-Entity-remove-from-being-called-on-Players.patch some more work 2023-09-21 15:26:51 -07:00
Block-player-logins-during-server-shutdown.patch more more more more work 2023-09-21 22:35:39 +02:00
Block-Ticking-API.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
BlockDestroyEvent.patch some more work 2023-09-21 15:26:51 -07:00
Book-Size-Limits.patch some more work 2023-09-21 15:26:51 -07:00
Bound-Treasure-Maps-to-World-Border.patch more more more more work 2023-09-21 22:35:39 +02:00
Brand-support.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 13:07:48 +03:00
Break-redstone-on-top-of-trap-doors-early.patch some work 2023-09-22 18:11:35 +02:00
Break-up-and-make-tab-spam-limits-configurable.patch some work 2023-09-21 15:01:00 -07:00
Bucketable-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Buffer-joins-to-world.patch Readd network optimization patch 2023-09-23 11:45:34 +10:00
Buffer-OOB-setBlock-calls.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Build-system-changes.patch sync netty version with vanilla (#9842) 2023-10-15 23:41:17 +09:00
Cache-block-data-strings.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Cache-burn-durations.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Cache-map-ids-on-item-frames.patch more work 2023-09-22 18:59:52 +02:00
cache-resource-keys.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Cache-user-authenticator-threads.patch more more more more work 2023-09-21 22:35:39 +02:00
Call-BlockGrowEvent-for-missing-blocks.patch some work 2023-09-22 18:11:35 +02:00
Call-BlockPhysicsEvent-more-often.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Call-BlockRedstoneEvents-for-lecterns.patch more work 2023-09-22 18:59:52 +02:00
Call-missing-BlockDispenseEvent.patch some compile fixes 2023-09-22 19:31:02 +02:00
Call-PaperServerListPingEvent-for-legacy-pings.patch some work 2023-09-21 15:01:00 -07:00
Call-player-spectator-target-events-and-improve-impl.patch some more work 2023-09-21 15:26:51 -07:00
Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch even more work 2023-09-21 19:17:21 -07:00
Cap-Entity-Collisions.patch more more more more work 2023-09-21 22:35:39 +02:00
Catch-JsonParseException-in-Entity-and-TE-names.patch some more work 2023-09-21 15:26:51 -07:00
CB-fixes.patch Fixes for loot tables (#9818) 2023-10-10 10:35:49 -07:00
Change-EnderEye-target-without-changing-other-things.patch More work work work 2023-09-22 14:22:24 +02:00
Check-Drowned-for-Villager-Aggression-Config.patch some more work 2023-09-21 15:26:51 -07:00
check-global-player-list-where-appropriate.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Check-online-mode-before-converting-and-renaming-pla.patch more more work 2023-09-21 21:54:46 +02:00
Check-requirement-before-suggesting-root-nodes.patch Work here, work there, work for everyone 2023-09-22 16:35:40 +02:00
Chunk-Save-Reattempt.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Clear-bucket-NBT-after-dispense.patch More work work work 2023-09-22 14:22:24 +02:00
Climbing-should-not-bypass-cramming-gamerule.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Collision-API.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Collision-optimisations.patch Fix VoxelShape#isFullBlock() for non-single AABB types 2023-09-26 09:16:11 -07:00
Collision-option-for-requiring-a-player-participant.patch and some more 2023-09-21 22:41:27 -07:00
Complete-resource-pack-API.patch work and compile errors 2023-09-21 19:31:59 -07:00
ConcurrentUtil.patch rebuild old indexes, first work 2023-09-21 19:39:51 +02:00
config-for-disabling-entity-tag-tags.patch some work 2023-09-22 18:11:35 +02:00
Config-option-for-Piglins-guarding-chests.patch More work work work 2023-09-22 14:22:24 +02:00
Configurable-Alternative-LootPool-Luck-Formula.patch some work 2023-09-21 15:01:00 -07:00
Configurable-baby-zombie-movement-speed.patch more more work 2023-09-21 21:54:46 +02:00
Configurable-cactus-bamboo-and-reed-growth-heights.patch more more work 2023-09-21 21:54:46 +02:00
Configurable-Cartographer-Treasure-Maps.patch more more more more work 2023-09-21 22:35:39 +02:00
Configurable-chance-of-villager-zombie-infection.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
Configurable-chat-thread-limit.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
Configurable-Chunk-Inhabited-Time.patch more more more work 2023-09-21 22:14:58 +02:00
Configurable-connection-throttle-kick-message.patch some more work 2023-09-21 15:26:51 -07:00
Configurable-container-update-tick-rate.patch more more work 2023-09-21 21:54:46 +02:00
Configurable-Disabling-Cat-Chest-Detection.patch more more work 2023-09-21 21:54:46 +02:00
Configurable-door-breaking-difficulty.patch and some more 2023-09-21 22:41:27 -07:00
Configurable-end-credits.patch more more work 2023-09-21 21:54:46 +02:00
Configurable-entity-tracking-range-by-Y-coordinate.patch more work 2023-09-22 18:59:52 +02:00
Configurable-feature-seeds.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Configurable-fishing-time-ranges.patch more more work 2023-09-21 21:54:46 +02:00
Configurable-flying-kick-messages.patch more more more more work 2023-09-21 22:35:39 +02:00
Configurable-Grass-Spread-Tick-Rate.patch more more more work 2023-09-21 22:14:58 +02:00
Configurable-inter-world-teleportation-safety.patch more more more work 2023-09-21 22:14:58 +02:00
Configurable-item-frame-map-cursor-update-interval.patch More work work work 2023-09-22 14:22:24 +02:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch even more work 2023-09-21 19:17:21 -07:00
Configurable-max-block-light-for-monster-spawning.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
Configurable-max-leash-distance.patch and some more 2023-09-21 22:41:27 -07:00
Configurable-mob-spawner-tick-rate.patch more more work 2023-09-21 21:54:46 +02:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch more more more work 2023-09-21 22:14:58 +02:00
Configurable-packet-in-spam-threshold.patch more more more more work 2023-09-21 22:35:39 +02:00
Configurable-Player-Collision.patch more more more work 2023-09-21 22:14:58 +02:00
Configurable-projectile-relative-velocity.patch even more work 2023-09-21 19:17:21 -07:00
Configurable-RCON-IP-address.patch more more more work 2023-09-21 22:14:58 +02:00
Configurable-Region-Compression-Format.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Configurable-sculk-sensor-listener-range.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Configurable-spawn-chances-for-skeleton-horses.patch more more more work 2023-09-21 22:14:58 +02:00
Configurable-speed-for-water-flowing-over-lava.patch some work 2023-09-21 15:01:00 -07:00
Configurable-sprint-interruption-on-attack.patch some work 2023-09-21 15:01:00 -07:00
Configurable-top-of-nether-void-damage.patch more more work 2023-09-21 21:54:46 +02:00
Configure-sniffer-egg-hatch-time.patch more work 2023-09-22 18:59:52 +02:00
Convert-legacy-attributes-in-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Correctly-handle-ArmorStand-invisibility.patch some work 2023-09-22 18:11:35 +02:00
Correctly-handle-interactions-with-items-on-cooldown.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Correctly-shrink-items-during-EntityResurrectEvent.patch some work 2023-09-22 18:11:35 +02:00
Create-HoverEvent-from-ItemStack-Entity.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Custom-Chat-Completion-Suggestions-API.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Custom-Potion-Mixes.patch add predicate recipe choice only for potion mixes (#9486) 2023-10-10 16:07:21 -07:00
Custom-replacement-for-eaten-items.patch more more more work 2023-09-21 22:14:58 +02:00
Custom-table-implementation-for-blockstate-state-loo.patch More work 2023-09-22 15:47:26 +02:00
Dead-Player-s-shouldn-t-be-able-to-move.patch work and compile errors 2023-09-21 19:31:59 -07:00
Deep-clone-unhandled-nbt-tags.patch more work 2023-09-22 18:59:52 +02:00
Default-loading-permissions.yml-before-plugins.patch more more more work 2023-09-21 22:14:58 +02:00
Deobfuscate-stacktraces-in-log-messages-crash-report.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
Deprecate-and-replace-methods-with-old-StructureType.patch more work 2023-09-22 18:59:52 +02:00
Detail-more-information-in-watchdog-dumps.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Detect-headless-JREs.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Determine-lava-and-water-fluid-explosion-resistance-.patch more work 2023-09-22 18:59:52 +02:00
Disable-component-selector-resolving-in-books-by-def.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Disable-Explicit-Network-Manager-Flushing.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Disable-explosion-knockback.patch more more work 2023-09-21 21:54:46 +02:00
Disable-ice-and-snow.patch more more work 2023-09-21 21:54:46 +02:00
Disable-Scoreboards-for-non-players-by-default.patch more more more work 2023-09-21 22:14:58 +02:00
Disable-spigot-tick-limiters.patch more more work 2023-09-21 21:54:46 +02:00
Disable-thunder.patch more more work 2023-09-21 21:54:46 +02:00
Distance-manager-tick-timings.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Do-crystal-portal-proximity-check-before-entity-look.patch more work 2023-09-22 18:59:52 +02:00
Do-not-accept-invalid-client-settings.patch Fix local attribute setting 2023-09-23 09:42:59 +10:00
Do-not-allow-bees-to-load-chunks-for-beehives.patch work and compile errors 2023-09-21 19:31:59 -07:00
Do-not-crash-from-invalid-ingredient-lists-in-Villag.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Do-not-let-armorstands-drown.patch more more more more work 2023-09-21 22:35:39 +02:00
Do-not-let-the-server-load-chunks-from-newer-version.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Do-not-load-chunks-for-Pathfinding.patch more more more work 2023-09-21 22:14:58 +02:00
Do-not-read-tile-entities-in-chunks-that-are-positio.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch More work work work 2023-09-22 15:32:32 +02:00
Do-not-run-raytrace-logic-for-AIR.patch Working hard on messing with leafs patches 2023-09-22 16:20:09 +02:00
Do-not-submit-profile-lookups-to-worldgen-threads.patch more more more more work 2023-09-21 22:35:39 +02:00
Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Dolphin-API.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Don-t-allow-digging-into-unloaded-chunks.patch some more work 2023-09-21 15:26:51 -07:00
Don-t-allow-vehicle-movement-from-players-while-tele.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Don-t-apply-cramming-damage-to-players.patch More work work work 2023-09-22 14:22:24 +02:00
don-t-attempt-to-teleport-dead-entities.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Don-t-broadcast-messages-to-command-blocks.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Don-t-call-getItemMeta-on-hasItemMeta.patch Some jd fixes (#9781) 2023-10-01 02:20:51 +02:00
Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Don-t-enforce-icanhasbukkit-default-if-alias-block-e.patch some work 2023-09-22 18:11:35 +02:00
Don-t-fire-BlockFade-on-worldgen-threads.patch some more patches 2023-09-21 20:29:51 -07:00
don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch even more work 2023-09-21 19:17:21 -07:00
Don-t-ignore-result-of-PlayerEditBookEvent.patch and some more 2023-09-21 22:41:27 -07:00
Don-t-load-chunks-for-supporting-block-checks.patch some work 2023-09-22 18:11:35 +02:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch even more work 2023-09-21 19:17:21 -07:00
Don-t-log-debug-logging-being-disabled.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Don-t-lookup-fluid-state-when-raytracing.patch Working hard on messing with leafs patches 2023-09-22 16:20:09 +02:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch more more more more work 2023-09-21 22:35:39 +02:00
Don-t-move-existing-players-to-world-spawn.patch work and compile errors 2023-09-21 19:31:59 -07:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch more more more work 2023-09-21 22:14:58 +02:00
Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Don-t-require-FACING-data.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Don-t-run-entity-collision-code-if-not-needed.patch some more patches 2023-09-21 20:29:51 -07:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch more more more work 2023-09-21 22:14:58 +02:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch some more work 2023-09-21 15:26:51 -07:00
Don-t-tab-complete-namespaced-commands-if-send-names.patch more work 2023-09-22 18:59:52 +02:00
Don-t-tick-dead-players.patch work and compile errors 2023-09-21 19:31:59 -07:00
Don-t-tick-markers.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Don-t-tick-signs.patch more work 2023-09-22 18:59:52 +02:00
Don-t-use-level-random-in-entity-constructors.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
Dont-resent-entity-on-art-update.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Dont-send-unnecessary-sign-update.patch even more work 2023-09-21 19:17:21 -07:00
Drop-carried-item-when-player-has-disconnected.patch and some more 2023-09-21 22:41:27 -07:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch more more work 2023-09-21 21:54:46 +02:00
Duplicate-UUID-Resolve-Option.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Eigencraft-redstone-implementation.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Elder-Guardian-appearance-API.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Empty-commands-shall-not-be-dispatched.patch and some more 2023-09-21 22:41:27 -07:00
EnderDragon-Events.patch some work 2023-09-21 15:01:00 -07:00
Enderman.teleportRandomly.patch some work 2023-09-21 15:01:00 -07:00
EndermanAttackPlayerEvent.patch some work 2023-09-21 15:01:00 -07:00
EndermanEscapeEvent.patch some work 2023-09-21 15:01:00 -07:00
Enforce-Sync-Player-Saves.patch more more more more work 2023-09-21 22:35:39 +02:00
Enhance-console-tab-completions-for-brigadier-comman.patch and some more 2023-09-21 22:41:27 -07:00
Ensure-disconnect-for-book-edit-is-called-on-main.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Ensure-Entity-AABB-s-are-never-invalid.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Ensure-entity-passenger-world-matches-ridden-entity.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Ensure-EntityRaider-respects-game-and-entity-rules-f.patch and some more patches 2023-09-21 21:05:18 -07:00
ensure-reset-EnderDragon-boss-event-name.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Ensure-safe-gateway-teleport.patch and some more patches 2023-09-21 21:05:18 -07:00
Ensure-valid-vehicle-status.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Entity-Activation-Range-2.0.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Entity-AddTo-RemoveFrom-World-Events.patch more more more work 2023-09-21 22:14:58 +02:00
Entity-fromMobSpawner.patch more more more more work 2023-09-21 22:35:39 +02:00
Entity-getEntitySpawnReason.patch even more work 2023-09-21 19:17:21 -07:00
Entity-isTicking.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Entity-Jump-API.patch work and compile errors 2023-09-21 19:31:59 -07:00
Entity-load-save-limit-per-chunk.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Entity-Origin-API.patch more more work 2023-09-21 21:54:46 +02:00
Entity-powdered-snow-API.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
EntityMoveEvent.patch and some more 2023-09-21 22:41:27 -07:00
EntityPathfindEvent.patch Fix recursion with pathfind entity event 2023-09-22 15:38:31 -07:00
EntityPickupItemEvent-fixes.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
EntityRegainHealthEvent-isFastRegen-API.patch more more more work 2023-09-21 22:14:58 +02:00
Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Execute-chunk-tasks-mid-tick.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Expand-Explosions-API.patch some work 2023-09-21 15:01:00 -07:00
Expand-FallingBlock-API.patch Add BlockData setter for FallingBlock (#9829) 2023-10-14 22:46:31 +02:00
Expand-PlayerItemMendEvent.patch some work 2023-09-22 18:11:35 +02:00
Expand-Pose-API.patch more work 2023-09-22 18:59:52 +02:00
Expand-world-key-API.patch and some more 2023-09-21 22:41:27 -07:00
Expand-World.spawnParticle-API-and-add-Builder.patch some work 2023-09-21 15:01:00 -07:00
ExperienceOrb-should-call-EntitySpawnEvent.patch more work 2023-09-22 18:59:52 +02:00
ExperienceOrbMergeEvent.patch and some more patches 2023-09-21 21:05:18 -07:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch more more more more work 2023-09-21 22:35:39 +02:00
Expose-attack-cooldown-methods-for-Player.patch some more work 2023-09-21 15:26:51 -07:00
Expose-clicked-BlockFace-during-BlockDamageEvent.patch more work 2023-09-22 18:59:52 +02:00
Expose-client-protocol-version-and-virtual-host.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Expose-furnace-minecart-push-values.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Expose-game-version.patch and some more patches 2023-09-21 21:05:18 -07:00
Expose-hand-during-BlockCanBuildEvent.patch more work 2023-09-22 18:59:52 +02:00
Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Expose-LivingEntity-hurt-direction.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Expose-MinecraftServer-isRunning.patch work and compile errors 2023-09-21 19:31:59 -07:00
Expose-pre-collision-moving-velocity-to-VehicleBlock.patch some work 2023-09-22 18:11:35 +02:00
Expose-protocol-version.patch and some more 2023-09-21 22:41:27 -07:00
Expose-server-CommandMap.patch more more more work 2023-09-21 22:14:58 +02:00
Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Expose-the-internal-current-tick.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 15:31:24 +10:00
Expose-Tracked-Players.patch and some more 2023-09-21 22:41:27 -07:00
Expose-vanilla-BiomeProvider-from-WorldInfo.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Expose-world-spawn-angle.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Extend-block-drop-capture-to-capture-all-items-added.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Extend-Player-Interact-cancellation.patch more more more more more work 2023-09-21 23:04:51 +02:00
Faster-redstone-torch-rapid-clock-removal.patch more more more work 2023-09-21 22:14:58 +02:00
Fill-Profile-Property-Events.patch work and compile errors 2023-09-21 19:31:59 -07:00
Filter-bad-tile-entity-nbt-data-from-falling-blocks.patch more more more more work 2023-09-21 22:35:39 +02:00
Fire-CauldronLevelChange-on-initial-fill.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fire-entity-death-event-for-ender-dragon.patch more work 2023-09-22 18:59:52 +02:00
Fire-EntityChangeBlockEvent-in-more-places.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Fire-event-on-GS4-query.patch even more work 2023-09-21 19:17:21 -07:00
Firework-API-s.patch more more more more work 2023-09-21 22:35:39 +02:00
Fix-a-bunch-of-vanilla-bugs.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-a-couple-of-upstream-bed-issues.patch some work 2023-09-22 18:11:35 +02:00
Fix-advancement-triggers-for-entity-damage.patch some work 2023-09-22 18:11:35 +02:00
Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-anchor-respawn-acting-as-a-bed-respawn-from-the-.patch and some more 2023-09-21 22:41:27 -07:00
Fix-and-optimise-world-force-upgrading.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Fix-arrows-never-despawning-MC-125757.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-async-entity-add-due-to-fungus-trees.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-BanList-API.patch more work 2023-09-22 18:59:52 +02:00
Fix-Bee-flower-NPE.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Fix-beehives-generating-from-using-bonemeal.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Fix-bees-aging-inside-hives.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Fix-block-place-logic.patch some work 2023-09-22 18:11:35 +02:00
Fix-Bukkit-NamespacedKey-shenanigans.patch Work here, work there, work for everyone 2023-09-22 16:35:40 +02:00
Fix-cancelled-powdered-snow-bucket-placement.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch more more more work 2023-09-21 22:14:58 +02:00
Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-CB-call-to-changed-postToMainThread-method.patch even more work 2023-09-21 19:17:21 -07:00
Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Fix-certain-inventories-returning-null-Locations.patch some work 2023-09-22 18:11:35 +02:00
Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Fix-client-lag-on-advancement-loading.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-CME-in-CraftPersistentDataTypeRegistry.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Fix-commands-from-signs-not-firing-command-events.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Fix-concurrenct-access-to-lookups-field-in-RegistryO.patch some work 2023-09-22 18:11:35 +02:00
Fix-Concurrency-issue-in-ShufflingList.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
fix-converting-txt-to-json-file.patch and some more 2023-09-21 22:41:27 -07:00
Fix-CraftCriteria-defaults-map.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Fix-CraftEntity-hashCode.patch some work 2023-09-21 15:01:00 -07:00
Fix-CraftPotionBrewer-cache.patch and some more 2023-09-21 22:41:27 -07:00
Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch and some more patches 2023-09-21 21:05:18 -07:00
Fix-CraftSound-backwards-compatibility.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Fix-crash-relating-to-bad-recipes-in-furnace-like-ti.patch some work 2023-09-22 18:11:35 +02:00
Fix-curing-zombie-villager-discount-exploit.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-custom-piglin-loved-items.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-custom-statistic-criteria-creation.patch more work 2023-09-22 18:59:52 +02:00
Fix-DamageCause-for-Falling-Blocks.patch some work 2023-09-22 18:11:35 +02:00
Fix-dangerous-end-portal-logic.patch Revert "re-add distance map patch" 2023-09-23 09:38:10 +10:00
fix-dead-slime-setSize-invincibility.patch and some more 2023-09-21 22:41:27 -07:00
Fix-demo-flag-not-enabling-demo-mode.patch some work 2023-09-22 18:11:35 +02:00
Fix-deop-kicking-non-whitelisted-player-when-white-l.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-Entity-Position-Desync.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-entity-type-tags-suggestions-in-selectors.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Fix-EntityArgument-suggestion-permissions-to-align-w.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch some work 2023-09-21 15:01:00 -07:00
Fix-falling-block-spawn-methods.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-for-large-move-vectors-crashing-server.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-force-opening-enchantment-tables.patch some work 2023-09-22 18:11:35 +02:00
Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-GameProfileCache-concurrency.patch More work work work 2023-09-22 15:32:32 +02:00
Fix-harming-potion-dupe.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-hex-colors-not-working-in-some-kick-messages.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-HumanEntity-drop-not-updating-the-client-inv.patch some work 2023-09-22 18:11:35 +02:00
Fix-inconsistencies-in-dispense-events-regarding-sta.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-incorrect-crafting-result-amount-for-fireworks.patch some work 2023-09-22 18:11:35 +02:00
Fix-incorrect-message-for-outdated-client.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Fix-incosistency-issue-with-empty-map-items-in-CB.patch More work work work 2023-09-22 14:22:24 +02:00
fix-Instruments.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Fix-interact-event-not-being-called-sometimes.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-inventory-desync.patch more work 2023-09-22 18:59:52 +02:00
Fix-invulnerable-end-crystals.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Fix-issues-with-mob-conversion.patch More work work work 2023-09-22 15:32:32 +02:00
Fix-item-locations-dropped-from-campfires.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
fix-item-meta-for-tadpole-buckets.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Fix-items-not-falling-correctly.patch even more work 2023-09-21 19:17:21 -07:00
Fix-items-vanishing-through-end-portal.patch work and compile errors 2023-09-21 19:31:59 -07:00
fix-Jigsaw-block-kicking-user.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-lag-from-explosions-processing-dead-entities.patch more more work 2023-09-21 21:54:46 +02:00
Fix-last-firework-in-stack-not-having-effects-when-d.patch work and compile errors 2023-09-21 19:31:59 -07:00
Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch some more patches 2023-09-21 20:29:51 -07:00
fix-MapLike-spam-for-missing-key-selector.patch some work 2023-09-22 18:11:35 +02:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch more more more more more work 2023-09-21 23:04:51 +02:00
Fix-MC-157464-Prevent-sleeping-villagers-moving-towa.patch some work 2023-09-22 18:11:35 +02:00
Fix-MC-158900.patch even more work 2023-09-21 19:17:21 -07:00
fix-MC-252817-green-map-markers-do-not-disappear.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-merchant-inventory-not-closing-on-entity-removal.patch Work here, work there, work for everyone 2023-09-22 16:35:40 +02:00
Fix-missing-chunks-due-to-integer-overflow.patch and some more patches 2023-09-21 21:05:18 -07:00
Fix-missing-map-initialize-event-call.patch Quick tweaks to logical flow of getMapData 2023-10-04 16:25:26 +01:00
Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Fix-NBT-type-issues.patch some work 2023-09-21 15:01:00 -07:00
Fix-nerfed-slime-when-splitting.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-new-block-data-for-EntityChangeBlockEvent.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-Not-a-string-Map-Conversion-spam.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-NotePlayEvent.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Fix-NPE-in-AdvancementProgress-getDateAwarded.patch Fix some issues 2023-09-23 22:33:17 -07:00
Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fix-NPE-on-Boat-getStatus.patch more work 2023-09-22 18:59:52 +02:00
Fix-numerous-item-duplication-issues-and-teleport-is.patch some more patches 2023-09-21 20:29:51 -07:00
Fix-OfflinePlayer-getBedSpawnLocation.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-Per-World-Difficulty-Remembering-Difficulty.patch and some more patches 2023-09-21 21:05:18 -07:00
fix-PigZombieAngerEvent-cancellation.patch and some more 2023-09-21 22:41:27 -07:00
Fix-piston-physics-inconsistency-MC-188840.patch and some more patches 2023-09-21 21:05:18 -07:00
Fix-player-kick-on-shutdown.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
fix-player-loottables-running-when-mob-loot-gamerule.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-Player-spawnParticle-x-y-z-precision-loss.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-PlayerBucketEmptyEvent-result-itemstack.patch and some more 2023-09-21 22:41:27 -07:00
Fix-PlayerDropItemEvent-using-wrong-item.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Fix-PlayerItemConsumeEvent-cancelling-properly.patch and some more 2023-09-21 22:41:27 -07:00
fix-PlayerItemHeldEvent-firing-twice.patch and some more 2023-09-21 22:41:27 -07:00
Fix-plugin-loggers-on-server-shutdown.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Fix-possible-NPE-on-painting-creation.patch more work 2023-09-22 18:59:52 +02:00
Fix-PotionEffect-ignores-icon-flag.patch and some more patches 2023-09-21 21:05:18 -07:00
Fix-potions-splash-events.patch more more more more more more work 2023-09-22 09:24:44 +02:00
fix-powder-snow-cauldrons-not-turning-to-water.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-race-condition-on-UpgradeData.BlockFixers-class-.patch Fix race condition on UpgradeData.BlockFixers class init 2023-09-23 22:15:09 -07:00
Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Fix-removing-recipes-from-RecipeIterator.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Fix-return-value-of-Block-applyBoneMeal-always-being.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Fix-rotation-when-spawning-display-entities.patch more work 2023-09-22 18:59:52 +02:00
Fix-sand-duping.patch and some more patches 2023-09-21 21:05:18 -07:00
Fix-saving-in-unloadWorld.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-setPatternColor-on-tropical-fish-bucket-meta.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Fix-silent-equipment-change-for-mobs.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-24 16:05:05 -07:00
Fix-slime-spawners-not-spawning-outside-slime-chunks.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-sniffer-removeExploredLocation.patch some work 2023-09-22 18:11:35 +02:00
Fix-some-rails-connecting-improperly.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-sounds-when-item-frames-are-modified-MC-123450.patch even more work 2023-09-21 19:17:21 -07:00
Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-SpawnEggMeta-get-setSpawnedType.patch some work 2023-09-22 18:11:35 +02:00
Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-SPIGOT-5885-Unable-to-disable-advancements.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-SPIGOT-5989.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fix-Spigot-Config-not-using-commands.spam-exclusions.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Fix-Spigot-growth-modifiers.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Fix-spigot-s-Forced-Stats.patch more work 2023-09-22 18:59:52 +02:00
Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch some work 2023-09-22 18:11:35 +02:00
Fix-SpongeAbsortEvent-handling.patch some more work 2023-09-21 15:26:51 -07:00
Fix-sticky-pistons-and-BlockPistonRetractEvent.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Fix-StructureGrowEvent-species-for-RED_MUSHROOM.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-suggest-command-message-for-brigadier-syntax-exc.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Fix-SuspiciousStewMeta.patch Fix SuspiciousStewMeta 2023-09-23 16:41:51 +02:00
Fix-swamp-hut-cat-generation-deadlock.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Fix-team-sidebar-objectives-not-being-cleared.patch Fix some issues 2023-09-23 22:33:17 -07:00
Fix-text-display-error-on-spawn.patch some work 2023-09-22 18:11:35 +02:00
Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Fix-tripwire-state-inconsistency.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Fix-UnsafeValues-loadAdvancement.patch Fix UnsafeValues#loadAdvancement (#9753) 2023-10-11 07:19:00 +09:00
Fix-upstreams-block-state-factories.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
fix-various-menus-with-empty-level-accesses.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Fix-villager-boat-exploit.patch and some more 2023-09-21 22:41:27 -07:00
Fix-villager-trading-demand-MC-163962.patch and some more patches 2023-09-21 21:05:18 -07:00
Fix-World-isChunkGenerated-calls.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Fix-xp-reward-for-baby-zombies.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
fixed-entity-vehicle-collision-event-not-called.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fixed-TileEntityBell-memory-leak.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Fixes-and-additions-to-the-SpawnReason-API.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Fixes-kick-event-leave-message-not-being-sent.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:21 -07:00
Flag-to-disable-the-channel-limit.patch some work 2023-09-21 15:01:00 -07:00
Flat-bedrock-generator-settings.patch fix flat bedrock world config (#9728) 2023-10-10 14:43:10 -07:00
Flying-Fall-Damage.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Folia-scheduler-and-owned-region-API.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Force-close-world-loading-screen.patch Use correct ClientboundLevelChunkWithLightPacket constructor in later patch 2023-09-24 16:29:07 +10:00
force-entity-dismount-during-teleportation.patch some more work 2023-09-21 15:26:51 -07:00
forced-whitelist-use-configurable-kick-message.patch and some more 2023-09-21 22:41:27 -07:00
Forward-CraftEntity-in-teleport-command.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Freeze-Tick-Lock-API.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Friction-API.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Furnace-RecipesUsed-API.patch some compile fixes 2023-09-22 19:31:02 +02:00
Further-improve-server-tick-loop.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Get-entity-default-attributes.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
getPlayerUniqueId-API.patch more more more more more work 2023-09-21 23:04:51 +02:00
Goat-ram-API.patch More work work work 2023-09-22 15:32:32 +02:00
Guard-against-invalid-entity-positions.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Guard-against-serializing-mismatching-chunk-coordina.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Handle-Item-Meta-Inconsistencies.patch more more more work 2023-09-21 22:14:58 +02:00
Handle-Large-Packets-disconnecting-client.patch some more work 2023-09-21 15:26:51 -07:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch more more more work 2023-09-21 22:14:58 +02:00
Handle-Oversized-Tile-Entities-in-chunks.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
Handle-plugin-prefixes-using-Log4J-configuration.patch more more more more work 2023-09-21 22:35:39 +02:00
handle-ServerboundKeepAlivePacket-async.patch more more more more work 2023-09-21 22:35:39 +02:00
Hide-sync-chunk-writes-behind-flag.patch and some more patches 2023-09-21 21:05:18 -07:00
Hide-unnecessary-itemmeta-from-clients.patch Add additional tags to ItemMeta obfuscation filtering (#9665) 2023-10-14 23:41:15 +02:00
Honor-EntityAgeable.ageLock.patch some more work 2023-09-21 15:26:51 -07:00
Hook-into-CB-plugin-rewrites.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Ignore-impossible-spawn-tick.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Ignore-inline-definitions-of-trim-material-pattern.patch some work 2023-09-22 18:11:35 +02:00
Implement-alternative-item-despawn-rate.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch some more work 2023-09-21 15:26:51 -07:00
Implement-API-to-get-Material-from-Boats-and-Minecar.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Implement-BlockPreDispenseEvent.patch and some more 2023-09-21 22:41:27 -07:00
Implement-Brigadier-Mojang-API.patch even more work 2023-09-21 19:17:21 -07:00
Implement-CraftBlockSoundGroup.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Implement-enchantWithLevels-API.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Implement-ensureServerConversions-API.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-24 16:05:05 -07:00
Implement-EntityKnockbackByEntityEvent-and-EntityPus.patch some work 2023-09-21 15:01:00 -07:00
Implement-EntityTeleportEndGatewayEvent.patch some work 2023-09-21 15:01:00 -07:00
Implement-Expanded-ArmorStand-API.patch some work 2023-09-21 15:01:00 -07:00
Implement-extended-PaperServerListPingEvent.patch more more more more more work 2023-09-21 23:04:51 +02:00
Implement-furnace-cook-speed-multiplier-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Implement-getComputedBiome-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Implement-getI18NDisplayName.patch more more more more work 2023-09-21 22:35:39 +02:00
Implement-methods-to-convert-between-Component-and-B.patch and some more 2023-09-21 22:41:27 -07:00
Implement-Mob-Goal-API.patch sync netty version with vanilla (#9842) 2023-10-15 23:41:17 +09:00
Implement-OfflinePlayer-isConnected.patch more work 2023-09-22 18:59:52 +02:00
implement-optional-per-player-mob-spawns.patch Optimise chunk tick iteration 2023-09-23 21:43:10 -07:00
Implement-Paper-VersionChecker.patch more more work 2023-09-21 21:54:46 +02:00
Implement-Player-Client-Options-API.patch Don't call options events on login (#9834) 2023-10-15 04:02:00 +09:30
Implement-PlayerFailMoveEvent.patch Port patches from folia dev/optimisations 2023-09-22 15:54:36 -07:00
Implement-PlayerFlowerPotManipulateEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Implement-PlayerLocaleChangeEvent.patch more more work 2023-09-21 21:54:46 +02:00
Implement-PlayerPostRespawnEvent.patch even more work 2023-09-21 19:17:21 -07:00
Implement-regenerateChunk.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Implement-TargetHitEvent.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Implement-World.getEntity-UUID-API.patch some work 2023-09-21 15:01:00 -07:00
Implemented-BlockFailedDispenseEvent.patch some compile issues 2023-09-22 19:25:18 +02:00
Improve-and-expand-AsyncCatcher.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Improve-Arrow-API.patch and some more patches 2023-09-21 21:05:18 -07:00
Improve-Block-breakNaturally-API.patch work and compile errors 2023-09-21 19:31:59 -07:00
Improve-BlockPosition-inlining.patch some work 2023-09-21 15:01:00 -07:00
Improve-boat-collision-performance.patch More work work work 2023-09-22 14:22:24 +02:00
Improve-cancelling-PreCreatureSpawnEvent-with-per-pl.patch Optimise chunk tick iteration 2023-09-23 21:43:10 -07:00
Improve-command-function-perm-level-checks.patch some work 2023-09-22 18:11:35 +02:00
Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Improve-EntityShootBowEvent.patch some work 2023-09-21 15:01:00 -07:00
Improve-exact-choice-recipe-ingredients.patch work and compile errors 2023-09-21 19:31:59 -07:00
Improve-fix-EntityTargetLivingEntityEvent.patch and some more patches 2023-09-21 21:05:18 -07:00
Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Improve-java-version-check.patch work and compile errors 2023-09-21 19:31:59 -07:00
Improve-Legacy-Component-serialization-size.patch and some more patches 2023-09-21 21:05:18 -07:00
Improve-Log4J-Configuration-Plugin-Loggers.patch more more more more work 2023-09-21 22:35:39 +02:00
Improve-logging-and-errors.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch more more more work 2023-09-21 22:14:58 +02:00
Improve-performance-of-mass-crafts.patch more work 2023-09-22 18:59:52 +02:00
Improve-Player-chat-API-handling.patch more more more work 2023-09-21 22:14:58 +02:00
Improve-PortalEvents.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Improve-scoreboard-entries.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Improve-Server-Thread-Pool-and-Thread-Priorities.patch some more work 2023-09-21 15:26:51 -07:00
Improve-ServerGUI.patch and some more 2023-09-21 22:41:27 -07:00
Improve-the-Saddle-API-for-Horses.patch more more more more work 2023-09-21 22:35:39 +02:00
Improved-Async-Task-Scheduler.patch more more more more more work 2023-09-21 23:04:51 +02:00
Improved-Watchdog-Support.patch Chunk system patch 2023-09-22 13:13:57 -07:00
incremental-chunk-and-player-saving.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Inline-shift-direction-fields.patch and some more 2023-09-21 22:41:27 -07:00
Introduce-beacon-activation-deactivation-events.patch and some more 2023-09-21 22:41:27 -07:00
Inventory-close.patch and some more 2023-09-21 22:41:27 -07:00
Inventory-getHolder-method-without-block-snapshot.patch and some more patches 2023-09-21 21:05:18 -07:00
Inventory-removeItemAnySlot.patch some work 2023-09-21 15:01:00 -07:00
InventoryCloseEvent-Reason-API.patch some work 2023-09-21 15:01:00 -07:00
Item-canEntityPickup.patch more more more more work 2023-09-21 22:35:39 +02:00
Item-no-age-no-player-pickup.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Item-Rarity-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
ItemStack-damage-API.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
ItemStack-getMaxItemUseDuration.patch some work 2023-09-21 15:01:00 -07:00
ItemStack-repair-check-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
Kick-on-main-for-illegal-chat.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Lag-compensation-ticks.patch Add lag compensation for breaking blocks 2023-09-23 22:10:40 -07:00
Lazily-track-plugin-scoreboards-by-default.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Left-handed-API.patch More more more (more ??) more work 2023-09-22 15:15:57 +02:00
Limit-Client-Sign-length-more.patch even more work 2023-09-21 19:17:21 -07:00
Limit-item-frame-cursors-on-maps.patch and some more 2023-09-21 22:41:27 -07:00
Limit-pet-look-distance.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Limit-recipe-packets.patch fix recipe packet limiter (#9841) 2023-10-15 23:11:15 +09:00
Line-Of-Sight-Changes.patch more more more more more more work 2023-09-22 09:24:44 +02:00
living-entity-allow-attribute-registration.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
LivingEntity-Hand-Raised-Item-Use-API.patch some work 2023-09-21 15:01:00 -07:00
LivingEntity-setKiller.patch more more more more work 2023-09-21 22:35:39 +02:00
Load-effect-amplifiers-greater-than-127-correctly.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
LootTable-API-Replenishable-Lootables-Feature.patch more more more work 2023-09-21 22:14:58 +02:00
Make-Amethyst-throw-both-Spread-and-Grow-Events.patch more work 2023-09-22 18:59:52 +02:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch some work 2023-09-21 15:01:00 -07:00
Make-EntityUnleashEvent-cancellable.patch More work work work 2023-09-22 14:22:24 +02:00
Make-hoppers-respect-inventory-max-stack-size.patch More work work work 2023-09-22 14:22:24 +02:00
Make-item-validations-configurable.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Make-legacy-ping-handler-more-reliable.patch some work 2023-09-21 15:01:00 -07:00
Make-schedule-command-per-world.patch and some more 2023-09-21 22:41:27 -07:00
Make-setVelocity-method-of-Fireballs-change-the-trav.patch Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815) 2023-10-10 17:09:45 -04:00
Make-shield-blocking-delay-configurable.patch some work 2023-09-21 15:01:00 -07:00
Make-some-itemstacks-nonnull.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch Working hard on messing with leafs patches 2023-09-22 16:20:09 +02:00
Make-the-default-permission-message-configurable.patch some more work 2023-09-21 15:26:51 -07:00
Make-the-GUI-graph-fancier.patch work and compile errors 2023-09-21 19:31:59 -07:00
Make-water-animal-spawn-height-configurable.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Manually-inline-methods-in-BlockPosition.patch More work 2023-09-22 15:47:26 +02:00
Maps-shouldn-t-load-chunks.patch and some more patches 2023-09-21 21:05:18 -07:00
MC-4-Fix-item-position-desync.patch Chunk system patch 2023-09-22 13:13:57 -07:00
MC-50319-Check-other-worlds-for-shooter-of-projectil.patch some more work 2023-09-21 15:26:51 -07:00
MC-145656-Fix-Follow-Range-Initial-Target.patch even more work 2023-09-21 19:17:21 -07:00
MC-Dev-fixes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
MC-Utils.patch Don't throw when removing unplaced player in NearbyPlayers 2023-09-30 15:37:00 +10:00
Merchant-getRecipes-should-return-an-immutable-list.patch and some more 2023-09-21 22:41:27 -07:00
misc-debugging-dumps.patch and some more patches 2023-09-21 21:05:18 -07:00
Missing-eating-regain-reason.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Missing-effect-cause.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Missing-Entity-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Mob-Pathfinding-API.patch some more work 2023-09-21 15:26:51 -07:00
Mob-Spawner-API-Enhancements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
More-accurate-isInOpenWater-impl.patch some work 2023-09-22 18:11:35 +02:00
More-CommandBlock-API.patch More work work work 2023-09-22 14:22:24 +02:00
More-DragonBattle-API.patch more work 2023-09-22 18:59:52 +02:00
More-Enchantment-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
More-Lidded-Block-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
More-lightning-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
More-PotionEffectType-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 17:16:58 +10:00
More-Projectile-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
More-Teleport-API.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
More-vanilla-friendly-methods-to-update-trades.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
More-World-API.patch and some more 2023-09-21 22:41:27 -07:00
Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch some more patches 2023-09-21 20:29:51 -07:00
Move-range-check-for-block-placing-up.patch and some more 2023-09-21 22:41:27 -07:00
Multi-Block-Change-API-Implementation.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Multiple-Entries-with-Scoreboards.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Name-craft-scheduler-threads-according-to-the-plugin.patch More work 2023-09-22 15:47:26 +02:00
Nameable-Banner-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Ocelot-despawns-should-honor-nametags-and-leash.patch more more more more work 2023-09-21 22:35:39 +02:00
offset-item-frame-ticking.patch even more work 2023-09-21 19:17:21 -07:00
Only-capture-actual-tree-growth.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch even more work 2023-09-21 19:17:21 -07:00
Only-erase-allay-memory-on-non-item-targets.patch more work 2023-09-22 18:59:52 +02:00
Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch more more more work 2023-09-21 22:14:58 +02:00
Only-refresh-abilities-if-needed.patch more more work 2023-09-21 21:54:46 +02:00
Only-send-global-sounds-to-same-world-if-limiting-ra.patch more more more more work 2023-09-21 22:35:39 +02:00
Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch more work 2023-09-22 18:59:52 +02:00
Only-tick-item-frames-if-players-can-see-it.patch some work 2023-09-22 18:11:35 +02:00
Only-write-chunk-data-to-disk-if-it-serializes-witho.patch Rebuild patches 2023-09-22 10:59:56 -07:00
Oprimise-map-impl-for-tracked-players.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Optimise-BlockSoil-nearby-water-lookup.patch Working hard on messing with leafs patches 2023-09-22 16:20:09 +02:00
Optimise-BlockState-s-hashCode-equals.patch more more more more work 2023-09-21 22:35:39 +02:00
Optimise-Chunk-getFluid.patch work and compile errors 2023-09-21 19:31:59 -07:00
Optimise-chunk-tick-iteration.patch Optimise chunk tick iteration 2023-09-23 21:43:10 -07:00
Optimise-collision-checking-in-player-move-packet-ha.patch Port patches from folia dev/optimisations 2023-09-22 15:54:36 -07:00
Optimise-EntityGetter-getPlayerByUUID.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Optimise-general-POI-access.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Optimise-getChunkAt-calls-for-loaded-chunks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Optimise-getType-calls.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Optimise-nearby-player-retrieval.patch Optimise nearby player retrieval 2023-09-23 23:16:45 -07:00
Optimise-random-block-ticking.patch Properly check water block when random ticking ice (#9804) 2023-10-06 22:34:00 +02:00
Optimise-recalcBlockCounts-for-empty-sections.patch Port patches from folia dev/optimisations 2023-09-22 15:54:36 -07:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch more more more more more more work 2023-09-22 09:24:44 +02:00
Optimize-Bit-Operations-by-inlining.patch and some more patches 2023-09-21 21:05:18 -07:00
Optimize-BlockPosition-helper-methods.patch some work 2023-09-21 15:01:00 -07:00
Optimize-brigadier-child-sorting-performance.patch and some more patches 2023-09-21 21:05:18 -07:00
Optimize-call-to-getFluid-for-explosions.patch work and compile errors 2023-09-21 19:31:59 -07:00
Optimize-Captured-TileEntity-Lookup.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Optimize-Collision-to-not-load-chunks.patch work and compile errors 2023-09-21 19:31:59 -07:00
Optimize-CraftBlockData-Creation.patch some work 2023-09-21 15:01:00 -07:00
Optimize-DataBits.patch more more more work 2023-09-21 22:14:58 +02:00
Optimize-Dynamic-get-Missing-Keys.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Optimize-entity-tracker-passenger-checks.patch More work work work 2023-09-22 14:22:24 +02:00
Optimize-explosions.patch more more work 2023-09-21 21:54:46 +02:00
Optimize-GoalSelector-Goal.Flag-Set-operations.patch work and compile errors 2023-09-21 19:31:59 -07:00
Optimize-HashMapPalette.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Optimize-Hoppers.patch Port patches from folia dev/optimisations 2023-09-22 15:54:36 -07:00
Optimize-indirect-passenger-iteration.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch more more more work 2023-09-21 22:14:58 +02:00
Optimize-MappedRegistry.patch some work 2023-09-21 15:01:00 -07:00
Optimize-nearest-structure-border-iteration.patch more work 2023-09-22 18:59:52 +02:00
Optimize-Network-Manager-and-add-advanced-packet-sup.patch Fire PlayerConnectionCloseEvent for configuration packet listener 2023-09-26 09:20:17 -07:00
Optimize-NetworkManager-Exception-Handling.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Optimize-Pathfinding.patch some more patches 2023-09-21 20:29:51 -07:00
Optimize-player-lookups-for-beacons.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Optimize-Voxel-Shape-Merging.patch and some more patches 2023-09-21 21:05:18 -07:00
Optimize-World-Time-Updates.patch some more work 2023-09-21 15:26:51 -07:00
Optimize-World.isLoaded-BlockPosition-Z.patch more more more more work 2023-09-21 22:35:39 +02:00
optimized-dirt-and-snow-spreading.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Option-for-maximum-exp-value-when-merging-orbs.patch and some more patches 2023-09-21 21:05:18 -07:00
Option-to-have-default-CustomSpawners-in-custom-worl.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch some work 2023-09-21 15:01:00 -07:00
Option-to-prevent-NBT-copy-in-smithing-recipes.patch some compile issues 2023-09-22 19:25:18 +02:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch more more more work 2023-09-21 22:14:58 +02:00
Optional-TNT-doesn-t-move-in-water.patch more more more work 2023-09-21 22:14:58 +02:00
Paper-command.patch more work 2023-09-21 21:00:11 +02:00
Paper-config-files.patch Fix mobs not spawning when using an older config (#9793) 2023-10-04 20:08:47 +03:00
Paper-dumpitem-command.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Paper-Metrics.patch more work 2023-09-21 21:00:11 +02:00
Paper-Plugins.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
Pass-ServerLevel-for-gamerule-callbacks.patch some more compile fixes 2023-09-22 19:43:52 +02:00
Pillager-patrol-spawn-settings-and-per-player-option.patch work and compile errors 2023-09-21 19:31:59 -07:00
Player-affects-spawning-API.patch more more work 2023-09-21 21:54:46 +02:00
Player-Chunk-Load-Unload-Events.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
Player-elytra-boost-API.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Player-Entity-Tracking-Events.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Player-Tab-List-and-Title-APIs.patch more more more work 2023-09-21 22:14:58 +02:00
Player.setPlayerProfile-API.patch and some more patches 2023-09-21 21:05:18 -07:00
PlayerAdvancementCriterionGrantEvent.patch work and compile errors 2023-09-21 19:31:59 -07:00
PlayerAttemptPickupItemEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
PlayerDeathEvent-getItemsToKeep.patch even more work 2023-09-21 19:17:21 -07:00
PlayerDeathEvent-shouldDropExperience.patch even more work 2023-09-21 19:17:21 -07:00
PlayerElytraBoostEvent.patch some work 2023-09-21 15:01:00 -07:00
PlayerLaunchProjectileEvent.patch some work 2023-09-21 15:01:00 -07:00
PlayerNaturallySpawnCreaturesEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
PlayerPickupExperienceEvent.patch more more more more more work 2023-09-21 23:04:51 +02:00
PlayerPickupItemEvent-setFlyAtPlayer.patch more more more more work 2023-09-21 22:35:39 +02:00
PlayerReadyArrowEvent.patch some work 2023-09-21 15:01:00 -07:00
PlayerTeleportEndGatewayEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
PortalCreateEvent-needs-to-know-its-entity.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Potential-bed-API.patch and some more patches 2023-09-21 21:05:18 -07:00
PreCreatureSpawnEvent.patch more more more more more work 2023-09-21 23:04:51 +02:00
Preserve-overstacked-loot.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
PreSpawnerSpawnEvent.patch some more work 2023-09-21 15:26:51 -07:00
Prevent-AFK-kick-while-watching-end-credits.patch More work work work 2023-09-22 14:22:24 +02:00
Prevent-bees-loading-chunks-checking-hive-position.patch even more work 2023-09-21 19:17:21 -07:00
Prevent-causing-expired-keys-from-impacting-new-join.patch some work 2023-09-22 18:11:35 +02:00
Prevent-chunk-loading-from-Fluid-Flowing.patch some more work 2023-09-21 15:26:51 -07:00
Prevent-compass-from-loading-chunks.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Prevent-consuming-the-wrong-itemstack.patch even more work 2023-09-21 19:17:21 -07:00
Prevent-ContainerOpenersCounter-openCount-from-going.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Prevent-Double-PlayerChunkMap-adds-crashing-server.patch work and compile errors 2023-09-21 19:31:59 -07:00
Prevent-empty-items-from-being-added-to-world.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Prevent-Enderman-from-loading-chunks.patch some more work 2023-09-21 15:26:51 -07:00
Prevent-entity-loading-causing-async-lookups.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Prevent-excessive-velocity-through-repeated-crits.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch some work 2023-09-21 15:01:00 -07:00
Prevent-GameEvents-being-fired-from-unloaded-chunks.patch some work 2023-09-22 18:11:35 +02:00
Prevent-grindstones-from-overstacking-items.patch and some more 2023-09-21 22:41:27 -07:00
Prevent-headless-pistons-from-being-created.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Prevent-logins-from-being-processed-when-the-player-.patch more more more more more work 2023-09-21 23:04:51 +02:00
Prevent-Mob-AI-Rules-from-Loading-Chunks.patch some more work 2023-09-21 15:26:51 -07:00
Prevent-mob-spawning-from-loading-generating-chunks.patch some more work 2023-09-21 15:26:51 -07:00
Prevent-opening-inventories-when-frozen.patch some more patches 2023-09-21 20:29:51 -07:00
Prevent-Pathfinding-out-of-World-Border.patch more more more more work 2023-09-21 22:35:39 +02:00
Prevent-position-desync-in-playerconnection-causing-.patch and some more patches 2023-09-21 21:05:18 -07:00
Prevent-rayTrace-from-loading-chunks.patch some more work 2023-09-21 15:26:51 -07:00
Prevent-sending-oversized-item-data-in-equipment-and.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Prevent-softlocked-end-exit-portal-generation.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch even more work 2023-09-21 19:17:21 -07:00
Prevent-teleporting-dead-entities.patch and some more patches 2023-09-21 21:05:18 -07:00
Prevent-tile-entity-and-entity-crashes.patch more more work 2023-09-21 21:54:46 +02:00
Prevent-tile-entity-copies-loading-chunks.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
prevent-unintended-light-block-manipulation.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Print-Error-details-when-failing-to-save-player-data.patch some work 2023-09-21 15:01:00 -07:00
Profile-Lookup-Events.patch work and compile errors 2023-09-21 19:31:59 -07:00
ProfileWhitelistVerifyEvent.patch more more more more work 2023-09-21 22:35:39 +02:00
Properly-Cancel-Usable-Items.patch Add lag compensation for breaking blocks 2023-09-23 22:10:40 -07:00
Properly-fix-item-duplication-bug.patch more more more more work 2023-09-21 22:35:39 +02:00
Properly-handle-async-calls-to-restart-the-server.patch more more more more work 2023-09-21 22:35:39 +02:00
Properly-handle-BlockBreakEvent-isDropItems.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-24 16:05:05 -07:00
Properly-resend-entities.patch Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815) 2023-10-10 17:09:45 -04:00
Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch and some more patches 2023-09-21 21:05:18 -07:00
provide-a-configurable-option-to-disable-creeper-lin.patch more more more more work 2023-09-21 22:35:39 +02:00
Provide-E-TE-Chunk-count-stat-methods.patch more more more more work 2023-09-21 22:35:39 +02:00
Put-world-into-worldlist-before-initing-the-world.patch Chunk system patch 2023-09-22 13:13:57 -07:00
RangedEntity-API.patch some work 2023-09-21 15:01:00 -07:00
Rate-options-and-timings-for-sensors-and-behaviors.patch More work work work 2023-09-22 14:22:24 +02:00
Reduce-blockpos-allocation-from-pathfinding.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Reduce-Either-Optional-allocation.patch some more patches 2023-09-21 20:29:51 -07:00
Reduce-memory-footprint-of-NBTTagCompound.patch some more patches 2023-09-21 20:29:51 -07:00
Reduce-worldgen-thread-worker-count-for-low-core-cou.patch Work here, work there, work for everyone 2023-09-22 16:35:40 +02:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch some work 2023-09-21 15:01:00 -07:00
Refresh-ProjectileSource-for-projectiles.patch some work 2023-09-22 18:11:35 +02:00
Remap-fixes.patch Fix tests 2023-10-04 07:58:30 +10:00
Remote-Connections-shouldn-t-hold-up-shutdown.patch work and compile errors 2023-09-21 19:31:59 -07:00
Remove-client-side-code-using-deprecated-for-removal.patch more more more more more more more work 2023-09-22 16:58:35 +02:00
Remove-CraftItemStack-setAmount-null-assignment.patch some work 2023-09-22 18:11:35 +02:00
Remove-CraftScheduler-Async-Task-Debugger.patch more more more more work 2023-09-21 22:35:39 +02:00
remove-duplicate-animate-packet-for-records.patch some work 2023-09-22 18:11:35 +02:00
Remove-Metadata-on-reload.patch more more more work 2023-09-21 22:14:58 +02:00
remove-null-possibility-for-getServer-singleton.patch more more more work 2023-09-21 22:14:58 +02:00
Remove-ProjectileHitEvent-call-when-fireballs-dead.patch and some more 2023-09-21 22:41:27 -07:00
Remove-some-streams-from-structures.patch and some more patches 2023-09-21 21:05:18 -07:00
Remove-Spigot-Bug-Fix-for-MC-109346.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Remove-stale-POIs.patch and some more 2023-09-21 22:41:27 -07:00
Remove-streams-for-villager-AI.patch Re-add remove streams for Brain AI patch 2023-09-23 23:38:51 -07:00
Remove-streams-from-classes-related-villager-gossip.patch and some more patches 2023-09-21 21:05:18 -07:00
Remove-streams-from-SensorNearest.patch and some more 2023-09-21 22:41:27 -07:00
Remove-unnecessary-itemmeta-handling.patch some work 2023-09-21 15:01:00 -07:00
Remove-unnecessary-onTrackingStart-during-navigation.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Remove-UpgradeData-neighbour-ticks-outside-of-range.patch more work 2023-09-22 18:59:52 +02:00
Reset-Ender-Crystals-on-Dragon-Spawn.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Reset-placed-block-on-exception.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Reset-players-airTicks-on-respawn.patch some more work 2023-09-21 15:26:51 -07:00
Reset-shield-blocking-on-dimension-change.patch and some more 2023-09-21 22:41:27 -07:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch more more more more work 2023-09-21 22:35:39 +02:00
Respect-randomizeData-on-more-entities-when-spawning.patch more work 2023-09-22 18:59:52 +02:00
Restore-custom-InventoryHolder-support.patch some more work 2023-09-21 15:26:51 -07:00
Restore-vanilla-default-mob-spawn-range-and-water-an.patch some work 2023-09-21 15:01:00 -07:00
Retain-block-place-order-when-capturing-blockstates.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Return-chat-component-with-empty-text-instead-of-thr.patch and some more 2023-09-21 22:41:27 -07:00
revert-serverside-behavior-of-keepalives.patch more more more more more work 2023-09-21 23:04:51 +02:00
Rewrite-chunk-system.patch Make EntityLookup#get use read lock for entity maps 2023-10-09 10:02:37 -07:00
Rewrite-dataconverter-system.patch Fix item effects conversion if no tag is present 2023-10-05 16:03:26 +10:00
Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch More work work work 2023-09-22 14:22:24 +02:00
Sanitise-RegionFileCache-and-make-configurable.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Sanitize-ResourceLocation-error-logging.patch More work work work 2023-09-22 15:32:32 +02:00
Sanitize-Sent-BlockEntity-NBT.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
SculkCatalyst-bloom-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch more more more more more work 2023-09-21 23:04:51 +02:00
Send-block-entities-after-destroy-prediction.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Send-empty-commands-if-tab-completion-is-disabled.patch and some more 2023-09-21 22:41:27 -07:00
Send-full-pos-packets-for-hard-colliding-entities.patch Working hard on messing with leafs patches 2023-09-22 16:20:09 +02:00
Server-Tick-Events.patch even more work 2023-09-21 19:17:21 -07:00
Set-area-affect-cloud-rotation.patch and some more 2023-09-21 22:41:27 -07:00
Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch and some more patches 2023-09-21 21:05:18 -07:00
Set-spigots-verbose-world-setting-to-false-by-def.patch work and compile errors 2023-09-21 19:31:59 -07:00
Setup-Gradle-project.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
Shoulder-Entities-Release-API.patch more more more more work 2023-09-21 22:35:39 +02:00
Show-blockstate-location-if-we-failed-to-read-it.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
Significantly-improve-performance-of-the-end-generat.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
SkeletonHorse-Additions.patch some work 2023-09-21 15:01:00 -07:00
Skip-POI-finding-if-stuck-in-vehicle.patch more work 2023-09-22 18:59:52 +02:00
Slime-Pathfinder-Events.patch some work 2023-09-21 15:01:00 -07:00
Spawn-player-in-correct-world-on-login.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Starlight.patch Fix mushrooms not generating in swamps 2023-10-16 18:52:28 -07:00
Stinger-API.patch More work work work 2023-09-22 14:22:24 +02:00
Stop-large-look-changes-from-crashing-the-server.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
String-based-Action-Bar-API.patch more more more more work 2023-09-21 22:35:39 +02:00
Strip-raytracing-for-EntityLiving-hasLineOfSight.patch more more more work 2023-09-21 22:14:58 +02:00
Support-components-in-ItemMeta.patch and some more patches 2023-09-21 21:05:18 -07:00
Support-old-UUID-format-for-NBT.patch and some more patches 2023-09-21 21:05:18 -07:00
Suppress-Item-Meta-Validation-Checks.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Sync-offhand-slot-in-menus.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Synchronize-PalettedContainer-instead-of-ThreadingDe.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
System-property-for-disabling-watchdoge.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Tameable-getOwnerUniqueId-API.patch more more more more more work 2023-09-21 23:04:51 +02:00
Temp-Pre-init-PlayerChunkLoaderData-in-order-to-prep.patch some work 2023-09-22 18:11:35 +02:00
Test-changes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
Thread-Safe-Vanilla-Command-permission-checking.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Throw-exception-on-world-create-while-being-ticked.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Time-scoreboard-search.patch Working hard on messing with leafs patches 2023-09-22 16:20:09 +02:00
Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 10:28:26 +10:00
TODO-Registry-Modification-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
Toggle-for-removing-existing-dragon.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch more more more more more work 2023-09-21 23:04:51 +02:00
Track-projectile-source-for-fireworks-from-dispenser.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
Tracking-Range-Improvements.patch work and compile errors 2023-09-21 19:31:59 -07:00
Treat-sequence-violations-like-they-should-be.patch some work 2023-09-22 18:11:35 +02:00
Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Turtle-API.patch some more work 2023-09-21 15:26:51 -07:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch some work 2023-09-21 15:01:00 -07:00
Update-entity-data-when-attaching-firework-to-entity.patch Fix entity data not updated for firework attached to entity (#9783) 2023-10-04 03:29:44 +02:00
Update-head-rotation-in-missing-places.patch More work work work work work work work work work 2023-09-22 16:42:56 +02:00
Update-itemstack-legacy-name-and-lore.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Update-the-flag-when-a-captured-block-state-is-outda.patch some work 2023-09-22 18:11:35 +02:00
Use-a-CHM-for-StructureTemplate.Pallete-cache.patch more more more more more more more more work 2023-09-22 17:08:04 +02:00
Use-a-Queue-for-Queueing-Commands.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Use-a-Shared-Random-for-Entities.patch more more more work 2023-09-21 22:14:58 +02:00
Use-array-for-gamerule-storage.patch some work 2023-09-22 18:11:35 +02:00
Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
use-BlockFormEvent-for-mud-converting-into-clay.patch more more more more more more more more more more more work: passing the torch 2023-09-22 17:51:48 +02:00
use-CB-BlockState-implementations-for-captured-block.patch more more more more more work 2023-09-21 23:04:51 +02:00
Use-ConcurrentHashMap-in-JsonList.patch some work 2023-09-21 15:01:00 -07:00
Use-correct-seed-on-api-world-load.patch more work 2023-09-22 18:59:52 +02:00
Use-correct-source-for-mushroom-block-spread-event.patch more work 2023-09-22 18:59:52 +02:00
Use-correct-variable-for-initializing-CraftLootTable.patch Fixes for loot tables (#9818) 2023-10-10 10:35:49 -07:00
Use-getChunkIfLoadedImmediately-in-places.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch and some more patches 2023-09-21 21:05:18 -07:00
Use-single-player-info-update-packet-on-join.patch some work 2023-09-22 18:11:35 +02:00
Use-TerminalConsoleAppender-for-console-improvements.patch more more more more work 2023-09-21 22:35:39 +02:00
Use-thread-safe-random-in-ServerLoginPacketListenerI.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:06:03 +10:00
Use-username-instead-of-display-name-in-PlayerList-g.patch more more more more more more more more more work 2023-09-22 17:24:59 +02:00
Use-Vanilla-Minecart-Speeds.patch some more work 2023-09-21 15:26:51 -07:00
Use-Velocity-compression-and-cipher-natives.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 21:55:12 +10:00
Validate-PickItem-Packet-and-kick-for-invalid.patch and some more patches 2023-09-21 21:05:18 -07:00
Validate-tripwire-hook-placement-before-update.patch work and compile errors 2023-09-21 19:31:59 -07:00
Validate-usernames.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
Vanilla-command-permission-fixes.patch More work work work 2023-09-22 15:32:32 +02:00
Vanished-players-don-t-have-rights.patch some work 2023-09-21 15:01:00 -07:00
Vex-get-setSummoner-API.patch some work 2023-09-21 15:01:00 -07:00
Villager-resetOffers.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00
Villager-Restocks-API.patch and some more patches 2023-09-21 21:05:18 -07:00
Wait-for-Async-Tasks-during-shutdown.patch and some more patches 2023-09-21 21:05:18 -07:00
Warn-on-plugins-accessing-faraway-chunks.patch more more more more more more more more more more work 2023-09-22 17:35:51 +02:00
Win-Screen-API.patch some work 2023-09-22 18:11:35 +02:00
WitchConsumePotionEvent.patch some work 2023-09-21 15:01:00 -07:00
WitchReadyPotionEvent.patch some work 2023-09-21 15:01:00 -07:00
WitchThrowPotionEvent.patch some work 2023-09-21 15:01:00 -07:00
Workaround-for-vehicle-tracking-issue-on-disconnect.patch some more work 2023-09-21 15:26:51 -07:00
WorldCreator-keepSpawnLoaded.patch Chunk system patch 2023-09-22 13:13:57 -07:00
Zombie-API-breaking-doors.patch almost halfway done with server patches 2023-09-21 21:40:51 -07:00