Skip to content

Commit dd8b5c8

Browse files
committed
Update MODEL Javadoc
1 parent 724c551 commit dd8b5c8

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,9 +2438,9 @@ public final class Keys {
24382438
public static final Key<Value<Ticks>> MIN_SPAWN_DELAY = Keys.key(ResourceKey.sponge("min_spawn_delay"), Ticks.class);
24392439

24402440
/**
2441-
* Location for the model of an {@link ItemStack}
2441+
* Location of the resource pack model for an {@link ItemStack}.
24422442
*
2443-
* @see <a href="https://minecraft.wiki/w/Data_component_format#item_model">The item_model data component</a>
2443+
* @see <a href="https://minecraft.wiki/w/Model">Model</a>
24442444
*/
24452445
public static final Key<Value<ResourceKey>> MODEL = Keys.key(ResourceKey.sponge("model"), ResourceKey.class);
24462446

0 commit comments

Comments
 (0)