Skip to content

Commit c53d315

Browse files
committed
release info updated
1 parent 00c2724 commit c53d315

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

release_info.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"homepage" : "https://minecraft.curseforge.com/projects/modular-routers",
33
"promos" : {
4-
"1.21-recommended" : "13.0.0",
5-
"1.21-latest" : "13.0.0"
4+
"1.21-recommended" : "13.0.1",
5+
"1.21-latest" : "13.0.1"
66
},
77
"1.21" : {
8-
"13.0.0": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1300"
8+
"13.0.0": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1300",
9+
"13.0.1": "https://github.com/desht/ModularRouters/blob/MC1.21-master/Changelog.md#1301"
910
}
1011
}

src/main/resources/META-INF/neoforge.mods.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license="MIT"
1010
modId="modularrouters" #mandatory
1111
version="${mod_version}" #mandatory
1212
displayName="Modular Routers"
13-
updateJSONURL="https://raw.githubusercontent.com/desht/ModularRouters/MC1.20.4-master/release_info.json" #optional
13+
updateJSONURL="https://raw.githubusercontent.com/desht/ModularRouters/MC1.21-master/release_info.json" #optional
1414
description="${mod_description}"
1515

1616
[[dependencies.modularrouters]]

0 commit comments

Comments
 (0)