diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f19d09..2221340 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 6.1.1 + +### Updated + +- Storage Drawers +- Embeddium + +### Removed + +- Travelers backpack + +### Added + +- Sophisticated Backpacks +- Sophisticated Core + +--- + ## 6.1.0 ### Updated diff --git a/MODLIST.md b/MODLIST.md index 1e7e3fd..394b903 100755 --- a/MODLIST.md +++ b/MODLIST.md @@ -132,6 +132,9 @@ - [ ] [Sound Physics Remastered](https://www.curseforge.com/minecraft/mc-mods/sound-physics-remastered) - [ ] [Starter Kit](https://www.curseforge.com/minecraft/mc-mods/starter-kit) - Collective +- [ ] [Sophisticated Backpacks](https://www.curseforge.com/minecraft/mc-mods/sophisticated-backpacks) + - Sophisticated Core +- [ ] [Sophisticated Core](https://www.curseforge.com/minecraft/mc-mods/sophisticated-core) - [ ] [Storage Drawers](https://www.curseforge.com/minecraft/mc-mods/storage-drawers) - [ ] [SuperMartijn642's Config Lib](https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-config-lib) - [ ] [SuperMartijn642's Core Lib](https://www.curseforge.com/minecraft/mc-mods/supermartijn642s-core-lib) @@ -141,7 +144,6 @@ - [ ] [Trash Cans](https://www.curseforge.com/minecraft/mc-mods/trash-cans) - SuperMartijn642's Config Lib - SuperMartijn642's Core Lib -- [ ] [Traveler's Backpack](https://www.curseforge.com/minecraft/mc-mods/travelers-backpack) # U - [ ] [Ultimate Car Mod](https://www.curseforge.com/minecraft/mc-mods/ultimate-car-mod) diff --git a/config/bcc-common.toml b/config/bcc-common.toml index 3574f78..65e56ec 100644 --- a/config/bcc-common.toml +++ b/config/bcc-common.toml @@ -6,7 +6,7 @@ #The name of the modpack modpackName = "Eternal" #The version of the modpack - modpackVersion = "6.1.0" + modpackVersion = "6.1.1" #Use the metadata.json to determine the modpack version #ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING useMetadata = false diff --git a/config/waystones-common.toml b/config/waystones-common.toml index 030fd07..42928c6 100755 --- a/config/waystones-common.toml +++ b/config/waystones-common.toml @@ -4,7 +4,7 @@ inverseXpCost = false #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. #Range: > -2147483648 - blocksPerXpLevel = 1000 + blocksPerXpLevel = 0 #The minimum base xp cost (may be subceeded by multipliers defined below) #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 minimumBaseXpCost = 0.0 diff --git a/config/waystones-server.toml b/config/waystones-server.toml index 3526042..0ab4099 100755 --- a/config/waystones-server.toml +++ b/config/waystones-server.toml @@ -8,7 +8,7 @@ inverseXpCost = false #The amount of blocks per xp level requirement. If set to 500, the base xp cost for travelling 1000 blocks will be 2 levels. #Range: > 1 - blocksPerXPLevel = 1000 + blocksPerXPLevel = 0 #The minimum base xp cost #Range: 0.0 ~ Infinity minimumXpCost = 0.0 diff --git a/index.toml b/index.toml index eb68b31..8d130bf 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "config/bcc-common.toml" -hash = "c08101d1d9ce8d88fdcd787853aab4fadfd0b07e2046118d4dfb6a4346cbc836" +hash = "8721d4c9cc053691a685769b0c5d85720d5df0e22f7d39b4b690ab15d02e76da" [[files]] file = "config/comforts-server.toml" @@ -62,11 +62,11 @@ hash = "00dc8607c506f6785f33f5d96b5f8c297f944c34a6d75d09cc6e249a9f842d23" [[files]] file = "config/waystones-common.toml" -hash = "2bd3cd1b38ae47783840535365950a5ff330686878d89c2e03e7bc4bf76ecb9e" +hash = "533100123f39bb908f88d09affa8d6896d889967fea1eb6709a025b68ad85b0d" [[files]] file = "config/waystones-server.toml" -hash = "9bcb308cc6e3a86572bf44f17dcb5309e14e625e00b536728ce06c312ba0021d" +hash = "91b01ac06f5e9859e726e8b19f654bfdf721d8a6b174872f5972c5fe7587dfb5" [[files]] file = "config/xaerominimap.txt" @@ -223,7 +223,7 @@ metafile = true [[files]] file = "mods/embeddium.pw.toml" -hash = "2bdc5c7faa5bf54daebd9f0b003bbc0756175a13d90e4140a29df0cf705d03d9" +hash = "dd5396f14282b18d9b1a05326345802b1d573a8846048865924cd1c76bda2fce" metafile = true [[files]] @@ -436,6 +436,16 @@ file = "mods/smooth-chunk-save.pw.toml" hash = "48a5ab0b253645d471eaaa3fcea0ecf3cbee772a344cb7d6606cb61ee16f6a52" metafile = true +[[files]] +file = "mods/sophisticated-backpacks.pw.toml" +hash = "185e725253f3f9014b75343f828ad5554a3f26cfb023e411f2f6160796d6d988" +metafile = true + +[[files]] +file = "mods/sophisticated-core.pw.toml" +hash = "836954bb02f261b868f962286ed55b0a6800937e384779b8685d0a9351626ba5" +metafile = true + [[files]] file = "mods/sound-physics-remastered.pw.toml" hash = "198c34f25d1edb3c2f1d5dfdc9f0ae7a4eacc43831c9d4f337c07de4cf208d8a" @@ -448,7 +458,7 @@ metafile = true [[files]] file = "mods/storage-drawers.pw.toml" -hash = "8f1c288536ca25b5c8bc16403febefd34bcb25f75c81e53b200657f0f8ef84ac" +hash = "31df240bd48f760992a78c1d971da12ee53ebaebaa681a6cd394cf2b50471c2c" metafile = true [[files]] @@ -471,11 +481,6 @@ file = "mods/trash-cans.pw.toml" hash = "34ca91912a7aee7784e5d76c5ba2d8f9a66d33d3a6dfc65d3bda3c2887dd9184" metafile = true -[[files]] -file = "mods/travelers-backpack.pw.toml" -hash = "78f239805963e9aaafd0f0206f20730393baeb6d0fe43b548d3cc683cb51acbf" -metafile = true - [[files]] file = "mods/ultimate-car-mod.pw.toml" hash = "870e48cb40c498ae27449512f36ed62d497b7a4ad644beead0a7518a21b4521e" diff --git a/mods/embeddium.pw.toml b/mods/embeddium.pw.toml index 28aecc7..966ee82 100644 --- a/mods/embeddium.pw.toml +++ b/mods/embeddium.pw.toml @@ -1,13 +1,13 @@ name = "Embeddium" -filename = "embeddium-1.0.7+mc1.21.jar" +filename = "embeddium-1.0.9+mc1.21.1.jar" side = "client" [download] hash-format = "sha1" -hash = "32121189cd5ed0520b6106576afe5588a756a95d" +hash = "e65d96cf1bd052c20e80fea9a2040359e0e848e7" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5556146 +file-id = 5622975 project-id = 908741 diff --git a/mods/sophisticated-backpacks.pw.toml b/mods/sophisticated-backpacks.pw.toml new file mode 100644 index 0000000..7e56e82 --- /dev/null +++ b/mods/sophisticated-backpacks.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Backpacks" +filename = "sophisticatedbackpacks-1.21-3.20.6.1055.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "3227b6aafc3575d78c8204981454c235eadfc54b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5621986 +project-id = 422301 diff --git a/mods/sophisticated-core.pw.toml b/mods/sophisticated-core.pw.toml new file mode 100644 index 0000000..80322eb --- /dev/null +++ b/mods/sophisticated-core.pw.toml @@ -0,0 +1,13 @@ +name = "Sophisticated Core" +filename = "sophisticatedcore-1.21-0.6.24.619.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "21ce336fe0da16a357f9132ca15da57143631211" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 5623035 +project-id = 618298 diff --git a/mods/storage-drawers.pw.toml b/mods/storage-drawers.pw.toml index 676ef2f..641a3d5 100644 --- a/mods/storage-drawers.pw.toml +++ b/mods/storage-drawers.pw.toml @@ -1,13 +1,13 @@ name = "Storage Drawers" -filename = "StorageDrawers-1.21-13.0.0.jar" +filename = "StorageDrawers-1.21-13.0.1.jar" side = "both" [download] hash-format = "sha1" -hash = "57f2afe97bc459f991162ae107593d5e157c702c" +hash = "91752e04bdd9a290fa905e7479ec96b9cf396af9" mode = "metadata:curseforge" [update] [update.curseforge] -file-id = 5610020 +file-id = 5620498 project-id = 223852 diff --git a/mods/travelers-backpack.pw.toml b/mods/travelers-backpack.pw.toml deleted file mode 100644 index 2d4e308..0000000 --- a/mods/travelers-backpack.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Traveler's Backpack" -filename = "travelersbackpack-neoforge-1.21-10.0.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "967be2ab3995cd26872a64d7a074f31a8cbd06ea" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 5602831 -project-id = 321117 diff --git a/pack.toml b/pack.toml index 7c6f336..d6bfa47 100644 --- a/pack.toml +++ b/pack.toml @@ -1,16 +1,16 @@ name = "Eternal" author = "Aethrexal" -version = "6.1.0" +version = "6.1.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "ef603f89e980e3bbfdda75290ced64c7ba2201cf036cd8f622af6d73c560be4f" +hash = "d7e3ffac5b9326784737fcd958d3b684a85738c73a27c3afb534a37b54308ef2" [versions] minecraft = "1.21.1" -neoforge = "21.1.6" +neoforge = "21.1.8" [options] acceptable-game-versions = ["1.21"]