You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`RecipeArgument`](./argument_recipe.md)| The cast type changes depending on your Minecraft version:<br><ul><li>Version 1.14.4 and below:<br />`org.bukkit.inventory.Recipe`</li><br /><li>1.15 and above:<br />`org.bukkit.inventory.ComplexRecipe` </li></ul> |
Copy file name to clipboardExpand all lines: docssrc/src/intro.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Here's the list of changes to the documentation between each update. You can vie
41
41
42
42
- Adds [Velocity](./velocity_intro.md) page to outline how to setup the CommandAPI for Velocity
43
43
- Updates [Potion effect arguments](./argument_potion.md) to include examples for the newly added `NamespacedKey` variant for the `PotionEffectArgument`
44
+
- Updates [Arguments](./arguments.md) to list the newly added `PotionEffectArgument.NamespacedKey` argument
0 commit comments