If you'd like to see existing mods come to the Bedrock platform, please contact the talented community creators of these mods and ask them to take a look at the modding API documentation at http://aka.ms/minecraftaddons Bugs, requests for specific existing mods, feature lists, and support issues will be removed. Please put mashup requests and copyrighted content requests in Marketplace.

38

Pack format ranged version numbers

4 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink

    Pleaseee I need this

  • 2
    Registered User commented
    Comment actions Permalink

    yes please it'd be helpfull to just be able to make pack_format: 3, 6, for example

  • 1
    Registered User commented
    Comment actions Permalink

    i agree, since my resource pack works on all versions after 1.8. it would be super useful to just type in 2,3,4,5,6,7,8,9; since it works on 1.9-1.19 (as of the wild update)

  • 0
    Registered User commented
    Comment actions Permalink

    It was added!
    23w31a:
    Pack metadata now includes an optional field supported_formats which describes a range for pack formats that this pack supports. Packs can now contain overlay directories ("overlays").

    Example:
    "supported_formats": {"min_inclusive": 16, "max_inclusive": 24}