-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}, | ||
] | ||
} | ||
] | ||
} |