Skip to content

Commit

Permalink
wip: automatic mod updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMcAvoy committed Dec 14, 2024
1 parent 8b34dc5 commit f398d0c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
20 changes: 5 additions & 15 deletions repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
"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.3",
"files": [
"NetworkingFix.dll"
],
"supported": "v0.7.2.775"
]
}
]
},
Expand All @@ -33,11 +31,9 @@
"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.3",
"files": [
"SM-ProximityVoiceChat.dll"
],
"supported": "v0.7.2.775"
]
},
{
"name": "Better Paint Tool",
Expand All @@ -47,11 +43,9 @@
"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.4",
"files": [
"SM-BetterPaintTool.dll"
],
"supported": "v0.7.2.775"
]
},
{
"name": "Dynamic Sun",
Expand All @@ -61,11 +55,9 @@
"description": "A Scrap Mechanic DLL mod which makes the sun dynamic!",
"repo": "https://github.com/QuestionableM/SM-DynamicSun",
"dependencies": [],
"tag": "v1.1.4",
"files": [
"DynamicSun.dll"
],
"supported": "v0.7.2.775"
]
}
]
},
Expand All @@ -81,11 +73,9 @@
"description": "Prevent Scrap Mechanic from automaticly changing your physics quality to Smart if too laggy.",
"repo": "https://github.com/VeraDev0/SM-NoAutoSmartPhysics",
"dependencies": [],
"tag": "v1.1",
"files": [
"SM-NoAutoSmartPhysics.dll"
],
"supported": "v0.7.2.775"
]
}
]
}
Expand Down
28 changes: 28 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"name": {
"type": "string"
},
"authors": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"description": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"name",
"description",
"url"
]
}

0 comments on commit f398d0c

Please sign in to comment.