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
3 changes: 2 additions & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@
{ "url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/download/v1.0.2/cc-spacebar-dialogue.ccmod", "source": "" },
{ "url": "https://github.com/QuieType/qt-restart-from-pause/releases/download/v1.0.4/qt-restart-from-pause.min.ccmod", "source": "" },
{ "url": "https://github.com/CodeTriangle/cc-tips-and-tricks/releases/download/0.1.0/tips-and-tricks.ccmod", "source": "" },
{ "url": "https://github.com/CodeTriangle/cc-marquee/releases/download/0.1.0/marquee.ccmod", "source": "" }
{ "url": "https://github.com/CodeTriangle/cc-marquee/releases/download/0.1.0/marquee.ccmod", "source": "" },
{ "url": "https://github.com/QuieType/qt-refund-circuits/releases/download/v1.0.0/qt-refund-circuits.ccmod", "source": "" }
]
3 changes: 2 additions & 1 deletion input-locations.old.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,6 @@
{ "url": "https://github.com/lexisother/cc-spacebar-dialogue/releases/download/v1.0.2/cc-spacebar-dialogue.ccmod", "source": "" },
{ "url": "https://github.com/QuieType/qt-restart-from-pause/releases/download/v1.0.4/qt-restart-from-pause.min.ccmod", "source": "" },
{ "url": "https://github.com/CodeTriangle/cc-tips-and-tricks/releases/download/0.1.0/tips-and-tricks.ccmod", "source": "" },
{ "url": "https://github.com/CodeTriangle/cc-marquee/releases/download/0.1.0/marquee.ccmod", "source": "" }
{ "url": "https://github.com/CodeTriangle/cc-marquee/releases/download/0.1.0/marquee.ccmod", "source": "" },
{ "url": "https://github.com/QuieType/qt-refund-circuits/releases/download/v1.0.0/qt-refund-circuits.ccmod", "source": "" }
]
37 changes: 37 additions & 0 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -7110,6 +7110,43 @@
}
]
},
"qt-refund-circuits": {
"metadataCCMod": {
"id": "qt-refund-circuits",
"version": "1.0.0",
"title": "Refund Circuits",
"description": "Allows refunding cp and undoing circuit purchases (without the choice of fully editing trees), using code copied from EpicYoshiMaster's mod.",
"repository": "https://github.com/quietype/qt-refund-circuits",
"authors": [
"EpicYoshiMaster",
"QuieType"
],
"tags": [
"QoL"
],
"prestart": "prestart.js"
},
"installation": [
{
"type": "zip",
"url": "https://github.com/QuieType/qt-refund-circuits/releases/download/v1.0.0/qt-refund-circuits.ccmod",
"source": "",
"hash": {
"sha256": "f9f31ddf2d6d73b869d85ff413d2b9d78b94f4a1234162ed58e3b79c093ec575"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1783398416000,
"releasePages": [
{
"body": "Well, the mod exists now, which is always good news.\r\n\r\nRelease Notes:\r\n - Most functionality copied from yoshi-open-circuits\r\n - In expo-space after the temple mine, added a line to that cutscene saying that circuit resets are now useless.\r\n - Wrote a README\r\n\r\nI don't know why I persist in making minified and not-minified versions. If anyone wants a dev copy, they can use the source code zip instead of the ccmod. And the difference is 3KB, because %98 of the space comes from the map file anyway.",
"version": "1.0.0",
"timestamp": 1783397683000,
"url": "https://github.com/QuieType/qt-refund-circuits/releases/tag/v1.0.0"
}
]
},
"qt-restart-from-pause": {
"metadataCCMod": {
"id": "qt-restart-from-pause",
Expand Down
37 changes: 37 additions & 0 deletions npDatabase.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -7110,6 +7110,43 @@
}
]
},
"qt-refund-circuits": {
"metadataCCMod": {
"id": "qt-refund-circuits",
"version": "1.0.0",
"title": "Refund Circuits",
"description": "Allows refunding cp and undoing circuit purchases (without the choice of fully editing trees), using code copied from EpicYoshiMaster's mod.",
"repository": "https://github.com/quietype/qt-refund-circuits",
"authors": [
"EpicYoshiMaster",
"QuieType"
],
"tags": [
"QoL"
],
"prestart": "prestart.js"
},
"installation": [
{
"type": "zip",
"url": "https://github.com/QuieType/qt-refund-circuits/releases/download/v1.0.0/qt-refund-circuits.ccmod",
"source": "",
"hash": {
"sha256": "f9f31ddf2d6d73b869d85ff413d2b9d78b94f4a1234162ed58e3b79c093ec575"
}
}
],
"stars": 0,
"lastUpdateTimestamp": 1783398416000,
"releasePages": [
{
"body": "Well, the mod exists now, which is always good news.\r\n\r\nRelease Notes:\r\n - Most functionality copied from yoshi-open-circuits\r\n - In expo-space after the temple mine, added a line to that cutscene saying that circuit resets are now useless.\r\n - Wrote a README\r\n\r\nI don't know why I persist in making minified and not-minified versions. If anyone wants a dev copy, they can use the source code zip instead of the ccmod. And the difference is 3KB, because %98 of the space comes from the map file anyway.",
"version": "1.0.0",
"timestamp": 1783397683000,
"url": "https://github.com/QuieType/qt-refund-circuits/releases/tag/v1.0.0"
}
]
},
"qt-restart-from-pause": {
"metadataCCMod": {
"id": "qt-restart-from-pause",
Expand Down
Loading