-
Notifications
You must be signed in to change notification settings - Fork 0
Pack Profile Properties
These properties define how to generate the resource packs root pack.mcmeta
file.
pack.format = int [1-5]
The required version of the resource pack.
pack.description = text
The optional description of the resource pack displayed to the end-user.
pack.tags = text
An optional tag line to append to the description.
output.format = <type>
Specifies a common encoding format to use for writing output textures; see PBR Formats for more information.
output.encoding = <type>
The image encoding to use when writing output textures; see Image Encoding for supported values. The default value is png
.
texture.size = <value>
Resizes all output textures by width to the specified value, maintaining aspect-ratio for animated frames. Currently applied to all textures but will be separated by block/entity/etc in next release.
texture.scale = value
Resizes all output textures by width to the specified percentage, maintaining aspect-ratio for animated frames. Currently applied to all textures but will be separated by block/entity/etc in next release. Default value is 1.0
.
sampler = <type>
The type of sampler to use when resizing images. See Texture Samplers for available values. The default value is bicubic
.