diff --git a/src/data/export/project-readme.txt b/src/data/export/project-readme.txt index 1963018..663b246 100644 --- a/src/data/export/project-readme.txt +++ b/src/data/export/project-readme.txt @@ -8,8 +8,8 @@ | | +-------------------------------------+ -You can safely edit files in this folder, -but be careful to preserve the directory structure. +You can safely edit files in this folder, but be careful +to preserve the directory structure. RPW allows you to init a GIT repository here, which can be useful for co-op work or versioning your project. @@ -22,25 +22,30 @@ useful for co-op work or versioning your project. | +- custom_languages/ custom language files | - +- custom_sounds/ custom sounds (put your .ogg sound files here) + +- custom_sounds/ custom sounds (put your .ogg files here) | - +- extra_files/ extra files to be included in the exported .zip - | (your Readme, License etc) + +- extra_files/ extra files to be included when exporting + | -- anything you want in the final ZIP file. | - +- project_files/ project files that replace Vanilla ones + +- project_files/ RPW project files that replace Vanilla ones + | You can add new files here, and RPW will + | recognize them if they're in the right place. | - +- languages.json custom language config files | - +- pack.png pack icon shown in Minecraft + +- pack.png resource pack icon, shown in Minecraft | - +- properties.cfg project config file + +- properties.cfg RPW project config file + | + +- languages.json custom languages config files | +- sounds.json custom sounds config file | +- sources_files.cfg tree leaves config file | +- sources_groups.cfg tree groups config file + + +Don't edit the config files by hand, it can corrupt your project. - End of file. - \ No newline at end of file + End of file. \ No newline at end of file