Skip to content

Commit

Permalink
v2: Re-use Forge ID to allow mod downloader on MMC launcher type variant
Browse files Browse the repository at this point in the history
  • Loading branch information
KorewaLidesu committed Jan 29, 2024
1 parent 7d55deb commit 3b11c4b
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -66,7 +66,7 @@

# Create patch file for Cleanroom
print('---> Create patch file for Cleanroom')
cleanroom_patches_output_path = os.path.join(output_path, 'patches', 'com.cleanroommc.json')
cleanroom_patches_output_path = os.path.join(output_path, 'patches', 'net.minecraftforge.json')
installer_patches_path = os.path.join(cache_path, 'installer', 'version.json')

with (open(installer_patches_path, 'r') as __in,
Expand Down
Binary file modified template/template.zip
Binary file not shown.

0 comments on commit 3b11c4b

Please sign in to comment.