Skip to content
Closed
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
3 changes: 2 additions & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
{ "url": "https://github.com/lubkuluk/lub-dungeon-skip/releases/download/0.0.3/lub-dungeon-skip.zip", "source": "" },
{ "url": "https://github.com/naxane/nax-art-switch/releases/download/v1.0.1/nax-art-switch.ccmod", "source": "" },
{ "url": "https://github.com/XenonA7/kit-mod/archive/refs/tags/1.1.1.zip", "source": "" },
{ "url": "https://github.com/cyelis1224/cc-ava/releases/download/v1.2.3/cc-ava-v1.2.3.zip", "source": "" }
{ "url": "https://github.com/cyelis1224/cc-ava/releases/download/v1.2.3/cc-ava-v1.2.3.zip", "source": "" },
{ "url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/download/v1.0.1/cc-spacebar-dialogue.ccmod", "source": "" }
]
3 changes: 2 additions & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,6 @@
{ "url": "https://github.com/lubkuluk/lub-dungeon-skip/releases/download/0.0.3/lub-dungeon-skip.zip", "source": "" },
{ "url": "https://github.com/naxane/nax-art-switch/releases/download/v1.0.1/nax-art-switch.ccmod", "source": "" },
{ "url": "https://github.com/XenonA7/kit-mod/archive/refs/tags/1.1.1.zip", "source": "" },
{ "url": "https://github.com/cyelis1224/cc-ava/releases/download/v1.2.3/cc-ava-v1.2.3.zip", "source": "" }
{ "url": "https://github.com/cyelis1224/cc-ava/releases/download/v1.2.3/cc-ava-v1.2.3.zip", "source": "" },
{ "url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/download/v1.0.1/cc-spacebar-dialogue.ccmod", "source": "" }
]
42 changes: 42 additions & 0 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -2532,6 +2532,48 @@
}
]
},
"cc-spacebar-dialogue": {
"metadataCCMod": {
"id": "cc-spacebar-dialogue",
"version": "1.0.1",
"title": "Spacebar Dialogue",
"description": "Allows advancing dialogue using the spacebar",
"repository": "https://github.com/lexisother/cc-spacebar-dialogue",
"tags": [
"QoL"
],
"authors": [
"lexisother"
],
"poststart": "src/poststart.js"
},
"installation": [
{
"type": "zip",
"url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/download/v1.0.1/cc-spacebar-dialogue.ccmod",
"source": "",
"hash": {
"sha256": "c05d94113bd80e410345617663356182b611c788a4ceaaaa0b37d3f7827c5728"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1778925353000,
"releasePages": [
{
"body": "Fixed ccmod.json",
"version": "1.0.1",
"timestamp": 1778925393000,
"url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/tag/v1.0.1"
},
{
"body": "Initial release",
"version": "1.0.0",
"timestamp": 1778924668000,
"url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/tag/v1.0.0"
}
]
},
"cc-staircase-effect-fix": {
"metadataCCMod": {
"id": "cc-staircase-effect-fix",
Expand Down
42 changes: 42 additions & 0 deletions npDatabase.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -2532,6 +2532,48 @@
}
]
},
"cc-spacebar-dialogue": {
"metadataCCMod": {
"id": "cc-spacebar-dialogue",
"version": "1.0.1",
"title": "Spacebar Dialogue",
"description": "Allows advancing dialogue using the spacebar",
"repository": "https://github.com/lexisother/cc-spacebar-dialogue",
"tags": [
"QoL"
],
"authors": [
"lexisother"
],
"poststart": "src/poststart.js"
},
"installation": [
{
"type": "zip",
"url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/download/v1.0.1/cc-spacebar-dialogue.ccmod",
"source": "",
"hash": {
"sha256": "c05d94113bd80e410345617663356182b611c788a4ceaaaa0b37d3f7827c5728"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1778925353000,
"releasePages": [
{
"body": "Fixed ccmod.json",
"version": "1.0.1",
"timestamp": 1778925393000,
"url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/tag/v1.0.1"
},
{
"body": "Initial release",
"version": "1.0.0",
"timestamp": 1778924668000,
"url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/tag/v1.0.0"
}
]
},
"cc-staircase-effect-fix": {
"metadataCCMod": {
"id": "cc-staircase-effect-fix",
Expand Down
Loading