7.44. fabric:profile-import
Abstract
imports a profile from the specified location
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
fabric:profile-import
{
ProfileSource
}
Description Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The
fabric:profile-import
command allows you to import profiles stored in the form of ZIP files.
The ZIP files can be accessed using a URL:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
fabric:profile-import /path/to/profile/location/profiles.zip
fabric:profile-import /path/to/profile/location/profiles.zip
Or you can use maven coordinates instead of a URL:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
fabric:profile-import mvn:com.foo/location/1.0/profile/profiles.zip
fabric:profile-import mvn:com.foo/location/1.0/profile/profiles.zip
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Table 7.44, “fabric:profile-import Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
ProfileSource | The location of the profile to be imported. |