-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Using #file: with content above it creates erroneous files that are placed in the root data pack directory.
Example:
#Header#
#file: ./x
/say hi
#file: ./y
/say helloWhen compiled, the following occurs:
Generated #Header#.mcfunction
Generated .//data/DATAPACK/functions/x.mcfunction
Generated .//data/DATAPACK/functions/y.mcfunctionThe content above the first #file should either be:
- disregarded, or
- compiled to a folder in its local directory with the same name as the mcscript filename. E.g., if the example above was in file
A.mcscriptit should be compiled to.//data/DATAPACK/functions/A.mcfunction, not./#Header#.mcfunction.
Metadata
Metadata
Assignees
Labels
No labels