Skip to content

Commit

Permalink
Add a link to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
avaruus1 committed Nov 8, 2024
1 parent 584932b commit 724c551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/spongepowered/api/data/Keys.java
Original file line number Diff line number Diff line change
Expand Up @@ -2439,6 +2439,8 @@ public final class Keys {

/**
* Location for the model of an {@link ItemStack}
*
* @see <a href="https://minecraft.wiki/w/Data_component_format#item_model">The item_model data component</a>
*/
public static final Key<Value<ResourceKey>> MODEL = Keys.key(ResourceKey.sponge("model"), ResourceKey.class);

Expand Down

0 comments on commit 724c551

Please sign in to comment.