[6.0.3] Updated mods and added 3 others

This commit is contained in:
Aethrexal
2024-08-03 16:55:14 +02:00
parent add8de84fe
commit 388b4b19ec
19 changed files with 173 additions and 42 deletions

View File

@ -1,5 +1,30 @@
# Changelog
## 6.0.3
### Updated
- WATERMeDIA: Multimedia API
- Redstone Pen
- AppleSkin
- FramedBlocks
- Jade
- CreativeCore
- Building Gadgets
### Added
- Railcraft Reborn
- Measurements
- Tom's Simple Storage Mod
### Changed
- Removed XP cost of using waystones.
- Advanced wireless terminal for Tom's storage doesn't require beacon anymore.
---
## 6.0.2
### Removed

View File

@ -92,6 +92,7 @@
- Cupboard
# M
- [ ] [Measurements](https://www.curseforge.com/minecraft/mc-mods/measurements)
- [ ] [ModernFix](https://www.curseforge.com/minecraft/mc-mods/modernfix)
- [ ] [Modern Industrialization](https://www.curseforge.com/minecraft/mc-mods/modern-industrialization)
- [ ] [Modular Force Field Systems (MFFS)](https://www.curseforge.com/minecraft/mc-mods/mffs)
@ -113,6 +114,7 @@
- [ ] [Polymorph (Fabric/Forge/Quilt)](https://www.curseforge.com/minecraft/mc-mods/polymorph)
# R
- [ ] [Railcraft Reborn](https://legacy.curseforge.com/minecraft/mc-mods/railcraft-reborn)
- [ ] [Redstone Pen](https://www.curseforge.com/minecraft/mc-mods/redstone-pen)
- [ ] [Resourceful Lib](https://www.curseforge.com/minecraft/mc-mods/resourceful-lib)
- [ ] [RightClickHarvest](https://www.curseforge.com/minecraft/mc-mods/rightclickharvest)
@ -132,6 +134,7 @@
# T
- [ ] [Titanium](https://www.curseforge.com/minecraft/mc-mods/titanium)
- [ ] [Tom's Simple Storage Mod](https://www.curseforge.com/minecraft/mc-mods/toms-storage)
# U
- [ ] [Ultimate Car Mod](https://www.curseforge.com/minecraft/mc-mods/ultimate-car-mod)

View File

@ -39,7 +39,7 @@ At times it might be needed for you to manually update the NeoForge version when
3. Select "Version"
4. Select "NeoForge" in the list
5. Click "Change version" on the right side
6. Select "21.0.146"
6. Select "21.0.147"
7. Click "OK" then "Close"
8. Done

View File

@ -6,7 +6,7 @@
#The name of the modpack
modpackName = "Eternal"
#The version of the modpack
modpackVersion = "6.0.2"
modpackVersion = "6.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

@ -0,0 +1,45 @@
#Inventory Connector Range
#Range: 4 ~ 256
inventoryConnectorRange = 16
#Only Allow Trims to Connect Inventories
onlyTrimsConnect = false
#Inventory Cable Connector Maximum number of cables
#Range: > 16
invCableConnectorMaxScanSize = 2048
#Wireless terminal reach
#Range: 4 ~ 64
wirelessReach = 16
#Wireless terminal reach
#Range: 16 ~ 512
advWirelessRange = 64
#Adv Wireless terminal requied beacon level for infinite range
#Value of 0 only requires a single beacon block nearby
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
wirelessTermBeaconLvl = -1
#Adv Wireless terminal requied beacon level for cross dimensional access
#Value of 0 only requires a single beacon block nearby
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
wirelessTermBeaconLvlDim = -1
#Inventory Cable Connector requied beacon level for inventory linking
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvl = -1
#Inventory Linking range with beacons
#Value of 0 disables this feature entirely
#Range: > 0
invLinkBeaconRange = 4096
#Inventory Cable Connector requied beacon level for same dimension access with unlimited range
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvlSameDim = -1
#Inventory Cable Connector requied beacon level for cross dimensional access
#Value of 0 only requires a single beacon block
#Value of -1 disables this feature entirely
#Range: -1 ~ 4
invLinkBeaconLvlCrossDim = -1
#Use multithreading to improve performance
runMultithreaded = true

View File

@ -16,19 +16,19 @@
xpCostPerLeashed = 1
#The base xp level cost when travelling between dimensions. Ignores block distance.
#Range: > -2147483648
dimensionalWarpXpCost = 3
dimensionalWarpXpCost = 0
#The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
globalWaystoneXpCostMultiplier = 1.0
globalWaystoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting using a Warp Stone item (not the Waystone block, Konstantin)
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
warpStoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one waystone to another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
waystoneXpCostMultiplier = 1.0
waystoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from one sharestone to another.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
sharestoneXpCostMultiplier = 1.0
sharestoneXpCostMultiplier = 0.0
#The multiplier applied to the base xp cost when teleporting from a portstone.
#Range: -1.7976931348623157E308 ~ 1.7976931348623157E308
portstoneXpCostMultiplier = 0.0

View File

@ -52,10 +52,10 @@
[server.globalWaystones]
#The multiplier applied to the base xp cost when teleporting to a global waystone through any method.
#Range: 0.0 ~ Infinity
globalWaystonesXpCostMultiplier = 1.0
globalWaystonesXpCostMultiplier = 0.0
#The multiplier applied to the cooldown when teleporting to a global waystone via inventory button or warp stone.
#Range: 0.0 ~ Infinity
globalWaystoneCooldownMultiplier = 1.0
globalWaystoneCooldownMultiplier = 0.0
#Set to false to allow non-creative players to make waystones globally activated for all players.
globalWaystoneRequiresCreative = true
@ -84,7 +84,7 @@
dimensionalWarp = "ALLOW"
#The base xp level cost when travelling between dimensions. Ignores block distance.
#Range: > 0
dimensionalWarpXpCost = 3
dimensionalWarpXpCost = 1
#These options apply to taking leashed mobs with you when teleporting.
[server.leashedMobs]

View File

@ -2,7 +2,7 @@ hash-format = "sha256"
[[files]]
file = "config/bcc-common.toml"
hash = "8573c691bd6b02959ba4c5fe2d71a571545886069c704cbda24455c220be38df"
hash = "2bb21f645172a073f48c9aa2e56449ca5ff141bb7318ad5be7dec61c43973273"
[[files]]
file = "config/comforts-server.toml"
@ -52,17 +52,21 @@ hash = "a5e43691d44486f8d7b23c8de2094e147a7b9f86206f9e05f47e0d61a2cc023d"
file = "config/securitycraft-client.toml"
hash = "b96d295ea206bd9c79a3be58ec4a0a9859bb55b6c96d7e4b59af0c03727cfa71"
[[files]]
file = "config/toms_storage-server.toml"
hash = "a402db7b75dd713886f9a22e19e5356ee654182f1a210a4b0bf219b996f4854a"
[[files]]
file = "config/waystones-client.toml"
hash = "00dc8607c506f6785f33f5d96b5f8c297f944c34a6d75d09cc6e249a9f842d23"
[[files]]
file = "config/waystones-common.toml"
hash = "44848e190d749eb8792c375a3a75697b46b83bb53cc6b6ee0eda749785340ec1"
hash = "2bd3cd1b38ae47783840535365950a5ff330686878d89c2e03e7bc4bf76ecb9e"
[[files]]
file = "config/waystones-server.toml"
hash = "cd4de0e0943836eadf20b972200d468a05631c76c917b42a94cb44c5432ad161"
hash = "9bcb308cc6e3a86572bf44f17dcb5309e14e625e00b536728ce06c312ba0021d"
[[files]]
file = "config/xaerominimap.txt"
@ -94,7 +98,7 @@ metafile = true
[[files]]
file = "mods/appleskin.pw.toml"
hash = "c14c12771d20b73f8cf639489bcde8554987a7d4405b51253f152555f2d24070"
hash = "5820ee677da3df8d38b89fb2490be39e600b4eb1cf864a344f3cdf59e1879d25"
metafile = true
[[files]]
@ -124,7 +128,7 @@ metafile = true
[[files]]
file = "mods/building-gadgets.pw.toml"
hash = "47f3718c124a49d496da8fdc72b4f0ba4f6b30b52d9adf5a523d3ff92ec9aa87"
hash = "bfaf05ad16f843ebcae51b2ed135fdc5de73a19e46937db570a8dcf59f966075"
metafile = true
[[files]]
@ -184,7 +188,7 @@ metafile = true
[[files]]
file = "mods/creativecore.pw.toml"
hash = "d26c3464082c452af784b7fd17417e5257ae216442dbc947066ee7c6fa8671e3"
hash = "e7971f50569821c500fbb5f76868043cd0a85bac9cadd1bc1474b3e05b01fe57"
metafile = true
[[files]]
@ -259,7 +263,7 @@ metafile = true
[[files]]
file = "mods/framedblocks.pw.toml"
hash = "f5ea83eefe5781fc9787fdabc5a1e6bcfd21ffc7e01204400a3186cf67115d11"
hash = "feb86b069af80ff7ca020c358b7986499f6eb9d64595fcb6d174383e7b53ac11"
metafile = true
[[files]]
@ -289,7 +293,7 @@ metafile = true
[[files]]
file = "mods/jade.pw.toml"
hash = "a1d5e07e73b076c25e776bcd01c3b7e0b05474d34d557a6e5d85152b08ffd6c5"
hash = "8ec61cc48b6eaf267ad17c23b5518df4e39161bd04e3c8fec1ec9b802d456f20"
metafile = true
[[files]]
@ -317,6 +321,11 @@ file = "mods/login-protection.pw.toml"
hash = "30ce71691274a3b1a1c02d47cdafa7dea5fb0295d0c354b97a93aa79462718bc"
metafile = true
[[files]]
file = "mods/measurements.pw.toml"
hash = "19a4e73fa0814cda9b1ab666b72d0368322779898c52225baf1a2f6a4477bb5e"
metafile = true
[[files]]
file = "mods/mffs.pw.toml"
hash = "f84c49cf8d72c37d2da4665253c336e838794b323b16222ec0cb148997f144c3"
@ -372,9 +381,14 @@ file = "mods/polymorph.pw.toml"
hash = "26a4f97c97b0a10af269606242111aca83f2bd08d025f39b70344b5be361acc9"
metafile = true
[[files]]
file = "mods/railcraft-reborn.pw.toml"
hash = "e915e795ce58b60dff82ec779fd1a01d82be34290adea428fa0bb1b846fbfd55"
metafile = true
[[files]]
file = "mods/redstone-pen.pw.toml"
hash = "7f7a7f6d25aabe4915627490720123d1e5ecf5f7cd61bb1d36506335c8dd77fe"
hash = "2b7798c71b410ec5d84bc3bd10ec83d66f2066367366fc96479d570fe81127d0"
metafile = true
[[files]]
@ -437,6 +451,11 @@ file = "mods/titanium.pw.toml"
hash = "fc39cc124c2df1c32c3b07d9995e69246d4162aad19f50625fea875af429ef29"
metafile = true
[[files]]
file = "mods/toms-storage.pw.toml"
hash = "ef25ea0b628e48daea1c8cb3f76b6b3dfb4e163c1dcf99dec138a3ce062ee09a"
metafile = true
[[files]]
file = "mods/ultimate-car-mod.pw.toml"
hash = "b6dee338f2e5b5905e1ed23c71f81a6c91fb9532162d83c6b9446a871287f66a"
@ -459,7 +478,7 @@ metafile = true
[[files]]
file = "mods/watermedia.pw.toml"
hash = "ff13ae962f55525534b3cd7bc5da6ba74eaefa82bcb6c377093ba09560148f60"
hash = "852d4484892ca01af3b75dcb33a3152f48765215df657f5a47985c6fd2a3c87e"
metafile = true
[[files]]

View File

@ -1,13 +1,13 @@
name = "AppleSkin"
filename = "appleskin-neoforge-mc1.21-3.0.4.jar"
filename = "appleskin-neoforge-mc1.21-3.0.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "93be2e347ceebac149f63811ac42d74467b5174d"
hash = "057b483076431549ca8257095e498e42321abb60"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5525729
file-id = 5586600
project-id = 248787

View File

@ -1,13 +1,13 @@
name = "Building Gadgets"
filename = "buildinggadgets2-1.3.4.jar"
filename = "buildinggadgets2-1.3.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "fabbc057fdb9e07fc2a2553259d2a7afdf2361bc"
hash = "7fdc16c21005fd08da1bde64d664e4e12771306f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5576316
file-id = 5588613
project-id = 298187

View File

@ -1,13 +1,13 @@
name = "CreativeCore"
filename = "CreativeCore_NEOFORGE_v2.12.5_mc1.21.jar"
filename = "CreativeCore_NEOFORGE_v2.12.6_mc1.21.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "46a3e551894eb8542b11f1ecf65cc83d77f77009"
hash = "c4b43c7e9260f49ca891eb0763a89ca9d174a48b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5544276
file-id = 5587059
project-id = 257814

View File

@ -1,13 +1,13 @@
name = "FramedBlocks"
filename = "FramedBlocks-10.1.1.jar"
filename = "FramedBlocks-10.1.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6fd227ed1bbbcdb51967cccac962fb2eaaeced8d"
hash = "f0a9654cced8babd02494be191eaf403c517d8d1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5575009
file-id = 5588479
project-id = 441647

View File

@ -1,13 +1,13 @@
name = "Jade 🔍"
filename = "Jade-1.21-NeoForge-15.1.5.jar"
filename = "Jade-1.21-NeoForge-15.1.6.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "90374fccdb6d55dbd543f35b7a37985b78fb728a"
hash = "a1b8356492725be86dc6799cd6ee67f3ba2b61f1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5572926
file-id = 5591256
project-id = 324717

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

@ -0,0 +1,13 @@
name = "Measurements"
filename = "Measurements-neoforge-1.21-3.0.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "696bc2b0d230064a2d1d94d2e2f04b390a6aff3f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5435858
project-id = 478559

View File

@ -0,0 +1,13 @@
name = "Railcraft Reborn"
filename = "railcraft-reborn-1.21-1.2.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "19132df0979074eafd9d584024e88c8080785b29"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5591993
project-id = 901491

View File

@ -1,13 +1,13 @@
name = "Redstone Pen"
filename = "redstonepen-1.21-neoforge-1.11.37.jar"
filename = "redstonepen-1.21-neoforge-1.11.38.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "936b15e7ab7887fdd13047534ebbeb197d8c6568"
hash = "a950afa461966a1d1c71b184ac9d7af954065da4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5583949
file-id = 5590908
project-id = 461710

13
mods/toms-storage.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Tom's Simple Storage Mod"
filename = "toms_storage-1.21-2.0.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b6cfd64316a13a337eb08aac75e583d657fe7fe7"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5575070
project-id = 378609

View File

@ -1,13 +1,13 @@
name = "WATERMeDIA: Multimedia API"
filename = "watermedia-2.0.68.jar"
filename = "watermedia-2.0.69.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "94bd47b59b6e54066bed4e8ca24a67bc73014ca5"
hash = "32169dd51506d81fb4b1f4c9cb8b2068387eeefb"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5539538
file-id = 5587628
project-id = 869524

View File

@ -1,12 +1,12 @@
name = "Eternal"
author = "Aethrexal"
version = "6.0.2"
version = "6.0.3"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "b9b444943a7be8a404bd8cca7826c1cd4500073b6573af6f2f9cc8e49b49fe8c"
hash = "61921ea7ee2b17a07b94594697150b6230966399a824e26017169537aa6329af"
[versions]
minecraft = "1.21"