-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from resonite-modding-group/delta-mods
Add SettingsRedux and ShowSourceLocation
- Loading branch information
Showing
2 changed files
with
34 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,17 @@ | ||
{ | ||
"name": "SettingsRedux", | ||
"id": "net.deltawolf.SettingsRedux", | ||
"description": "Replaces the default Resonite Settings page with an enhanced settings page that adds in many QoL changes", | ||
"category": "Dashboard", | ||
"sourceLocation": "https://github.com/XDelta/SettingsRedux", | ||
"versions": { | ||
"2.0.0": { | ||
"releaseUrl": "https://github.com/XDelta/SettingsRedux/releases/tag/2.0.0", | ||
"artifacts": [{ | ||
"url": "https://github.com/XDelta/SettingsRedux/releases/download/2.0.0/SettingsRedux.dll", | ||
"filename": "SettingsRedux.dll", | ||
"sha256": "c41298c54a0ae16ac723d3e616f502fa025f3fec02235f1da47c2b892dfbec21" | ||
}] | ||
} | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"name": "ShowSourceLocation", | ||
"id": "net.deltawolf.ResoniteShowSourceLocation", | ||
"description": "Allows seeing what is driving a field and where a component is located.", | ||
"category": "Inspectors", | ||
"sourceLocation": "https://github.com/XDelta/ResoniteShowSourceLocation", | ||
"versions": { | ||
"1.1.1": { | ||
"releaseUrl": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/tag/1.1.1", | ||
"artifacts": [{ | ||
"url": "https://github.com/XDelta/ResoniteShowSourceLocation/releases/download/1.1.1/ResoniteShowSourceLocation.dll", | ||
"filename": "ResoniteShowSourceLocation.dll", | ||
"sha256": "362d18bc3e5c75865ed86fb5dbfc7959fbf152f4d8fe05e39e66859af9f219ff" | ||
}] | ||
} | ||
} | ||
} |