Skip to content

Commit

Permalink
Quoting...
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Apr 28, 2024
1 parent 8a16329 commit 6bd0cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
cleanroom_patches_output_path = os.path.join(output_path, 'patches', 'net.minecraftforge.json')
lwjgl_patches_output_path = os.path.join(output_path, 'patches', 'org.lwjgl3.json')
shutil.copyfile(
os.path.join(template_path, 'patches', "old_" if IS_MAIN else "" + 'net.minecraft.json'),
os.path.join(template_path, 'patches', ("old_" if IS_MAIN else "") + 'net.minecraft.json'),
os.path.join(output_path, 'patches', 'net.minecraft.json')
)
installer_patches_path = os.path.join(cache_path, 'installer', 'version.json')
Expand Down

0 comments on commit 6bd0cdf

Please sign in to comment.