[FuckMLA] Update format.json

This commit is contained in:
NotAKidoS 2023-09-23 20:03:20 -05:00
parent 03136cc7d4
commit 32c35dd4c3

View file

@ -1,23 +1,22 @@
{ {
"_id": -1, "_id": -1,
"name": "EzCurls", "name": "FuckMLA",
"modversion": "1.0.0", "modversion": "1.0.0",
"gameversion": "2022r170p1", "gameversion": "2023r172",
"loaderversion": "0.6.1", "loaderversion": "0.6.1",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
"description": "A mod that should hopefully make finger curls more predictable.", "description": "A simple mod that does three basic things:\n\n- Destroys MOUSELOCKALPHA, the script that locks your mouse on startup.\n- Forces mouse to be initially unlocked when launching the game in VR.\n- Fixes mouse rotating player when cursor is unlocked.",
"searchtags": [ "searchtags": [
"aas", "mouse",
"sync", "lock",
"naked", "no",
"buffer" "bad"
], ],
"requirements": [ "requirements": [
"UIExpansionKit"
], ],
"downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r13/EzCurls.dll", "downloadlink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/releases/download/r21/FuckMLA.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/EzCurls/", "sourcelink": "https://github.com/NotAKidOnSteam/NAK_CVR_Mods/tree/main/FuckMLA/",
"changelog": "- Initial CVRMG release", "changelog": "- Initial CVRMG release",
"embedcolor": "7d7d7d" "embedcolor": "#ffc800"
} }