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
Copy file name to clipboardExpand all lines: docs/nova/addon/items/item-behaviors.md
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,10 @@ You can create a custom item behavior by implementing the `ItemBehavior` interfa
14
14
There, you'll be able to override `baseDataComponents`, which are the default
15
15
[data components](https://minecraft.wiki/w/Data_component_format) of `NovaItems` with that behavior.
16
16
17
-
Alternatively, you can also override `defaultPatch`, which is the default component patch that will be present
18
-
on all item stacks of `NovaItems` with that behavior.
19
-
20
17
### Vanilla material properties
21
18
22
19
Some functionality can not yet be achieved by using data components, as it is still bound to the vanilla item type.
23
-
As such, you can specify [VanillaMaterialProperties](https://nova.dokka.xenondevs.xyz/nova/xyz.xenondevs.nova.world.item.vanilla/-vanilla-material-property/index.html)
20
+
For such cases, you can specify [VanillaMaterialProperties](https://nova.dokka.xenondevs.xyz/nova/xyz.xenondevs.nova.world.item.vanilla/-vanilla-material-property/index.html)
0 commit comments