Fixed an error with the index file

This commit is contained in:
Raz 2023-04-19 20:54:07 -05:00
parent 1ef2a1d83c
commit 05cb66b0b7
8 changed files with 92 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.mrpack
*.zip
TODO.md

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# ScrumptiousCraft Um
A modpack made for the scrumptious.gg gaming community, operated by Scrumptious Yeets LLC.
### Mod Credits
- [Aquaculture 2 by Shadow](https://www.curseforge.com/minecraft/mc-mods/aquaculture)
- [Darker Depths by naterbobber](https://www.curseforge.com/minecraft/mc-mods/darker-depths)
- [GraveStone Mod by henkelmax](https://www.curseforge.com/minecraft/mc-mods/gravestone-mod)
- [Macaw's Bridges by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-bridges)
- [Macaw's Doors by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-doors)
- [Macaw's Fences and Walls by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-doors)
- [Macaw's Furniture by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-furniture)
- [Macaw's Lights and Lamps by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-lights-and-lamps)
- [Macaw's Paths and Pavings by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-paths-and-pavings)
- [Macaw's Roofs by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-roofs)
- [Macaw's Trapdoor by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-trapdoors)
- [Macaw's Windows by sketch_macaw](https://www.curseforge.com/minecraft/mc-mods/macaws-windows)
- [PolyLib by CreeperHost LTD](https://www.curseforge.com/minecraft/mc-mods/polylib)
- [Serene Seasons by TheAdubbz](https://www.curseforge.com/minecraft/mc-mods/serene-seasons)
- and many more...

View File

@ -4,14 +4,14 @@ hash-format = "sha256"
file = "LICENSE.txt"
hash = "21b0ac69e8708a8d05930fe6f2b7b6127419954d747ee00d485e9b0f61a0dff5"
[[files]]
file = "config/Mekanism/almostunified/unify.json"
hash = "efeedd71425606e55f2c16be71d0d325607045d3e914f886b0b57ed09b65413a"
[[files]]
file = "config/Mekanism/world.toml"
hash = "8603b247cecb151a056178a85450ccd45f8cdda9103de9a5ea7b02aef74d10fc"
[[files]]
file = "config/almostunified/unify.json"
hash = "efeedd71425606e55f2c16be71d0d325607045d3e914f886b0b57ed09b65413a"
[[files]]
file = "defaultconfigs/ftbchunks/ftbchunks-world.snbt"
hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4"
@ -20,9 +20,13 @@ hash = "379d22fd3111b76c611cc9647cbd759d025dd508ebe741951a74e4c5853f26b4"
file = "defaultconfigs/ftbessentials.snbt"
hash = "09e2485d7813ba56d55a5aefa339cd6bfafff9ca6aed41b04bb550d3d57a3ac2"
[[files]]
file = "kubejs/client_scripts/hide.js"
hash = "5d481198f4fbd86ba8127796ca8c5e617e4b2c76a0ef2552e5e8dbe576ee261f"
[[files]]
file = "kubejs/server_scripts/currency.js"
hash = "225e79586716505fdccb56aec667accad82aa3a25fd07bdd92351854a919b967"
hash = "0d4c63070a3ca92f587b81b9330ee5f09c08061287175feddd0e67309d116a41"
[[files]]
file = "mods/advanced-chimneys.pw.toml"
@ -504,11 +508,26 @@ file = "mods/macaws-furniture.pw.toml"
hash = "d0674dbe5d5d5661f8746475cb28439e580e61f9fc0ea7f42c6c5a58c77d655f"
metafile = true
[[files]]
file = "mods/macaws-lights-and-lamps.pw.toml"
hash = "30a98c2d143d15fd3916892e63bb0269f4b1124d09220315959f62e3afbf7d0d"
metafile = true
[[files]]
file = "mods/macaws-paths-and-pavings.pw.toml"
hash = "7f0fdcb05f21e5c6d86beedefca4c2e60d87ede97de306bc85ed10a646e67227"
metafile = true
[[files]]
file = "mods/macaws-roofs.pw.toml"
hash = "b2d7d550238a9224ad82f0db86e9dcb0b038eaa91f5a7d563bdca6887f3d8c52"
metafile = true
[[files]]
file = "mods/macaws-trapdoors.pw.toml"
hash = "ccae58379e56d3148c08a27bcd825b1c7f50c984f7d970d5235dae638b3b4f51"
metafile = true
[[files]]
file = "mods/macaws-windows.pw.toml"
hash = "0a7edf681664e37cbaa592b4f4260d6ba80268f46084b8d99069aa9c264f5b70"

View File

@ -1,5 +1,6 @@
// priority 0
// Removing recipes
ServerEvents.recipes((event) => {
// Remove recipes for coin minting and burning from TE
event.remove({ id: "thermal:press_coin_die" });
@ -20,4 +21,8 @@ ServerEvents.recipes((event) => {
event.remove({ output: "createdeco:netherite_coinstack" });
event.remove({ output: "createdeco:zinc_coin" });
event.remove({ output: "createdeco:zinc_coinstack" });
// Back-up solution for breaking up currency
event.stonecutting("10x thermal:copper_coin", "thermal:silver_coin");
event.stonecutting("10x thermal:silver_coin", "thermal:gold_coin");
});

View File

@ -0,0 +1,13 @@
name = "Macaw's Lights and Lamps"
filename = "mcw-lights-1.0.5-mc1.19.2forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a6cc2c9a32a40e51dd130fe2aa8e17a80d142a6b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4358264
project-id = 502372

View File

@ -0,0 +1,13 @@
name = "Macaw's Paths and Pavings"
filename = "mcw-paths-1.0.2forge-mc1.19.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "ab4cf93b7fe55f4d6312f645e48b0ad0b35fd08a"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4126526
project-id = 629153

View File

@ -0,0 +1,13 @@
name = "Macaw's Trapdoors"
filename = "mcw-trapdoors-1.0.9-mc1.19.2forge.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "b999f57c2ec8de54e26eb52a21a88f06529e85a2"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 4429507
project-id = 400933

View File

@ -1,12 +1,12 @@
name = "ScrumptiousCraft Um"
author = "razage"
version = "1.0.2"
version = "1.0.3"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "a2057a0836bb3d8720ad1c7db56f74b4a84670f71925f6b9f635a8c688e23ddb"
hash = "e80fbe9717001828b2f69a5c83c2c7083788f17625f2da45a77023ff5ed3f4f8"
[versions]
forge = "43.2.8"