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 584932b commit 724c551Copy full SHA for 724c551
src/main/java/org/spongepowered/api/data/Keys.java
@@ -2439,6 +2439,8 @@ public final class Keys {
2439
2440
/**
2441
* 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>
2444
*/
2445
public static final Key<Value<ResourceKey>> MODEL = Keys.key(ResourceKey.sponge("model"), ResourceKey.class);
2446
0 commit comments