aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0243-Add-RegistryAccess-for-managing-registries.patch
AgeCommit message (Collapse)Author
2024-05-09Use internals for getting block/entity countstimings/use-internalsShane Freeder
For a long time I've been meaning to move some of this logic internally as this would allow us to avoid hitting systems like block state snapshots which can create issues as many of the spigot implementations of this stuff are increasingly broken, leading to unexpected crashes during ticking, even if the API cannot properly interact with these such states/items, it's generally more preferable to not crash the server in the course, and just let those interactions fail more gracefully.
2024-05-04add RegistryAccess for managing registries (#10154)Jake Potrebic
* 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