diff --git a/input-locations.json b/input-locations.json index 83129799..5800c539 100644 --- a/input-locations.json +++ b/input-locations.json @@ -10,6 +10,11 @@ "urlZip": "https://github.com/keanuplayz/LeaTriblader/archive/1.0.1.zip", "source": "LeaTriblader-1.0.1" }, + { + "type": "modZip", + "urlZip": "https://github.com/keanuplayz/CCRandomEvents/archive/0.0.8.zip", + "source": "CCRandomEvents-0.0.8" + }, { "type": "modZip", "urlZip": "https://github.com/CCDirectLink/CCPresetRevival/archive/1.0.2.zip", diff --git a/mods.json b/mods.json index f4344040..5aa92daf 100644 --- a/mods.json +++ b/mods.json @@ -15,6 +15,21 @@ }, "version": "1.0.1" }, + "CCRandomEvents": { + "name": "CCRandomEvents", + "description": "A mod that adds various new events to the game. These are triggered by talking to NPCs, and walking around maps.", + "page": [ + { + "name": "GitHub", + "url": "https://github.com/keanuplayz/CCRandomEvents" + } + ], + "archive_link": "https://github.com/keanuplayz/CCRandomEvents/archive/0.0.8.zip", + "hash": { + "sha256": "67ff4803a1e5f240187aad81a8101a66b1c4316f110d6ef5f6527b2b472c064e" + }, + "version": "0.0.8" + }, "CCPresetRevival": { "name": "CCPresetRevival", "description": "This brings back the preset menu, which allows you to start the game at a specific point.", diff --git a/npDatabase.json b/npDatabase.json index 0e9299df..80e4d184 100644 --- a/npDatabase.json +++ b/npDatabase.json @@ -37,6 +37,25 @@ } ] }, + "CCRandomEvents": { + "metadata": { + "name": "CCRandomEvents", + "description": "A mod that adds various new events to the game. These are triggered by talking to NPCs, and walking around maps.", + "main": "mod.js", + "version": "0.0.8", + "homepage": "https://github.com/keanuplayz/CCRandomEvents" + }, + "installation": [ + { + "type": "modZip", + "url": "https://github.com/keanuplayz/CCRandomEvents/archive/0.0.8.zip", + "source": "CCRandomEvents-0.0.8", + "hash": { + "sha256": "67ff4803a1e5f240187aad81a8101a66b1c4316f110d6ef5f6527b2b472c064e" + } + } + ] + }, "CCPresetRevival": { "metadata": { "name": "CCPresetRevival",