version bump to 0.2.0
This commit is contained in:
parent
222d341c0c
commit
5c1be45945
42 changed files with 845 additions and 2 deletions
137
src/config/additions.toml
Normal file
137
src/config/additions.toml
Normal file
|
@ -0,0 +1,137 @@
|
|||
|
||||
#Mekanism Additions Config. This config is synced between server and client.
|
||||
[additions]
|
||||
#Fuse time for Obsidian TNT.
|
||||
#Range: > 0
|
||||
obsidianTNTDelay = 100
|
||||
#Radius of the explosion of Obsidian TNT.
|
||||
#Range: 0.1 ~ 1000.0
|
||||
obsidianTNTBlastRadius = 12.0
|
||||
#Enables the voice server for Walkie Talkies.
|
||||
voiceServerEnabled = false
|
||||
#TCP port for the Voice server to listen on.
|
||||
#Range: 1 ~ 65535
|
||||
VoicePort = 36123
|
||||
|
||||
#Config options regarding spawning of entities.
|
||||
[additions.spawning]
|
||||
|
||||
#Config options regarding baby creeper.
|
||||
[additions.spawning.baby-creeper]
|
||||
#Enable the spawning of baby creeper. Think baby zombies.
|
||||
shouldSpawn = false
|
||||
#The multiplier for weight of baby creeper spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
weightPercentage = 0.5
|
||||
#The multiplier for minimum group size of baby creeper spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
minSizePercentage = 0.5
|
||||
#The multiplier for maximum group size of baby creeper spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSizePercentage = 0.5
|
||||
#The multiplier for spawn cost per entity of baby creeper spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
spawnCostPerEntityPercentage = 1.0
|
||||
#The multiplier for max spawn cost of baby creeper spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSpawnCostPercentage = 1.0
|
||||
#The list of biome ids that baby creeper will not spawn in even if the normal mob variant can spawn.
|
||||
biomeBlackList = []
|
||||
#The list of structure ids that baby creeper will not spawn in even if the normal mob variant can spawn.
|
||||
structureBlackList = []
|
||||
|
||||
#Config options regarding baby enderman.
|
||||
[additions.spawning.baby-enderman]
|
||||
#Enable the spawning of baby enderman. Think baby zombies.
|
||||
shouldSpawn = false
|
||||
#The multiplier for weight of baby enderman spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
weightPercentage = 0.5
|
||||
#The multiplier for minimum group size of baby enderman spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
minSizePercentage = 0.5
|
||||
#The multiplier for maximum group size of baby enderman spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSizePercentage = 0.5
|
||||
#The multiplier for spawn cost per entity of baby enderman spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
spawnCostPerEntityPercentage = 1.0
|
||||
#The multiplier for max spawn cost of baby enderman spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSpawnCostPercentage = 1.0
|
||||
#The list of biome ids that baby enderman will not spawn in even if the normal mob variant can spawn.
|
||||
biomeBlackList = []
|
||||
#The list of structure ids that baby enderman will not spawn in even if the normal mob variant can spawn.
|
||||
structureBlackList = []
|
||||
|
||||
#Config options regarding baby skeleton.
|
||||
[additions.spawning.baby-skeleton]
|
||||
#Enable the spawning of baby skeleton. Think baby zombies.
|
||||
shouldSpawn = false
|
||||
#The multiplier for weight of baby skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
weightPercentage = 0.5
|
||||
#The multiplier for minimum group size of baby skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
minSizePercentage = 0.5
|
||||
#The multiplier for maximum group size of baby skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSizePercentage = 0.5
|
||||
#The multiplier for spawn cost per entity of baby skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
spawnCostPerEntityPercentage = 1.0
|
||||
#The multiplier for max spawn cost of baby skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSpawnCostPercentage = 1.0
|
||||
#The list of biome ids that baby skeleton will not spawn in even if the normal mob variant can spawn.
|
||||
biomeBlackList = []
|
||||
#The list of structure ids that baby skeleton will not spawn in even if the normal mob variant can spawn.
|
||||
structureBlackList = []
|
||||
|
||||
#Config options regarding baby stray.
|
||||
[additions.spawning.baby-stray]
|
||||
#Enable the spawning of baby stray. Think baby zombies.
|
||||
shouldSpawn = false
|
||||
#The multiplier for weight of baby stray spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
weightPercentage = 0.5
|
||||
#The multiplier for minimum group size of baby stray spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
minSizePercentage = 0.5
|
||||
#The multiplier for maximum group size of baby stray spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSizePercentage = 0.5
|
||||
#The multiplier for spawn cost per entity of baby stray spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
spawnCostPerEntityPercentage = 1.0
|
||||
#The multiplier for max spawn cost of baby stray spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSpawnCostPercentage = 1.0
|
||||
#The list of biome ids that baby stray will not spawn in even if the normal mob variant can spawn.
|
||||
biomeBlackList = []
|
||||
#The list of structure ids that baby stray will not spawn in even if the normal mob variant can spawn.
|
||||
structureBlackList = []
|
||||
|
||||
#Config options regarding baby wither skeleton.
|
||||
[additions.spawning.baby-wither-skeleton]
|
||||
#Enable the spawning of baby wither skeleton. Think baby zombies.
|
||||
shouldSpawn = false
|
||||
#The multiplier for weight of baby wither skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
weightPercentage = 0.5
|
||||
#The multiplier for minimum group size of baby wither skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
minSizePercentage = 0.5
|
||||
#The multiplier for maximum group size of baby wither skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSizePercentage = 0.5
|
||||
#The multiplier for spawn cost per entity of baby wither skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
spawnCostPerEntityPercentage = 1.0
|
||||
#The multiplier for max spawn cost of baby wither skeleton spawns, compared to the adult mob.
|
||||
#Range: 0.0 ~ 100.0
|
||||
maxSpawnCostPercentage = 1.0
|
||||
#The list of biome ids that baby wither skeleton will not spawn in even if the normal mob variant can spawn.
|
||||
biomeBlackList = []
|
||||
#The list of structure ids that baby wither skeleton will not spawn in even if the normal mob variant can spawn.
|
||||
structureBlackList = []
|
199
src/index.toml
199
src/index.toml
|
@ -1,5 +1,9 @@
|
|||
hash-format = "sha256"
|
||||
|
||||
[[files]]
|
||||
file = "config/additions.toml"
|
||||
hash = "d3f67c209e5b3c9d7f840b3e4bbdb48149220d209d9b9bc5317dca83694d60cd"
|
||||
|
||||
[[files]]
|
||||
file = "mods/ae2.pw.toml"
|
||||
hash = "28ab3346804eee584b003ae4a71b09d87612ed662a7e24a030cf219706bbbd2f"
|
||||
|
@ -30,11 +34,36 @@ file = "mods/architectury-api.pw.toml"
|
|||
hash = "b7321e670cc58aa8062f7cae470c9806c2ed83680ca598df5fe6e75ab40df452"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/automatic-operator.pw.toml"
|
||||
hash = "1e2828d00a34806e576fbb8fe41cde5509faeabc0e24c8968d1031359b053e91"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/better-third-person.pw.toml"
|
||||
hash = "032c6fa1b771d43a6716738e33b8e7daec34af4e8eec007adc6d22cf824f2a2f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/biomes-o-plenty.pw.toml"
|
||||
hash = "b0119b17c7c9a075780d55dc87749942a835365db5578102d6250db8875e8267"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/bookshelf.pw.toml"
|
||||
hash = "a8beef77c7ca4f31b9b85f4f123f2f461814b249551720b4f75c197e2aca68fc"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/callable-horses.pw.toml"
|
||||
hash = "e87bc30ef60440cd3f9055490e9f707c0dd3287e6cd50edfb20c9594428cd0f4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/chunky.pw.toml"
|
||||
hash = "0e82cf003a7ae18edfad6964fb76d7a7230e546f45e56fccae7eca7bd84eee90"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
hash = "196d40b07e59ffbdbe9e8ba4a6d461c1cc5a1e2883a49fb4d9055607938a3644"
|
||||
|
@ -55,11 +84,21 @@ file = "mods/craftpresence.pw.toml"
|
|||
hash = "412fd174362af3abba3e005335fa22a8afcba5d8f09c9ee2a410d53f8bf44bf7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cupboard.pw.toml"
|
||||
hash = "ee7e8aedd0febb425a837c78acf2a4b5b8729c0a854c3b6a2d57ed27f5cf5afe"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/curios.pw.toml"
|
||||
hash = "0562b204bea7c44067bd9272ca7128994bfb2c28262864c78bf2b4b79bbbb0ac"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/cyclops-core.pw.toml"
|
||||
hash = "340d7223ddb9bf6a8601c70ed957a7de3d7b5d2b7a6ba151b410085677cd3da6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/deep-aether.pw.toml"
|
||||
hash = "a1e3c301f2c219ba1331637bb2b7ba3bc5eaa0ffbfc094605796f9e70570fbca"
|
||||
|
@ -75,6 +114,11 @@ file = "mods/embeddium.pw.toml"
|
|||
hash = "7df65dc51b6f723fe2c3bcb060510f89da8dbca4bb13292d48c9254b69972c96"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/enchantment-descriptions.pw.toml"
|
||||
hash = "047c2676a37cbc1e8ba2eef7e590b233a59ba97a04cbd9faf85e6b3412d4a51b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fallingleavesforge.pw.toml"
|
||||
hash = "18311cdec474d21247f33fede33ffef2ca27b715dec47b4914957a8ec59cbe6e"
|
||||
|
@ -130,6 +174,16 @@ file = "mods/geckolib.pw.toml"
|
|||
hash = "a8cef7db5020fd6f66500c0f1c435d401c9dcdff8e0416d0a439815a3d292a42"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/grindstone-sharper-tools.pw.toml"
|
||||
hash = "ba8c4031b9a670f380ddb27e88eed72ee7ee1adff3307dcecf0f8352bba5e171"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iconexporter.pw.toml"
|
||||
hash = "e9570c9db5f578d2837d4d225254717a7a7b72e6c00e4b022fafb4a9dab73a70"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/infinite-trading.pw.toml"
|
||||
hash = "6fe7ed595ac2fce57001f3e500cbbf4f4aa113be39641d60a6011076fc52aa2d"
|
||||
|
@ -140,6 +194,16 @@ file = "mods/item-filters.pw.toml"
|
|||
hash = "fdf3861309e0c5e87fba58671665a2c5e8a7482d06b7a1c8f9df9d6bcff5205f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/item-obliterator.pw.toml"
|
||||
hash = "1179cb926f7b04ab68653e7d77f27c766b5fa09b54faf1b797cf7ab31704828f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade-addons-forge.pw.toml"
|
||||
hash = "ffce94f7b4d6a49ef9a96377389bb62961f617e49b83c5220d2465198d8c802c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/jade.pw.toml"
|
||||
hash = "aa68fe924a2d5ee955018c961bbd91a23485a15643d6de10d8d31562ee3702fd"
|
||||
|
@ -150,6 +214,11 @@ file = "mods/journeymap-integration.pw.toml"
|
|||
hash = "4bf3e2967f413a12484fbc051f7e6746d52845e2beff2baf125d8ca2d2fd8a2d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/journeymap-teams.pw.toml"
|
||||
hash = "27ea7731e64ad4f5f7e9c844daee7cc5091a4e2e5431dc488a7eac7cc7d519fd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/journeymap.pw.toml"
|
||||
hash = "be76e0c1e22211a8d47d1265177d0f98caa9fe75cd0906ce21b97531cb03dbf2"
|
||||
|
@ -170,6 +239,21 @@ file = "mods/kotlin-for-forge.pw.toml"
|
|||
hash = "793af1833cf85a38cde1f4beef628aead925017b9a7af1ec28701d2c50ffd347"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/kubejs.pw.toml"
|
||||
hash = "ac7e428dcfa3ff3c861088ec50585fcd6d8ae7f2e9ce4321781c4fd864691a34"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/libre-exp-fix.pw.toml"
|
||||
hash = "15e0012c26d3554af5dbbf347d1127799785cb26792d71ce247d67f8880b807f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/lootr.pw.toml"
|
||||
hash = "123208d47b67ef94944debfc350bacfa66d236e4dee03593abfaec27f45899f6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mekanism-additions.pw.toml"
|
||||
hash = "fb169cc32d3474bd1d677b7e559d4e5e13bc1b3f7a0646af901247b716ef828d"
|
||||
|
@ -200,6 +284,16 @@ file = "mods/moving-elevators.pw.toml"
|
|||
hash = "95791c53dd74f21f7a17bde65f10b22f64d1517d8f64c7544c1f71c67b5b2af8"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/my-server-is-compatible.pw.toml"
|
||||
hash = "cf18dbe0e49d928bec3fdda338129b42a907ff9d07253dac4959d9dae1a4bd42"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/necronomicon.pw.toml"
|
||||
hash = "65b1606de510bf73e3c35767783c81b25eaf8f6a5520f26ea206b3644e850a52"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/obsidianui.pw.toml"
|
||||
hash = "78d7c4809dd33dac8560fa46e30e6f2296f4979520ee75c8f303f5c87991a13d"
|
||||
|
@ -210,16 +304,71 @@ file = "mods/oculus.pw.toml"
|
|||
hash = "4a68abb339f8993d6e5809fe0255752837176dff9a28c27b70dfd9da939bf410"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/packmenu.pw.toml"
|
||||
hash = "f0f3e5e97bd3ea4a32821b1ba1e49c661a54df5220fb5f3e1d94fe05bdf66447"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/placebo.pw.toml"
|
||||
hash = "5c795a323232e03487af4d771547aed1ec05becb5834cbdd84d7fdbc87224f96"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/powah.pw.toml"
|
||||
hash = "bc0eb25b2b06890a328c7f56a927a840901fc6dec10e33d43a29112b03ae724e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/probejs.pw.toml"
|
||||
hash = "6a8621c099111247d7d93f7c4b3d233ad5c1cd73350f40805b6de0a3c2a7d855"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/radium.pw.toml"
|
||||
hash = "fd2c664fa12ed30ff71cf58cbc9e32265cd92b892640ff9bb415e924f48fb942"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/reap-mod.pw.toml"
|
||||
hash = "938ac5810c13408ee192d5ed986d31e56d28a55852d39601647d0137cd58f6ee"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rei.pw.toml"
|
||||
hash = "d2346cd8aec10a4b1980493984f6aeb64f212f20eca2d2c7dc482576c8e3349c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/resourcify.pw.toml"
|
||||
hash = "d7dbc91a435291a33a998da3b70acdb6722c57bf30abc7465f749b6c45b52ec6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/rhino.pw.toml"
|
||||
hash = "526e1b69309d613b5e5aabd05b91f974c2797f1d5d1c17f6f7255f0629fe703c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-items-hacks.pw.toml"
|
||||
hash = "7a39d6d8faddf9ac5f10aa1b3c271b8dc27b1f79531bdbeefb8d268b68e9eef5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-items.pw.toml"
|
||||
hash = "03dba900b7927e69ab3822c288262822624548a8b6edfb96ca7b7e1bc81e4b0c"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-professions-rep.pw.toml"
|
||||
hash = "6fd9a6d68248f4f9651ffef54116ca3dee692e7f9a3aebdf95fd79a431dfd8be"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/roughly-enough-resources.pw.toml"
|
||||
hash = "afbc1b044e9a53bc2db3686bdc4b8e8d099972de2bd802482a569594c209b471"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ryoamiclights.pw.toml"
|
||||
hash = "2de18141e3945b3cd40d37c20f26ac9c25f55641d7c2a048508ed3efa35a67a0"
|
||||
|
@ -230,6 +379,41 @@ file = "mods/seamless-loading-screen.pw.toml"
|
|||
hash = "456a6afb9efe768e49e3fb427d0fac43e7af6534794b0e0873879341d3d82efd"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/seasonhud.pw.toml"
|
||||
hash = "1c3e5148f3055029a2f89f99b37db42b835c2d7622ab8d061b957ea1e38cd0c1"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/serene-seasons.pw.toml"
|
||||
hash = "84ba27cb7bd05174860dba55739d5252f74effd0d77e16383b6c46052fb1774b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/simple-voice-chat.pw.toml"
|
||||
hash = "9a1dca71295a1ea781f70b92d1657ca2b9e957a98d4d498af15e529b602e9904"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/smooth-chunk-save.pw.toml"
|
||||
hash = "896b67223b10b47e65299d2c9c3fa2ef913cb5cd86b805bd8b2704e1bb40f4e0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sophisticated-backpacks.pw.toml"
|
||||
hash = "6ef50f6e7666db18c38e82074b3cbe6eaaf84f9f394a7d83919473fb9a709ba3"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sophisticated-core.pw.toml"
|
||||
hash = "bef0c9da752f459c8e520f99286ca86fd2baf4c09ea5224d4099134ac56fd9d0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/sound-physics-remastered.pw.toml"
|
||||
hash = "028e66cf8b1275e215eadbdffc5ddf203fd8e2e26859549358cda31437429227"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/starlight-forge.pw.toml"
|
||||
hash = "6bd850dd221ffbb663010c43851b0a95f6a810a00da44195d2ae8291db167ea5"
|
||||
|
@ -245,6 +429,11 @@ file = "mods/supermartijn642s-core-lib.pw.toml"
|
|||
hash = "da89ecdd114a7c62447944a1d97d276bbc127c277fcbbe8e54a70732ca04a780"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/tempad.pw.toml"
|
||||
hash = "8f4958aee0552debfb5892af02be331fd51384f9f26f1940698dc3590d7901b0"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/terrablender.pw.toml"
|
||||
hash = "d956cf0f76876125ccdb7ef0451006e6082fae0a078162a775d7617bdfe3090d"
|
||||
|
@ -270,6 +459,16 @@ file = "mods/villager-names-serilum.pw.toml"
|
|||
hash = "5541d4666329b7977d1fcf7cdaae5201a6968e30679e855b4a0d1bebf5f08a6f"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wall-jump-txf.pw.toml"
|
||||
hash = "0200e704dc607579921a5b2bd3cfd43632a308d3bfb429404f2bc15b6ee38257"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/wool-tweaks.pw.toml"
|
||||
hash = "083f33f5598c59adefa19fafc106972c5de5271609a5855e6594ab033d629460"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "unsup.toml"
|
||||
hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
||||
|
|
13
src/mods/automatic-operator.pw.toml
Normal file
13
src/mods/automatic-operator.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Automatic Operator"
|
||||
filename = "automaticoperator-1.20.1-1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/wmbF3trP/versions/BlUmbOOX/automaticoperator-1.20.1-1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "68e32a59fc691e31ce2188b2d89dcc7e462daa6f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "wmbF3trP"
|
||||
version = "BlUmbOOX"
|
13
src/mods/biomes-o-plenty.pw.toml
Normal file
13
src/mods/biomes-o-plenty.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Biomes O' Plenty"
|
||||
filename = "BiomesOPlenty-1.20.1-18.0.0.598.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "c10ccda2a31e7ea9dbcb1db9688ee3d66bee25c8"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4764804
|
||||
project-id = 220318
|
13
src/mods/bookshelf.pw.toml
Normal file
13
src/mods/bookshelf.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Bookshelf"
|
||||
filename = "Bookshelf-Forge-1.20.1-20.1.6.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "921ba93125bcc4b8a17639ff1e21bcdf6b51cf6b"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4808092
|
||||
project-id = 228525
|
13
src/mods/callable-horses.pw.toml
Normal file
13
src/mods/callable-horses.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Callable Horses"
|
||||
filename = "callablehorses-1.20.1-1.3.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "66ea4e6802e357cfd82fc5f4edb1e10b1ef2c176"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4730035
|
||||
project-id = 331746
|
13
src/mods/chunky.pw.toml
Normal file
13
src/mods/chunky.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Chunky"
|
||||
filename = "Chunky-1.3.92.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fALzjamp/versions/EUpM1fJU/Chunky-1.3.92.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "663b25e8646350c2b2ee69f703fc2eb7e8794585"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fALzjamp"
|
||||
version = "EUpM1fJU"
|
13
src/mods/cupboard.pw.toml
Normal file
13
src/mods/cupboard.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cupboard"
|
||||
filename = "cupboard-1.20.1-2.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "121e464afa8a3c251bacb4097e91635454885628"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4795348
|
||||
project-id = 326652
|
13
src/mods/cyclops-core.pw.toml
Normal file
13
src/mods/cyclops-core.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Cyclops Core"
|
||||
filename = "CyclopsCore-1.20.1-1.18.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "4288f6bc4f7e95f5031b38e92059885bf51f6bb5"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4808715
|
||||
project-id = 232758
|
13
src/mods/enchantment-descriptions.pw.toml
Normal file
13
src/mods/enchantment-descriptions.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Enchantment Descriptions"
|
||||
filename = "EnchantmentDescriptions-Forge-1.20.1-17.0.8.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "4af2d20c35b616e3533d47790dd2b58728fa926c"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4756855
|
||||
project-id = 250419
|
13
src/mods/grindstone-sharper-tools.pw.toml
Normal file
13
src/mods/grindstone-sharper-tools.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Grindstone Sharper Tools"
|
||||
filename = "grindstonesharpertools-1.20.1-3.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/p6y1z1Qa/versions/Mp7FoJbu/grindstonesharpertools-1.20.1-3.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "766ac939ee7b354a8dff3c829380cbca3b84fa8a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "p6y1z1Qa"
|
||||
version = "Mp7FoJbu"
|
13
src/mods/iconexporter.pw.toml
Normal file
13
src/mods/iconexporter.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "IconExporter"
|
||||
filename = "IconExporter-1.20.1-1.2.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "f40788ab0d3efcb324206c16bda1069dfa0a83f7"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4806238
|
||||
project-id = 327048
|
13
src/mods/item-obliterator.pw.toml
Normal file
13
src/mods/item-obliterator.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Item Obliterator [Forge/Neo/Fabric/Quilt]"
|
||||
filename = "Item_Obliterator-FORGE-MC1.20.1-1.6.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "559b96631f0ea75b529b9c2bc599a4c2ffbfdd96"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4849215
|
||||
project-id = 835861
|
13
src/mods/jade-addons-forge.pw.toml
Normal file
13
src/mods/jade-addons-forge.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Jade Addons (Forge)"
|
||||
filename = "JadeAddons-1.20.1-forge-5.2.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/zOcee7AP/JadeAddons-1.20.1-forge-5.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "820317c167edd6ab8cc65321848f9cca49f4a33b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "xuDOzCLy"
|
||||
version = "zOcee7AP"
|
13
src/mods/journeymap-teams.pw.toml
Normal file
13
src/mods/journeymap-teams.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "JourneyMap Teams"
|
||||
filename = "JourneyMap-Teams-forge-1.20.1-1.1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EV5wjtvP/versions/2wlmcdKq/JourneyMap-Teams-forge-1.20.1-1.1.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2cf932ced1459216fb4515f6401d1465ec0d2cf7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EV5wjtvP"
|
||||
version = "2wlmcdKq"
|
13
src/mods/kubejs.pw.toml
Normal file
13
src/mods/kubejs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "KubeJS"
|
||||
filename = "kubejs-forge-2001.6.3-build.83.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/umyGl7zF/versions/CpVHVzDD/kubejs-forge-2001.6.3-build.83.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "dbae365140dded5141aeff6c82f25225400024ed"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "umyGl7zF"
|
||||
version = "CpVHVzDD"
|
13
src/mods/libre-exp-fix.pw.toml
Normal file
13
src/mods/libre-exp-fix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "LibreExpFix"
|
||||
filename = "libreexpfix-0.2.1b8-BETA-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qOQALrK4/versions/hETV1qqa/libreexpfix-0.2.1b8-BETA-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b3c75a18c092291ccdfbfc34227d7c4333c2b6e0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qOQALrK4"
|
||||
version = "hETV1qqa"
|
13
src/mods/lootr.pw.toml
Normal file
13
src/mods/lootr.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Lootr (Forge)"
|
||||
filename = "lootr-1.20-0.7.30.73.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "d435ec7cca33d7fd882f709fb452339059e0c62c"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4608503
|
||||
project-id = 361276
|
13
src/mods/my-server-is-compatible.pw.toml
Normal file
13
src/mods/my-server-is-compatible.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "My Server Is Compatible"
|
||||
filename = "MyServerIsCompatible-1.20-1.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "a53abcabc6c3531667049be249b3fb165aad5468"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4580511
|
||||
project-id = 492574
|
13
src/mods/necronomicon.pw.toml
Normal file
13
src/mods/necronomicon.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Necronomicon API"
|
||||
filename = "Necronomicon-Forge-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "f822f9280369b01f6add14170bd3be1bbebe4ee4"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4857971
|
||||
project-id = 586157
|
13
src/mods/packmenu.pw.toml
Normal file
13
src/mods/packmenu.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "PackMenu"
|
||||
filename = "PackMenu-1.20.1-6.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "de312f2df82f7bd8f3e71c946227095661c31cfd"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4711349
|
||||
project-id = 358191
|
13
src/mods/placebo.pw.toml
Normal file
13
src/mods/placebo.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Placebo"
|
||||
filename = "Placebo-1.20.1-8.3.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "428450383d6002229759c2d98c9eaffaa0b61083"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4723708
|
||||
project-id = 283644
|
13
src/mods/powah.pw.toml
Normal file
13
src/mods/powah.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Powah!"
|
||||
filename = "Powah-5.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/KZO4S4DO/versions/2jdpacF3/Powah-5.0.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "b546a467e8d1f4da9c18af44263d5be5f3f2a062"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "KZO4S4DO"
|
||||
version = "2jdpacF3"
|
13
src/mods/probejs.pw.toml
Normal file
13
src/mods/probejs.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ProbeJS"
|
||||
filename = "probejs-5.5.0-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "6e12785249345bf902c0ae4a89f70b0605c0abee"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4750396
|
||||
project-id = 585406
|
13
src/mods/reap-mod.pw.toml
Normal file
13
src/mods/reap-mod.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Reap Mod"
|
||||
filename = "reap-1.20.1-1.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NYHbcKK1/versions/OrChXjUy/reap-1.20.1-1.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d7e8d66e98b35c3b0bfbf49d501518faae92372b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NYHbcKK1"
|
||||
version = "OrChXjUy"
|
13
src/mods/rei.pw.toml
Normal file
13
src/mods/rei.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Roughly Enough Items (REI)"
|
||||
filename = "RoughlyEnoughItems-12.0.674.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/nfn13YXA/versions/z7CD7T2d/RoughlyEnoughItems-12.0.674.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "cf3fa6675978c4db32a214c08bdff3e3bd27c37d"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "nfn13YXA"
|
||||
version = "z7CD7T2d"
|
13
src/mods/rhino.pw.toml
Normal file
13
src/mods/rhino.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Rhino"
|
||||
filename = "rhino-forge-2001.2.2-build.13.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sk9knFPE/versions/GUjMpbXQ/rhino-forge-2001.2.2-build.13.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7a2cf786276dee7a5f83b32245cc3dec8f950b0f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sk9knFPE"
|
||||
version = "GUjMpbXQ"
|
13
src/mods/roughly-enough-items-hacks.pw.toml
Normal file
13
src/mods/roughly-enough-items-hacks.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "REI Plugin Compatibilities (REIPC)"
|
||||
filename = "REIPluginCompatibilities-forge-12.0.93.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "00ba3027cd4942013b22ac07a42f2e0cc6703b8a"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4837449
|
||||
project-id = 521393
|
13
src/mods/roughly-enough-items.pw.toml
Normal file
13
src/mods/roughly-enough-items.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Roughly Enough Items Fabric/Forge (REI)"
|
||||
filename = "RoughlyEnoughItems-12.0.674.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "cf3fa6675978c4db32a214c08bdff3e3bd27c37d"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4834408
|
||||
project-id = 310111
|
13
src/mods/roughly-enough-professions-rep.pw.toml
Normal file
13
src/mods/roughly-enough-professions-rep.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Roughly Enough Professions (REP)"
|
||||
filename = "RoughlyEnoughProfessions-forge-1.20.1-2.0.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/V8XJ8f5f/versions/qdLND0lY/RoughlyEnoughProfessions-forge-1.20.1-2.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "5e685b5a74d2ce0a5255822f26238ccca423943c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "V8XJ8f5f"
|
||||
version = "qdLND0lY"
|
13
src/mods/roughly-enough-resources.pw.toml
Normal file
13
src/mods/roughly-enough-resources.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Roughly Enough Resources"
|
||||
filename = "rer-2.9.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "4e12e9058884ca3fc66bcea0f227cac08c9a45f1"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4721546
|
||||
project-id = 325625
|
13
src/mods/seasonhud.pw.toml
Normal file
13
src/mods/seasonhud.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "SeasonHUD"
|
||||
filename = "seasonhud-forge-1.20.1-1.5.13.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/VNjUn3NA/versions/BuXBxaZh/seasonhud-forge-1.20.1-1.5.13.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "60e9c9668fe1ed8066329708fceeb1ee159f525f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "VNjUn3NA"
|
||||
version = "BuXBxaZh"
|
13
src/mods/serene-seasons.pw.toml
Normal file
13
src/mods/serene-seasons.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Serene Seasons"
|
||||
filename = "SereneSeasons-1.20.1-9.0.0.46.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "9d30811b601f12282b7243931df7aa37ea380693"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4761603
|
||||
project-id = 291874
|
13
src/mods/simple-voice-chat.pw.toml
Normal file
13
src/mods/simple-voice-chat.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Simple Voice Chat"
|
||||
filename = "voicechat-forge-1.20.1-2.4.28.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/sFx458V5/voicechat-forge-1.20.1-2.4.28.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ab08016388cddc10a04f0b9a3b57376f607ff4e7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9eGKb6K1"
|
||||
version = "sFx458V5"
|
13
src/mods/smooth-chunk-save.pw.toml
Normal file
13
src/mods/smooth-chunk-save.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Server Performance - Smooth Chunk Save[Forge/Fabric]"
|
||||
filename = "smoothchunk-1.20.1-3.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "a2251484a9fbded32fcb06bc8711de408e6e0f76"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4764869
|
||||
project-id = 582327
|
13
src/mods/sophisticated-backpacks.pw.toml
Normal file
13
src/mods/sophisticated-backpacks.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sophisticated Backpacks"
|
||||
filename = "sophisticatedbackpacks-1.20.1-3.18.66.941.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "76e80a59656a1b2bdc6943623b72c2d30d00a30d"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4859687
|
||||
project-id = 422301
|
13
src/mods/sophisticated-core.pw.toml
Normal file
13
src/mods/sophisticated-core.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sophisticated Core"
|
||||
filename = "sophisticatedcore-1.20.1-0.5.105.485.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "4aa89bec7ab9b091ce4612b9c3bf0bebeddd2259"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4859680
|
||||
project-id = 618298
|
13
src/mods/sound-physics-remastered.pw.toml
Normal file
13
src/mods/sound-physics-remastered.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Sound Physics Remastered"
|
||||
filename = "soundphysics-forge-1.20.1-1.2.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/OOw4wyHN/soundphysics-forge-1.20.1-1.2.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a9557e8b0c2479f4124277ed837025e0112fdb92"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "qyVF9oeo"
|
||||
version = "OOw4wyHN"
|
13
src/mods/tempad.pw.toml
Normal file
13
src/mods/tempad.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Tempad"
|
||||
filename = "tempad-forge-1.20.1-2.1.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/gKNwt7xu/versions/IPjJuNE0/tempad-forge-1.20.1-2.1.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "1da4c37c09bad353b1bb91e7beaca7dbe0f710e2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "gKNwt7xu"
|
||||
version = "IPjJuNE0"
|
13
src/mods/wall-jump-txf.pw.toml
Normal file
13
src/mods/wall-jump-txf.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Wall-Jump TXF"
|
||||
filename = "walljump-1.20.1-1.0.1-forge.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/oUoetxfR/versions/nvIQs6TG/walljump-1.20.1-1.0.1-forge.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "091cbb1eb075cb1379fd555efa6e83bb82fb904f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "oUoetxfR"
|
||||
version = "nvIQs6TG"
|
13
src/mods/wool-tweaks.pw.toml
Normal file
13
src/mods/wool-tweaks.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Wool Tweaks"
|
||||
filename = "wooltweaks-1.20.1-3.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lqQsKUma/versions/PYyc9hJi/wooltweaks-1.20.1-3.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "425fbd2cbc43886858eeade17bafa3ad8bfac223"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lqQsKUma"
|
||||
version = "PYyc9hJi"
|
|
@ -1,12 +1,12 @@
|
|||
name = "GalacticFactory"
|
||||
author = "GalacticFactory"
|
||||
version = "0.1.3"
|
||||
version = "0.2.0"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "907a5eee6b1da3462c135f602b537940ebb3f4e703a297cde28fe63877b80fa7"
|
||||
hash = "d1a01c682370628d2515c6ce1894f7cfc2861f9bcd9754222ee55455bd076fec"
|
||||
|
||||
[versions]
|
||||
minecraft = "1.20.1"
|
||||
|
|
Reference in a new issue