Skip to content

Commit

Permalink
Update ModLoaderVariantRecord.ts
Browse files Browse the repository at this point in the history
Added BepInExPack_AmongUs to MODLOADER_PACKAGES
  • Loading branch information
x753 authored and anttimaki committed Feb 5, 2025
1 parent fa7faed commit fe891c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export const MODLOADER_PACKAGES = [
new ModLoaderPackageMapping("ReturnOfModding-ReturnOfModding", "ReturnOfModdingPack", PackageLoader.RETURN_OF_MODDING),
new ModLoaderPackageMapping("Hell2Modding-Hell2Modding", "ReturnOfModdingPack", PackageLoader.RETURN_OF_MODDING),
new ModLoaderPackageMapping("NotNet-GDWeave", "", PackageLoader.GDWEAVE),
new ModLoaderPackageMapping("BepInEx-BepInExPack_AmongUs", "BepInExPack_AmongUs", PackageLoader.BEPINEX),
];

const DEFAULT_MELONLOADER_MAPPING = [new ModLoaderPackageMapping("LavaGang-MelonLoader", "", PackageLoader.MELON_LOADER)];
Expand Down

0 comments on commit fe891c2

Please sign in to comment.