mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-28 09:17:21 +01:00
[ci skip] Remove non-functioning patch
This commit is contained in:
parent
1143b63663
commit
0bdbcd9d56
126 changed files with 3 additions and 1 deletions
patches
removed/1.19
server
0823-Implement-enchantWithLevels-API.patch0824-Fix-saving-in-unloadWorld.patch0825-Buffer-OOB-setBlock-calls.patch0826-Add-TameableDeathMessageEvent.patch0827-Fix-new-block-data-for-EntityChangeBlockEvent.patch0828-fix-player-loottables-running-when-mob-loot-gamerule.patch0829-Ensure-entity-passenger-world-matches-ridden-entity.patch0830-Guard-against-invalid-entity-positions.patch0831-cache-resource-keys.patch0832-Allow-to-change-the-podium-for-the-EnderDragon.patch0833-Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch0834-Fix-StructureGrowEvent-species-for-RED_MUSHROOM.patch0835-Prevent-tile-entity-copies-loading-chunks.patch0836-Use-username-instead-of-display-name-in-PlayerList-g.patch0837-Fix-slime-spawners-not-spawning-outside-slime-chunks.patch0838-Pass-ServerLevel-for-gamerule-callbacks.patch0839-Add-pre-unbreaking-amount-to-PlayerItemDamageEvent.patch0840-WorldCreator-keepSpawnLoaded.patch0841-Fix-NPE-for-BlockDataMeta-getBlockData.patch0842-Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch0843-Add-EntityDyeEvent-and-CollarColorable-interface.patch0844-Fire-CauldronLevelChange-on-initial-fill.patch0845-fix-powder-snow-cauldrons-not-turning-to-water.patch0846-Add-PlayerStopUsingItemEvent.patch0847-FallingBlock-auto-expire-setting.patch0848-Don-t-tick-markers.patch0849-Do-not-accept-invalid-client-settings.patch0850-Add-support-for-Proxy-Protocol.patch0851-Fix-OfflinePlayer-getBedSpawnLocation.patch0852-Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch0853-Sanitize-Sent-BlockEntity-NBT.patch0854-Prevent-entity-loading-causing-async-lookups.patch0855-Disable-component-selector-resolving-in-books-by-def.patch0856-Throw-exception-on-world-create-while-being-ticked.patch0857-Add-Alternate-Current-redstone-implementation.patch0858-Dont-resent-entity-on-art-update.patch0859-Add-WardenAngerChangeEvent.patch0860-Add-option-for-strict-advancement-dimension-checks.patch0861-Add-missing-important-BlockStateListPopulator-method.patch0862-Nameable-Banner-API.patch0863-Don-t-broadcast-messages-to-command-blocks.patch0864-Prevent-empty-items-from-being-added-to-world.patch0865-Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch0866-Don-t-print-component-in-resource-pack-rejection-mes.patch0867-Add-Player-getFishHook.patch0868-Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch0869-Add-various-missing-EntityDropItemEvent-calls.patch0870-Add-some-minimal-debug-information-to-chat-packet-er.patch0871-Fix-Bee-flower-NPE.patch0872-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch0873-More-Teleport-API.patch0874-Add-EntityPortalReadyEvent.patch0875-Don-t-use-level-random-in-entity-constructors.patch0876-Send-block-entities-after-destroy-prediction.patch0877-Warn-on-plugins-accessing-faraway-chunks.patch0878-Custom-Chat-Completion-Suggestions-API.patch0879-Add-missing-BlockFadeEvents.patch0880-Collision-API.patch0881-Fix-suggest-command-message-for-brigadier-syntax-exc.patch0882-Remove-invalid-signature-login-stacktrace.patch0883-Add-async-catcher-to-PlayerConnection-internalTelepo.patch0884-Block-Ticking-API.patch0885-Add-Velocity-IP-Forwarding-Support.patch0886-Use-thread-safe-random-in-ServerLoginPacketListenerI.patch0887-Add-NamespacedKey-biome-methods.patch0888-Fix-plugin-loggers-on-server-shutdown.patch0889-Workaround-for-client-lag-spikes-MC-162253.patch0890-Stop-large-look-changes-from-crashing-the-server.patch0891-Add-custom-destroyerIdentity-to-sendBlockDamage.patch0892-Fix-EndDragonFight-killed-statuses-should-be-false-f.patch0893-Fire-EntityChangeBlockEvent-in-more-places.patch0894-Missing-eating-regain-reason.patch0895-Missing-effect-cause.patch0896-Added-byte-array-serialization-deserialization-for-P.patch0897-Add-a-consumer-parameter-to-ProjectileSource-launchP.patch0898-Call-BlockPhysicsEvent-more-often.patch0899-Configurable-chat-thread-limit.patch0900-Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch0901-Set-position-before-player-sending-on-dimension-chan.patch0902-fix-Jigsaw-block-kicking-user.patch0903-use-BlockFormEvent-for-mud-converting-into-clay.patch0904-Add-getDrops-to-BlockState-and-isPreferredTool-to-Bl.patch0905-Fix-a-bunch-of-vanilla-bugs.patch0906-Remove-unnecessary-onTrackingStart-during-navigation.patch0907-Fix-custom-piglin-loved-items.patch0908-EntityPickupItemEvent-fixes.patch0909-Correctly-handle-interactions-with-items-on-cooldown.patch0910-Add-PlayerInventorySlotChangeEvent.patch0911-Elder-Guardian-appearance-API.patch0912-Allow-changing-bed-s-occupied-property.patch0913-Add-entity-knockback-API.patch0914-Detect-headless-JREs.patch0915-fixed-entity-vehicle-collision-event-not-called.patch0916-optimized-dirt-and-snow-spreading.patch0917-Added-EntityToggleSitEvent.patch0918-Add-fire-tick-delay-option.patch0919-Add-Moving-Piston-API.patch0920-Ignore-impossible-spawn-tick.patch0921-Track-projectile-source-for-fireworks-from-dispenser.patch
|
@ -7,6 +7,8 @@ Improves the error message for placed in world skull blocks by default,
|
|||
also adds 'Paper.debugInvalidSkullProfiles' system property which can be
|
||||
set to 'true' for extra debug info (trace of updateGameprofile caller).
|
||||
|
||||
https://github.com/PaperMC/Paper/issues/7983 No longer functions as of 1.19
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/world/level/block/entity/SkullBlockEntity.java b/src/main/java/net/minecraft/world/level/block/entity/SkullBlockEntity.java
|
||||
index 91fb6678214d5f23b33d5d3b65a29fdfbb003c58..e4d4dec63260c7b3ec3ed841a1e509eb67e66fb2 100644
|
||||
--- a/src/main/java/net/minecraft/world/level/block/entity/SkullBlockEntity.java
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue