[7.0.3] Added 2 more mods

This commit is contained in:
Aethrexal
2025-02-09 03:29:54 +01:00
parent 8c5af169f7
commit 89b5a668cd
7 changed files with 53 additions and 4 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 7.0.3
### Added
- FerriteCore
- AllTheLeaks
---
## 7.0.2
### Added

View File

@ -22,6 +22,8 @@ This is just so I can copy paste it
- *Licence*: ARR
- *Dependencies*:
- ForgeEndertech
- [ ] [AllTheLeaks (Memory Leak Fix)](https://www.curseforge.com/minecraft/mc-mods/alltheleaks)
- *Licence*: MIT
- [ ] [Almost Unified](https://www.curseforge.com/minecraft/mc-mods/almost-unified)
- *Licence*: ARR
- [ ] [AmbientSounds 6](https://www.curseforge.com/minecraft/mc-mods/ambientsounds)
@ -159,6 +161,8 @@ This is just so I can copy paste it
- *Licence*: ARR
- *Dependencies*:
- Balm
- [ ] [FerriteCore ((Neo)Forge)](https://www.curseforge.com/minecraft/mc-mods/ferritecore)
- *Licence*: MIT
- [ ] § [Flux Networks](https://www.curseforge.com/minecraft/mc-mods/flux-networks)
- *Licence*: ARR
- [ ] [Forge Config API Port](https://www.curseforge.com/minecraft/mc-mods/forge-config-api-port-fabric)

View File

@ -6,7 +6,7 @@ modpackProjectID = 0
#The name of the modpack
modpackName = "Eternal"
#The version of the modpack
modpackVersion = "7.0.2"
modpackVersion = "7.0.3"
#Use the metadata.json to determine the modpack version
#ONLY ENABLE THIS IF YOU KNOW WHAT YOU ARE DOING
useMetadata = false

View File

@ -2,7 +2,7 @@ hash-format = "sha256"
[[files]]
file = "config/bcc-common.toml"
hash = "8c109c39ad0b9fd5f58c1064576a3c774d7615a3164397bd7ac49e51c359d165"
hash = "2c408f586dcacb287fa3dffd59095d76e209b2fddfdba91b6d8254c56a6e9b51"
[[files]]
file = "config/camera-client.toml"
@ -103,6 +103,11 @@ file = "mods/advanced-chimneys.pw.toml"
hash = "5a4ec68c36b46a5435d76e14e17766b42d6b59efe4950951fb21c80cc95984e3"
metafile = true
[[files]]
file = "mods/alltheleaks.pw.toml"
hash = "6f36110fe3800dd27fe9c5929e57b33d13b037f83e8db054ff659c10f6709d6d"
metafile = true
[[files]]
file = "mods/almost-unified.pw.toml"
hash = "93ee94801a715829fd1dd170ce76b70e4ce382c4326e5fe846dd99c5b50df4a2"
@ -323,6 +328,11 @@ file = "mods/farsight.pw.toml"
hash = "173c02bd227e837e5ca25b690c1be6b70c25eecdb58092f1ca7070b005d2a1b3"
metafile = true
[[files]]
file = "mods/ferritecore.pw.toml"
hash = "942b02525962980b6176677cca162d27c1210b686985ad11db0055fe39d42a7d"
metafile = true
[[files]]
file = "mods/flux-networks.pw.toml"
hash = "ad8209e472d463c9fcd19ca708fcd9c1a4a1bc69c9f0ca22efeacb414e9ab7a8"

13
mods/alltheleaks.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "AllTheLeaks (Memory Leak Fix)"
filename = "alltheleaks-0.1.14-beta+1.21.1-neoforge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6fe732eb211e1fe1c5044358e1f40b7b598761ce"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 6169072
project-id = 1091339

13
mods/ferritecore.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "FerriteCore ((Neo)Forge)"
filename = "ferritecore-7.0.2-neoforge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "7279fc52c32a033acc2864a9bcb018b2e04bbd03"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5850121
project-id = 429235

View File

@ -1,12 +1,12 @@
name = "Eternal"
author = "Aethrexal"
version = "7.0.2"
version = "7.0.3"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "d6eedd0a44c07fa0afd749d4b6abaaa4b8882d15a30531d7bb5c4719d4e58958"
hash = "2dc2ff3c509573bc0eb6694c6f3cc13b517a38a55e37c66de3894e0ddfdd889e"
[versions]
minecraft = "1.21.1"