Update patches to latest 1.21.4 #1

Merged
Chaoscaot merged 242 commits from update/1.21.4 into main 2025-04-23 22:27:11 +02:00
Showing only changes of commit db2aa1803d - Show all commits

View File

@@ -22,6 +22,8 @@ import org.jspecify.annotations.NullMarked;
* <pre>{@code * <pre>{@code
* class YourBootstrapClass implements PluginBootstrap { * class YourBootstrapClass implements PluginBootstrap {
* *
* public static final TagKey<ItemType> AXE_PICKAXE = TagKey.create(RegistryKey.ITEM, Key.key("papermc:axe_pickaxe"));
*
* @Override * @Override
* public void bootstrap(BootstrapContext context) { * public void bootstrap(BootstrapContext context) {
* LifecycleEventManager<BootstrapContext> manager = context.getLifecycleManager(); * LifecycleEventManager<BootstrapContext> manager = context.getLifecycleManager();