Skip to content

Commit

Permalink
Fixed incorrect default cat variant
Browse files Browse the repository at this point in the history
  • Loading branch information
nyuppo committed Apr 18, 2024
1 parent c78747c commit fb6e4b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private void onCreateChild(ServerWorld world, PassiveEntity entity, CallbackInfo
}

private MobVariant getDefaultVariant() {
return new MobVariant(MoreMobVariants.id("tabby"), 1);
return new MobVariant(new Identifier("tabby"), 1);
}
}

Expand Down

0 comments on commit fb6e4b1

Please sign in to comment.