[7.1.1] Updated 4 mods
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 7.1.1
|
||||||
|
|
||||||
|
### Updated
|
||||||
|
|
||||||
|
- Sophisticated backpacks
|
||||||
|
- Sophisticated Core
|
||||||
|
- GriefLogger
|
||||||
|
- Eternally Random
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 7.1.0
|
## 7.1.0
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
@ -6,7 +6,7 @@ modpackProjectID = 0
|
|||||||
#The name of the modpack
|
#The name of the modpack
|
||||||
modpackName = "Eternal"
|
modpackName = "Eternal"
|
||||||
#The version of the modpack
|
#The version of the modpack
|
||||||
modpackVersion = "7.1.0"
|
modpackVersion = "7.1.1"
|
||||||
#Use the metadata.json to determine the modpack version
|
#Use the metadata.json to determine the modpack version
|
||||||
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
|
||||||
useMetadata = false
|
useMetadata = false
|
||||||
|
10
index.toml
10
index.toml
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/bcc-common.toml"
|
file = "config/bcc-common.toml"
|
||||||
hash = "ab940a00ae55ac8bfc976eccb339a3a096e882db7bb8a59cb84edfda16e1f1c5"
|
hash = "302cebc51db0d64cd2c913e2221914342cfb66aeeac80bb2e55ac7547468c939"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/camera-client.toml"
|
file = "config/camera-client.toml"
|
||||||
@ -319,7 +319,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/eternally-random.pw.toml"
|
file = "mods/eternally-random.pw.toml"
|
||||||
hash = "b8a9cc9296ea76e28fb83f20bfe0558ba3395359907aadfdaeb042e77b7baac9"
|
hash = "19f642f0b40a5dc6438d9484e0387f1c9602dc16d6bd5edd1ca19c8eb8c871dc"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -394,7 +394,7 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/grieflogger.pw.toml"
|
file = "mods/grieflogger.pw.toml"
|
||||||
hash = "8c34400550b41a682221a8eebdf8dbe82c1b4d2ce24e0a738bd30bbb932cf506"
|
hash = "68a9e75daf29458492aef5b368da631290390e760a038ddc352b1e36633efadd"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
@ -689,12 +689,12 @@ metafile = true
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sophisticated-backpacks.pw.toml"
|
file = "mods/sophisticated-backpacks.pw.toml"
|
||||||
hash = "905c4d9aa9f78e8c1f5617dac5ae294298fdbbba55d3d4f135593079bcf51130"
|
hash = "a348e5281988fc8b508ddb996addb5972c0d5daf773276aa0b2f69c32a76fd3c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/sophisticated-core.pw.toml"
|
file = "mods/sophisticated-core.pw.toml"
|
||||||
hash = "ead1b9e4d35564cc49e46714f978efc9efd25cd613433fa0b847f61c35b6b13d"
|
hash = "d8ed0ce4d4e66cf01b59e0cea1b350376b4d9eefdc85a6b7ef4d904d6b732a7c"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "Eternally Random"
|
name = "Eternally Random"
|
||||||
filename = "eternallyrandom-2.0.0-1.21.1.jar"
|
filename = "eternallyrandom-1.21.1-2.0.1.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "a32a471ff10e86ca3d6efc83f9ad504a74c41c64"
|
hash = "1e8789c58e2ffdd055fef45985c34d0711d00047"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 6167906
|
file-id = 6176352
|
||||||
project-id = 809059
|
project-id = 809059
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "GriefLogger"
|
name = "GriefLogger"
|
||||||
filename = "grieflogger-1.2.2-1.21.1-neoforge.jar"
|
filename = "grieflogger-1.2.3-1.21.1-neoforge.jar"
|
||||||
side = "server"
|
side = "server"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "b9c231f95f5f316a022d9ac64bfaf47063c7eac2"
|
hash = "a4bd172cf306ff37088d61a0242fa68acf5bda90"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 6106322
|
file-id = 6178999
|
||||||
project-id = 435029
|
project-id = 435029
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "Sophisticated Backpacks"
|
name = "Sophisticated Backpacks"
|
||||||
filename = "sophisticatedbackpacks-1.21.1-3.23.3.1191.jar"
|
filename = "sophisticatedbackpacks-1.21.1-3.23.4.1197.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "0e4eb4365124746d2b32018799f102cd01a94d46"
|
hash = "81eecfe20cc72fde262f4bff570af0dc22534c09"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 6157673
|
file-id = 6178602
|
||||||
project-id = 422301
|
project-id = 422301
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
name = "Sophisticated Core"
|
name = "Sophisticated Core"
|
||||||
filename = "sophisticatedcore-1.21.1-1.2.7.857.jar"
|
filename = "sophisticatedcore-1.21.1-1.2.9.861.jar"
|
||||||
side = "both"
|
side = "both"
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
hash-format = "sha1"
|
hash-format = "sha1"
|
||||||
hash = "4198c9aaf0f2a577e09bab91d30fe4a23a243da3"
|
hash = "3429eab5b8a1719ffad72af5cc827e31b248073c"
|
||||||
mode = "metadata:curseforge"
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
[update]
|
[update]
|
||||||
[update.curseforge]
|
[update.curseforge]
|
||||||
file-id = 6160815
|
file-id = 6178004
|
||||||
project-id = 618298
|
project-id = 618298
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
name = "Eternal"
|
name = "Eternal"
|
||||||
author = "Aethrexal"
|
author = "Aethrexal"
|
||||||
version = "7.1.0"
|
version = "7.1.1"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "2d524829fdc7198a0828251dbacc5e9390036d96bc63f7c9913d0de1d5733c9d"
|
hash = "b415b9dd96985603c1b83c2b9ab0312f66d118ee738e1df938c03c0a886694a8"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
Reference in New Issue
Block a user