quantum-space-buddies/QSB/manifest.json

21 lines
691 B
JSON
Raw Normal View History

2020-02-10 22:03:28 +00:00
{
2023-09-17 23:36:17 +00:00
"$schema": "https://raw.githubusercontent.com/ow-mods/owml/master/schemas/manifest_schema.json",
"filename": "QSB.dll",
2021-12-13 18:57:52 +00:00
"author": "Nebula, John, Alek, & Rai",
"name": "Quantum Space Buddies",
"uniqueName": "Raicuparta.QuantumSpaceBuddies",
2024-04-25 20:43:31 +00:00
"version": "1.1.0",
"owmlVersion": "2.11.1",
2022-05-14 11:18:48 +00:00
"dependencies": [ "_nebula.MenuFramework", "JohnCorby.VanillaFix" ],
2022-12-31 11:26:38 +00:00
"pathsToPreserve": [ "debugsettings.json" ],
2024-04-25 19:59:56 +00:00
"conflicts": [
"Vesper.AutoResume",
"Vesper.OuterWildsMMO",
"_nebula.StopTime",
"PacificEngine.OW_CommonResources"
],
2023-10-30 10:45:35 +00:00
"requireLatestVersion": true,
2024-02-06 21:37:27 +00:00
"patcher": "QSBPatcher.exe",
"donateLinks": [ "https://www.paypal.me/nebula2056", "https://www.paypal.me/johncorby" ]
}