Skip to content

Commit

Permalink
Add empty region folder to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
NeunEinser committed Dec 6, 2023
1 parent a5f4892 commit 976c83f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neunscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def main():
shutil.move(worldpath, worldpath + "-" + variant)
worldpath += "-" + variant

os.mkdir(f"{worldpath}{os.sep}region")
shutil.copy2(rppath, f"{worldpath}{os.sep}resources.zip")
os.mkdir(f"{worldpath}{os.sep}datapacks")
shutil.copy2(dppath, f"{worldpath}{os.sep}datapacks{os.sep}{name}.zip")
Expand Down

0 comments on commit 976c83f

Please sign in to comment.