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 3e5a2ce commit 584932bCopy full SHA for 584932b
src/main/java/org/spongepowered/api/data/Keys.java
@@ -2437,6 +2437,11 @@ public final class Keys {
2437
*/
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}
2442
+ */
2443
+ public static final Key<Value<ResourceKey>> MODEL = Keys.key(ResourceKey.sponge("model"), ResourceKey.class);
2444
+
2445
/**
2446
* The moisture value of a {@link BlockTypes#FARMLAND} {@link BlockState}.
2447
0 commit comments