- Updated Resonant Induction
This commit is contained in:
parent
5e39bc9213
commit
4da42fa400
1 changed files with 29 additions and 19 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"id" : "testcraftp2",
|
"id" : "testcraftp2",
|
||||||
|
"type" : "modpack",
|
||||||
"meta" : {
|
"meta" : {
|
||||||
"name" : "Testcraft Phase 2",
|
"name" : "Testcraft Phase 2",
|
||||||
"contributors" : [
|
"contributors" : [
|
||||||
|
@ -19,6 +20,11 @@
|
||||||
},
|
},
|
||||||
"versions" : [
|
"versions" : [
|
||||||
{
|
{
|
||||||
|
"version" : "1.1",
|
||||||
|
"versionid" : -1,
|
||||||
|
"mcversion" : [
|
||||||
|
"1.6.4"
|
||||||
|
],
|
||||||
"relations" : [
|
"relations" : [
|
||||||
{
|
{
|
||||||
"options" : [
|
"options" : [
|
||||||
|
@ -180,14 +186,15 @@
|
||||||
"required",
|
"required",
|
||||||
"included"
|
"included"
|
||||||
],
|
],
|
||||||
"id" : "CalclaviaCore",
|
"id" : "resonantengine",
|
||||||
"meta" : {
|
"meta" : {
|
||||||
"name" : "CalclaviaCore"
|
"name" : "Resonant Engine"
|
||||||
},
|
},
|
||||||
"type" : "mod",
|
"type" : "mod",
|
||||||
"file": {
|
"file": {
|
||||||
"link" : "https://cdn.tilera.xyz/minecraft/mods/testcraftp2/Calclavia%20Core-1.1.1.266-main.jar",
|
"installer": "internal.dir:mods",
|
||||||
"installer" : "internal.dir:mods"
|
"artifact": "resonant:Resonant-Engine:1.2.0:universal",
|
||||||
|
"repository":"tilera"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -995,14 +1002,15 @@
|
||||||
"required",
|
"required",
|
||||||
"included"
|
"included"
|
||||||
],
|
],
|
||||||
"id" : "Resonant-Induction",
|
"id" : "resonantinduction",
|
||||||
"meta" : {
|
"meta" : {
|
||||||
"name" : "Resonant-Induction"
|
"name" : "Resonant-Induction"
|
||||||
},
|
},
|
||||||
"type" : "mod",
|
"type" : "mod",
|
||||||
"file": {
|
"file": {
|
||||||
"link" : "https://cdn.tilera.xyz/minecraft/mods/testcraftp2/Resonant-Induction-0.3.1.329.jar",
|
"installer": "internal.dir:mods",
|
||||||
"installer" : "internal.dir:mods"
|
"artifact": "resonantinduction:resonantinduction:0.3.1.396",
|
||||||
|
"repository":"tilera"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1205,8 +1213,9 @@
|
||||||
},
|
},
|
||||||
"type" : "mod",
|
"type" : "mod",
|
||||||
"file": {
|
"file": {
|
||||||
"link" : "https://cdn.tilera.xyz/minecraft/mods/testcraftp2/Universal-Electricity-3.1.0.74-core.jar",
|
"installer": "internal.dir:mods",
|
||||||
"installer" : "internal.dir:mods"
|
"artifact": "resonant:Universal-Electricity:3.1.0.115:universal",
|
||||||
|
"repository": "tilera"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1917,9 +1926,6 @@
|
||||||
"type" : "modloader"
|
"type" : "modloader"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mcversion" : [
|
|
||||||
"1.6.4"
|
|
||||||
],
|
|
||||||
"files" : [
|
"files" : [
|
||||||
{
|
{
|
||||||
"link" : "file://overrides",
|
"link" : "file://overrides",
|
||||||
|
@ -1932,11 +1938,15 @@
|
||||||
],
|
],
|
||||||
"id" : "overrides"
|
"id" : "overrides"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"version" : "1.0",
|
}
|
||||||
"versionid" : -1
|
],
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"id": "tilera",
|
||||||
|
"type": "maven",
|
||||||
|
"url": "https://data.tilera.xyz/maven/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type" : "modpack",
|
|
||||||
"asversion" : 1
|
"asversion" : 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue