Commit Graph

13 Commits

Author SHA1 Message Date
Jake Potrebic 5632210f10
add RegistryAccess for managing registries (#10154)
* add RegistryAccess for managing registries

* add missing types to key data generator

* fix some stuff

* Add RegistryKeys for all other non-server-backed registries

* fix tests

* remove Experimental annotations
2024-05-04 11:22:35 -07:00
Noah van der Aa 44ee092878
1.20.6 (#10623) 2024-04-30 00:16:07 +02:00
Jake Potrebic 3e90a19183
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:
304e83eb PR-1002: Improve documentation and implementation of getMaxStackSize
e8215ea2 SPIGOT-7638: Library loader does not seem to resolve every dependency
79c595c0 SPIGOT-7637: Bad logic in checking nullability of AttributeModifier slots

CraftBukkit Changes:
91b1fc3f1 SPIGOT-7644: Fix ItemMeta#getAsString
4e77a81e1 SPIGOT-7615: PlayerLeashEntityEvent cancelled eats lead
996f660f3 Do not remove leash knot if leasing to an existing leash knot gets cancelled
f70367d42 SPIGOT-7643: Fix inverted leash event cancelled usage and remove leash knot if no entity gets leashed
7ddb48294 SPIGOT-7640: Abnormal jumping height of wind charge
080c8711e SPIGOT-7639: Incoming plugin channels not working
ad549847e Open a direct connection instead of pinging mojang server to check if it is reachable
38e2926c5 SPIGOT-7365: DamageCause blocked by shield should trigger invulnerableTime
2024-04-27 18:00:01 -07:00
Jake Potrebic 53d8edd756
properly check for experimental stuff in generator 2024-04-27 14:32:35 -07:00
Lulu13022002 af97400701
update generator 2024-04-27 22:32:16 +02:00
Jason Penilla d2ef0622c9
generator fix 2024-04-25 19:09:21 -07:00
Jason Penilla a244281287
Replace VanillaGradle use and update generated API 2024-04-25 18:40:50 -07:00
Lulu13022002 acf838f535
Backport some stuff from the generators branch (#10365) 2024-04-06 14:51:47 -07:00
Owen 848a3960f6
Add mob goal generator (#9980) 2024-01-15 14:36:10 -05:00
Jake Potrebic 3434a6fc66
Update key gen for 1.20.4 (#10015) 2023-12-10 10:25:01 -08:00
Jason Penilla 930a24f965
1.20.4 2023-12-07 13:27:28 -07:00
Jason Penilla b89fff0490
Update generated API 2023-12-05 14:36:33 -07:00
Jake Potrebic 96d5e6ca48
Code Generation for TypedKeys (#9233)
Currently includes generated key holder classes for types
used in the Registry Modification API
2023-11-22 20:56:28 -08:00