diff --git a/config.json b/config.json index 8ac467f7..a0d17cfc 100644 --- a/config.json +++ b/config.json @@ -3669,6 +3669,12 @@ "versions": [ "1.0.0" ] + }, + "limegradient.modprofiles": { + "verified": false, + "versions": [ + "1.0.0" + ] } } } \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/1.0.0/entry.json b/mods-v2/limegradient.modprofiles/1.0.0/entry.json new file mode 100644 index 00000000..b7baf405 --- /dev/null +++ b/mods-v2/limegradient.modprofiles/1.0.0/entry.json @@ -0,0 +1,15 @@ +{ + "commit-author": "LimeGradient", + "platforms": [ + "macos", + "windows", + "android32", + "android64" + ], + "mod": { + "download": "https://github.com/LimeGradient/ModProfiles/releases/download/v1.0.0/limegradient.modprofiles.geode", + "hash": "110b150a257718209083a94ec8277e00a378779d09018c0b84b04928d5b09150", + "hash256": "c80177474d509f5b99054798d9d1f9dbffa2e1e5d18f78b3f363bd50d2cd5a95" + }, + "tags": [] +} \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/1.0.0/mod.json b/mods-v2/limegradient.modprofiles/1.0.0/mod.json new file mode 100644 index 00000000..1682e418 --- /dev/null +++ b/mods-v2/limegradient.modprofiles/1.0.0/mod.json @@ -0,0 +1,18 @@ +{ + "geode": "2.0.0-beta.27", + "gd": { + "android": "2.205", + "win": "2.204", + "mac": "2.200" + }, + "version": "v1.0.0", + "id": "limegradient.modprofiles", + "name": "Mod Profiles", + "developer": "LimeGradient", + "description": "Share your mods with others!", + "resources": { + "sprites": [ + "resources/*.png" + ] + } +} \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/about.md b/mods-v2/limegradient.modprofiles/about.md new file mode 100644 index 00000000..67cdacbf --- /dev/null +++ b/mods-v2/limegradient.modprofiles/about.md @@ -0,0 +1,7 @@ +# Mod Profiles + +Share your mod list with other people! This mod allows you to send your friend a file that will allow them to get all the mods you have installed. + +This mod will require a internet connection to import profiles. + +For support, join the [Discord](https://discord.gg/44ANAhXz7r) \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/changelog.md b/mods-v2/limegradient.modprofiles/changelog.md new file mode 100644 index 00000000..03b8ee58 --- /dev/null +++ b/mods-v2/limegradient.modprofiles/changelog.md @@ -0,0 +1,2 @@ +# v1.0.0 +* Initial Release \ No newline at end of file diff --git a/mods-v2/limegradient.modprofiles/logo.png b/mods-v2/limegradient.modprofiles/logo.png new file mode 100644 index 00000000..da6b75b5 Binary files /dev/null and b/mods-v2/limegradient.modprofiles/logo.png differ