Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
15 changes: 15 additions & 0 deletions mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
19 changes: 19 additions & 0 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down