Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9a78bc87d | |||
| 49f9e7e886 | |||
| c72fc74680 | |||
| b96a0789d5 | |||
| 159b0dd387 | |||
| e67f80cf27 | |||
| f90b8e2581 | |||
| f8dceb089d | |||
| 7085ea87c3 | |||
| 97fabf0122 | |||
| 2d986844a9 | |||
| 266cfb8d89 | |||
| 902cef1d21 | |||
| c1010a8eee |
13
config/mebahel-zombie-horde/mebahel-zombie-horde_config.json
Normal file
13
config/mebahel-zombie-horde/mebahel-zombie-horde_config.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"spawnInDayLight": true,
|
||||
"enableDifficultySystem": true,
|
||||
"hordeSpawning": true,
|
||||
"hordeSpawnDelay": 7,
|
||||
"hordeSpawnChance": 0.4,
|
||||
"randomNumberHordeReinforcements": 4,
|
||||
"hordeNumber": 1,
|
||||
"hordeMemberBonusHealth": 8,
|
||||
"hordeMemberBreakGlass": true,
|
||||
"hordeMemberBreakFence": true,
|
||||
"showHordeSpawningMessage": false
|
||||
}
|
||||
@ -0,0 +1,255 @@
|
||||
{
|
||||
"hordeCompositions": [
|
||||
{
|
||||
"weight": 10,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:zombie",
|
||||
"weight": 5,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:iron_sword",
|
||||
"chance": 0.65
|
||||
},
|
||||
{
|
||||
"itemId": "minecraft:stone_sword",
|
||||
"chance": 0.35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "minecraft:skeleton",
|
||||
"weight": 5,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "irons_spellbooks:necromancer",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 10,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:drowned",
|
||||
"weight": 5,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:trident",
|
||||
"chance": 0.25
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "minecraft:zombie",
|
||||
"weight": 2,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:iron_sword",
|
||||
"chance": 0.65
|
||||
},
|
||||
{
|
||||
"itemId": "minecraft:stone_sword",
|
||||
"chance": 0.35
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "minecraft:skeleton",
|
||||
"weight": 2,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:stray",
|
||||
"weight": 5,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:husk",
|
||||
"weight": 3,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 7,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:witch",
|
||||
"weight": 2,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:phantom",
|
||||
"weight": 4,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:skeleton",
|
||||
"weight": 6,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "irons_spellbooks:necromancer",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:wolf",
|
||||
"weight": 4,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "twilightforest:hostile_wolf",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 8,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:spider",
|
||||
"weight": 6,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:cave_spider",
|
||||
"weight": 6,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "twilightforest:swarm_spider",
|
||||
"weight": 4,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "twilightforest:king_spider",
|
||||
"weight": 2,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:illusioner",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:vindicator",
|
||||
"weight": 6,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:diamond_axe",
|
||||
"chance": 0.35
|
||||
},
|
||||
{
|
||||
"itemId": "minecraft:iron_axe",
|
||||
"chance": 0.65
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "minecraft:ravager",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:pillager",
|
||||
"weight": 18,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:illusioner",
|
||||
"weight": 2,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:vindicator",
|
||||
"weight": 7,
|
||||
"weapons": [
|
||||
{
|
||||
"itemId": "minecraft:diamond_axe",
|
||||
"chance": 0.35
|
||||
},
|
||||
{
|
||||
"itemId": "minecraft:iron_axe",
|
||||
"chance": 0.65
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "minecraft:evoker",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:ravager",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "minecraft:pillager",
|
||||
"weight": 18,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "touhou_little_maid:fairy",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 4,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:slime",
|
||||
"weight": 3,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "twilightforest:slime_beetle",
|
||||
"weight": 3,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"mobTypes": [
|
||||
{
|
||||
"id": "minecraft:giant",
|
||||
"weight": 5,
|
||||
"weapons": []
|
||||
},
|
||||
{
|
||||
"id": "twilightforest:giant_miner",
|
||||
"weight": 1,
|
||||
"weapons": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Tender Dragon"
|
||||
filename = "Tender Dragon v1.4.zip"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gSsi9zDt/versions/jPqcliNW/Tender%20Dragon%20v1.4.zip"
|
||||
hash-format = "sha512"
|
||||
hash = "da4853f5fcbcd2371a1725439859660e95cfda8352f11286e7436608b4060da64e17e913304d6ff81ff6e62ee86ea0c4c7769ed0e1503be5fc8eb6a58c39cc4a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gSsi9zDt"
|
||||
version = "jPqcliNW"
|
||||
164
index.toml
164
index.toml
@ -4,6 +4,14 @@ hash-format = "sha256"
|
||||
file = "config/connector.json"
|
||||
hash = "89c88c900b7c8e46b05f0281a8fd2ffc5db77ea5559a86df248a45da25a30d8c"
|
||||
|
||||
[[files]]
|
||||
file = "config/mebahel-zombie-horde/mebahel-zombie-horde_config.json"
|
||||
hash = "c2a08fc4ef31e9e38adde629a39c29e5faf3540c5553c3093d1259019e3e9b8a"
|
||||
|
||||
[[files]]
|
||||
file = "config/mebahel-zombie-horde/mebahel-zombie-hordemob_type_config.json"
|
||||
hash = "28abda83743ce95d1346fef2a9a5644834d07327c2d1a93b991c344449e2740e"
|
||||
|
||||
[[files]]
|
||||
file = "config/paxi/datapacks/UltimineWhitelist/data/ftbultimine/tags/block/block_whitelist.json"
|
||||
hash = "99064bbc8948a29d75c9324b7930049028fca3adce5ee2163308aa0902e71147"
|
||||
@ -17,11 +25,6 @@ file = "config/paxi/datapacks/true-ending.pw.toml"
|
||||
hash = "82ff304ca30f125cc33378ccdc35564941a8910240266ee7107dbfbac428e755"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "config/paxi/resourcepacks/tender-dragon.pw.toml"
|
||||
hash = "4fdf2b54709fcd540eb68c7b156efaa04457ff98a19eebe7494667bb53c173aa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "config/paxi/resourcepacks/true-ending-ender-dragon-music.pw.toml"
|
||||
hash = "03453353d86c9067926e50b89cd89ee443ef76a1d31826e87ab081bd2eb0dc80"
|
||||
@ -39,7 +42,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/accessories.pw.toml"
|
||||
hash = "edd2f7290d09235b0a6a844b2d55c0bff8ec807ebbb8dd0b8c9ed4170d015a7b"
|
||||
hash = "b1328c758ed239d638f1f912df918019fdf59eff8220ca4d8d45ac8a6f34711b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -52,6 +55,11 @@ file = "mods/appleskin.pw.toml"
|
||||
hash = "3213c881d019cd8f952f738c10d5a950ee52ff0084750b81f656a58a4a78515d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/arc.pw.toml"
|
||||
hash = "e2923491b16d71f7dda7c24c8ec8b0fb8bce5b93e950527291a283afcb932ef5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "ea336d25c3e21ef168aec20e1ea470c96949ad29632646ee8e8ab0d74b4bbfc9"
|
||||
@ -62,21 +70,16 @@ file = "mods/autumnity.pw.toml"
|
||||
hash = "5684ca149889a704c30a4f4b39901ca3e4cefe22360525a4f6b8d72b8bedb903"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/balm.pw.toml"
|
||||
hash = "3f547b77df4069e4f1ab37d3672f2cc666f07b37af56718a7ba3b7187f78f08d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/blueprint.pw.toml"
|
||||
hash = "f45bde04c8cc141077ebea59194d9dd9327917223206c70346589bd4cd466254"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bountiful-fares.pw.toml"
|
||||
hash = "4e719fc5f7b21893fa23539afa3e44534b02506e6c043e10becebd36b88277fd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/brandons-core.pw.toml"
|
||||
hash = "b8d10c1a11fdb88d5034644e675285f8c6770441659514ed1e757cfb6c3810b5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/c2me-neoforge.pw.toml"
|
||||
hash = "23fa7746f7e0d4a3b6fcb176ab05b923d3a1f7553d349339567abcfec77295b4"
|
||||
@ -98,8 +101,8 @@ hash = "75181b55e0407d1fca1e2f346c6501f919f5109545990ddfb66db9cd1b771f8a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/codechicken-lib.pw.toml"
|
||||
hash = "1051d322f24322868b767199c0e6803bbc1c1c013c506f858eda02007c8fbc47"
|
||||
file = "mods/collective.pw.toml"
|
||||
hash = "3c77cfac6baca0b34f29f071d47aed281cf0a27c5284145fff9b1461c24e26f8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -128,13 +131,13 @@ hash = "21b09697b70bdce5b91b30f4d27b5a8892e49a0823ac3da8d8d91b3ea96f6f15"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-rustic-structures.pw.toml"
|
||||
hash = "1933027982a0a225ae7495a675ade0eb3bd71b3da69747a923bf2464251515ee"
|
||||
file = "mods/create-garnished-reworked.pw.toml"
|
||||
hash = "6f64466117d666ee66e1fdaf32da02dd4d925d8b53f8579c423c28135b0e7b90"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/create-tfmg.pw.toml"
|
||||
hash = "3cda443ff58efc9182facd56754d1ad7a3974b8daf2cf743f13b3caf12a1eb58"
|
||||
file = "mods/create-rustic-structures.pw.toml"
|
||||
hash = "1933027982a0a225ae7495a675ade0eb3bd71b3da69747a923bf2464251515ee"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -142,14 +145,19 @@ file = "mods/create.pw.toml"
|
||||
hash = "7f25446123f66f57e7cc8e148155a3da39d85b31963c663b5b9be77fc1bacbe6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/createaddition.pw.toml"
|
||||
hash = "882c4c081646302cf295cb8aadc38c5002f1045b7249a7e92f4defd62f0f2f84"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/curios.pw.toml"
|
||||
hash = "36debf7653e95a855b4fedacc19027cf2e01960fc0b6d55ef2ffbffbcb455690"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/draconic-evolution.pw.toml"
|
||||
hash = "31bfa09da73687f6b58bdaab078f98d6663cc2c9fb5b32ece71613d15e3d78fb"
|
||||
file = "mods/death-backup.pw.toml"
|
||||
hash = "8136c505639b50713160f2634bc7d12c44a47e167a852e9745aa716ba8e44cc4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -167,39 +175,44 @@ file = "mods/emi.pw.toml"
|
||||
hash = "d3c9b48d7caa2ed964e5d1a4dab1da5655c63f0a7e4a59231c4369be7ffc30e1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entity-model-features.pw.toml"
|
||||
hash = "6b5fa0d3a684cf6cf33f1399c2b4bdbee34dbe362548808315b488ac172e2ada"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/entitytexturefeatures.pw.toml"
|
||||
hash = "f48d8d1f04f68dc8e6cac4ed4768790fa7ab35ee23c2aaed5391d862c6043eab"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/euphoria-patches.pw.toml"
|
||||
hash = "bfd7106ec48a0ebea40640b1d65177ef82eb79a110fa4be0074a865fb485900e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/every-compat.pw.toml"
|
||||
hash = "b1ddb2db0cf536fb3b6d234d304abfb2d82cfe08f9331355bbcbbe7084a0d52e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/exposure.pw.toml"
|
||||
hash = "10ec5a4494ad86a474216b089765476bbb53b2c66cbcaac7ed2a2f400c2dcc91"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/familiar-friends.pw.toml"
|
||||
hash = "2723fdb7e48f0d8cafe1b9221cc861ed8d5fd25da2b8648ac6f11961baf1d473"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/farmers-delight.pw.toml"
|
||||
hash = "44abae510395f12f9ea97b8296b2f72e25f18b9f3f2cc0ee42c0d9afd73fe0b3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fast-ip-ping.pw.toml"
|
||||
hash = "2741b6724a6c7d625c1c9e647a8d20ab89cd4a3975c18706da30771754c00510"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/figura.pw.toml"
|
||||
hash = "0fe6997bbefee6866be894a692f146dcb4afad8c38a6281db0e5df7484e8e553"
|
||||
hash = "19c09828ce6d394ec1d9906b1a6ff02998052274024182e83027c6e8eee9eb04"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/forgified-fabric-api.pw.toml"
|
||||
hash = "5b34f5aff5000de94ed9e132315bad7288a72a9cbb8f902df2799a579433b7af"
|
||||
hash = "53a8855cd4facf3e4cdb0d6b4d659f7733ba98d5042db6962a69bff291a1b203"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -219,17 +232,22 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geckolib.pw.toml"
|
||||
hash = "0f4baadff512e8a9ca8bb1beb36b3fac771f9d6e28de73b39da50548ac6c1ae8"
|
||||
hash = "f968e6fc82e436de54942b7e896ce26923d1e4c0ae852935d895742d33499926"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/geore.pw.toml"
|
||||
hash = "92fd62946dd06fc16ada530866428e07e27b0a368a237d5ebd7ccf88d5afad4d"
|
||||
hash = "857ae8778f03cb37eb9fb49c5a62a60ab1201af99e74049702aea1f16f797dff"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/guide-api.pw.toml"
|
||||
hash = "d973a76275a2ed58cda27e322b6bebe217144f1083f5a3eb41074dd2785a4fd5"
|
||||
file = "mods/gravestone-mod.pw.toml"
|
||||
hash = "0c815744302126024748fcba41a404b9f5fe5b0c4c4e84a587dbf995b839c469"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersiveengineering.pw.toml"
|
||||
hash = "91875c996a9958aeea794843fb449915218625f52aaf0234ccd1faffa887e277"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -242,11 +260,21 @@ file = "mods/irons-spells-n-spellbooks.pw.toml"
|
||||
hash = "cf1bb72bbbb1ad55af745b6ccb8baf8ff5d6914dc11e41e4752212ca3eb17440"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/item-restrictions.pw.toml"
|
||||
hash = "308f9cf2fc9d33564d093e4f278780e2fdb5685adb712dd9dfc40f4015a2b622"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "e7d3f7e0472ba9a3ef946fa5defcb157e4126636e603c2306d4ad6065936d5e2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jobs-remastered.pw.toml"
|
||||
hash = "bf1c5826e4b5b0c625c281313a61fca566ac62e047633d5849437f7c21cab43d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/just-dire-things.pw.toml"
|
||||
hash = "96b303d3ae60fa5fbfcb1a11b8400c1b455d20362b56f3bc08c6bbb263bb06c8"
|
||||
@ -282,6 +310,11 @@ file = "mods/mebahels-zombie-horde.pw.toml"
|
||||
hash = "f0e7e0a15a094faecd1ca3a1e762cae7564939d2915537b63389ceb616c75e12"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/midnightlib.pw.toml"
|
||||
hash = "7713cc82e1ea68848508ed5c1a1c7bd1a832c0bcc97c96865891b9a2a33aa825"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modonomicon.pw.toml"
|
||||
hash = "0b9153f74bbb1f69639e95267f548169cbcbb8d4a3812fa27ef1aa8b248abe56"
|
||||
@ -289,7 +322,7 @@ metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/moonlight.pw.toml"
|
||||
hash = "b1dc177000d771f2e14d7a836422e8342ff861027670dd4e01dd2704df86a2db"
|
||||
hash = "1ecc11bc110c45bc7c5b6fdb2ecddb6af5c5ae2c661bd44ea9b78291b01a0892"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -298,8 +331,8 @@ hash = "6bc414cc0f2d4c078fe83f384d786343f701f371d657c5279b5b0df1595804bd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/nexuslib.pw.toml"
|
||||
hash = "f7a8236f92ae7c74bf2ad378823b9393dbeb39df4b7117614674a4f6406f108e"
|
||||
file = "mods/no-chat-reports.pw.toml"
|
||||
hash = "5da18814472be5dc93a21886983646da3a7236413800075ac75229be82d114fa"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -337,6 +370,16 @@ file = "mods/playeranimator.pw.toml"
|
||||
hash = "c83705becd548879473132552de960f9d5975fa0edaeeb2d4665a4e35457423e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/productivebees.pw.toml"
|
||||
hash = "dd5aad569fb25abbead8793db184a0dfe928b1b66976a2b85e7cd1847677b5b3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/productivetrees.pw.toml"
|
||||
hash = "908e16f95a74ef48a61dbb9269ee04b1617f5947d3908251872465aeef4e2f62"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/puzzles-lib.pw.toml"
|
||||
hash = "989b2aeb18f4004fb9b7932951de4b38ffa0fc6bf5360ac32ffe9af08391d04d"
|
||||
@ -362,6 +405,11 @@ file = "mods/searchables.pw.toml"
|
||||
hash = "ce9ddada6ffd55a512149cc474c6a453281a997a5fdf1b7b4a2cc73f875e704a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/showcase-item.pw.toml"
|
||||
hash = "f67f27ecc171b7934e114a09ac00f066cb2343d2350f2f1b9a96bd33c022fb94"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-hats.pw.toml"
|
||||
hash = "e49e5bbd1acba6a50c445e3d087552bc134e3559eae8a29da2332b4d11588228"
|
||||
@ -387,6 +435,16 @@ file = "mods/sodium.pw.toml"
|
||||
hash = "0281ed9713f3141bdac363056a791845510e14761ea65b4b2813cf96d664b20a"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sophisticated-backpacks.pw.toml"
|
||||
hash = "d163d741572029c5c10c03c48d2768ac2089c5f118278adbaea0d2e63754d77e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sophisticated-core.pw.toml"
|
||||
hash = "f1fdecc2835f023d2199df1d827c22e6aa4275e475ad7a8d62e2d0a2337f6422"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sound-physics-remastered.pw.toml"
|
||||
hash = "e694dc59f9c19e8cb6cfd15e5d640d75b91236d27c2641f1c3a28e1389b4d594"
|
||||
@ -402,9 +460,14 @@ file = "mods/spice-of-life-carrot-edition.pw.toml"
|
||||
hash = "8fc5de8af644504673af794edc678ffa7b508c39ad30f69736744b282d55ad50"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/spirit-vector.pw.toml"
|
||||
hash = "0e405994ef0333cf414ebb623b658a2af551ebe213ce3a6518bb39832b179fa4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/supplementaries.pw.toml"
|
||||
hash = "bea4ad70e686667b7e038de2e61b1a1f971d755c12117c9cc0dd1defc8ffb769"
|
||||
hash = "b58d586a0560ceab0ab47d7e3e8b738cf2bec7c5df5ed8f94e95326c61a8b792"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -433,13 +496,13 @@ hash = "6a6a033c60c2aab3c52d11d0f8ad55f81e3156f1a3f11ca1e1a84fb9d3081844"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vampires-need-umbrellas.pw.toml"
|
||||
hash = "5044244197219c2d0dcca141c78c0dd1837d27954e1a4ebb05aa60a59bb87bf9"
|
||||
file = "mods/ui-lib.pw.toml"
|
||||
hash = "fcd203d7833e1010941a56f3f8469e8064c87b5e13caa3d16e9ec45bb19cc821"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/vampirism.pw.toml"
|
||||
hash = "ea33f2992f926328a65b14d4d3c5f2518064b7f3e73dd02abd4ca85eafbe1352"
|
||||
file = "mods/waystones.pw.toml"
|
||||
hash = "735bae0e4736022f33f59f85fae837549d19992b387fe38d92af613bbe101eea"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
@ -457,6 +520,11 @@ file = "mods/yacl.pw.toml"
|
||||
hash = "aa9070a0e763f00f0d0b325e9bb980e53faabe9854bae25f2e542a7b81b7492e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yaml-config.pw.toml"
|
||||
hash = "c6c2a2a76d829b51404602366cb2db44a4578f3e3830f6e642c2df995e63f5c2"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/yungs-api.pw.toml"
|
||||
hash = "d9c0c9209bac0b693af2a7c1e47ffb28d366bad19c91df31dc6d345fa75250a1"
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
name = "Accessories"
|
||||
filename = "accessories-neoforge-1.1.0-beta.50+1.21.1.jar"
|
||||
filename = "accessories-neoforge-1.1.0-beta.51+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/YPE1dBF6/accessories-neoforge-1.1.0-beta.50%2B1.21.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/97Iq1oky/accessories-neoforge-1.1.0-beta.51%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "1e645c6323c17e217ebf7b9fb59598427900e40828fe653395d2c021292a56e0d66a8dec8f5b626eba1b7baaf9c66f08b841b8d5b320a769ed8b0dbec7fce191"
|
||||
hash = "b8d9432f39fd4751604230a2de3ab3f2baa6c064e932651954af04c762f1630494adc68cc27d777533c7e3e3ae530cdbcfaf4e7166461d65de0b23bda718b696"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jtmvUHXj"
|
||||
version = "YPE1dBF6"
|
||||
version = "97Iq1oky"
|
||||
|
||||
13
mods/arc.pw.toml
Normal file
13
mods/arc.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Arc Lib"
|
||||
filename = "arc-1.9.4-1.21.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/H3eKhxi7/versions/CedjDAsq/arc-1.9.4-1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f6933c4d05e7145d5566ae05213d32bd90c8fa37986cc531469885b3cc57da426f46e6ab6fb9b5b5e54c147d790d1f64ba6cf420edb2497efc022219646c0a1b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "H3eKhxi7"
|
||||
version = "CedjDAsq"
|
||||
13
mods/balm.pw.toml
Normal file
13
mods/balm.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Balm"
|
||||
filename = "balm-neoforge-1.21.1-21.0.51.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/KSt3hDez/balm-neoforge-1.21.1-21.0.51.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6d7ce210783b4a2eb0338dcc98d06176511b32a027c735bae419f8cccd58bbcf562d4ce9a0558294326856f222d21f03e54b424b039b732f79881a913304ca56"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MBAkmtvl"
|
||||
version = "KSt3hDez"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Bountiful Fares"
|
||||
filename = "bountifulfares-neoforge-1.21.1-3.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YgrSDjlb/versions/EeSwEyKI/bountifulfares-neoforge-1.21.1-3.0.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "419e90211fbb44718955861e1171d35e6e8379fc9b85b925928cb5db7baf1db59f519ec98e8c479d4f24b36d352faaf50ec962aa9052b949ba03076c0a1a6c0a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YgrSDjlb"
|
||||
version = "EeSwEyKI"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Brandons Core"
|
||||
filename = "BrandonsCore-1.21.1-3.2.1.307.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/iFDWVIFV/versions/fiRrbwua/BrandonsCore-1.21.1-3.2.1.307.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "900849c189a64f118b158388c38c5250182442ce1d0d4f9a94b6fbd39a810b062c16a21b6780b0dbeb4b6e93a67079beb4ce1f79af0040a0d8181d86f63bdaac"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "iFDWVIFV"
|
||||
version = "fiRrbwua"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "CodeChicken Lib"
|
||||
filename = "CodeChickenLib-1.21.1-4.6.1.524.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/2gq0ALnz/versions/bX3ALK0X/CodeChickenLib-1.21.1-4.6.1.524.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c31e42c27bf1b9ee98f74833303f8c264ca45db77147db70f4e2a643c40aab3a57ac4b53f997e609760a294d28de3d0f8168cd9fa1cca201ba5eb7da2e96fd4b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "2gq0ALnz"
|
||||
version = "bX3ALK0X"
|
||||
13
mods/collective.pw.toml
Normal file
13
mods/collective.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Collective"
|
||||
filename = "collective-1.21.1-8.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/ao7rZsss/collective-1.21.1-8.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c15608926645d50a418a76a1cdde57c26e0322e15c871d611f2dcac3a3dcdde04eb0e70e809e9bbee698a24edd32a233ca25ab8514dbc7b93cef1cd918ab413f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "e0M1UDsY"
|
||||
version = "ao7rZsss"
|
||||
13
mods/create-garnished-reworked.pw.toml
Normal file
13
mods/create-garnished-reworked.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Create: Garnished Reworked"
|
||||
filename = "creategarnished-0.1.5.2+1.21.1-neoforged.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/f1wEzr0F/versions/DC6ikKvm/creategarnished-0.1.5.2%2B1.21.1-neoforged.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ec478bb8b4b71f8e7bdc71942746e5595102472ccb67247f4eb0387072abb58ece88dedb7c2d97e9cde222f21c76d51df437630f29718e428f671df48df6bc35"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "f1wEzr0F"
|
||||
version = "DC6ikKvm"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Create: The Factory Must Grow"
|
||||
filename = "tfmg-1.0.2f.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/USgVjXsk/versions/NT4maYyo/tfmg-1.0.2f.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9c321afe91d53ffcfb25069e181121cf96ff6092268a04c3fc75dc9ad67fc3e1bf22e9273f973248298cd9e335c50d9419f2c6e4222e7c2c4f82f8b6eb561ee6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "USgVjXsk"
|
||||
version = "NT4maYyo"
|
||||
13
mods/createaddition.pw.toml
Normal file
13
mods/createaddition.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Create Crafts & Additions"
|
||||
filename = "createaddition-1.5.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/A5IpLV4E/createaddition-1.5.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "09dc9cb40d41920fe2ac043a292acf19d7cf4ab24f7864beb729375dd8e84c48e4131150f3189dfd4e4c0d003481b97ab334652719162b7cb69e20b173c2e6a1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kU1G12Nn"
|
||||
version = "A5IpLV4E"
|
||||
13
mods/death-backup.pw.toml
Normal file
13
mods/death-backup.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Death Backup"
|
||||
filename = "deathbackup-1.21.1-3.5.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ot5JFxuv/versions/wYJBZoFd/deathbackup-1.21.1-3.5.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bc414d06167e027f6ccdc8677bcf914840d60a0f94b9d6381846c2dfdf633eb71622c035e05ad5bbcad3f6e5c44299c6ca64875e5d4341f40cfa5a412ead4ea2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ot5JFxuv"
|
||||
version = "wYJBZoFd"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Draconic Evolution"
|
||||
filename = "Draconic-Evolution-1.21.1-3.1.3.627.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nBqivi8H/versions/Dbp9EmsO/Draconic-Evolution-1.21.1-3.1.3.627.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6d66b57d71dedc614cff173f5f539d7b31e2819911b00544a8a5ae178de20f9a4d54c15bd9cc09df8ee883991ce088abf79a40251e8cf02677df98158a7c65f7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nBqivi8H"
|
||||
version = "Dbp9EmsO"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "[EMF] Entity Model Features"
|
||||
filename = "entity_model_features_1.21-neoforge-3.0.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/qexsPT1y/entity_model_features_1.21-neoforge-3.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "78de8b97383ef2a656d32f5ee435aacdb7e1e8df97e9817468de0afbea21d3142545799e03370443af6db40e51fac97cd8feaaf0385046bb905cfa808752617a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "4I1XuqiY"
|
||||
version = "qexsPT1y"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "[ETF] Entity Texture Features"
|
||||
filename = "entity_texture_features_1.21-neoforge-7.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/4qRHVcko/entity_texture_features_1.21-neoforge-7.0.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ab2d7089f1b800b81d23124acea73aee759c642ef3aec6158538326405d6a7139317b40fa22441792177fdd99e2e915a17ecf6ce419f00f38c624bcd6c4942e6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BVzZfTc1"
|
||||
version = "4qRHVcko"
|
||||
13
mods/every-compat.pw.toml
Normal file
13
mods/every-compat.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Every Compat (Wood Good)"
|
||||
filename = "everycomp-1.21-2.11.4-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/eiktJyw1/versions/jUq5MG3r/everycomp-1.21-2.11.4-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c6481aa925e4bdb3a49379469e79bd925bf63d1d8e61a79b9730743ec816f3b6f513971c98236072334ff3d290effb9356b9109d8f157a7e1908c8c90a0a2877"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "eiktJyw1"
|
||||
version = "jUq5MG3r"
|
||||
13
mods/familiar-friends.pw.toml
Normal file
13
mods/familiar-friends.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Familiar Friends"
|
||||
filename = "familiar_friends-1.0.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TFBCpGnI/versions/F5rxjYlt/familiar_friends-1.0.6.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "15ca69172fd5597053212f93ead0d172ad78eceb8603fcc108a018b2e05cc70df9ee011e57a055b503fc30b69d865865c4bfd038466d956bdef38d8fd8475037"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TFBCpGnI"
|
||||
version = "F5rxjYlt"
|
||||
13
mods/fast-ip-ping.pw.toml
Normal file
13
mods/fast-ip-ping.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Fast IP Ping"
|
||||
filename = "fast-ip-ping-v1.0.7-mc1.21.1-neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/eqzWgurh/fast-ip-ping-v1.0.7-mc1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "37acea2d6da92cc82252a64da6f77c5bdc3bb9ca25c3cbbb3555c204f3594fbb7524be4b63887448ed5ea2b32de72b99513b8f2d3a19a35fff525442cf228641"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9mtu0sUO"
|
||||
version = "eqzWgurh"
|
||||
@ -1,6 +1,6 @@
|
||||
name = "figura"
|
||||
filename = "figura-0.1.5+1.21.1-neoforge-patched.jar"
|
||||
side = "both"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://github.com/penguinencounter/Figura/releases/download/sodium-patched-jars-placeholder/figura-0.1.5+1.21.1-neoforge-patched.jar"
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
name = "Forgified Fabric API"
|
||||
filename = "forgified-fabric-api-0.115.6+2.1.1+1.21.1.jar"
|
||||
filename = "forgified-fabric-api-0.115.6+2.1.2+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/vQbH2z4u/forgified-fabric-api-0.115.6%2B2.1.1%2B1.21.1.jar"
|
||||
url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/O2rCJvg7/forgified-fabric-api-0.115.6%2B2.1.2%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f3709a29e3289f550f7ffb5a7c2b83d0952321ad3645ccb15eba3c2db8282da491e146d29aac0f6af8a17c2edaa499f5aa9816b471b35e7093abd9dc1eebb209"
|
||||
hash = "db177744a6ab5e0246915129d919055cebd31821cc10a044ab4efe21311c455ff579e969f9efbb3135eb4c0a7642920dc88ee61bb6fbccee24f8e70e491cd95c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Aqlf1Shp"
|
||||
version = "vQbH2z4u"
|
||||
version = "O2rCJvg7"
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
name = "Geckolib"
|
||||
filename = "geckolib-neoforge-1.21.1-4.7.7.jar"
|
||||
filename = "geckolib-neoforge-1.21.1-4.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/18qeSgOb/geckolib-neoforge-1.21.1-4.7.7.jar"
|
||||
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/8fUygmio/geckolib-neoforge-1.21.1-4.8.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4ad5e086bfe25150268e3cce9d1ee8e1aaa37b843fc4cd9b117d195c9a2141e14941debfd63dbac7f803bdc6994d3e038891fd502f70ae530af76280e4913331"
|
||||
hash = "b7417b3a64c662809adf9bf6fa57d7223d8a41bab56de3dcaf21bf67d579b5f20308035cfafd8518c14394236eba65948e5997a4ca7a0e90b667c2bbdf6a1f39"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8BmcQJ2H"
|
||||
version = "18qeSgOb"
|
||||
version = "8fUygmio"
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
name = "GeOre"
|
||||
filename = "GeOre-1.21.1-6.1.2.jar"
|
||||
filename = "GeOre-1.21.1-6.2.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Xw6zG9hl/versions/Z9olGQ6p/GeOre-1.21.1-6.1.2.jar"
|
||||
url = "https://cdn.modrinth.com/data/Xw6zG9hl/versions/bkR8j844/GeOre-1.21.1-6.2.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5e5ac5449dd2bfdc0f64452828ab2a0838967d072be130e641716505a725e128a27837ee23fb1a5ad3414bce59a20e3ce4913b7027570cc7d437afc709cff2c5"
|
||||
hash = "d7b3d75bd0b29ee28b4ed7716749fd149226270d513ad1619e09022fe093dfdcda1808a197252ac3385c53da8ecc2f6e70336741078dd73fb85c546752b995e3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Xw6zG9hl"
|
||||
version = "Z9olGQ6p"
|
||||
version = "bkR8j844"
|
||||
|
||||
13
mods/gravestone-mod.pw.toml
Normal file
13
mods/gravestone-mod.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "GraveStone Mod"
|
||||
filename = "gravestone-neoforge-1.21.1-1.0.33.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/RYtXKJPr/versions/8TgkUp5F/gravestone-neoforge-1.21.1-1.0.33.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "60997f36de034bb2795c442a1d1999b756d7f45ebd9e70bd7b947fff4f2ff9c18f246def34240541d1eccd5dcf4cbe8890b73ed9d16ca3db9f05164d82411f0c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "RYtXKJPr"
|
||||
version = "8TgkUp5F"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Guide-API VP"
|
||||
filename = "Guide-API-VP-1.21.1-2.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/w5L2PHJU/versions/4BMTXgHM/Guide-API-VP-1.21.1-2.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ae301999031e23bc877dec523b29c4aa4622e181f5f7c6fa6a37dc7e112bbde58aa26c30998c171bea0f8d98ed7f9ee7a6ceee25d4fd3ad8bf96ee315fbf5d10"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "w5L2PHJU"
|
||||
version = "4BMTXgHM"
|
||||
13
mods/immersiveengineering.pw.toml
Normal file
13
mods/immersiveengineering.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Immersive Engineering"
|
||||
filename = "ImmersiveEngineering-1.21.1-12.4.2-194.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/tIm2nV03/versions/uNRARSH2/ImmersiveEngineering-1.21.1-12.4.2-194.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "862523e84747a8b7eaa65f9b3c337fa832ef9efd0545c27f68e350e01f482c7a1242d0e4bdc2caff3d7eb033508b43a353fcd7150c9b544d0c05765ca2a551b3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "tIm2nV03"
|
||||
version = "uNRARSH2"
|
||||
13
mods/item-restrictions.pw.toml
Normal file
13
mods/item-restrictions.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Item Restrictions"
|
||||
filename = "itemrestrictions-1.3.2-1.21.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rU60qFq2/versions/6Supzzhv/itemrestrictions-1.3.2-1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4767e5550c4c7434430f1de0cc8fd0a7e25b4810aa20809bf67f3ded3e436ad3663bdb4a4af27b3f132c403ef5316dd429fedf436aa4ed846bb98be48465abb8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rU60qFq2"
|
||||
version = "6Supzzhv"
|
||||
13
mods/jobs-remastered.pw.toml
Normal file
13
mods/jobs-remastered.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Jobs+ Remastered"
|
||||
filename = "jobsplus-1.5.7-1.21.1-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/hxGLlCnq/versions/4TjsWx9N/jobsplus-1.5.7-1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "01f74f800f71a929b8ab0ad47d55874523cfbfd9d43b9c6ca912c13fb12e6d5248e96cded846d08eae443076ab20a69735b5320b3a40a27df0adfbc35aec69db"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "hxGLlCnq"
|
||||
version = "4TjsWx9N"
|
||||
13
mods/midnightlib.pw.toml
Normal file
13
mods/midnightlib.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "MidnightLib"
|
||||
filename = "midnightlib-1.7.5-neoforge+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/codAaoxh/versions/HIlaYrgj/midnightlib-1.7.5-neoforge%2B1.21.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "8471ce6c8124c80164e46868bd6984f467291a5bdf883b271b261f712a204b2121073756fe9f54adc6b87b86bc5e2208121cc759242e31f37d97e54d46b263ba"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "codAaoxh"
|
||||
version = "HIlaYrgj"
|
||||
@ -1,13 +1,13 @@
|
||||
name = "Moonlight Lib"
|
||||
filename = "moonlight-1.21-2.23.7-neoforge.jar"
|
||||
filename = "moonlight-1.21-2.23.8-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/ONHqZQl3/moonlight-1.21-2.23.7-neoforge.jar"
|
||||
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/UVgyhUWW/moonlight-1.21-2.23.8-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "252258396c483c9f962c1287be8c4f798ca3c212e3db53c883cf7849de42ac7677ca912b4746f75f958aaab4845793010607f613f12fa49f20d2ea663c73b6b0"
|
||||
hash = "9627e0e5827a2a2693672681322d9b94399bba719f5a2da0a93a89ecee6616edcd13a0f703e6013485c4546b8fff7756787166ccc214ed91831762b46fb8bd01"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "twkfQtEc"
|
||||
version = "ONHqZQl3"
|
||||
version = "UVgyhUWW"
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
name = "NexusLib"
|
||||
filename = "nexuslib-neoforge-1.21.1-1.1.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bgDhVmqz/versions/8Lat9f6w/nexuslib-neoforge-1.21.1-1.1.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0570d0c59d333c21b636271b1e4989af1ee08990ce659aaf750f4882ebbd0776c2435b5f38236c2f0ef8476cf6ab9fb89cecea578a6451cc57923da505b68baa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bgDhVmqz"
|
||||
version = "8Lat9f6w"
|
||||
13
mods/no-chat-reports.pw.toml
Normal file
13
mods/no-chat-reports.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "No Chat Reports"
|
||||
filename = "NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ZV8eL55E/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "292a3623b5addb17e9f15681a4f2534562e9882ef809e504f49da4778fafc12e21a71995b5d05554d435201f401ace1e86af50e6e26f6ce9d203a5896a1ece21"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qQyHxfxd"
|
||||
version = "ZV8eL55E"
|
||||
13
mods/productivebees.pw.toml
Normal file
13
mods/productivebees.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Productive Bees"
|
||||
filename = "productivebees-1.21.1-13.6.11.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jH6iiqkd/versions/jhrT0FE3/productivebees-1.21.1-13.6.11.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0ea043a3d67925d282ce57b6e1c9915eed82213433c0097290bfeafd63dd819d7a4da9661d4e7dce16a9abccf727d4f6093f79dfd256392c98909d5d4786b7df"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jH6iiqkd"
|
||||
version = "jhrT0FE3"
|
||||
13
mods/productivetrees.pw.toml
Normal file
13
mods/productivetrees.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Productive Trees"
|
||||
filename = "productivetrees-1.21.1-0.7.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/BTmup08e/versions/ezdbUBk7/productivetrees-1.21.1-0.7.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "770ff12c0fca548be4829c857f1775ca82bfe7bde9c8f28a8d5eb3fa1432bdaacd1cf987ec2a93dc36becf2dba65f1d7cb25dc28a6aae776015e95f747814181"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "BTmup08e"
|
||||
version = "ezdbUBk7"
|
||||
13
mods/showcase-item.pw.toml
Normal file
13
mods/showcase-item.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Showcase Item"
|
||||
filename = "showcaseitem-1.21.1-1.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P5Jjjezm/versions/AD6eBCKn/showcaseitem-1.21.1-1.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "b8997536da878294201c042dd90bde2609ac315b31e0cb11267224dad24050e50b26575c6dbd8c9a941d13c5cbc14c4f417696469d2cc8fbc2b3553db44b437a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P5Jjjezm"
|
||||
version = "AD6eBCKn"
|
||||
13
mods/sophisticated-backpacks.pw.toml
Normal file
13
mods/sophisticated-backpacks.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Sophisticated Backpacks"
|
||||
filename = "sophisticatedbackpacks-1.21.1-3.25.6.1367.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TyCTlI4b/versions/fklJh4iW/sophisticatedbackpacks-1.21.1-3.25.6.1367.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "bbb8dedda1417d9d5434a46bfbb25b84ca7fa08fdebbe82b25ef61ae1709b6ca06c3aa768f5b6e9bda90ec6591e9ab17813e1d9d00f38c4241799d1292c1bb59"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TyCTlI4b"
|
||||
version = "fklJh4iW"
|
||||
13
mods/sophisticated-core.pw.toml
Normal file
13
mods/sophisticated-core.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Sophisticated Core"
|
||||
filename = "sophisticatedcore-1.21.1-1.3.73.1154.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nmoqTijg/versions/XNQlHRNx/sophisticatedcore-1.21.1-1.3.73.1154.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7df3d14bfa18defba795a35e807c4e523293b7d6b4f0481ed3dce23e8549af4e09367e549ff935f4f4d8fc1326ebdafccaeafe7a062f2fa313d0b935a717aca9"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nmoqTijg"
|
||||
version = "XNQlHRNx"
|
||||
8
mods/spirit-vector.pw.toml
Normal file
8
mods/spirit-vector.pw.toml
Normal file
@ -0,0 +1,8 @@
|
||||
name = "Dream Burst Spirit Vector"
|
||||
filename = "spirit-vector-1.11.6-connector+1.21.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://git.touhoudiscord.net/TouhouDiscordcraft/Community-Vocality-3/releases/download/sv1/spirit-vector-1.11.6-connector+1.21.1.jar"
|
||||
hash-format = "sha256"
|
||||
hash = "644e192bb921afcd0a4b46b428ed4ca5a2cde8add2bd94823e3eb1d481950c12"
|
||||
@ -1,13 +1,13 @@
|
||||
name = "Supplementaries"
|
||||
filename = "supplementaries-1.21-3.4.14-neoforge.jar"
|
||||
filename = "supplementaries-1.21-3.4.16-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/SwHISoKO/supplementaries-1.21-3.4.14-neoforge.jar"
|
||||
url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/HuLq3LuW/supplementaries-1.21-3.4.16-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "95d6172e62e5159a4f1cd8f95f8d1d1b731418a97235d6e0a4cd109aa96a00d0543510966fa782c2ba88b14af6c2b3518cab6ebc6d2b238054032dbb16df5c6b"
|
||||
hash = "b7622af8a327d2deb29ac47e9df7a2d8f7ee2a675ef4faf640ceeffe383e3a4a81e15586f9cf4d5f4626d2dfb5c7f366bbc8104017c36cbfce591344f4a16bc1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fFEIiSDQ"
|
||||
version = "SwHISoKO"
|
||||
version = "HuLq3LuW"
|
||||
|
||||
13
mods/ui-lib.pw.toml
Normal file
13
mods/ui-lib.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "UI Lib"
|
||||
filename = "uilib-1.0.1-1.21.1-neoforge.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/AOEDs9Al/versions/IduTxhAE/uilib-1.0.1-1.21.1-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3b86c07f7f62a27e1f5c1033b94a823b4eb12647f2ef203309f80b30e7bcfb346bd5ce2efccae321381c09800a6aae93c307a63f462d41e0a5214b5eea2c3c01"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "AOEDs9Al"
|
||||
version = "IduTxhAE"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Vampires Need Umbrellas"
|
||||
filename = "VampiresNeedUmbrellas-1.21.1-1.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/FaUysFni/versions/gA6GeHzf/VampiresNeedUmbrellas-1.21.1-1.0.3.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "a15d8336f7f73b9b12245b7f222bfd2acf452572406661ba720b768528934dbfa558c4014bdcb466795aaea22d39c1b6122c975249e9e0c4738120acc4d0d57e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "FaUysFni"
|
||||
version = "gA6GeHzf"
|
||||
@ -1,13 +0,0 @@
|
||||
name = "Vampirism"
|
||||
filename = "Vampirism-1.21-1.10.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/jVZ0F1wn/versions/4kzyBa4H/Vampirism-1.21-1.10.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0430b293e08498a64fcf690d0b57b008424fb62c32184f0e8e08073fd8e415c73bc92af126f3f7cee114ed5dfd798aa46dd647813f6447acd195c9ab47b25aaf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "jVZ0F1wn"
|
||||
version = "4kzyBa4H"
|
||||
13
mods/waystones.pw.toml
Normal file
13
mods/waystones.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Waystones"
|
||||
filename = "waystones-neoforge-1.21.1-21.1.23.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/LOpKHB2A/versions/oM0RXGC6/waystones-neoforge-1.21.1-21.1.23.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "741bf879e0a9d0950c8a96e4382136e75587cb4865bd5948f074b3d0de3878b1e61923d834c7469595114030780bc25cf061492a89d2dc20c32a331035c4eb51"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "LOpKHB2A"
|
||||
version = "oM0RXGC6"
|
||||
13
mods/yaml-config.pw.toml
Normal file
13
mods/yaml-config.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "YAML Config"
|
||||
filename = "yamlconfig-1.2-1.21-neoforge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/L1FFB418/versions/QyfpJeP3/yamlconfig-1.2-1.21-neoforge.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3c56a13d9f881379f586839e94dd6250d67577756fb440453e89671ce73f8952a2234bf5823b69429dd5281d7b976bf3bfc40f9f7d3a8f22771f1f8e33bc4818"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "L1FFB418"
|
||||
version = "QyfpJeP3"
|
||||
@ -1,12 +1,12 @@
|
||||
name = "Community Vocality 3"
|
||||
author = "TouhouDiscordcraft"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "778302d702d7eb09fdaba4a40ed452b2ad027fc1f1c780a345873f7a1c64b1ba"
|
||||
hash = "6925895df1f33f84f3482f7b967a5c1e368be127f29def8427400214d6e3ed8e"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.21.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user