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
7 changes: 6 additions & 1 deletion input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
},
{
"type": "modZip",
"urlZip": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.0/cc-world-map-overhaul_v1.0.0.zip",
"urlZip": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.1/cc-world-map-overhaul_v1.0.1.zip",
"source": "cc-world-map-overhaul"
},
{
Expand All @@ -208,6 +208,11 @@
"type": "modZip",
"urlZip": "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/dmitmel/crosscode-ru/releases/download/v1.0.4/crosscode-ru_v1.0.4.zip",
"source": "crosscode-ru"
},
{
"type": "modZip",
"urlZip": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip",
"source": "crosscode-readable-saves"
}
]

24 changes: 20 additions & 4 deletions mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,19 +278,19 @@
"version": "1.5.0"
},
"cc-world-map-overhaul": {
"name": "cc-world-map-overhaul",
"name": "World map overhaul",
"description": "A better world map",
"page": [
{
"name": "GitHub",
"url": "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/dmitmel/cc-world-map-overhaul"
}
],
"archive_link": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.0/cc-world-map-overhaul_v1.0.0.zip",
"archive_link": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.1/cc-world-map-overhaul_v1.0.1.zip",
"hash": {
"sha256": "ee8997b301236df0120e42836a774674967afd2587bf9e447a7a3d245a2434fe"
"sha256": "830689aa2ac17ddf4589f8454be2cf6adb9bd14f419baa473f9d7b19b0ebda5e"
},
"version": "1.0.0"
"version": "1.0.1"
},
"crosscode-ru": {
"name": "crosscode-ru",
Expand Down Expand Up @@ -425,6 +425,22 @@
},
"version": "1.0.1"
},
"readable-saves": {
"name": "Readable saves",
"description": "Unencrypts the save file and adds an additional save format suitable for editing by hand",
"license": "MIT",
"page": [
{
"name": "GitHub",
"url": "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/dmitmel/crosscode-readable-saves"
}
],
"archive_link": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip",
"hash": {
"sha256": "6900f8314a3cd425138d42a057f6da235f41349f19e195a8fa7e9633b0eb1464"
},
"version": "1.0.0"
},
"slowmotion": {
"name": "slowmotion",
"description": "Turns your C key into a slowmotion controller.",
Expand Down
40 changes: 37 additions & 3 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -464,18 +464,19 @@
"cc-world-map-overhaul": {
"metadata": {
"name": "cc-world-map-overhaul",
"ccmodHumanName": "World map overhaul",
"description": "A better world map",
"homepage": "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/dmitmel/cc-world-map-overhaul",
"version": "1.0.0",
"version": "1.0.1",
"prestart": "prestart.js"
},
"installation": [
{
"type": "modZip",
"url": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.0/cc-world-map-overhaul_v1.0.0.zip",
"url": "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/dmitmel/cc-world-map-overhaul/releases/download/v1.0.1/cc-world-map-overhaul_v1.0.1.zip",
"source": "cc-world-map-overhaul",
"hash": {
"sha256": "ee8997b301236df0120e42836a774674967afd2587bf9e447a7a3d245a2434fe"
"sha256": "830689aa2ac17ddf4589f8454be2cf6adb9bd14f419baa473f9d7b19b0ebda5e"
}
}
]
Expand Down Expand Up @@ -748,6 +749,39 @@
}
]
},
"readable-saves": {
"metadata": {
"name": "readable-saves",
"ccmodHumanName": "Readable saves",
"description": "Unencrypts the save file and adds an additional save format suitable for editing by hand",
"version": "1.0.0",
"license": "MIT",
"homepage": "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/dmitmel/crosscode-readable-saves",
"module": true,
"postload": "dist/postload.js",
"ccmodDependencies": {
"crosscode": "~1.2.0"
},
"devDependencies": {
"typescript": "^3.8.3",
"ultimate-crosscode-typedefs": "dmitmel/ultimate-crosscode-typedefs"
},
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch"
}
},
"installation": [
{
"type": "modZip",
"url": "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/dmitmel/crosscode-readable-saves/releases/download/v1.0.0/crosscode-readable-saves_v1.0.0.zip",
"source": "crosscode-readable-saves",
"hash": {
"sha256": "6900f8314a3cd425138d42a057f6da235f41349f19e195a8fa7e9633b0eb1464"
}
}
]
},
"slowmotion": {
"metadata": {
"name": "slowmotion",
Expand Down