mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-24 01:09:16 +00:00
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@d683970 Add FishHookStateChangeEvent (#12165) PaperMC/Paper@369ad17 Cached tag parser for itemstack reading (#12547) PaperMC/Paper@841d634 Fix ItemStack#addUnsafeEnchantment ignored for missing enchantment component (#12549) PaperMC/Paper@c000b35 fix(bukkit-brig-forwarding-map): Invert isEmpty method (#12555) PaperMC/Paper@28d7df7 Backport HeroesOfTheVillage datafixer fix PaperMC/Paper@f1dbed0 Implement BlocksAttack DamageReduction and ItemDamage (#12538) PaperMC/Paper@cc38032 Deprecate TeleportCause CHORUS_FRUIT for CONSUMABLE_EFFECT (#12546) PaperMC/Paper@3587867 [ci skip] Fix format and mentions for ItemDamageFunction (#12560) PaperMC/Paper@7171d29 [ci skip] Mention CAN_PLACE/CAN_BREAK component in ItemMeta (#12559) PaperMC/Paper@6f73e62 Add getPickItemStack (#12552) PaperMC/Paper@ce0fa4c Replace old version command with brigadier equivalent (#12502) PaperMC/Paper@fa360aa Add some missing annotations and an incorrect one (#12204) PaperMC/Paper@113b18e Update paperweight and Gradle wrapper (#12573) PaperMC/Paper@f303a07 fix: Don't hardcode checks for translation registries (#12571) PaperMC/Paper@87349c3 Fix CombatTracker stale on death (#12562) PaperMC/Paper@b70bca6 Revert "fix: Don't hardcode checks for translation registries (#12571)" PaperMC/Paper@3efaf47 Add API for client-side signs (#11903) PaperMC/Paper@a3909f5 [ci skip] Fix bad format for jd @link (#12581) PaperMC/Paper@7774243 Add plugin details to zip file errors (#12580) PaperMC/Paper@220b57a Fixs and Improvements for EndermanEscapeEvent (#12570) PaperMC/Paper@b8fe22c Do not call EntityRemoveEvent during worldgen (#12588) PaperMC/Paper@ee3b405 Replace spigot check with generation check PaperMC/Paper@84ee424 Add Map filled event (#12574) PaperMC/Paper@b9d6ba2 Expose more data for MusicInstrument (#12415) PaperMC/Paper@a033e3b Fix ancient player custom name converter PaperMC/Paper@4765010 Improve error messages when PluginRemapper fails to initialize (#12598) PaperMC/Paper@6f31535 Add MCUtil#toLocation from Folia PaperMC/Paper@2ba1675 Replace deprecated Thread#getId usage with Thread#threadId