Closed lottuce-yami closed 6 days ago
Thanks for the report and the Minecraft wiki changelog link. 1.21 did indeed change the directory layout of datapacks a bit, causing the problems you describe. I'll eventually fix this.
The commit that closed this issue should fix the reported problem! If anyone's interested, please feel try out the latest unstable builds and let us know how the fix works for you. This fix is expected to make it to the next stable release, but such stable release was not published yet, so that's why unstable builds should be used to test it for now.
Distribution
Windows executable
Bug description
In 1.21 version of Minecraft, various folders in the data pack structure were renamed - source (Minecraft Wiki). However, PackSquash simply skips files in those folders and makes the data pack unusable.
Reproduction steps
.mcfunction
files in thedata/*/function/
.Expected behavior
Files from the renamed folders should get copied to the target pack.
Attached files
Example 1.21 data pack - example.zip
Additional context
The program can check for the pack version and use different paths if the version is
48
(source) or higher.