Skip to content

Commit

Permalink
Added a package for modloaders (fabric only for now).
Browse files Browse the repository at this point in the history
  • Loading branch information
mindstorm38 committed Apr 25, 2021
1 parent 8af1777 commit 3291a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
PACKAGES = {
"standard": ("portablemc.py",),
"richer": ("portablemc.py", "addons/richer/*"),
"scripting": ("portablemc.py", "addons/richer/*", "addons/scripting/*")
"scripting": ("portablemc.py", "addons/richer/*", "addons/scripting/*"),
"modloaders": ("portablemc.py", "addons/richer/*", "addons/modloader_fabric/*")
}


Expand Down

0 comments on commit 3291a69

Please sign in to comment.