Package net.lcc.sollib.api.common.data.runtime.metadata


package net.lcc.sollib.api.common.data.runtime.metadata
  • Class
    Description
    Any data/resource pack file can be given additional metadata by putting a file with the same name and an added .sol next to it
    For example, yourmod:random/path/awesomefile.json reads its metadata from yourmod:random/path/awesomefile.json.sol in the same pack

    This metadata file allows defining things such as load conditions or dynamic remaps
    To add load conditions to a data/resource pack file, add a "load_condition" object to its metadata

    There currently are 5 types of conditions:
    - "dependency": Takes an extra mod argument.