[6.4.0 Updated mods and added more mods]

This commit is contained in:
Aethrexal
2024-10-21 22:08:30 +02:00
parent 508fc40787
commit a5af66a71a
44 changed files with 351 additions and 131 deletions

View File

@ -1,5 +1,56 @@
# Changelog
## 6.4.0
### Updated
- NeoForge
- FerriteCore
- Resourceful Lib
- WATERFrAMES
- Jade
- GraveStone Mod
- Sophisticated Backpacks
- ZeroCore 2
- Sophisticated Core
- Tom's simple storage Mod
- Chipped
- Puzzles Lib
- Creative Core
- MonoLib
- Ultimate Car Mod
- Xaero's Minimap
- Storage Drawers
- Comforts
- PneumaticCraft
- WorldEdit
- Moving Elevators
- Trash Cans
- EMI
- Extreme Reactors
- Balm
- FramedBlocks
- JEI
- Security Craft
### Added
- XK's Decoration
- Trade Cycling
- Amendments
- Moonlight Lib
- Do a Barrel Roll
- Forgified Fabric API
- Macaw's Stairs
- Additional Enchanted Miner
- Scalable Cat's Force
### Removed
- Functional Storage
---
## 6.3.0
### Updated

View File

@ -2,10 +2,14 @@
- [ ] [3D Skin Layers](https://modrinth.com/mod/3dskinlayers) **Client**
# A
- [ ] [Additional Enchanted Miner](https://www.curseforge.com/minecraft/mc-mods/additional-enchanted-miner)
- Scalable Cat's Force
- [ ] [Advanced Chimneys](https://www.curseforge.com/minecraft/mc-mods/advanced-chimneys)
- ForgeEndertech
- [ ] [AmbientSounds 6](https://www.curseforge.com/minecraft/mc-mods/ambientsounds) **Client**
- CreativeCore
- [ ] [Amendments](https://www.curseforge.com/minecraft/mc-mods/amendments)
- Moonlight Lib
- [ ] [Anvil Restoration](https://www.curseforge.com/minecraft/mc-mods/anvil-restoration)
- Collective
- [ ] [AppleSkin](https://www.curseforge.com/minecraft/mc-mods/appleskin)
@ -51,6 +55,8 @@
- [ ] [Dis-Enchanting Table](https://modrinth.com/mod/dis-enchanting-table)
- MonoLib
- [ ] [Discord Integration](https://modrinth.com/plugin/dcintegration) **Server**
- [ ] [Do a Barrel Roll](https://www.curseforge.com/minecraft/mc-mods/do-a-barrel-roll) **Client**
- Forgified Fabric API
- [ ] [Doggy Talents Next](https://www.curseforge.com/minecraft/mc-mods/doggy-talents-next)
# E
@ -70,6 +76,7 @@
- Cupboard
- [ ] [FerriteCore ((Neo)Forge)](https://www.curseforge.com/minecraft/mc-mods/ferritecore)
- [ ] [ForgeEndertech](https://www.curseforge.com/minecraft/mc-mods/forgeendertech)
- [ ] [Forgified Fabric API](https://www.curseforge.com/minecraft/mc-mods/forgified-fabric-api)
- [ ] [FramedBlocks](https://www.curseforge.com/minecraft/mc-mods/framedblocks)
- [ ] [Furnish](https://www.curseforge.com/minecraft/mc-mods/furnish)
@ -100,10 +107,12 @@
- Cupboard
# M
- [ ] [Macaw's Stairs](https://www.curseforge.com/minecraft/mc-mods/macaws-stairs)
- [ ] [Measurements](https://www.curseforge.com/minecraft/mc-mods/measurements)
- [ ] [ModernFix](https://www.curseforge.com/minecraft/mc-mods/modernfix)
- [ ] [Modular Force Field Systems (MFFS)](https://www.curseforge.com/minecraft/mc-mods/mffs)
- [ ] [MonoLib](https://www.curseforge.com/minecraft/mc-mods/monolib)
- [ ] [Moonlight Lib](https://www.curseforge.com/minecraft/mc-mods/selene)
- [ ] [More Red](https://www.curseforge.com/minecraft/mc-mods/more-red)
- [ ] [Mouse Tweaks](https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks) **Client**
- [ ] [Moving Elevators](https://www.curseforge.com/minecraft/mc-mods/moving-elevators)
@ -131,6 +140,7 @@
- JamLib
# S
- [ ] [Scalable Cat's Force](https://www.curseforge.com/minecraft/mc-mods/scalable-cats-force)
- [ ] [Searchables](https://www.curseforge.com/minecraft/mc-mods/searchables) **Client**
- [ ] [Security Craft](https://www.curseforge.com/minecraft/mc-mods/security-craft)
- [ ] [Server Performance - Smooth Chunk Save[Forge/Fabric]](https://www.curseforge.com/minecraft/mc-mods/smooth-chunk-save) **Server**
@ -150,6 +160,7 @@
- [ ] [The Twilight Forest](https://www.curseforge.com/minecraft/mc-mods/the-twilight-forest)
- [ ] [Tom's Simple Storage Mod](https://www.curseforge.com/minecraft/mc-mods/toms-storage)
- [ ] [Touhou Little Maid](https://www.curseforge.com/minecraft/mc-mods/touhou-little-maid)
- [ ] [Trade Cycling](https://www.curseforge.com/minecraft/mc-mods/trade-cycling)
- [ ] [Trash Cans](https://www.curseforge.com/minecraft/mc-mods/trash-cans)
- SuperMartijn642's Config Lib
- SuperMartijn642's Core Lib
@ -174,6 +185,7 @@
# X
- [ ] [Xaero's Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap)
- [ ] [XK's Decoration](https://www.curseforge.com/minecraft/mc-mods/xks-decoration)
# Z
- [ ] [ZeroCore 2](https://legacy.curseforge.com/minecraft/mc-mods/zerocore)

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.1.64"
6. Select "21.1.72"
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.3.0"
modpackVersion = "6.4.0"
#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 = "44b2f183d73d3ba3734f035c46500dbb95064f822d522a8467a18303053ca1bb"
hash = "8a0f64941ceff194ba455db72ab1d44adfa142b94c142abf2e0893058466bc30"
[[files]]
file = "config/comforts-server.toml"
@ -81,6 +81,11 @@ file = "mods/3dskinlayers.pw.toml"
hash = "72cd05871d34a44e24290d5883ff99664d15688b59421945c304583255ade269"
metafile = true
[[files]]
file = "mods/additional-enchanted-miner.pw.toml"
hash = "4c062e26aaacdb2da7b96b9943b9f44d30baff2f27b10d14535a0717bd8caff0"
metafile = true
[[files]]
file = "mods/advanced-chimneys.pw.toml"
hash = "5a4ec68c36b46a5435d76e14e17766b42d6b59efe4950951fb21c80cc95984e3"
@ -91,6 +96,11 @@ file = "mods/ambientsounds.pw.toml"
hash = "c243b60172166cb3f8f174db81163220d7d844d9b7e24df4fbd516bef24dad43"
metafile = true
[[files]]
file = "mods/amendments.pw.toml"
hash = "a5d7f7921073966fb99751bf8e33b3dc54cbf1688b9a8707a2f56df1fe65c970"
metafile = true
[[files]]
file = "mods/anvil-restoration.pw.toml"
hash = "14d3ecfa068b3f518a1741d98a0cce21292563189d6e21770e4a765a21f50190"
@ -113,7 +123,7 @@ metafile = true
[[files]]
file = "mods/balm.pw.toml"
hash = "2e313c9cf96adb497fb855bcc9974827d45d0b738cae093fd1843c66bb745b82"
hash = "88684377cd29bd97133b521e5dbee6857e4a50c26c636b5495e1d997748b3eb2"
metafile = true
[[files]]
@ -138,7 +148,7 @@ metafile = true
[[files]]
file = "mods/chipped.pw.toml"
hash = "a4f78fcb0141b8ce6afe7736e6a13e52b9c52f69063bb0028237da4ba6141bfb"
hash = "3024466ae43de66612dc5ec4cfe5b3a273f71cee29fc6940308798a817d561b6"
metafile = true
[[files]]
@ -163,7 +173,7 @@ metafile = true
[[files]]
file = "mods/comforts.pw.toml"
hash = "7cf1dfd4c3c3b34c44cd3b03980b556feb0b337953e8ecedc4440ae924ee989c"
hash = "fe8b5115a0b4b8b4eb596da39c532d3274b21480abe3d2f40fa723676f0b99f1"
metafile = true
[[files]]
@ -188,7 +198,7 @@ metafile = true
[[files]]
file = "mods/creativecore.pw.toml"
hash = "74b25594082f0cb404d684df59eff44c1eed5c4eaf401fff912e476a574000b1"
hash = "ab57a5d35ffdac1c63dac24ad14417793cc8b8aef54ab48e99ea685615f51cfb"
metafile = true
[[files]]
@ -226,6 +236,11 @@ file = "mods/dis-enchanting-table.pw.toml"
hash = "3090195f0d1ae6f9c6a50c818d71668a539e51653b0ef2f0e9a0625e911f1051"
metafile = true
[[files]]
file = "mods/do-a-barrel-roll.pw.toml"
hash = "0f4964dfbbe6a517dfbb1c26f7d2d7222058d4d9da5027682652470d60803dee"
metafile = true
[[files]]
file = "mods/doggy-talents-next.pw.toml"
hash = "616a4997ce35a758b2323c3b498d05c10faf35cb8c27de25158147e60f9910bd"
@ -238,7 +253,7 @@ metafile = true
[[files]]
file = "mods/emi.pw.toml"
hash = "666724f4be285ff331dbdfff0dc084476517d770fea1200abdf6ae499546e79d"
hash = "a84d4226a5b693212e8207a6239622748d1380b4cd3bfc6517b8af336a62e486"
metafile = true
[[files]]
@ -248,7 +263,7 @@ metafile = true
[[files]]
file = "mods/extreme-reactors.pw.toml"
hash = "2221d2758ab24645c9c42a152a8dd6ad7148352c0e6e4ed6c0738c300e7398d6"
hash = "c01bd58ae690aa72394cbe851d11e4b9ca0eed8f9d593a874fd46bcccbe2b05f"
metafile = true
[[files]]
@ -268,7 +283,7 @@ metafile = true
[[files]]
file = "mods/ferritecore.pw.toml"
hash = "825fcd41d694336e01c4cf83f56b37b13d634456acf48ce0975080e2aa73d16b"
hash = "78ace4154d439bf995b0dd17a7dd249f9a977136525ad13210d6ffb1d20e2e12"
metafile = true
[[files]]
@ -276,9 +291,14 @@ file = "mods/forgeendertech.pw.toml"
hash = "a8e0dab37d81e18962a5d4c0686554add69ea06b8ee95397a0c5eff88b6db703"
metafile = true
[[files]]
file = "mods/forgified-fabric-api.pw.toml"
hash = "31e866aa4ac931b92366c753a7390d27a6e0ae5a06582c3921a23344f655a903"
metafile = true
[[files]]
file = "mods/framedblocks.pw.toml"
hash = "bed645904d20bd11d50ba9f07b050c59de6a0f054a638c38229010541472608a"
hash = "848a3174c9cb4b2e26f74d595052edf7f880b93323613f223750cd29d2b9aec1"
metafile = true
[[files]]
@ -303,7 +323,7 @@ metafile = true
[[files]]
file = "mods/gravestone-mod.pw.toml"
hash = "94f3c3b0149936a60dbfde7c2aa9fd9a2ac71486458095a9bf7abbdfc54c75b8"
hash = "678a73946ad0708c24ee921f168a0cda9b410ce260a814f845f0223d8d861b57"
metafile = true
[[files]]
@ -323,7 +343,7 @@ metafile = true
[[files]]
file = "mods/jade.pw.toml"
hash = "9329d28946324c7af1d008a12b55a3a3aaa3fd095be0155b6bee8ef7b473735a"
hash = "efd0665a6ca1031b3633bf18970ca4d172fdc6259cc06c64bc133f843807b833"
metafile = true
[[files]]
@ -333,7 +353,7 @@ metafile = true
[[files]]
file = "mods/jei.pw.toml"
hash = "94cbaf18b6523ec00afb16edc560fe58c24343851fc552120b584a4b19344eef"
hash = "d8a2387a112f00e41a7fe5e2a8c1107e424774574dfd7e805db7522d62cd201f"
metafile = true
[[files]]
@ -351,6 +371,11 @@ file = "mods/login-protection.pw.toml"
hash = "30ce71691274a3b1a1c02d47cdafa7dea5fb0295d0c354b97a93aa79462718bc"
metafile = true
[[files]]
file = "mods/macaws-stairs.pw.toml"
hash = "bd8af0fa78d1c1e6d6dd39b104fa3142c257f5a8a7a48b154f1ae704f39f4fbc"
metafile = true
[[files]]
file = "mods/measurements.pw.toml"
hash = "19a4e73fa0814cda9b1ab666b72d0368322779898c52225baf1a2f6a4477bb5e"
@ -368,7 +393,7 @@ metafile = true
[[files]]
file = "mods/monolib.pw.toml"
hash = "e9ad425a8bdb92a91572d68cc89bd849ab07a01032cbc950f965e40f7a419f82"
hash = "101425fc10867f8e2731b44f69cbbb25be1605f600f12390782237e085dc61ef"
metafile = true
[[files]]
@ -383,7 +408,7 @@ metafile = true
[[files]]
file = "mods/moving-elevators.pw.toml"
hash = "85ae7e805edf9dc86a78ce07aedf7499b77963f9d1f5f3e80ecedcbc78c42224"
hash = "7949923ae61ed7d53a1f55becc4522ab02b0ca876c1267cb08affa2f4aec70a4"
metafile = true
[[files]]
@ -408,7 +433,7 @@ metafile = true
[[files]]
file = "mods/pneumaticcraft-repressurized.pw.toml"
hash = "b785ff7ff40953e92bf3b0efdb7e8f4e4bd036f136866c40c974dae46fa9fb02"
hash = "c5bb7c2a67d0579fa46b81dd4853a37d6a5b0b854195a35770f0d39b79069f13"
metafile = true
[[files]]
@ -418,7 +443,7 @@ metafile = true
[[files]]
file = "mods/puzzles-lib.pw.toml"
hash = "6a2b5ecdb288c72151784908b78507c39b620596215a1d4a2dfd7819663991b1"
hash = "3de6962066ee38d8114bdc1f8aac339440da148031069d1598db86798e4215ab"
metafile = true
[[files]]
@ -433,7 +458,7 @@ metafile = true
[[files]]
file = "mods/resourceful-lib.pw.toml"
hash = "161c434c7672823ae4695c0f3a101041bfa49df4f0d4684769f46db5ff35c7fe"
hash = "9d2afaf79996b50e3ec0f858eea54c77105ba7aba6d7444f8dca9559718bb4d8"
metafile = true
[[files]]
@ -446,6 +471,11 @@ file = "mods/rubidium-extra.pw.toml"
hash = "87ba52b93f0e74e187a02282c473e35ac4085ee3b5f25bbeb07bdcce6a161bab"
metafile = true
[[files]]
file = "mods/scalable-cats-force.pw.toml"
hash = "84a5e97bc652496be30cd7d366d27292d3418d935581718f3f5e2491ea1dfafa"
metafile = true
[[files]]
file = "mods/searchables.pw.toml"
hash = "1ccf0755eff8e381875dccaf1b5097a80fdb0f45a7b63ec2c1d4c905b3338ef8"
@ -453,7 +483,12 @@ metafile = true
[[files]]
file = "mods/security-craft.pw.toml"
hash = "597d6506bbf5c5fa23fd2ff511221e14157390b88eb980044e56ee10550c6af1"
hash = "83ae292ce49434172a736989ad4ffd7d656810dd19fcec06650c80ead74c029d"
metafile = true
[[files]]
file = "mods/selene.pw.toml"
hash = "88afe81172a4cc72e18f632199502d596d86fd1dd569b00f0e9792f013e903f6"
metafile = true
[[files]]
@ -468,12 +503,12 @@ metafile = true
[[files]]
file = "mods/sophisticated-backpacks.pw.toml"
hash = "229fe61b34e27252b2e3fcda58cfb4e0733265aa590e7095d2406c78cec720c0"
hash = "0026878528969a5a15e01995ec733af287bf315ddd14c93788adca9c645ebc7d"
metafile = true
[[files]]
file = "mods/sophisticated-core.pw.toml"
hash = "f66db0bb0485a247d973422f9d3735a9395cd070183f8b20c18c14855bcefc75"
hash = "763cc6f7d35c67f5a8394f6033161ccf859746c160e863fa73f48540c77d5b16"
metafile = true
[[files]]
@ -488,7 +523,7 @@ metafile = true
[[files]]
file = "mods/storage-drawers.pw.toml"
hash = "c3e05aeef02517d8d6d8456731de74a411773ddca512903a3a3dceff2d3a792d"
hash = "c9277ba9757a445b9c699497253e9ec081bd4e5fd6933cf3361d0add1b97b6e3"
metafile = true
[[files]]
@ -513,7 +548,7 @@ metafile = true
[[files]]
file = "mods/toms-storage.pw.toml"
hash = "80a0fb8e9da615e4a4b870e5f1bc70c4845d1a62607c75ae86f4e53c415aa930"
hash = "7b8eaac4139f28e408432dee815caeec5588d4e0fe9aca606f8a9a809e76f71a"
metafile = true
[[files]]
@ -521,14 +556,19 @@ file = "mods/touhou-little-maid.pw.toml"
hash = "3f60048bc68f75f78d2d3a7b3d6718376c7da2a68e9b9f410587d0a7205eeeb2"
metafile = true
[[files]]
file = "mods/trade-cycling.pw.toml"
hash = "04e45adcd7863720e1951aa24cd8e656567f8b3a0c69c986d2ea29737e169058"
metafile = true
[[files]]
file = "mods/trash-cans.pw.toml"
hash = "7016b8e26c510486a0d3cada6056e13d05ce48ab847e70c1432b1fd640512c1f"
hash = "0b8c0f65399ad7ca039727308a85e708b2f6abc603a390f35b5f4c9aa10ba1c7"
metafile = true
[[files]]
file = "mods/ultimate-car-mod.pw.toml"
hash = "9b7294853e8a6e70897e7fa40f58a3887562bcaabd3e5cce5ac2fae780404f53"
hash = "fd143b2bcd40170a9cc99e461967ea74c94a2453298f93b35943d746a6a63270"
metafile = true
[[files]]
@ -548,12 +588,12 @@ metafile = true
[[files]]
file = "mods/waterframes.pw.toml"
hash = "b6423adef6c27bf188f06912faee66822b3c79fa52c3ba8190bdf8bb9a930048"
hash = "59d4ded81134ea695f705df4c314dbe4a2297273cea97245d76c2bbb53a18015"
metafile = true
[[files]]
file = "mods/watermedia.pw.toml"
hash = "83c7ee12f85c821eb0541568d17d0a930e469d7cb1e97b4604583c9b3245b773"
hash = "878792494d0eac6acb34c43ba4dc48152d1de3fcd91ad616e58d2e46572a9406"
metafile = true
[[files]]
@ -563,12 +603,12 @@ metafile = true
[[files]]
file = "mods/worldedit.pw.toml"
hash = "ceb7deabe90beccb700e198aa23113c619e42b57cedf6ea3cae1b091f9b464b8"
hash = "f2dfce29433a6b2a3349db5f4913f4077c74d2e7982c8c4ec51fac5ab09d21ad"
metafile = true
[[files]]
file = "mods/xaeros-minimap.pw.toml"
hash = "0000f1fb519127e8c1ce0cdaeb6f8efb6534246f9814a8b1a34c3e2529c1282f"
hash = "b604e491503f3acdea93c1ddb2eb1e280686e12f66b02b5abd6bfbba8083fbde"
metafile = true
[[files]]
@ -576,9 +616,14 @@ file = "mods/xaeros-world-map.pw.toml"
hash = "a13952997cfb0f7d54daa601d8ba97e2dbcc31450aca41af84075cb58fd3a1f4"
metafile = true
[[files]]
file = "mods/xks-decoration.pw.toml"
hash = "1fd090f7ed1f73f70ab562c6c674a2c5b6f37a7c72a4e97ecca23071776f41a3"
metafile = true
[[files]]
file = "mods/zerocore.pw.toml"
hash = "a8414bc31d45eccb086b05ab11b2f47e426f5e355802c733aa46ea13705d7db4"
hash = "b8b50adb4cf0d22b300b8fd83eb928b7b4970e686c0c76b987b21ad4e9f4762b"
metafile = true
[[files]]

View File

@ -0,0 +1,13 @@
name = "Additional Enchanted Miner"
filename = "AdditionalEnchantedMiner-1.21.1-neoforge-21.1.110.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a4ca26bdfe3205ac31ee93b3bcc7efb5fa71a5b7"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5826906
project-id = 282837

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

@ -0,0 +1,13 @@
name = "Amendments"
filename = "amendments-1.21-1.2.19-neoforge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "4eab8e4c6ded01050472684c0acf27ea988c240c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5820188
project-id = 896746

View File

@ -1,13 +1,13 @@
name = "Balm (Forge Edition)"
filename = "balm-neoforge-1.21.1-21.0.19.jar"
filename = "balm-neoforge-1.21.1-21.0.20.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "02033033329f11c74afaa7c20345b0ee9c3eacd4"
hash = "8dadbffaaeec2177c8a24fca668ea871c5ef22c1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5676524
file-id = 5798246
project-id = 531761

View File

@ -1,13 +1,13 @@
name = "Chipped"
filename = "chipped-neoforge-1.21.1-4.0.1.jar"
filename = "chipped-neoforge-1.21.1-4.0.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "8e89b34feccc9961fd2c2727518b66fac1c0bacd"
hash = "6f5395f58139802edfde7cb9170279f92f291971"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5681013
file-id = 5813117
project-id = 456956

View File

@ -1,13 +1,13 @@
name = "Comforts (Fabric/Forge/Quilt)"
filename = "comforts-neoforge-9.0.2+1.21.1.jar"
filename = "comforts-neoforge-9.0.3+1.21.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "2f790c0387dbdcb79d784d4cae5cfb41453427d4"
hash = "7740cb649102deecaad23a139205c13e7da4b74c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5718737
file-id = 5821146
project-id = 276951

View File

@ -1,13 +1,13 @@
name = "CreativeCore"
filename = "CreativeCore_NEOFORGE_v2.12.15_mc1.21.1.jar"
filename = "CreativeCore_NEOFORGE_v2.12.17_mc1.21.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "00ea8a647e959676bfd815c95843d07a9d223ede"
hash = "2c581dcbf071fa7d910f8c719e366a3df2d69de5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5743442
file-id = 5773866
project-id = 257814

View File

@ -0,0 +1,17 @@
name = "Do a Barrel Roll"
filename = "do_a_barrel_roll-neoforge-3.7.2+1.21.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "b2175705c1067372a394972db186c4a553ca78c4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5805327
project-id = 663658
[option]
optional = true
description = "THIS MOD NEEDS FORGIFIED FABRIC API ENABLED AS WELL!!!!! Do a Barrel Roll is a lightweight, fully clientside mod that changes elytra flight to be more fun and semi-realistic."

View File

@ -1,13 +1,13 @@
name = "EMI"
filename = "emi-1.1.13+1.21.1+neoforge.jar"
filename = "emi-1.1.16+1.21.1+neoforge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "82a56b47c86d1aeb0f91ed92a9fcc34ee546812f"
hash = "c13c2d1bfa8a8be27805f46c5a2f6dd668fab0c4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5704405
file-id = 5793016
project-id = 580555

View File

@ -1,13 +1,13 @@
name = "Extreme Reactors"
filename = "ExtremeReactors2-1.21.1-2.4.9.jar"
filename = "ExtremeReactors2-1.21.1-2.4.11.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9a079dfcbb4fa350dfbe76b2674d20f1028cad62"
hash = "7bc4e935a447c5fe54a14d7f1dd49d59348de9b5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5719857
file-id = 5814815
project-id = 250277

View File

@ -1,13 +1,13 @@
name = "FerriteCore ((Neo)Forge)"
filename = "ferritecore-7.0.0-neoforge.jar"
filename = "ferritecore-7.0.1-neoforge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b82ff769aca2b8c542ce09b633bfa4ffd03c06d8"
hash = "85806e7bf1ff235ac46a0ba66bc6694dc2fccb94"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5434178
file-id = 5824085
project-id = 429235

View File

@ -0,0 +1,17 @@
name = "Forgified Fabric API"
filename = "forgified-fabric-api-0.104.0+2.0.15+1.21.1.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "683bc2b130e7677a637269a9dfaa155ec7bf3d91"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5808197
project-id = 889079
[option]
optional = true
description = "Fabric API is the library for essential hooks and interoperability mechanisms for mods."

View File

@ -1,13 +1,13 @@
name = "FramedBlocks"
filename = "FramedBlocks-10.1.4.jar"
filename = "FramedBlocks-10.2.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "9ae55eb767e310793462891f5b9b0235e6f6815c"
hash = "af6a072c45cce193963a62c26f1346c17725b6ca"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5629510
file-id = 5780907
project-id = 441647

View File

@ -1,13 +0,0 @@
name = "Functional Storage"
filename = "functionalstorage-1.21.1-1.3.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "d0002a909cb9eca7808a978e648716375233c2ff"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5742882
project-id = 556861

View File

@ -1,13 +1,13 @@
name = "GraveStone Mod"
filename = "gravestone-neoforge-1.21.1-1.0.23.jar"
filename = "gravestone-neoforge-1.21.1-1.0.24.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "09a33ca9b7f500d37e2c82923a6c6bb8f20c2317"
hash = "1b4ef0dda54f0f3df45dabd49e61c81a46b01eb0"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5699951
file-id = 5794085
project-id = 238551

View File

@ -1,13 +1,13 @@
name = "Jade 🔍"
filename = "Jade-1.21.1-NeoForge-15.4.1.jar"
filename = "Jade-1.21.1-NeoForge-15.7.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "f874b0d65bb8e8e35d39e563598e98beb090c97d"
hash = "9cec2ff024422edf0854118bd5a825eaf1a5e724"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5729884
file-id = 5813144
project-id = 324717

View File

@ -1,13 +1,13 @@
name = "Just Enough Items (JEI)"
filename = "jei-1.21.1-neoforge-19.19.0.220.jar"
filename = "jei-1.21.1-neoforge-19.21.0.246.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b93ee1ef8a360c170c91a048bb5cdfe8952f6f41"
hash = "e346313c458e2d64cfba6f06199127ae7b661616"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5763011
file-id = 5802637
project-id = 238222

View File

@ -0,0 +1,13 @@
name = "Macaw's Stairs"
filename = "mcw-stairs-1.0.0-1.21.1neoforge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "92f8e4f160a7d268e69151007b29cdfe41c32f36"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5802423
project-id = 1119394

View File

@ -1,13 +1,13 @@
name = "MonoLib"
filename = "monolib-neoforge-1.21.1-1.3.0.jar"
filename = "monolib-neoforge-1.21.1-1.4.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6f8608d4df05caedf49eb70d8d6f2dc93ec3cde7"
hash = "93f27bd6ea6067b5b9375b1247ed8f8b1c7f22cf"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5613093
file-id = 5829712
project-id = 968432

View File

@ -1,13 +1,13 @@
name = "Moving Elevators"
filename = "movingelevators-1.4.8-neoforge-mc1.21.jar"
filename = "movingelevators-1.4.9-neoforge-mc1.21.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "cf04d0be5e6d60d7cfb2707ee45e957e97fb093c"
hash = "f77d55d2e29063ea2b6cd1a388918a6cb92a66fb"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5686520
file-id = 5824601
project-id = 373051

View File

@ -1,13 +1,13 @@
name = "PneumaticCraft: Repressurized"
filename = "pneumaticcraft-repressurized-8.1.3+mc1.21.1.jar"
filename = "pneumaticcraft-repressurized-8.2.0+mc1.21.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "34a9b9c9b49502ec83245a1bd8f4dcdda979f17b"
hash = "c0bef04be1b2fb0c9618a047a626da77cb35ea35"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5721690
file-id = 5826968
project-id = 281849

View File

@ -1,13 +1,13 @@
name = "Puzzles Lib [Forge & Fabric]"
filename = "PuzzlesLib-v21.1.11-1.21.1-NeoForge.jar"
filename = "PuzzlesLib-v21.1.18-1.21.1-NeoForge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e02e5097a7af02156e671a4021b137ba7d1433a4"
hash = "cfb9dbcb26e2454a841a764d828483d154338bf1"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5761901
file-id = 5783625
project-id = 495476

View File

@ -1,13 +1,13 @@
name = "Resourceful Lib"
filename = "resourcefullib-neoforge-1.21-3.0.10.jar"
filename = "resourcefullib-neoforge-1.21-3.0.11.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "3932664914e4427167351b8cc6f4e1daed86b3c3"
hash = "004b51394d4b4460e70d65b0894e9e42799bcc5c"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5681267
file-id = 5793500
project-id = 570073

View File

@ -0,0 +1,13 @@
name = "Scalable Cat's Force"
filename = "ScalableCatsForce-NeoForge-3.5.1-build-2-with-library.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6230eb64b89feb80dc92d94db48b662a1d15d106"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5739482
project-id = 320926

View File

@ -1,13 +1,13 @@
name = "Security Craft"
filename = "[1.21.1] SecurityCraft v1.9.10-beta9.jar"
filename = "[1.21.1] SecurityCraft v1.9.11.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "46f26ceea67f9160505dc341de8185e955cd5f09"
hash = "67d4b463dc7e3b3a8572f553ed078ce007da8152"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5655403
file-id = 5779958
project-id = 64760

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

@ -0,0 +1,13 @@
name = "Moonlight Lib"
filename = "moonlight-1.21-2.14.34-neoforge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "5d7b47839b4bc4299d12c1104d2813006a77d740"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5824031
project-id = 499980

View File

@ -1,13 +1,13 @@
name = "Sophisticated Backpacks"
filename = "sophisticatedbackpacks-1.21-3.20.16.1111.jar"
filename = "sophisticatedbackpacks-1.21-3.20.17.1113.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "62f782e9f6e27712235edcfcf2cd995bb51007ba"
hash = "61c1e697ebb47b203552a1502e058d8c03ac7c3d"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5766189
file-id = 5787622
project-id = 422301

View File

@ -1,13 +1,13 @@
name = "Sophisticated Core"
filename = "sophisticatedcore-1.21-0.6.41.708.jar"
filename = "sophisticatedcore-1.21-0.6.45.722.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "429e97f8e2c6375b6a6096551efdf35fc20ceb98"
hash = "c56a0846aa6138355a905810e4246015105405dc"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5766114
file-id = 5810072
project-id = 618298

View File

@ -1,13 +1,13 @@
name = "Storage Drawers"
filename = "Storage Drawers-neoforge-1.21-13.5.0.jar"
filename = "Storage Drawers-neoforge-1.21-13.8.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "eb5c5cb29332693f3e36793460df2c34fea1bf27"
hash = "f61f7f746466737e2938c26b1622fd946d7651a9"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5760527
file-id = 5823557
project-id = 223852

View File

@ -1,13 +1,13 @@
name = "Tom's Simple Storage Mod"
filename = "toms_storage-1.21-2.0.9.jar"
filename = "toms_storage-1.21-2.0.10.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ac8ad23f4e13c89e13f91837b99633173392e247"
hash = "4418d17491604edda2eb58558df60d210e401266"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5647327
file-id = 5798154
project-id = 378609

View File

@ -0,0 +1,13 @@
name = "Trade Cycling"
filename = "trade-cycling-neoforge-1.21.1-1.0.15.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "021fb961ae9845dd5c6d55133637ee7a12851983"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5793980
project-id = 570431

View File

@ -1,13 +1,13 @@
name = "Trash Cans"
filename = "trashcans-1.0.18a-neoforge-mc1.21.jar"
filename = "trashcans-1.0.18b-neoforge-mc1.21.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "17be0329f6000b00a3d7cadd2980636c4330f0bc"
hash = "0439e908beac32866d38f1b1e1b9e57c1712ec18"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5652387
file-id = 5788473
project-id = 394535

View File

@ -1,13 +1,13 @@
name = "Ultimate Car Mod"
filename = "car-neoforge-1.21.1-1.0.30.jar"
filename = "car-neoforge-1.21.1-1.0.32.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "744531283b9d2bd739d6227058e9dfe93c337548"
hash = "6fafa0782fd516ab10c493a0e6e8191041fb0245"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5764892
file-id = 5770410
project-id = 267458

View File

@ -1,13 +1,13 @@
name = "WATERFrAMES: Multimedia Displays"
filename = "waterframes-NEOFORGE-mc1.21.1-v2.1.6.jar"
filename = "waterframes-NEOFORGE-mc1.21.1-v2.1.6b.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "70223972121b342df3f957e889e29c1bc6afe607"
hash = "c2a9649d2830c63bb469131dd6a47dc036359ee2"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5748736
file-id = 5818410
project-id = 834607

View File

@ -1,13 +1,13 @@
name = "WATERMeDIA: Multimedia API"
filename = "watermedia-2.0.72.jar"
filename = "watermedia-2.1.0-alpha.4.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "a7b2cf20b9537d0a166762a47a72e842adcb0b80"
hash = "2bad368dad4d0c3a3b02867afc1e1a1f89cba6fa"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5764639
file-id = 5828398
project-id = 869524

View File

@ -1,13 +1,13 @@
name = "WorldEdit"
filename = "worldedit-mod-7.3.6.jar"
filename = "worldedit-mod-7.3.8.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "89d3d1a5b6d4d400adf5fc64ccc3f10add3ed7c3"
hash = "924fe181a29bd66be6783f6d589968ab0ee02250"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5613180
file-id = 5830452
project-id = 225608

View File

@ -1,13 +1,13 @@
name = "Xaero's Minimap"
filename = "Xaeros_Minimap_24.4.0_NeoForge_1.21.jar"
filename = "Xaeros_Minimap_24.5.0_NeoForge_1.21.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "03cb3fe23d48cd2e1d3d7deabba348808a4c73a7"
hash = "6ffe2f270f9aa5aae14fab4ac1a1e669febe8e59"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5685671
file-id = 5773035
project-id = 263420

View File

@ -0,0 +1,13 @@
name = "XK's Decoration"
filename = "XKDeco-NeoForge-1.21.1-NeoForge-1.0.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "e7e4c9ce06094620fa98dd75b02b6378ce2d69a6"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5778681
project-id = 497637

View File

@ -1,13 +1,13 @@
name = "ZeroCore 2"
filename = "ZeroCore2-1.21.1-2.4.9.jar"
filename = "ZeroCore2-1.21.1-2.4.11.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c7e7f135039df964a704245d05ca41ff2df2f496"
hash = "de3b736a337bd62644287a4409e07ee02d4e78f4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5719850
file-id = 5814814
project-id = 247921

View File

@ -1,16 +1,16 @@
name = "Eternal"
author = "Aethrexal"
version = "6.3.0"
version = "6.4.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "3483e8b5d04f63108f982cf4e6e5fd5c8c3dc1904dcb19258ab3b832a5c03005"
hash = "45f38be133297d9ada357791d782bfb2c2adbb0298177fa3add690dc028fc660"
[versions]
minecraft = "1.21.1"
neoforge = "21.1.64"
neoforge = "21.1.72"
[options]
acceptable-game-versions = ["1.21"]