-
Notifications
You must be signed in to change notification settings - Fork 0
Home
autumn edited this page Aug 17, 2025
·
1 revision
Welcome to the Datapack Toolkit wiki!
If you need information on how to create a custom config for your pack, see the sidebar on the right.
Datapack Toolkit uses "fuzzy" path matching by default. This means that, in any given context, when providing a path to a file, Datapack Toolkit will match all files that match that path, not just the first one. This behaviour is done to account for files in pack overlays or other files that are somehow buried in different parts of the archive.
If you want to refer to one specific file, add ./
in front of the file path. In this case the path must be provided in its entirety.
This does not apply if it's specified that the path must be to a single file (like in the case of an image widget)