diff --git a/docs/paper/dev/api/registries.mdx b/docs/paper/dev/api/registries.mdx index 5417431a..27edb308 100644 --- a/docs/paper/dev/api/registries.mdx +++ b/docs/paper/dev/api/registries.mdx @@ -148,7 +148,7 @@ public class TestPluginBootstrap implements PluginBootstrap { ### Modifying existing entries Modification of existing entries is useful for plugins that aim to change the way Vanilla entries -behave. For this the `entryAdd` lifecycle event. +behave. For this, use the `entryAdd` lifecycle event. The event is called for *any* entry added to a registry, however the API provides an easy way to target a specific entry for modification. The following example shows how to increase the maximum level of the sharpness enchantment.