Skip to content

Commit 5eb79f1

Browse files
authored
Add rivet schema (#3485)
1 parent 149c8d4 commit 5eb79f1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/api/json/catalog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5750,6 +5750,19 @@
57505750
"description": "Minecraft 1.12 Forge mod 'Custom Main Menu' config",
57515751
"fileMatch": ["mainmenu.yml", "mainmenu.yaml", "mainmenu.json"],
57525752
"url": "https://json.schemastore.org/minecraft-custom-main-menu-mod.json"
5753+
},
5754+
{
5755+
"name": "rivet.yaml",
5756+
"description": "Rivet game configuration file",
5757+
"fileMatch": [
5758+
"rivet.yaml",
5759+
"rivet.*.yaml",
5760+
"rivet.toml",
5761+
"rivet.*.toml",
5762+
"rivet.json",
5763+
"rivet.*.json"
5764+
],
5765+
"url": "https://rivet.gg/rivet.schema.json"
57535766
}
57545767
]
57555768
}

0 commit comments

Comments
 (0)