Skip to content

Commit

Permalink
chore: add repos json
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy committed Dec 9, 2024
1 parent bf38144 commit 59b4ef6
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions repos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"repositories": [
{
"name": "Scrap-Mods",
"link": "https://github.com/Scrap-Mod",
"mods": [
{
"name": "Networking Fix",
"authors": ["QuestionableM", "ColdMeekly"],
"description": "Stops Scrap Mechanic client from stalling packets. Fixes pretty much all the networking issues.",
"repo": "https://github.com/Scrap-Mods/networking-fix",
"dependencies": [],

"tag": "v1.0.2",
"files": ["NetworkingFix.dll"],

"supported": "v0.7.2.775",
},
]
},

{
"name": "QuestionableM",
"link": "https://github.com/QuestionableM",
"mods": [
{
"name": "Proximity Voice Chat",
"authors": ["QuestionableM"],
"description": "A Scrap Mechanic DLL mod which adds the Proximity Voice Chat into the game",
"repo": "https://github.com/QuestionableM/SM-ProximityVoiceChat",
"dependencies": [],

"tag": "v1.3.2",
"files": ["SM-ProximityVoiceChat.dll"],

"supported": "v0.7.2.775",
},

{
"name": "Better Paint Tool",
"authors": ["QuestionableM"],
"description": "A DLL mod for Scrap Mechanic which enhances the functionality of the vanilla Paint Tool and allows you to pick any color you want!",
"repo": "https://github.com/QuestionableM/SM-BetterPaintTool",
"dependencies": [],

"tag": "v1.5.3",
"urls": ["SM-BetterPaintTool.dll"],

"supported": "v0.7.2.775",
},

{
"name": "Dynamic Sun",
"authors": ["QuestionableM"],
"description": "A Scrap Mechanic DLL mod which makes the sun dynamic!",
"repo": "https://github.com/QuestionableM/SM-DynamicSun",
"dependencies": [],

"tag": "v1.1.3",
"urls": ["DynamicSun.dll"],

"supported": "v0.7.2.775",
},
]
}
]
}

0 comments on commit 59b4ef6

Please sign in to comment.