-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrepos.json
60 lines (59 loc) · 1.57 KB
/
repos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"mods": {
"game": [
"VeraDev0/SM-NoAutoSmartPhysics",
"ScrappySM/Network-Checksum-Disabler",
"ScrappySM/DevCheckBypass",
"ScrappySM/SM-ForceDevMode",
"ScrappySM/SM-KeyAPI",
"ScrappySM/SM-LuaConsole",
{
"name": "Networking Fix",
"description": "Stops Scrap Mechanic client from stalling packets. Fixes pretty much all the networking issues.",
"authors": [
"QuestionableM",
"ColdMeekly"
],
"ghUser": "Scrap-Mods",
"ghRepo": "Networking-Fix"
},
{
"name": "Proximity Voice Chat",
"description": "A Scrap Mechanic DLL mod which adds the Proximity Voice Chat into the game",
"authors": [
"QuestionableM"
],
"ghUser": "QuestionableM",
"ghRepo": "SM-ProximityVoiceChat"
},
{
"name": "Better Paint Tool",
"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!",
"authors": [
"QuestionableM"
],
"ghUser": "QuestionableM",
"ghRepo": "SM-BetterPaintTool"
},
{
"name": "Dynamic Sun",
"description": "A Scrap Mechanic DLL mod which makes the sun dynamic by letting you adjust the angle!",
"authors": [
"QuestionableM"
],
"ghUser": "QuestionableM",
"ghRepo": "SM-DynamicSun"
},
{
"name": "Custom audio extensions",
"description": "A mod to add custom audio support for Scrap Mechanic workshop mods",
"authors": [
"QuestionableM"
],
"ghUser": "QuestionableM",
"ghRepo": "SM-CustomAudioExtension"
}
],
"modtool": []
}
}