Lantern icon indicating copy to clipboard operation
Lantern copied to clipboard

Minecraft 1.13 - Datapacks

Open Cybermaxke opened this issue 8 years ago • 0 comments

Implementing the WIP datapacks API https://github.com/SpongePowered/SpongeAPI/pull/1706

Different kind of paths: path/to/file.txt The namespace is unknown and will default to minecraft:path/to/file.txt path/to/directory The namespace is unknown and will default to minecraft:path/to/directory :path/to/file.txt (*:path/to/file.txt) The namespace is a wildcard, alternatively use * as namespace. Matches the first/all the files with the given path for every available namespace. :path/to/directory (*:path/to/directory) The namespace is a wildcard, alternatively use * as namespace. Matches the all the files within the given directory for every available namespace. namespace:path/to/file.txt A regular namespaced file path. namespace:path/to/directory A regular namespaced directory path.

Cybermaxke avatar Jan 06 '18 17:01 Cybermaxke