Commit graph

1000 commits

Author SHA1 Message Date
Jake Potrebic
2168417373 Move to configurate for paper.yml (#7609) 2022-06-09 01:51:45 -07:00
Jake Potrebic
130e8c090b fallback to default locate logic if no API found 2022-06-08 13:42:54 -07:00
Noah van der Aa
5a7519440e (1.19) Make timings link clickable (#7897) 2022-06-08 22:27:24 +02:00
Owen1212055
da6d6a433d Add missing spawn eggs (#7896) 2022-06-08 16:25:47 -04:00
Nassim Jahnke
7b0c67ff2e Slightly untrash Spigot chat handling
Vanilla technically allows chat messages with starting slashes now,
Spigot still accepts them as commands, most likely due to being too
lazy to properly differentiate between chat and command intent in
their implementation. This disallows modified clients to send chat
messages with slashes and makes sure chat validation always happens
on the netty event loop, rather than there and possibly being moved
to the main thread, thus having the delayed handling cause a bad
process order of message ids.
2022-06-08 21:42:49 +02:00
Owen1212055
113a6b72c2 Dont resent entity on art update (#7887) 2022-06-08 15:25:15 -04:00
Jake Potrebic
f823b12e0a Fix structures issues/api (#7895) 2022-06-08 12:00:19 -07:00
Owen1212055
f136fe47a3 Wrap NBTOps in RegistryOps (#7892) 2022-06-08 14:25:39 -04:00
Jake Potrebic
2b1b40b4f5 correct patch description 2022-06-08 11:06:48 -07:00
Nassim Jahnke
ad33904828 Remove no longer needed patch 2022-06-08 20:06:04 +02:00
Nassim Jahnke
39333c8c38 Only send empty chunk when player is dead
Currently not needed at all with chunk rewrites not yet updated, but considering it's only actually needed for dead players, no need to fuck up a chunk without the future applied patch
2022-06-08 19:50:57 +02:00
Noah van der Aa
f81addfd7f Port Fix missing chunks due to integer overflow to 1.19 (#7891) 2022-06-08 19:39:07 +02:00
Nassim Jahnke
58ff3159f6 Remove level propagator patch for now 2022-06-08 19:33:07 +02:00
Space Walker
6b2978aea0 Update Alternate Current patch (#7890) 2022-06-08 19:29:34 +02:00
Owen1212055
79fb78d5b2 Check if is light status or above / isLightOn / starlight version fits (#7888) 2022-06-08 12:32:49 -04:00
Nassim Jahnke
6491bdb641 Fix tests (again?) 2022-06-08 18:18:49 +02:00
Nassim Jahnke
f05d39d100 Reorder some patches 2022-06-08 18:13:02 +02:00
Owen1212055
4af51f89ea Remove painting desync (#7886) 2022-06-08 11:45:54 -04:00
MiniDigger | Martin
3a26886e65 fix reobf issues around randomsource impls
prolly should be fixed in a mapping patch instead but I don't wanna
2022-06-08 17:43:25 +02:00
Nassim Jahnke
ce4dbaa014 Fix tests 2022-06-08 17:31:27 +02:00
Jake Potrebic
f07398f8ae Add back fix swamp hut deadlock patch 2022-06-08 07:58:51 -07:00
Nassim Jahnke
36a88ba4f0 IT COMPILES BOIS 2022-06-08 16:50:14 +02:00
Nassim Jahnke
62fe743a58 Fix 2022-06-08 16:46:39 +02:00
Jake Potrebic
392f66f653 Add back Fix locateNearestStructure patch 2022-06-08 07:46:01 -07:00
Jake Potrebic
011d16bd88 Add back Fix NotePlayEvent patch 2022-06-08 07:36:43 -07:00
Jake Potrebic
aefc7991df add back removed kelp modifier patch 2022-06-08 07:29:32 -07:00
Nassim Jahnke
3cd8d0c681 More compilation error fixes 2022-06-08 16:24:55 +02:00
Nassim Jahnke
0da6d1d498 Compilation error fixes 2022-06-08 15:59:48 +02:00
Owen1212055
92f5ec1d15 Use biome source method to prevent loading chunks (#7885) 2022-06-08 09:57:04 -04:00
Noah van der Aa
88ca48c121 Moar 1.19 fixes (#7884) 2022-06-08 15:38:56 +02:00
Nassim Jahnke
dcb23664a3 More more more more more more more more more more more patches 2022-06-08 15:36:56 +02:00
Nassim Jahnke
7c319bce76 More more more more more more more more more more patches 2022-06-08 15:12:28 +02:00
Owen1212055
bf30d497ba Misc fixes (#7883) 2022-06-08 09:03:33 -04:00
Nassim Jahnke
4d7d4e996e More more more more more more more more more patches 2022-06-08 14:33:46 +02:00
MiniDigger | Martin
a6a4cd6b84 more misc compile fixes 2022-06-08 14:19:54 +02:00
MiniDigger | Martin
80c50e91d4 Add missing DataConverter and fix some imports
not fully sure those imports (or well, those classes being outside of the mc package) are right, but who cares 🤷
2022-06-08 14:01:30 +02:00
Nassim Jahnke
d9a947b54c Things, and Starlight (maybe) 2022-06-08 13:44:30 +02:00
Nassim Jahnke
7feebbe413 Things, and DataConverter (maybe) 2022-06-08 13:12:14 +02:00
Nassim Jahnke
9b7e6a1a04 More more more more more more more more patches 2022-06-08 12:40:44 +02:00
Nassim Jahnke
428127a055 More more more more more more more patches 2022-06-08 12:20:57 +02:00
Nassim Jahnke
a26fb3e49a More more more more more more patches 2022-06-08 11:31:06 +02:00
Noah van der Aa
535fb2d726 Misc. 1.19 fixes (#7881) 2022-06-08 10:45:59 +02:00
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