Skip to content

Commit 724c551

Browse files
committed
Add a link to the wiki
1 parent 584932b commit 724c551

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/org/spongepowered/api/data

1 file changed

+2
-0
lines changed

src/main/java/org/spongepowered/api/data/Keys.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2439,6 +2439,8 @@ public final class Keys {
24392439

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

0 commit comments

Comments
 (0)