Skip to content

Commit

Permalink
Update minecraft-ftb.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex authored Jan 20, 2025
1 parent cfba7a2 commit 2a674ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions minecraft-ftb/minecraft-ftb.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@
"if": "os == 'windows'",
"type": "download",
"files": [
"https://api.modpacks.ch/public/modpack/${modpack_id}/${modpack_version}/server/windows"
"https://api.feed-the-beast.com/v1/modpacks/public/modpack/${modpack_id}/${modpack_version}/server/windows"
]
},
{
"if": "os == 'linux' && arch == 'amd64'",
"type": "download",
"files": [
"https://api.modpacks.ch/public/modpack/${modpack_id}/${modpack_version}/server/linux"
"https://api.feed-the-beast.com/v1/modpacks/public/modpack/${modpack_id}/${modpack_version}/server/linux"
]
},
{
"if": "os == 'linux' && arch == 'arm64'",
"type": "download",
"files": [
"https://api.modpacks.ch/public/modpack/${modpack_id}/${modpack_version}/server/arm/linux"
"https://api.feed-the-beast.com/v1/modpacks/public/modpack/${modpack_id}/${modpack_version}/server/arm/linux"
]
},
{
Expand Down

0 comments on commit 2a674ae

Please sign in to comment.