Skip to content

Commit

Permalink
Add Equipment Utils (From an item stack) for downstream usage, such a…
Browse files Browse the repository at this point in the history
…s Tweakeroo.
  • Loading branch information
sakura-ryoko committed Jan 9, 2025
1 parent d06c6cd commit e6e1b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod_version = SNAP
# Minecraft, Fabric Loader and API and mappings versions
minecraft_version_out = 25w02a
minecraft_version = 25w02a
mappings_version = 25w02a+build.4
mappings_version = 25w02a+build.5

fabric_loader_version = 0.16.10
mod_menu_version = 13.0.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,7 @@ public static Pair<RegistryKey<CatVariant>, DyeColor> getCatVariantFromNbt(@Nonn

if (variantKey == null)
{
// todo FrogVariant.TEMPERATE
variantKey = FrogVariant.field_37462;
variantKey = FrogVariant.TEMPERATE;
}

return variantKey;
Expand Down

0 comments on commit e6e1b72

Please sign in to comment.