VOOZH about

URL: https://minecraft.wiki/w/Template:Pack.mcmeta

⇱ Template:Pack.mcmeta – Minecraft Wiki


Template:Pack.mcmeta

From Minecraft Wiki
Jump to navigation Jump to search
Documentation[view] [edit] [history] [purge]

Used to generate a pack.mcmeta template. Params:

  • |1= (optional): a text component, value of description. If empty, it will show "".
  • |2= (required): the first pack format supported.
  • |3= (optional): the last pack format supported, unless it is the same as |2=.
  • |type= (optional):
|type=old {{pack.mcmeta|"hello"|20|type=old}}:
{
"pack":{
"description":"hello",
"pack_format":20
}
}
|type=new {{pack.mcmeta||65.2|70.1|type=new}}:
{
"pack":{
"description":"",
"min_format":[65,2],
"max_format":[70,1]
}
}
|type=, without the above values {{pack.mcmeta||60|65.2}}:
{
"pack":{
"description":"",
"pack_format":65,
"supported_formats":[60,65],
"min_format":60,
"max_format":[65,2]
}
}
[view] [edit] [history] [purge]The above documentation is transcluded from Template:Pack.mcmeta/doc.
Retrieved from "https://minecraft.wiki/w/Template:Pack.mcmeta?oldid=3389785"

Navigation menu