# Functions
MustReadPath compiles a resource pack found at the path passed.
MustReadURL downloads a resource pack found at the URL passed and compiles it.
Read parses an archived resource pack written to a raw byte slice passed.
ReadPath compiles a resource pack found at the path passed.
ReadURL downloads a resource pack found at the URL passed and compiles it.
# Structs
Dependency describes a pack that this pack depends on in order to work.
Header is the header of a resource pack.
Manifest contains all the basic information about the pack that Minecraft needs to identify it.
Metadata contains additional information about the pack that is otherwise optional.
Module describes a module that comprises the pack.
Pack is a container of a resource pack parsed from a directory or a .zip archive (or .mcpack).
# Type aliases
Capability is a particular feature that the pack utilises of that isn't necessarily enabled by default.