Commit Graph
100 Commits
Author SHA1 Message Date
Jake Potrebic 5f8843665b bale o' patches 2022-06-08 01:00:56 -07:00
Jake Potrebic 6e709b7e45 Updated Upstream (Bukkit/CraftBukkit/Spigot)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
4b08dbc5 PR-752: Make Leaves Waterlogged
de323fc9 Downgrade dependency version

CraftBukkit Changes:
c3f219edb Fix missing abstract in CraftLeaves
886e6d8c8 SPIGOT-7038: Setting title or subtitle to empty string causes the player to disconnect
6c302a5e3 Make Leaves Waterlogged
53b681be5 Downgrade dependency version

Spigot Changes:
ee737122 Fixed system messages shown in action bar
f343df82 SPIGOT-7036: Don't use CHAT message type
63a06049 SPIGOT-7035: Actionbar Sending in Main Chat
2022-06-08 00:49:02 -07:00
Jake Potrebic da97ab094f batch o' patches 2022-06-08 00:40:34 -07:00
Jake Potrebic 88d7a4ed1d bag o' patches 2022-06-08 00:30:41 -07:00
Jake Potrebic 2bfe9eca4d bouquet o' patches 2022-06-07 23:25:32 -07:00
Jake Potrebic c972a4898f bundle o' patches 2022-06-07 23:06:17 -07:00
Jake Potrebic 294026345e bunch o' patches 2022-06-07 22:46:52 -07:00
Jake Potrebic 9596c37668 a bunch more patches done 2022-06-07 22:02:19 -07:00
Jake Potrebic 25ec90e362 even moar patches 2022-06-07 21:39:43 -07:00
Jake Potrebic 194d219e0a moar patches 2022-06-07 21:22:42 -07:00
Jake Potrebic e8ece1a43a Fix more issues 2022-06-07 20:59:40 -07:00
Jake Potrebic b3afb6d9f4 few more server decompile fixes 2022-06-07 20:12:24 -07:00
Jake Potrebic 260e2e78d5 update reobf-mappings-patch.tiny 2022-06-07 19:56:15 -07:00
Jake Potrebic 9ced122cc9 Fix cook speed patch 2022-06-07 18:19:35 -07:00
Jake Potrebic f816947534 Fix CanPlaceOn/CanDestroy API issues 2022-06-07 18:13:05 -07:00
Jake Potrebic a4ed02355a temporary fixes for adventure chat 2022-06-07 16:49:14 -07:00
Jake Potrebic 8688604ee9 some server compile fixes 2022-06-07 14:48:09 -07:00
Jake Potrebic 5ef117c8a9 Fix even more errors 2022-06-07 14:15:14 -07:00
Jake Potrebic 60921838b7 Fix more errors 2022-06-07 14:01:12 -07:00
Jake Potrebic 34e618965c fix unmerged diff 2022-06-07 13:43:05 -07:00
Jake Potrebic da15f7cfbc API now compiles successfully 2022-06-07 13:31:10 -07:00
Jake Potrebic a22a744368 Fix some api compilation errors 2022-06-07 13:23:16 -07:00
Jake Potrebic 9b2964fe63 Fix treasure maps discovered settings (#7627) 2022-06-05 17:17:27 -07:00
Jake Potrebic 943212b776 Move some methods to RegionAccessor (#7635) 2022-06-05 13:51:44 -07:00
Jake Potrebic 7acc5223e6 throw exception if worlds are created while being ticked (#7653) 2022-06-04 14:48:24 -07:00
Jake Potrebic 9ae651a103 Remove incorrect throws javadoc in Team (#7869) 2022-06-02 22:05:42 -07:00
Jake Potrebic 5ba2f654eb Fix some nullability things (#7275) 2022-06-02 21:42:00 -07:00
Jake Potrebic f65eead418 Remove ChatColor usages (#7543) 2022-06-02 21:26:56 -07:00
Jake Potrebic d6784f22c1 Add translation keys to GameMode enum (#7081) 2022-06-01 18:30:29 -07:00
Jake Potrebic 63ffb7fd84 Implement Translatable on CreativeCategory (#7587) 2022-06-01 17:07:10 -07:00
Jake Potrebic 62f8950e86 Add default kick msg component (#6886) 2022-05-31 23:20:12 -07:00
Jake Potrebic 67275a04a7 Fix EntityEquipment and related javadocs (#7380) 2022-05-31 13:40:21 -07:00
Jake Potrebic 04acf65b3c Update the rewriteForIde for new cb package version (#7242) 2022-05-30 22:18:45 -07:00
Jake Potrebic cee484c458 Update default vanilla command perms (#7386) 2022-05-30 21:57:32 -07:00
Jake Potrebic 59cf38febb Remove unneeded UOE when copying biome sources (#7629) 2022-05-30 19:35:46 -07:00
Jake Potrebic dcbf48f33d Fix FurnaceInventory for smokers and blast furnaces (#7249) 2022-05-30 19:03:18 -07:00
Jake Potrebic 59e14e29d5 Fix OfflinePlayer#getBedSpawnLocation (#7861) 2022-05-30 18:42:51 -07:00
Jake Potrebic f0b4d5aa22 Fix cb's janky level name in WorldCreator (#7851) 2022-05-27 08:42:36 -07:00
Jake Potrebic a093b95db2 Provide ComponentSerializer services (#7527) 2022-05-26 12:12:14 -07:00
Jake Potrebic 75a1da666c Fix duplicate world keys via createWorld (#7614) 2022-05-26 10:59:53 -07:00
Jake Potrebic d119830727 Fix addPassenger for Marker (#7762) 2022-05-25 18:00:47 -07:00
Jake Potrebic 33c990bd9f Updated Upstream (CraftBukkit/Spigot) (#7848)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
95d233dc SPIGOT-1807: PlayerTeleportEvent is called twice

Spigot Changes:
b0819150 PR-116: Slightly reduce item merge radius in Y-direction
ef2aa765 PR-119: Fix off-by-one and allow disabling max-tnt-per-tick option
2022-05-25 12:21:51 -07:00
Jake Potrebic 85db1f6205 Remove incorrect parent perm from debugstick.always (#7846) 2022-05-23 21:09:20 -07:00
Jake Potrebic 0a5d5f730d Fix more upstream javadocs (#7837) 2022-05-20 09:57:07 -07:00
Jake Potrebic add89bc675 deprecate old MaterialData api (#7585) 2022-05-15 19:33:03 -07:00
Jake Potrebic 8c090d95af Fix cancelling PlayerItemFrameChangeEvent (#7761) 2022-05-09 17:22:57 -07:00
Jake Potrebic e30a750e25 Remove unneeded patch (#7806) 2022-05-09 11:22:43 -07:00
Jake Potrebic 7483a45e55 Fix door breaking difficulty defaults for vindicator (#7795) 2022-05-07 11:38:15 -07:00
Jake Potrebic dfa6307b48 Deprecate duplicate SoundGroup API (#7509) 2022-04-30 13:44:22 -07:00
Jake Potrebic bce57808da Couple fixes/improvements to PlayerSetSpawnEvent (#6754) 2022-04-30 13:24:47 -07:00
Jake Potrebic 294bb1b03d fix powder snow cauldrons not turning to water (#7229) 2022-04-24 11:35:24 -07:00
Jake Potrebic 883d523cc7 Fix opening inv in PlayerRecipeBookClickEvent handler (#7552) 2022-04-23 18:48:00 -07:00
Jake Potrebic ea12aebb11 Fix some team color docs and added hasColor (#7602) 2022-04-23 18:37:10 -07:00
Jake Potrebic f5e81eab58 Fire CauldronLevelChange on initial fill (#7678) 2022-04-23 13:40:34 -07:00
Jake Potrebic d028efff04 Add EntityDyeEvent and CollarColorable interface (#7625) 2022-04-23 12:38:42 -07:00
Jake Potrebic d194acfa0d Add missing javadoc deprecation msgs for PlayerProfile (#7688) 2022-04-23 07:40:37 -07:00
Jake Potrebic c7930738d2 Trigger bee_nest_destroyed trigger in the correct place (#7436) 2022-04-22 18:17:14 -07:00
Jake Potrebic 149df9ebfc Fix NPE for BlockDataMeta#getBlockData (#7670) 2022-04-22 17:21:38 -07:00
Jake Potrebic c3c164aa66 Fix slime spawners not spawning outside slime chunks (#7741) 2022-04-16 11:32:20 -07:00
Jake Potrebic 1f665d8c9f Cache resource keys instead of trying to create them (#7643) 2022-04-02 18:10:13 -07:00
Jake Potrebic 98451ad73f Undeprecate Material#isLegacy (#7679) 2022-03-31 09:13:19 -07:00
Jake Potrebic 5c7b445c76 Remove KeyedObject interface (#7680) 2022-03-30 13:28:38 -07:00
Jake Potrebic ed9325cef0 fix player loottables running when mob loot gamerule is false (#7651) 2022-03-29 13:15:26 -07:00
Jake Potrebic 83cd94ea93 Updated Upstream (Bukkit/CraftBukkit) (#7672)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
7902647a PR-737: Update WorldCreator#generatorSettings docs
67556a50 PR-736: Update README

CraftBukkit Changes:
10922194 Java 18 support
d53c4fb6 PR-1039: Use correct ops in GeneratorSettings
a567e4ae PR-1038: Removed the no longer needed getChunkUnchecked method from ChunkProviderServer.
4ac8fcce SPIGOT-6980: Since 1.18.2, World#isChunkLoaded returned false for chunks that have just been loaded (e.g. inside ChunkLoadEvent).
e6cc7c70 PR-1035: Update README
3ec79a27 SPIGOT-5140: Call EntityChangeBlockEvent when a ChorusFlower is destroyed by a projectile
2022-03-29 01:32:18 -07:00
Jake Potrebic 4d70f4ee6f Deprecating remaining blockkey methods (#7638) 2022-03-21 11:06:42 -07:00
Jake Potrebic bdb0f73b6b Fix generator settings string for flat-type worlds (#7568) 2022-03-21 11:06:26 -07:00
Jake Potrebic 3ba5473d61 Updated Upstream (CraftBukkit) (#7624)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
e9f972d6 Improve CreativeCategory conversion
c2698249 PR-1034: Fix exception on init of CraftCreativeCategory
f48739ca Add tests for material creative categories
2022-03-19 02:33:49 -07:00
Jake Potrebic 2f393a5bdd Added method to check snapshot state of TileStates (#7325) 2022-03-16 18:28:06 -07:00
Jake Potrebic f258c4f2e9 fix datapacks not being able to modify nether/end (#7588) 2022-03-16 17:54:52 -07:00
Jake Potrebic d3087536e9 Updated Upstream (Bukkit/CraftBukkit) (#7604)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
33a2b476 PR-734: Make PlayerInventory#getItem Nullable

CraftBukkit Changes:
953d3ddc SPIGOT-3034: PlayerKickEvent.setLeaveMessage(String) doesn't actually do anything
2c47af0c SPIGOT-6963: CraftMetaBlockState#getBlockState applied TileEntity ids without the minecraft namespace prefix.
2022-03-16 08:57:51 -07:00
Jake Potrebic b3d700c8c2 Fix CreativeCategory API (#7586) 2022-03-12 15:32:42 -08:00
Jake Potrebic 31255d3db4 Add method to set noclip on arrows (#7263) 2022-03-06 13:19:08 -08:00
Jake Potrebic 4dcdc0e502 Fix cancelling ProjectileHitEvent for piercing arrows (#7492) 2022-03-05 12:45:57 -08:00
Jake Potrebic 1641e0c524 Add StructuresLocateEvent as replacement for StructureLocateEvent (#7524) 2022-03-04 00:09:43 -08:00
Jake Potrebic 1206876451 Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
e25c6a75 PR-638: Add CreativeCategory API for Materials

CraftBukkit Changes:
86292d3e0 PR-876: Add CreativeCategory API for Materials
2022-03-03 10:21:48 -08:00
Jake Potrebic f52a4014b8 Fix various 1.18.2 update issues (#7523) 2022-03-01 14:40:34 -08:00
Jake Potrebic a125e69768 Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
6e755020a SPIGOT-6952: Tag#isTagged throws NullPointerException in 1.18.2
2022-03-01 14:05:10 -08:00
Jake Potrebic 35ee1fdded address failing mob goals test 2022-02-28 19:29:50 -08:00
Jake Potrebic 8f22d521eb move decompile fixes to start of git history 2022-02-28 19:25:13 -08:00
Jake Potrebic 69c43d23f4 clean up view distance api diff 2022-02-28 19:00:17 -08:00
Jake Potrebic 287dcb2ff9 clean up patch changes 2022-02-28 18:36:51 -08:00
Jake Potrebic b30d2499c6 re-add config for stronghold seed patch 2022-02-28 17:08:53 -08:00
Jake Potrebic 753ac9ce84 fixed flat bedrock patch 2022-02-28 16:47:11 -08:00
Jake Potrebic 1253019c0c Readd 'Fix entity type tags suggestions in selectors' 2022-02-28 14:16:17 -08:00
Jake Potrebic f1dee4ff69 1.18.2 compiles successfuly now 2022-02-28 14:02:20 -08:00
Jake Potrebic d8d13a67c4 moar fixes 2022-02-28 13:43:31 -08:00
Jake Potrebic b34f1fbdae Custom Potion Mixes (#6744) 2022-02-22 19:09:15 -08:00
Jake Potrebic 98559ea2b5 Option to have default CustomSpawners in custom worlds (#7493) 2022-02-22 18:44:06 -08:00
Jake Potrebic e989331cd4 Fix custom inventory holders (#6199) 2022-02-22 15:00:45 -08:00
Jake Potrebic 138fd85e5f Add missing block data mins and maxes (#6790) 2022-02-20 13:58:31 -08:00
Jake Potrebic 0707073df5 Configurable sculk sensor listener range (#6443) 2022-02-20 13:44:14 -08:00
Jake Potrebic f30c0d1b46 Furnace RecipesUsed API (#7399) 2022-02-19 14:00:33 -08:00
Jake Potrebic 82a3c96a4f Fix entity armor not showing on death animation (#7355) 2022-02-18 10:16:41 -08:00
Jake Potrebic bf59b03506 Add GameEvent tags (#6439) 2022-02-17 18:42:22 -08:00
Jake Potrebic b594948dc6 Fix cancelled snow bucket placement (#6751) 2022-02-12 05:56:27 -08:00
Jake Potrebic 04b89fb9e4 Fix issues with LimitedRegion (#7343)
These issues stemmed from Paper integrating new upstream API
that was duplicated by a lot of existing Paper API
2022-02-12 05:51:13 -08:00
Jake Potrebic 1ea50caf00 Make Panda implement Sittable (#7414) 2022-02-12 05:36:41 -08:00
Jake Potrebic ed735ba31f Updated Upstream (Bukkit/CraftBukkit) (#7428) 2022-01-31 15:56:54 -08:00
Jake Potrebic 51cd82371b Add STRUCTURE_TYPE registry entry (#6400) 2022-01-23 11:12:42 -08:00
Jake Potrebic 0c5c3e2248 More PotionEffectType API (#5737) 2022-01-23 10:42:38 -08:00