![]() |
VOOZH | about |
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] } } |