We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724c551 commit dd8b5c8Copy full SHA for dd8b5c8
src/main/java/org/spongepowered/api/data/Keys.java
@@ -2438,9 +2438,9 @@ public final class Keys {
2438
public static final Key<Value<Ticks>> MIN_SPAWN_DELAY = Keys.key(ResourceKey.sponge("min_spawn_delay"), Ticks.class);
2439
2440
/**
2441
- * Location for the model of an {@link ItemStack}
+ * Location of the resource pack model for an {@link ItemStack}.
2442
*
2443
- * @see <a href="https://minecraft.wiki/w/Data_component_format#item_model">The item_model data component</a>
+ * @see <a href="https://minecraft.wiki/w/Model">Model</a>
2444
*/
2445
public static final Key<Value<ResourceKey>> MODEL = Keys.key(ResourceKey.sponge("model"), ResourceKey.class);
2446
0 commit comments