This commit is contained in:
Timo Ley 2021-06-01 18:31:25 +02:00
parent 79d18cafdf
commit fa00140fd8
2 changed files with 98 additions and 19 deletions

View file

@ -3,7 +3,7 @@
"type": "modpack",
"versions": [
{
"version": "2.1.4",
"version": "3.0",
"versionid": -1,
"mcversion": [
"1.7.10"
@ -16,6 +16,81 @@
}
],
"relations": [
{
"id": "playerapi",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:228969:2248928",
"repository": "curse"
},
"type": "mod",
"options": [
"required",
"client",
"server",
"included"
]
},
{
"id": "rotaryc",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:235596:3255385",
"repository": "curse"
},
"type": "mod",
"options": [
"required",
"client",
"server",
"included"
]
},
{
"id": "reactorc",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:235593:3253459",
"repository": "curse"
},
"type": "mod",
"options": [
"required",
"client",
"server",
"included"
]
},
{
"id": "electric",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:235594:3248584",
"repository": "curse"
},
"type": "mod",
"options": [
"required",
"client",
"server",
"included"
]
},
{
"id": "dragonapi",
"file": {
"installer": "internal.dir:mods",
"artifact": "curse.maven:235591:3255384",
"repository": "curse"
},
"type": "mod",
"options": [
"required",
"client",
"server",
"included"
]
},
{
"id": "223904",
"file": {
@ -1561,6 +1636,21 @@
"included"
]
},
{
"id": "tcu",
"file": {
"installer": "internal.dir:mods",
"artifact": "ley.modding:testcraftupdate:1.0",
"repository": "tilera"
},
"type": "mod",
"options": [
"required",
"client",
"server",
"included"
]
},
{
"id" : "appeng",
"meta" : {
@ -1578,23 +1668,6 @@
"included"
]
},
{
"id" : "edx",
"meta" : {
"name" : "Electrodynamics"
},
"file" : {
"link" : "https://build.tilera.xyz/job/Electrodynamics/12/artifact/output/electrodynamics-0.3.5.12-core.jar",
"installer" : "internal.dir:mods"
},
"type" : "mod",
"options" : [
"server",
"client",
"required",
"included"
]
},
{
"id" : "dartcraft",
"meta" : {
@ -1903,10 +1976,15 @@
"id": "curse",
"type": "curseforge",
"url": "https://www.cursemaven.com/"
},
{
"id": "tilera",
"type": "maven",
"url": "https://data.tilera.xyz/maven/"
}
],
"meta": {
"name": "Testcraft Phase 2.1",
"name": "Testcraft Phase 3",
"contributors": [
{
"name": "tilera",

1
src/overrides/pack.json Normal file
View file

@ -0,0 +1 @@
{"version":"v3.0","giteaInstance":"https://tilera.xyz/git","owner":"tilera","repository":"testcraft"}