Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
7a38524583
|
|||
|
e17611d630
|
|||
|
76d9236239
|
|||
|
fc010cf323
|
12
install.json
12
install.json
@@ -1,19 +1,19 @@
|
|||||||
{
|
{
|
||||||
"Version": "1.13.1.3",
|
"Version": "1.13.2.0",
|
||||||
"Actions": [
|
"Actions": [
|
||||||
{
|
{
|
||||||
"Id": "config:both",
|
"Id": "config:both",
|
||||||
"IsZip": true,
|
"IsZip": true,
|
||||||
"ZipPath": "{first}/both",
|
"ZipPath": "{first}/both",
|
||||||
"DestPath": "",
|
"DestPath": "",
|
||||||
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip"
|
"SourceUrl": "https://git.pilzinsel64.de/LITW-Refined/modpack-files/archive/{version}.zip"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Id": "config:client",
|
"Id": "config:client",
|
||||||
"IsZip": true,
|
"IsZip": true,
|
||||||
"ZipPath": "{first}/client",
|
"ZipPath": "{first}/client",
|
||||||
"DestPath": "",
|
"DestPath": "",
|
||||||
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
|
"SourceUrl": "https://git.pilzinsel64.de/LITW-Refined/modpack-files/archive/{version}.zip",
|
||||||
"Side": "Client"
|
"Side": "Client"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
"IsZip": true,
|
"IsZip": true,
|
||||||
"ZipPath": "{first}/server",
|
"ZipPath": "{first}/server",
|
||||||
"DestPath": "",
|
"DestPath": "",
|
||||||
"SourceUrl": "https://git.pilzinsel64.de/litw-refined/modpack-files/-/archive/{version}/modpack-files.zip",
|
"SourceUrl": "https://git.pilzinsel64.de/LITW-Refined/modpack-files/archive/{version}.zip",
|
||||||
"Side": "Server"
|
"Side": "Server"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -116,12 +116,12 @@
|
|||||||
"Id": "mod:angelica",
|
"Id": "mod:angelica",
|
||||||
"Name": "Angelica",
|
"Name": "Angelica",
|
||||||
"DestPath": "mods/angelica.jar",
|
"DestPath": "mods/angelica.jar",
|
||||||
"SourceUrl": "https://github.com/GTNewHorizons/Angelica/releases/download/1.0.0-beta71-pre/angelica-1.0.0-beta71-pre.jar",
|
"SourceUrl": "https://github.com/GTNewHorizons/Angelica/releases/download/1.0.0-beta68a/angelica-1.0.0-beta68a.jar",
|
||||||
"SourceType": "GitHub",
|
"SourceType": "GitHub",
|
||||||
"SourceOwner": "GTNewHorizons",
|
"SourceOwner": "GTNewHorizons",
|
||||||
"SourceName": "Angelica",
|
"SourceName": "Angelica",
|
||||||
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?\\-beta[0-9]*(\\-pre)\\.jar$",
|
"SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?\\-beta[0-9]*(\\-pre)\\.jar$",
|
||||||
"SourceTag": "1.0.0-beta71-pre"
|
"SourceTag": "1.0.0-beta68a"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Id": "mod:anotheroregen",
|
"Id": "mod:anotheroregen",
|
||||||
|
|||||||
14
updates.json
14
updates.json
@@ -1,5 +1,19 @@
|
|||||||
{
|
{
|
||||||
"Updates": [
|
"Updates": [
|
||||||
|
{
|
||||||
|
"Version": "1.13.2.0",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"InheritFrom": "mod:angelica"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InheritFrom": "mod:novacraft"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"InheritFrom": "config:both"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Version": "1.13.1.3",
|
"Version": "1.13.1.3",
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
|||||||
Reference in New Issue
Block a user