Skip to content

Commit

Permalink
chore: update from api-13
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Harris-Rouquette <[email protected]>
  • Loading branch information
gabizou committed Nov 22, 2024
2 parents 15e9b4d + d4641e1 commit 4220ac0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/spongepowered/api/data/Keys.java
Original file line number Diff line number Diff line change
Expand Up @@ -2437,6 +2437,13 @@ public final class Keys {
*/
public static final Key<Value<Ticks>> MIN_SPAWN_DELAY = Keys.key(ResourceKey.sponge("min_spawn_delay"), Ticks.class);

/**
* Location of the resource pack model for an {@link ItemStack}.
*
* @see <a href="https://minecraft.wiki/w/Model">Model</a>
*/
public static final Key<Value<ResourceKey>> MODEL = Keys.key(ResourceKey.sponge("model"), ResourceKey.class);

/**
* The moisture value of a {@link BlockTypes#FARMLAND} {@link BlockState}.
*/
Expand Down

0 comments on commit 4220ac0

Please sign in to comment.