mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-28 01:12:51 +00:00
Adding ForgeAPI version pinning and dependency download. (#1308)
Co-authored-by: christopher blodgett <christopher.blodgett@gmail.com> Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
This commit is contained in:
17
tests/setuponlytests/forgeapimods_file/forgeapi_mods.json
Normal file
17
tests/setuponlytests/forgeapimods_file/forgeapi_mods.json
Normal file
@@ -0,0 +1,17 @@
|
||||
[{
|
||||
"name": "fabric api",
|
||||
"projectId": "306612",
|
||||
"releaseType": "release"
|
||||
},
|
||||
{
|
||||
"name": "Fabric Voice Mod",
|
||||
"projectId": "416089",
|
||||
"releaseType": "beta"
|
||||
},
|
||||
{
|
||||
"name": "Biomes o plenty",
|
||||
"projectId": "220318",
|
||||
"fileName": "BiomesOPlenty-1.18.1-15.0.0.100-universal.jar",
|
||||
"releaseType": "release"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user