Skip to main content

Texture Metadata Generation

Generator ID: dynamic_asset_generator:texture_meta

Format:

{
"type" : "dynamic_asset_generator:texture_meta",
"sources" : [
"namespace:texture_path1",
"namespace:texture_path2"
]
"output_location" : "namespace:texture_path",
"animation" : {
"frametime" : 300,
"interpolate" : true,
"width" : 16,
"height" : 16,
},
"villager" : {
"hat" : "partial"
},
"texture" : {
"blur" : true,
"clamp" : false
}
}

This generator generates a .png.mcmeta file for a texture at output_location based on a series of other textures specified in sources.

animation, villager, and texture, along with all their arguments, are optional; if not provided, they will either be excluded if appropriate of inherited from the source textures if present.

The arguments of villager, animation, and texture allow the corresponding arguments in the .png.mcmeta to be overridden instead of inherited.