Compare commits

...

7 Commits

Author SHA1 Message Date
e9069b8829
add artifacts & grappling hook mod 2023-09-11 17:45:04 -03:00
10986ee063
remove modern glass doors 2023-09-11 13:01:36 -03:00
6a89a2530e
add content mods 2 2023-09-11 13:01:12 -03:00
5bfa6dbce7
add betternether 2023-09-11 12:05:37 -03:00
7317a4f149
add lilac 2023-09-11 11:53:21 -03:00
e1148923d2
add content mods 2023-09-11 11:51:34 -03:00
2099fa520a
fix toml formatting 2023-09-11 11:51:29 -03:00
79 changed files with 1733 additions and 953 deletions

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"evenBetterToml.formatter.allowedBlankLines": 1,
"evenBetterToml.formatter.columnWidth": 80,
"evenBetterToml.formatter.indentEntries": false,
"evenBetterToml.formatter.indentTables": false,
"evenBetterToml.formatter.indentString": " ",
}

View File

@ -0,0 +1,15 @@
{
// Whether models for gloves should be shown in first person
showFirstPersonGloves: true,
// Whether artifacts should have tooltips explaining their effects
showTooltips: true,
// Whether mimics can use textures from Lootr or Quark
useModdedMimicTextures: true,
// Display artifacts on cooldown next to the hotbar
enableCooldownOverlay: false,
/* Location of the artifact cooldown gui element
Distance from the hotbar measured in pixels
Negative values place the element left of the hotbar
*/
cooldownOverlayOffset: 10,
}

View File

@ -0,0 +1,28 @@
{
// Whether the Kitty Slippers and Bunny Hoppers change the player's hurt sounds
modifyHurtSounds: true,
campsite: {
/* How many times a campsite will attempt to generate per chunk
Set this to 0 to prevent campsites from generating
*/
count: 4,
// The minimum height campsites can spawn at
minY: -60,
// The maximum height campsites can spawn at
maxY: 40,
// Probability that a campsite has a mimic instead of a chest
mimicChance: 0.3,
// Whether to use wooden chests from other mods when generating campsites
useModdedChests: true,
},
/* Affects how common artifacts are in chests
Values above 1 will make artifacts rarer
Values between 0 and 1 will make artifacts more common
Set this to 10000 to remove all artifacts from chest loot
*/
artifactRarity: 5.0,
/* The chance everlasting beef drops when a cow
or mooshroom is killed by a player
*/
everlastingBeefChance: 0.002,
}

289
config/grapplemod.json Normal file
View File

@ -0,0 +1,289 @@
{
"options": {
"grapplinghook": {
"custom": {
"rope": {
"maxlen": {
"default_value": 30.0,
"enabled": 0,
"max": 60.0,
"max_upgraded": 200.0,
"min": 0.0,
"min_upgraded": 0.0
},
"phaserope": {
"default_value": false,
"enabled": 0
},
"sticky": {
"default_value": false,
"enabled": 0
}
},
"hookthrower": {
"hookgravity": {
"default_value": 1.0,
"enabled": 0,
"max": 100.0,
"max_upgraded": 100.0,
"min": 1.0,
"min_upgraded": 0.0
},
"throwspeed": {
"default_value": 2.0,
"enabled": 0,
"max": 5.0,
"max_upgraded": 20.0,
"min": 0.0,
"min_upgraded": 0.0
},
"reelin": {
"default_value": true,
"enabled": 0
},
"verticalthrowangle": {
"default_value": 0.0,
"enabled": 0,
"max": 45.0,
"max_upgraded": 90.0,
"min": 0.0,
"min_upgraded": 0.0
},
"sneakingverticalthrowangle": {
"default_value": 0.0,
"enabled": 0,
"max": 45.0,
"max_upgraded": 90.0,
"min": 0.0,
"min_upgraded": 0.0
},
"detachonkeyrelease": {
"default_value": false,
"enabled": 0
}
},
"motor": {
"motor": {
"default_value": false,
"enabled": 0
},
"motormaxspeed": {
"default_value": 4.0,
"enabled": 0,
"max": 4.0,
"max_upgraded": 4.0,
"min": 0.0,
"min_upgraded": 0.0
},
"motoracceleration": {
"default_value": 0.2,
"enabled": 0,
"max": 0.2,
"max_upgraded": 0.2,
"min": 0.0,
"min_upgraded": 0.0
},
"motorwhencrouching": {
"default_value": false,
"enabled": 0
},
"motorwhennotcrouching": {
"default_value": true,
"enabled": 0
},
"smartmotor": {
"default_value": false,
"enabled": 0
},
"motordampener": {
"default_value": false,
"enabled": 1
},
"pullbackwards": {
"default_value": true,
"enabled": 0
}
},
"swing": {
"playermovementmult": {
"default_value": 1.0,
"enabled": 0,
"max": 2.0,
"max_upgraded": 4.0,
"min": 0.0,
"min_upgraded": 0.0
}
},
"enderstaff": {
"enderstaff": {
"default_value": false,
"enabled": 0
}
},
"forcefield": {
"repel": {
"default_value": false,
"enabled": 0
},
"repelforce": {
"default_value": 1.0,
"enabled": 0,
"max": 1.0,
"max_upgraded": 2.0,
"min": 0.0,
"min_upgraded": 0.0
}
},
"magnet": {
"attract": {
"default_value": false,
"enabled": 0
},
"attractradius": {
"default_value": 3.0,
"enabled": 0,
"max": 3.0,
"max_upgraded": 10.0,
"min": 0.0,
"min_upgraded": 0.0
}
},
"doublehook": {
"doublehook": {
"default_value": false,
"enabled": 0
},
"smartdoublemotor": {
"default_value": true,
"enabled": 0
},
"angle": {
"default_value": 20.0,
"enabled": 0,
"max": 45.0,
"max_upgraded": 90.0,
"min": 0.0,
"min_upgraded": 0.0
},
"sneakingangle": {
"default_value": 10.0,
"enabled": 0,
"max": 45.0,
"max_upgraded": 90.0,
"min": 0.0,
"min_upgraded": 0.0
},
"oneropepull": {
"default_value": false,
"enabled": 0
}
},
"rocket": {
"rocketenabled": {
"default_value": false,
"enabled": 1
},
"rocket_force": {
"default_value": 1.0,
"enabled": 2,
"max": 1.0,
"max_upgraded": 1.0,
"min": 0.0,
"min_upgraded": 0.0
},
"rocket_active_time": {
"default_value": 0.5,
"enabled": 2,
"max": 0.5,
"max_upgraded": 0.5,
"min": 0.0,
"min_upgraded": 0.0
},
"rocket_refuel_ratio": {
"default_value": 15.0,
"enabled": 2,
"max": 30.0,
"max_upgraded": 30.0,
"min": 15.0,
"min_upgraded": 15.0
},
"rocket_vertical_angle": {
"default_value": 0.0,
"enabled": 1,
"max": 90.0,
"max_upgraded": 90.0,
"min": 0.0,
"min_upgraded": 0.0
}
}
},
"blocks": {
"grapplingBlocks": "any",
"grapplingNonBlocks": "none",
"grappleBreakBlocks": "none"
},
"other": {
"hookaffectsentities": true,
"rope_snap_buffer": 5.0,
"default_durability": 500,
"rope_jump_power": 1.0,
"rope_jump_at_angle": false,
"rope_jump_cooldown_s": 0.0,
"climb_speed": 0.3
}
},
"longfallboots": {
"longfallbootsrecipe": true
},
"enderstaff": {
"ender_staff_strength": 1.5,
"ender_staff_recharge": 100
},
"enchantments": {
"wallrun": {
"wall_jump_up": 0.7,
"wall_jump_side": 0.4,
"max_wallrun_time": 3.0,
"wallrun_speed": 0.1,
"wallrun_max_speed": 0.7,
"wallrun_drag": 0.01,
"wallrun_min_speed": 0.0,
"enchant_rarity_wallrun": 0
},
"doublejump": {
"doublejumpforce": 0.8,
"doublejump_relative_to_falling": false,
"dont_doublejump_if_falling_faster_than": 9.9999999E7,
"enchant_rarity_double_jump": 0
},
"slide": {
"slidingjumpforce": 0.6,
"sliding_friction": 0.006666666828095913,
"sliding_min_speed": 0.15,
"sliding_end_min_speed": 0.01,
"enchant_rarity_sliding": 0
}
},
"other": {
"override_allowflight": true,
"airstrafe_max_speed": 0.7,
"airstrafe_acceleration": 0.015,
"dont_override_movement_in_air": false
}
},
"clientOptions": {
"camera": {
"wallrun_camera_tilt_degrees": 10.0,
"wallrun_camera_animation_s": 0.5
},
"sounds": {
"wallrun_sound_effect_time_s": 0.35,
"wallrun_sound_volume": 1.0,
"doublejump_sound_volume": 1.0,
"slide_sound_volume": 1.0,
"wallrunjump_sound_volume": 1.0,
"rocket_sound_volume": 1.0,
"enderstaff_sound_volume": 1.0
}
}
}

View File

@ -1,5 +1,9 @@
hash-format = "sha256"
[[files]]
file = ".vscode/settings.json"
hash = "2d0bd0f846ccdfe1924a9d12f01f41f52143ae90114aa6e4877248dab5a6e0c7"
[[files]]
file = "config/builtinservers.json"
hash = "fcfa9e93a0b20850c5d61a4528aaeec20a5073d2cfb277753ad8b93d16a8d456"
@ -28,11 +32,21 @@ hash = "4e126cb5d83c38dec8b0df299539aa92fff39fd3faa2a3824c94e1171749f1f1"
file = "config/wall-jump.properties"
hash = "abd2fe87ba82de4dd91da88937a348ece73fa545578e23bb42225fd9539dafa3"
[[files]]
file = "mods/addadd.pw.toml"
hash = "ea4a5f7fd697978b42347e984135504a0a027c717f0f0a39da8b9ac1f97255eb"
metafile = true
[[files]]
file = "mods/advancementinfo.pw.toml"
hash = "a14f8a33991b072fcece09a03c630cbfd17bbc74a24a04f9cf537bfa5d425280"
metafile = true
[[files]]
file = "mods/alloy-forgery.pw.toml"
hash = "149062fec33cc9b361650d6aacbbb668381007e14ec6b1ef98fb7e4fe9c51685"
metafile = true
[[files]]
file = "mods/alternate-current.pw.toml"
hash = "bedc5fd207a9959c72565f0131b65a8eec71dcdef3e83f6c4556f81e7292326a"
@ -63,6 +77,16 @@ file = "mods/architectury-api.pw.toml"
hash = "a243675bc757485925b293932ee289b9fbcfb3b75bd3ba74eca7603f191cedad"
metafile = true
[[files]]
file = "mods/artifacts.pw.toml"
hash = "a41366ddd0c6ac90fae1bfb117f36fb0a325c19dd823b2006b67ddff4f44a0cf"
metafile = true
[[files]]
file = "mods/athena-ctm.pw.toml"
hash = "368c405be7efc817b528461902c950fbb1f6a9d58cbf561760bae4d5705f96c4"
metafile = true
[[files]]
file = "mods/auth-me.pw.toml"
hash = "e954c2f9ea9195ef558f0cb7dbc7057f2086348fc4a78186bc399145c18b4bb9"
@ -73,6 +97,16 @@ file = "mods/autoreconnect.pw.toml"
hash = "a6b573a662882ca6daf09638cca6920fe40cc80fe252541a6641e5e188615b39"
metafile = true
[[files]]
file = "mods/axes-are-weapons.pw.toml"
hash = "7d3db5f37a91ed7af9ced5b72d9d14774498c5b4f398b2c06e1c05bd3f33db07"
metafile = true
[[files]]
file = "mods/azurelib.pw.toml"
hash = "15d9f34484cb790bf53c231472569cffecbe6aa04c7e8461dc3376b661b7df17"
metafile = true
[[files]]
file = "mods/bad-wither-no-cookie.pw.toml"
hash = "d995fbc8df8eb912e605c199f7073cc37108f40be97b547ac70be8b89ef7a961"
@ -80,7 +114,7 @@ metafile = true
[[files]]
file = "mods/badpackets.pw.toml"
hash = "cbf5544ba86d4d10262fff9c53af6c9ef05bb92d329bb02f891a5aaf3ca94631"
hash = "a1bea09f928280dd62cea871438231389ecbed00f4053bb5d1d4a3ad91545fc3"
metafile = true
[[files]]
@ -88,6 +122,16 @@ file = "mods/balm.pw.toml"
hash = "a69efb704b2ba8f1ec23809071f4902311db4ddf2c531358428e0803f2d8e26e"
metafile = true
[[files]]
file = "mods/banhammer.pw.toml"
hash = "27b096c8d024c3c935c4c8f099da3516f0a111e61f2e36a995a79b3f9c08dd53"
metafile = true
[[files]]
file = "mods/bclib.pw.toml"
hash = "82b70b3ca30f3eedea12049a414cf30baae722c79128b17789a93b6906dc3ca5"
metafile = true
[[files]]
file = "mods/better-mount-hud.pw.toml"
hash = "961a423cc427d4c785354239e8e7b251b5575756b1cf85dd1bc85011b47f0fbf"
@ -103,11 +147,21 @@ file = "mods/better-trim-tooltips.pw.toml"
hash = "c0b4399adb48c2b8d9304d01d621c836b3c0a0faecab519108f62d40a5ee8bef"
metafile = true
[[files]]
file = "mods/betterend.pw.toml"
hash = "09faca3cde7ffda49fcd3d4fc4f4a3d4f8774463170dfee83d6472f64bc84016"
metafile = true
[[files]]
file = "mods/betterf3.pw.toml"
hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f"
metafile = true
[[files]]
file = "mods/betternether.pw.toml"
hash = "bb1ce36de0df1b27894c1270d6d8bdb6f34b77eb26ed6cac19ef4bd80ae41cd8"
metafile = true
[[files]]
file = "mods/blur-fabric.pw.toml"
hash = "5f53eb8d272bfec2c6f58d6d744397b8152d7561a370f1d6e7e1e495fc4a1e7a"
@ -148,16 +202,41 @@ file = "mods/capes.pw.toml"
hash = "4c712d7ad6d2ddb130b845c3b2c660be7cb7795db21be00b130443730719305e"
metafile = true
[[files]]
file = "mods/caracal_mob.pw.toml"
hash = "afa6eaa0dba8f23b7094929a38d9402863396064fc850cb847ea56375262dc47"
metafile = true
[[files]]
file = "mods/carry-on.pw.toml"
hash = "2180bcdb7065c1324e4b53f6ced5be904033cae8308daa88e1075085c7a2f77d"
metafile = true
[[files]]
file = "mods/cat_jam.pw.toml"
hash = "a1947fa01e2fffa796c359465625abcd317adce585741a853a0973f2faa80bea"
metafile = true
[[files]]
file = "mods/chat-heads.pw.toml"
hash = "1a654ab8c391e014e8d90c2f2ca9dc0c479606ed0759d051f6b25f20eacf430f"
metafile = true
[[files]]
file = "mods/chipped.pw.toml"
hash = "fd15a165cf8782b21ea9ce958468dbb4bee1fc092fd3d83f901631e075eced75"
metafile = true
[[files]]
file = "mods/chunky.pw.toml"
hash = "c176a0f84b0c3c03423e68b988cd43f51a6b1cf13a844574b19e003324533da0"
metafile = true
[[files]]
file = "mods/cinderscapes.pw.toml"
hash = "e291de29548596119100097a03c0a7ad5adf241c6094b54ae5a5993cb20a92a9"
metafile = true
[[files]]
file = "mods/cit-resewn.pw.toml"
hash = "44e2cc695c040b7bbca462165099fa3c56a98aa8f01104bb067dc850b65f6d02"
@ -178,6 +257,11 @@ file = "mods/collective.pw.toml"
hash = "204b3eb115e418bdad4f5f2e8ef49f0c8b8f10ad062ca10e05e1e8cde4de45ab"
metafile = true
[[files]]
file = "mods/companion.pw.toml"
hash = "97cca2014971c73073f0ce99fcd0f27ad56620949c0c009b77aabcb5a6ea7aa9"
metafile = true
[[files]]
file = "mods/completeconfig.pw.toml"
hash = "2b880a4be1a624e956fafaea89834828c58b0c512e611e6746c3fb8d9e93b260"
@ -190,7 +274,7 @@ metafile = true
[[files]]
file = "mods/controlify.pw.toml"
hash = "a10e9b8d3794518c6a1cc3f27a5624ab2f28a0ff9bde0bb0bf2aa4e16569b6b2"
hash = "a1659dc663c6e42f1e410b1833594e8f36cd4f7f2dbfc40068f9ed65676af691"
metafile = true
[[files]]
@ -200,7 +284,7 @@ metafile = true
[[files]]
file = "mods/crafttweaker.pw.toml"
hash = "7adcdd6e3d43c7409c2542d7c83b578621cb394184cd8c2c46466ee4c83706bc"
hash = "84c741d001faffe1936cf3a21c2f858ed51a8ac96bf7e3713dc7e1063f65a54d"
metafile = true
[[files]]
@ -208,6 +292,21 @@ file = "mods/crawl.pw.toml"
hash = "d3e3831377b8282db35ffe8446d535f30e011367b3187b2c96b5f179a1a77c59"
metafile = true
[[files]]
file = "mods/creeper-overhaul.pw.toml"
hash = "a700b9ee3a43f831e4d71c1c6cd816813975b61ebdb962297e95d71026d1e056"
metafile = true
[[files]]
file = "mods/ct-overhaul-village.pw.toml"
hash = "bc9905492f54c07bb62a5126a3ef53188a71a52ada9dc2a84a2888fba6739906"
metafile = true
[[files]]
file = "mods/ctov-farmers-delight-compat.pw.toml"
hash = "b6170f6465df20ddf674b44d11a81d08d57dfa9762e9c692ffe8a554c2de59d5"
metafile = true
[[files]]
file = "mods/custom-fov-illusive.pw.toml"
hash = "fa2aea3461ede4e442a0c6512b7bf76e7b42250e8e4d962ce604373ab9e943e5"
@ -218,11 +317,21 @@ file = "mods/customhud.pw.toml"
hash = "42fff62d3f609bc47158ad669b9e34631ee94f61661125da4d49ccf802065e08"
metafile = true
[[files]]
file = "mods/dark-waters.pw.toml"
hash = "9b83278a7ef0dd988d1952118b9470da0e1f347c227458abc978a4360fd1b40d"
metafile = true
[[files]]
file = "mods/datapacks.pw.toml"
hash = "64c464fe58315a3b87b36ad2c6a61873f6832f721dbe73efd91c5e485d73f53e"
metafile = true
[[files]]
file = "mods/dawn.pw.toml"
hash = "e6cd8a58a2938b799035c66df16b440db0edf09c798978b8e857a6a27e8a6474"
metafile = true
[[files]]
file = "mods/deathlog.pw.toml"
hash = "b02739fbdc676c7561a500ad26aa59802b463e08d637d261b247a544f788d585"
@ -233,6 +342,11 @@ file = "mods/debugify.pw.toml"
hash = "4ba45966a267b774f5d83442c3c43d740f55e11a910e117e50c046b4f77b5c66"
metafile = true
[[files]]
file = "mods/deeperdarker.pw.toml"
hash = "e2099134453c5a161a7337d9f7ed77b0e4fe1c9056f9c77fd3c15eae6d171726"
metafile = true
[[files]]
file = "mods/diagonal-fences.pw.toml"
hash = "9be216fe8f8f086415d946964a4648941738da7838b2844398d31326f7dedb89"
@ -245,17 +359,17 @@ metafile = true
[[files]]
file = "mods/do-a-barrel-roll.pw.toml"
hash = "8331398401714c839a8d231a5bbb6a3826f2e360e7d9e90b0ea35db177a160cf"
hash = "e82ce48190b2b7bc56aba98b91f0d0506c9f2f82c69ef6df9ed1ed6a4299a4fa"
metafile = true
[[files]]
file = "mods/drogstyle.pw.toml"
hash = "5e09fc8d9d4cbe026f0e5c6ca17c6d23213ac1b79c566210be3d919daa18dc15"
hash = "68452ca16aae1de43cb10ace5eb52120108eb1d357d09120d3caefd7c13886ff"
metafile = true
[[files]]
file = "mods/dynamic-fps.pw.toml"
hash = "c8c6a3893859d2f0e04ebf400c8ce8b47de21cfe6097996b5dde1561e92f3c80"
hash = "ad214677d7d7b71d0d962d4b3f668d34ba2faa19b30ad007afd89a205256505c"
metafile = true
[[files]]
@ -273,6 +387,11 @@ file = "mods/elytra-boosters.pw.toml"
hash = "5dedf416ffa0816ab53ab5983fdc6017d49fd4db505e8eb8458e38774bf594c1"
metafile = true
[[files]]
file = "mods/elytra-slot.pw.toml"
hash = "1d327c7422c097ddef659468a367b195e299f1e40068bf95c2cd2ee6462faa67"
metafile = true
[[files]]
file = "mods/elytrabombing.pw.toml"
hash = "4c2825e43f1233267cb4fe1613cc99e37c55da8b39b3e794ab424b17c9564da1"
@ -293,9 +412,14 @@ file = "mods/emitrades.pw.toml"
hash = "4c59088a2cb975f60347da57d72bb1069b65452c6a7b92af8facec6e1bed9409"
metafile = true
[[files]]
file = "mods/endrem.pw.toml"
hash = "bbd91f6874d99a59119b15103576c6686fe55bbf68dc3a03576d9ecd92023206"
metafile = true
[[files]]
file = "mods/entity-model-features.pw.toml"
hash = "b97c2e6418ccc906fdba8bf0318b97b8cd9cf66454064c5a37a662add9ab8d15"
hash = "381e3cd9b2bda1ea9af7dc7f0dd105bf458a5b1f5789a994cbf5325678503724"
metafile = true
[[files]]
@ -305,7 +429,7 @@ metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "3a93a5b987d89b3ce4208d1e31b3a5636fc6363ff33896f5a7ad8961df94a236"
hash = "8f7e28eb56a3f538cf2be43c03aea1c5b3017a5fe0429a6b67b052e0f6c0b5d4"
metafile = true
[[files]]
@ -315,7 +439,7 @@ metafile = true
[[files]]
file = "mods/fabrication.pw.toml"
hash = "2d2e46755efb50ba3f8ec9e2a49c854b76dd5c31cd64ad526a435d07f6259267"
hash = "5e5c53cb22ee98193c2046988cb704f5c5742de34838130d25f6ceaa1e3ce293"
metafile = true
[[files]]
@ -343,6 +467,16 @@ file = "mods/farmers-delight-fabric.pw.toml"
hash = "76a2166b6bc2678069a93ced5969d56ee8189d6a30a86f57da75bd89af0e7f4c"
metafile = true
[[files]]
file = "mods/farmers-knives.pw.toml"
hash = "e26f4ed60a39245dde3632923fc387d9f5cf285f3f6d6aaa925fc4a0d1c55e3c"
metafile = true
[[files]]
file = "mods/fastback.pw.toml"
hash = "5639d26da6fe72fe611d5ff39214544ca308855c760ae383d29c57aa8e22866d"
metafile = true
[[files]]
file = "mods/fastentitytransfer.pw.toml"
hash = "4ae303388fe67f915b540cd07fb7fa4b3dd9145f606490e535e6bde0b8103e7d"
@ -383,11 +517,36 @@ file = "mods/freelook.pw.toml"
hash = "b96430867193b941ee1253e97c0e7a5ddea5f0fe17a0944dde3646f559f9626e"
metafile = true
[[files]]
file = "mods/fwaystones.pw.toml"
hash = "7657e97e87c4506f2c07514cce67ffcad59d8c5b01bfbb88473cf031c03960ab"
metafile = true
[[files]]
file = "mods/gamemenuremovegfarb.pw.toml"
hash = "769e07f03e65c6adb8708f4da6c476365b24aad10f943514d6bbd8b0f57ff327"
metafile = true
[[files]]
file = "mods/geckolib.pw.toml"
hash = "e394b1a364551e504f32e65bf1ad6bd5a17b0250d4715c7bf4955840fe2d398b"
metafile = true
[[files]]
file = "mods/goated.pw.toml"
hash = "194ef54312ce3c7b33ff9580d2c1a9d2dcebd69511dd9c9e9c61e0220230f70d"
metafile = true
[[files]]
file = "mods/grappling-hook-mod-fabric.pw.toml"
hash = "5af6dedbbeefaee309d3f5d3e5f50cd5dee67e29206daca953951846e59a9204"
metafile = true
[[files]]
file = "mods/handcrafted.pw.toml"
hash = "9db7f06dd55021ec4a9d3c104ff694184088f940db16ec39e6eb27d167203033"
metafile = true
[[files]]
file = "mods/harvest-with-ease.pw.toml"
hash = "c4feaeeef2fe2b12d5f87d410c2458458971fe33386697142492d137794fe23e"
@ -395,7 +554,7 @@ metafile = true
[[files]]
file = "mods/immediatelyfast.pw.toml"
hash = "b955450fc7798bd9490f24977a828a06aeee726198aacec1eef16703ab88fbc5"
hash = "0115f86693696e977523c0137f7951a28577290d5e0e176b257e437e14f3fd5f"
metafile = true
[[files]]
@ -418,6 +577,11 @@ file = "mods/jei.pw.toml"
hash = "3851cfa6f95cac87314de473dd4179271c8dab6c639652dc83ac688169c00124"
metafile = true
[[files]]
file = "mods/kaffees_dual_ride.pw.toml"
hash = "820dece3f5d18fa4d429dd5412674f398b35d5ab43ff0690afee75fab3effaa1"
metafile = true
[[files]]
file = "mods/kleeslabs.pw.toml"
hash = "85e5ee80b3d6911217d846c082408fdf008aaf10386032e90a9caed44c89f785"
@ -438,6 +602,11 @@ file = "mods/libipn.pw.toml"
hash = "8547edbdc700238255794cdbb3b142d2bdb9f17a65b36ac1ce3c92e1aa942c3d"
metafile = true
[[files]]
file = "mods/lilac.pw.toml"
hash = "713b1d8daa14ec46c8d6ad966b6339ee8c5eff0f034ad14ab9cfe315cc6fcdb0"
metafile = true
[[files]]
file = "mods/lilylib.pw.toml"
hash = "db70fd37b880be2f192bb9be2805330e273be20563e5e57f7ec7b6617e0183b8"
@ -450,7 +619,7 @@ metafile = true
[[files]]
file = "mods/luckperms.pw.toml"
hash = "879f42a9c6ede67873e773764319cc52105db1c5bfdd540878c9a28eaa0c5561"
hash = "ebc7a77402069acd00a1a84eaeefc06c586035c31d7abbc941b9cf204afec2a9"
metafile = true
[[files]]
@ -463,6 +632,11 @@ file = "mods/midnightlib.pw.toml"
hash = "bc79745faf3cfec5d60e239817905c2bebfb692f8ae3ff3671fc8afd4800227e"
metafile = true
[[files]]
file = "mods/minerally.pw.toml"
hash = "2fb481eec9374743384a26316de1dd589c23b1922a4d79276b17eba60f63a085"
metafile = true
[[files]]
file = "mods/mixintrace.pw.toml"
hash = "b89656eaf7e4404d8d2c5b1e1155aae85a839939f83cab6d1b5e791412ad5f86"
@ -470,12 +644,12 @@ metafile = true
[[files]]
file = "mods/modmenu.pw.toml"
hash = "e2a93bfe1d1e55657afd64a361b1d05929c8984332f1c39afd957eb7f88e9a62"
hash = "4cd171d3f5f3e1d2948cb1b0062e742a5e85110c9e9a668f9aed5b0cebcb9c97"
metafile = true
[[files]]
file = "mods/moonlight.pw.toml"
hash = "82e4285035d6ce01cd5d58619287852abdf801984edd04f23caf8ebb59e5e54d"
hash = "96b7964374f7b1455391d075af3915576f2bc79cfcac047baafe855f07d6297a"
metafile = true
[[files]]
@ -533,9 +707,14 @@ file = "mods/notenoughcrashes.pw.toml"
hash = "3ec6010e6922154637aa19d6523853262ff1eaff9cc8eaca10d800932139ad9e"
metafile = true
[[files]]
file = "mods/nullscape.pw.toml"
hash = "be14d9e96b119117afce2c77700bcae11d21cdc276471b54bbf3cf89496e2060"
metafile = true
[[files]]
file = "mods/optigui.pw.toml"
hash = "6b9a5755df72a262ba648f459c72d130211f859811b80b69aed1d47ea1a7aad6"
hash = "0806fafc99d2bc0d3caf9bbf726367ee3e1a56788a6254b58b45567980dce7f1"
metafile = true
[[files]]
@ -543,6 +722,11 @@ file = "mods/owo-lib.pw.toml"
hash = "83b476730dba8c3cdc9ee6ed4e0623f97bc116848aebfe3149eece321083b251"
metafile = true
[[files]]
file = "mods/pack-it-up.pw.toml"
hash = "520b84d7e0458a4ff53f00f610a3d040ac49df034706c99b14bae3b203160dea"
metafile = true
[[files]]
file = "mods/patchouli.pw.toml"
hash = "cd1f0cf0ae2b6e1c14e3caa4685ae721cb590835110e076400cd986be1db9903"
@ -553,6 +737,16 @@ file = "mods/ping-wheel.pw.toml"
hash = "175d182b49bb9da6b73e1a31e2ccc18395a167031fabda3991ae174e40813361"
metafile = true
[[files]]
file = "mods/pingspam.pw.toml"
hash = "ca5e372f8efa4ef863dc7e84412ecee5608bd89a652062c9f574e6115537f4cc"
metafile = true
[[files]]
file = "mods/polaroidcamera.pw.toml"
hash = "3ff352a18028337803c95c68bd6c4d01eadf22f74412f22348bec0a09d378e1d"
metafile = true
[[files]]
file = "mods/polymorph.pw.toml"
hash = "94117ed150a83f6e54dc9196f84e1f21b3922e58cd4ed3d389c7b78c7f2b1f87"
@ -568,6 +762,11 @@ file = "mods/preventer.pw.toml"
hash = "ed5b598ced9c2b372bb8c26973ba6abbfb478c67970b39aa8f195484b9c9e2cb"
metafile = true
[[files]]
file = "mods/promenade.pw.toml"
hash = "822cb71ea6d0986f90f01d1df5eee941334073cddc7b9abbe0398ba76c31fdaf"
metafile = true
[[files]]
file = "mods/puzzle.pw.toml"
hash = "a6e087aa1beacb72cbfd77e442c78329b8a3c8af71cd3833078ff4cc7186d64f"
@ -600,12 +799,22 @@ metafile = true
[[files]]
file = "mods/repurposed-structures-fabric.pw.toml"
hash = "09da26c23f2c39be66ae5e45adaf7046e9a46dc737077ceb422d2ed272d9b8c2"
hash = "d667b6a16d42f7cc9051813be375aa831c33a06648233f3a2f40614904fd2317"
metafile = true
[[files]]
file = "mods/resourceful-config.pw.toml"
hash = "57d01e72025cda62fd692056f651cec99fdf34ca8874119dfd3e9d9d16f78195"
metafile = true
[[files]]
file = "mods/resourceful-lib.pw.toml"
hash = "c89835f045a03832c287470cd1729a70f1265e3eac7b3cdaf603c3c1fd677689"
metafile = true
[[files]]
file = "mods/resourcify.pw.toml"
hash = "538f31487e2c0104a8f376c86972ca78e7a432306c03418c49386657ab76d40c"
hash = "e8e3804600645bfc5e74a57e3139f52b283d6ed7f5aacee0a2f9698891633aa9"
metafile = true
[[files]]
@ -615,7 +824,7 @@ metafile = true
[[files]]
file = "mods/rrls.pw.toml"
hash = "d6df523cc504146a9d96b6bad4e379f364c7bc889d8d17b48ebcda53bdea6d5e"
hash = "e96bb13c530a62100ad228f1c59f0fc37ceb91ec3e622a0a5d0e32cbe5d95424"
metafile = true
[[files]]
@ -628,6 +837,11 @@ file = "mods/scaffolding-drops-nearby.pw.toml"
hash = "d03b1d511dd17ebff76ce77c5133ec684ef48aa84334e1c4cac82b2ad533ca1a"
metafile = true
[[files]]
file = "mods/scorched.pw.toml"
hash = "1a6cf59cdf06746770e17e0b281b05ec4576ac37bf2ce6e61b327b80d5394784"
metafile = true
[[files]]
file = "mods/screenshot-to-clipboard.pw.toml"
hash = "672f3809a2053eef01aea4015ca4b0d4be6c507622172c091c17833b8d2ffb39"
@ -653,6 +867,11 @@ file = "mods/simple-voice-chat.pw.toml"
hash = "c7da3391e9dce256b862e07b263074b71c95e0a95903e3f4647c0f08a2a055fa"
metafile = true
[[files]]
file = "mods/smartbrainlib.pw.toml"
hash = "95820c9995fbcb78b737f3e70a7159d8d73fc04bdf99c32c856f2a2fe22c86ca"
metafile = true
[[files]]
file = "mods/sodium-extra.pw.toml"
hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36"
@ -663,9 +882,19 @@ file = "mods/sodium.pw.toml"
hash = "f6932ab3cbf7c38e0282e4a4012f450113ce5299b7e08f0551d737cc212f422d"
metafile = true
[[files]]
file = "mods/sound-physics-remastered.pw.toml"
hash = "3decc297ef37c1ecb820b095d076dfa04e5c2d16a29e165f27c911a80d2e4afd"
metafile = true
[[files]]
file = "mods/spark.pw.toml"
hash = "7ca0983d3b7852c06f84c66b9f12da8115ff9b8ba63293cd20452377a0de726e"
hash = "96e3771cd09bb4a808d1c1fcb5a050efdc2ffb4efe7b584407ed54c46c0388d9"
metafile = true
[[files]]
file = "mods/spelunkery.pw.toml"
hash = "beeb38f3afdccf12b0a0dced3231e289c707bf5797b96428b55b360128035b86"
metafile = true
[[files]]
@ -675,7 +904,7 @@ metafile = true
[[files]]
file = "mods/styled-chat.pw.toml"
hash = "4f101cf87d3e2228c8c62e3b91ecdb1825809841041e709f9d1480d4e25fad3a"
hash = "4df7a83e4162bb71e20ef2bea25042daadf04ac5daab143b0035af0405160b65"
metafile = true
[[files]]
@ -683,16 +912,46 @@ file = "mods/styled-nicknames.pw.toml"
hash = "e6f4e06c4d4442c08a9f64772a3e078209d57a5d81f6c8ee0fde0da006789a3a"
metafile = true
[[files]]
file = "mods/talkbubbles.pw.toml"
hash = "207b163203a37646cb83c075fe4a48aff33b5962cd17841321cfaf5b51a8f8b7"
metafile = true
[[files]]
file = "mods/tax-free-levels.pw.toml"
hash = "d881b77b7acaaa149d385bbfe00f95135add06d8153a76e569a119fbc33e4d25"
metafile = true
[[files]]
file = "mods/tectonic.pw.toml"
hash = "c9072b33298e95459c644344c8f8e7317a2f503a469e24bf51e63dca9c560db1"
metafile = true
[[files]]
file = "mods/terrestria.pw.toml"
hash = "1c43a497cc911474b50a0706b05f1e6040179f1443a59112f2c56157f12c7165"
metafile = true
[[files]]
file = "mods/toms-storage.pw.toml"
hash = "3306e7374f01d1d0f243d5a0bcaf21dd87adcaa638c056bfefcb0603910abaa5"
metafile = true
[[files]]
file = "mods/translucent-glass.pw.toml"
hash = "c26c49f3c6321cf5fb9a9f310747ca0c6601c315903c0a0fd2cdbcc80b7ac531"
metafile = true
[[files]]
file = "mods/traverse.pw.toml"
hash = "fa828cee58820db21721f890e029e0469480e330ff44556d1611ddb5faf9da64"
metafile = true
[[files]]
file = "mods/trims-expanded.pw.toml"
hash = "567f45df8b074c03805e6eff6eeec97217c7e819ff5b4bed3bc99c97315cd718"
metafile = true
[[files]]
file = "mods/trinkets.pw.toml"
hash = "b2e02d1210f025b905299bfc88f895058640158343322641aca2c4875622c992"
@ -708,11 +967,21 @@ file = "mods/ukus-armor-hud.pw.toml"
hash = "4a807bf22e6095d7732c4e619201a372bbe132f9b1ed478e409ff9777e6f6ffd"
metafile = true
[[files]]
file = "mods/universal-graves.pw.toml"
hash = "75ccdfd2f29fbe19c23602d87f3fe79276955878eda6705f138b393077cc482c"
metafile = true
[[files]]
file = "mods/vanilla-permissions.pw.toml"
hash = "07f7ec6edd1deefe5cf36f83104374ba2a28b44a0877984e5030e3a4e4de5854"
metafile = true
[[files]]
file = "mods/visual-workbench.pw.toml"
hash = "a7f4c9db27e6d88dff443299ba7b04418f17a60316678b14719c767194b43ff3"
metafile = true
[[files]]
file = "mods/voice-chat-interaction.pw.toml"
hash = "5efd3cf3ce070d55b607d938dae8ecd201ef54ca2def1fa3f316d6247de6ca8d"

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

@ -0,0 +1,13 @@
name = "Additional Additions"
filename = "AdditionalAdditions-6.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/R4TvILfj/versions/pHSXV73g/AdditionalAdditions-6.0.1.jar"
hash-format = "sha1"
hash = "38c181f354f5ea065ec4919de233ac017b238506"
[update]
[update.modrinth]
mod-id = "R4TvILfj"
version = "pHSXV73g"

View File

@ -0,0 +1,13 @@
name = "Alloy Forgery"
filename = "alloy-forgery-2.0.22+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jhl28YkY/versions/CDuKyCCF/alloy-forgery-2.0.22%2B1.20.jar"
hash-format = "sha1"
hash = "7f13357a70a8a04c0c2747e80b7fc9dbaf5801c1"
[update]
[update.modrinth]
mod-id = "jhl28YkY"
version = "CDuKyCCF"

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

@ -0,0 +1,13 @@
name = "Artifacts"
filename = "artifacts-fabric-9.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P0Mu4wcQ/versions/bfIQoQHe/artifacts-fabric-9.1.0.jar"
hash-format = "sha1"
hash = "30057509a92c65f70c23a67f8ec3f703b998cba4"
[update]
[update.modrinth]
mod-id = "P0Mu4wcQ"
version = "bfIQoQHe"

13
mods/athena-ctm.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Athena"
filename = "athena-fabric-1.20.1-3.1.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/b1ZV3DIJ/versions/AusdtnY3/athena-fabric-1.20.1-3.1.0.jar"
hash-format = "sha1"
hash = "4e6fb9f4ba2e3607e6b1d30f0013a69025c4357b"
[update]
[update.modrinth]
mod-id = "b1ZV3DIJ"
version = "AusdtnY3"

View File

@ -0,0 +1,13 @@
name = "Axes Are Weapons"
filename = "AxesAreWeapons-1.7.1-fabric-1.19.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/1jvt7RTc/versions/Pxrg8h3r/AxesAreWeapons-1.7.1-fabric-1.19.3.jar"
hash-format = "sha1"
hash = "04bcf6dceb10b4ebe2db9dc236694c875b926f9c"
[update]
[update.modrinth]
mod-id = "1jvt7RTc"
version = "Pxrg8h3r"

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

@ -0,0 +1,13 @@
name = "AzureLib"
filename = "azurelib-fabric-1.20.1-1.0.28.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/7zlUOZvb/versions/qzcRnqgH/azurelib-fabric-1.20.1-1.0.28.jar"
hash-format = "sha1"
hash = "1f82977d510124fe56fcd88ac8527ab56f133290"
[update]
[update.modrinth]
mod-id = "7zlUOZvb"
version = "qzcRnqgH"

View File

@ -1,13 +1,13 @@
name = "bad packets"
filename = "badpackets-fabric-0.4.1.jar"
filename = "badpackets-fabric-0.4.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/ivJ0srK8/badpackets-fabric-0.4.1.jar"
url = "https://cdn.modrinth.com/data/ftdbN0KK/versions/BTK3ZWby/badpackets-fabric-0.4.2.jar"
hash-format = "sha1"
hash = "64ed580b9a7c8d4da646944bd01c775c9aa9cb97"
hash = "c6387c3600e8a8f13c3260b7fad48fab026ac1b5"
[update]
[update.modrinth]
mod-id = "ftdbN0KK"
version = "ivJ0srK8"
version = "BTK3ZWby"

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

@ -0,0 +1,13 @@
name = "BanHammer"
filename = "banhammer-0.7.0+1.20.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/Wpqg0ciI/versions/90JY9flG/banhammer-0.7.0%2B1.20.jar"
hash-format = "sha1"
hash = "44822b7e2286134ac530e57cb93fef2d86df0c1b"
[update]
[update.modrinth]
mod-id = "Wpqg0ciI"
version = "90JY9flG"

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

@ -0,0 +1,13 @@
name = "BCLib"
filename = "bclib-3.0.13.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BgNRHReB/versions/bccqbyya/bclib-3.0.13.jar"
hash-format = "sha1"
hash = "4850fbc25fa1f2217916155ed354579af1c15205"
[update]
[update.modrinth]
mod-id = "BgNRHReB"
version = "bccqbyya"

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

@ -0,0 +1,13 @@
name = "BetterEnd"
filename = "better-end-4.0.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/gc8OEnCC/versions/otd2erfL/better-end-4.0.10.jar"
hash-format = "sha1"
hash = "1e7da7e351af26a912934d05b0aa77e5f6c4d139"
[update]
[update.modrinth]
mod-id = "gc8OEnCC"
version = "otd2erfL"

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

@ -0,0 +1,13 @@
name = "BetterNether"
filename = "better-nether-9.0.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MpzVLzy5/versions/9kJblF2V/better-nether-9.0.9.jar"
hash-format = "sha1"
hash = "ee7275b0d3f627520c9d17dd3c942ec82ca093a7"
[update]
[update.modrinth]
mod-id = "MpzVLzy5"
version = "9kJblF2V"

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

@ -0,0 +1,13 @@
name = "Caracal mob"
filename = "caracal-1.20-2.3.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/mLNfkt6W/versions/Ne6ur7It/caracal-1.20-2.3.3.jar"
hash-format = "sha1"
hash = "280d48af587be638da582c3db450c8f61bc00cfb"
[update]
[update.modrinth]
mod-id = "mLNfkt6W"
version = "Ne6ur7It"

13
mods/carry-on.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Carry On"
filename = "carryon-fabric-1.20.1-2.1.2.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/joEfVgkn/versions/tHTJYcot/carryon-fabric-1.20.1-2.1.2.5.jar"
hash-format = "sha1"
hash = "66705b6afe664ed6c74bdb5c292fa67ffc8756f3"
[update]
[update.modrinth]
mod-id = "joEfVgkn"
version = "tHTJYcot"

18
mods/chat-heads.pw.toml Normal file
View File

@ -0,0 +1,18 @@
name = "Chat Heads"
filename = "chat_heads-0.10.20-fabric-1.20.jar"
side = "client"
[option]
optional = true
default = true
description = "See who you're chatting with!"
[download]
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/CJCClsCd/chat_heads-0.10.20-fabric-1.20.jar"
hash-format = "sha1"
hash = "edeabe8ac04275f066b452c0ca86ae465b5fb914"
[update]
[update.modrinth]
mod-id = "Wb5oqrBJ"
version = "CJCClsCd"

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

@ -0,0 +1,13 @@
name = "Chipped"
filename = "chipped-fabric-1.20.1-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/BAscRYKm/versions/yXxHBIer/chipped-fabric-1.20.1-3.0.1.jar"
hash-format = "sha1"
hash = "3da798a08a780acd8831a9effdef11ec98a43ea0"
[update]
[update.modrinth]
mod-id = "BAscRYKm"
version = "yXxHBIer"

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

@ -0,0 +1,13 @@
name = "Cinderscapes"
filename = "cinderscapes-4.0.8.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/QC4wcUXZ/versions/HCDPkEm0/cinderscapes-4.0.8.jar"
hash-format = "sha1"
hash = "6e0b7324678dbab274172b26f768a4fc17fc48e3"
[update]
[update.modrinth]
mod-id = "QC4wcUXZ"
version = "HCDPkEm0"

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

@ -0,0 +1,13 @@
name = "Companion 🐕"
filename = "Companion-1.20-fabric-5.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/4w0EzGRW/versions/gqjOYbM8/Companion-1.20-fabric-5.1.0.jar"
hash-format = "sha1"
hash = "88cb4fc07f94c9127dfc0304e0ff646a23443ce3"
[update]
[update.modrinth]
mod-id = "4w0EzGRW"
version = "gqjOYbM8"

View File

@ -1,13 +1,13 @@
name = "Controlify"
filename = "Controlify-1.6.0+1.20.jar"
filename = "Controlify-1.7.0-beta.1+1.20.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/MSWp1Dsg/Controlify-1.6.0%2B1.20.jar"
url = "https://cdn.modrinth.com/data/DOUdJVEm/versions/CzlyUU6C/Controlify-1.7.0-beta.1%2B1.20.jar"
hash-format = "sha1"
hash = "e275c636fcdf020f906037861a62d0614d2b0f94"
hash = "6d61985354953e345bbaa3d4c1781a7b203ce83c"
[update]
[update.modrinth]
mod-id = "DOUdJVEm"
version = "MSWp1Dsg"
version = "CzlyUU6C"

View File

@ -1,13 +1,13 @@
name = "CraftTweaker"
filename = "CraftTweaker-fabric-1.20.1-14.0.13.jar"
filename = "CraftTweaker-fabric-1.20.1-14.0.14.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/wpzrvVrQ/CraftTweaker-fabric-1.20.1-14.0.13.jar"
url = "https://cdn.modrinth.com/data/Xg35A4rS/versions/XMIOLvmm/CraftTweaker-fabric-1.20.1-14.0.14.jar"
hash-format = "sha1"
hash = "a0070b76e3e600ff2205d9e1bc39c32ff3154c16"
hash = "3a1050178c96efbddc0cc17ec5a42c5fa87f034d"
[update]
[update.modrinth]
mod-id = "Xg35A4rS"
version = "wpzrvVrQ"
version = "XMIOLvmm"

View File

@ -0,0 +1,13 @@
name = "Creeper Overhaul"
filename = "creeperoverhaul-3.0.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MI1LWe93/versions/dVCs4doR/creeperoverhaul-3.0.1-fabric.jar"
hash-format = "sha1"
hash = "8a146b7a21576a7cf2f9ec7870e268f79820961a"
[update]
[update.modrinth]
mod-id = "MI1LWe93"
version = "dVCs4doR"

View File

@ -0,0 +1,13 @@
name = "ChoiceTheorem's Overhauled Village"
filename = "ctov-3.3.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fgmhI8kH/versions/j7JHN8EG/ctov-3.3.4.jar"
hash-format = "sha1"
hash = "7b34cd81f4938c91ef7d6f3da61a2fc5a92ce914"
[update]
[update.modrinth]
mod-id = "fgmhI8kH"
version = "j7JHN8EG"

View File

@ -0,0 +1,13 @@
name = "CTOV - Farmer Delight Compat"
filename = "ctov-farmers-delight-compat-2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/CdRC4fyI/versions/Bp3TnFpM/ctov-farmers-delight-compat-2.0.jar"
hash-format = "sha1"
hash = "62085a11eba4106ecbe04dd0bfae6563c9ce852e"
[update]
[update.modrinth]
mod-id = "CdRC4fyI"
version = "Bp3TnFpM"

13
mods/dark-waters.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Dark Waters"
filename = "dark-waters-1.20.1-0.0.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/pe7gyI14/versions/gZiQRPlN/dark-waters-1.20.1-0.0.20.jar"
hash-format = "sha1"
hash = "e45c62a20df299aea590339ecb27808083f4b8e3"
[update]
[update.modrinth]
mod-id = "pe7gyI14"
version = "gZiQRPlN"

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

@ -0,0 +1,13 @@
name = "Dawn API"
filename = "dawn-5.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/meZK2DCX/versions/J6b05anw/dawn-5.0.0.jar"
hash-format = "sha1"
hash = "9421690865083eac83332125eb7696b27e80e723"
[update]
[update.modrinth]
mod-id = "meZK2DCX"
version = "J6b05anw"

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

@ -0,0 +1,13 @@
name = "Deeper and Darker"
filename = "deeperdarker-fabric-1.20-1.2.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fnAffV0n/versions/Z1CNQsOB/deeperdarker-fabric-1.20-1.2.0.jar"
hash-format = "sha1"
hash = "fdb77fca5850ff906b5afde9defdfb99d200b42c"
[update]
[update.modrinth]
mod-id = "fnAffV0n"
version = "Z1CNQsOB"

View File

@ -1,13 +1,13 @@
name = "Do a Barrel Roll"
filename = "do-a-barrel-roll-3.3.1+1.20-fabric.jar"
filename = "do-a-barrel-roll-3.3.2+1.20-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6FtRfnLg/versions/BEgYscT7/do-a-barrel-roll-3.3.1%2B1.20-fabric.jar"
url = "https://cdn.modrinth.com/data/6FtRfnLg/versions/IQXyiTai/do-a-barrel-roll-3.3.2%2B1.20-fabric.jar"
hash-format = "sha1"
hash = "37c0f0164fe1f8dc6db943867f54a95b93dd332b"
hash = "32debe9a6292bc45c40df5e412919c20ce0c8883"
[update]
[update.modrinth]
mod-id = "6FtRfnLg"
version = "BEgYscT7"
version = "IQXyiTai"

View File

@ -1,13 +1,13 @@
name = "Drogstyle"
filename = "drogstyle-1.1.1+1.20.jar"
filename = "drogstyle-1.1.2+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/MAmi6HBa/versions/1iDZpG79/drogstyle-1.1.1%2B1.20.jar"
url = "https://cdn.modrinth.com/data/MAmi6HBa/versions/IIALrvaw/drogstyle-1.1.2%2B1.20.jar"
hash-format = "sha1"
hash = "3ac4697bce47b3093b6d8c5c1167d7ade4bca776"
hash = "51ce690a6ee7f260160671083c8cee49ddf60baf"
[update]
[update.modrinth]
mod-id = "MAmi6HBa"
version = "1iDZpG79"
version = "IIALrvaw"

View File

@ -1,13 +1,13 @@
name = "Dynamic FPS"
filename = "dynamic-fps-2.4.0.jar"
filename = "dynamic-fps-3.1.0+minecraft-1.20.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/Usg995P0/dynamic-fps-2.4.0.jar"
url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/5LX1Blqr/dynamic-fps-3.1.0%2Bminecraft-1.20.0.jar"
hash-format = "sha1"
hash = "8f8dc48343df6bd07aad944f4fe09f33dc737184"
hash = "1b1763a806dc577bdb899e52a2b325feed9faf38"
[update]
[update.modrinth]
mod-id = "LQ3K71Q1"
version = "Usg995P0"
version = "5LX1Blqr"

13
mods/elytra-slot.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Elytra Slot"
filename = "elytraslot-fabric-6.3.0+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/mSQF1NpT/versions/6uCj1VmZ/elytraslot-fabric-6.3.0%2B1.20.1.jar"
hash-format = "sha1"
hash = "8434372482be878e0d40542cd2cce09b6dfccf84"
[update]
[update.modrinth]
mod-id = "mSQF1NpT"
version = "6uCj1VmZ"

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

@ -0,0 +1,13 @@
name = "End Remastered"
filename = "fabric-end-remastered-5.2.3.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZJTGwAND/versions/CYis3W3g/fabric-end-remastered-5.2.3.jar"
hash-format = "sha1"
hash = "edd23d02644c3790446a837f86da06e1561b5429"
[update]
[update.modrinth]
mod-id = "ZJTGwAND"
version = "CYis3W3g"

View File

@ -1,13 +1,13 @@
name = "[EMF] Entity Model Features"
filename = "entity_model_features_fabric_1.20-0.2.13.jar"
filename = "entity_model_features_fabric_1.20-0.RC.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/b1pJegrh/entity_model_features_fabric_1.20-0.2.13.jar"
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/PETiI2Yb/entity_model_features_fabric_1.20-0.RC.3.jar"
hash-format = "sha1"
hash = "51f2b622ba468261c6a8fa92f8273139c87ef014"
hash = "64075d8a35ebab9f0eb50bcfdce59d3c32a502ff"
[update]
[update.modrinth]
mod-id = "4I1XuqiY"
version = "b1pJegrh"
version = "PETiI2Yb"

View File

@ -1,13 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.87.0+1.20.1.jar"
filename = "fabric-api-0.88.1+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/lcnQpW9C/fabric-api-0.87.0%2B1.20.1.jar"
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/pYtlDijL/fabric-api-0.88.1%2B1.20.1.jar"
hash-format = "sha1"
hash = "95fec63d338a8fbe5133a9a5054eca364c9017ba"
hash = "e85c54a01f173f6cb5e533e66593ea5d65d462a1"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "lcnQpW9C"
version = "pYtlDijL"

View File

@ -1,13 +1,13 @@
name = "Fabrication & Forgery"
filename = "fabrication-3.3.1+1.20.jar"
filename = "fabrication-3.3.11+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/B3Eg0WhA/versions/9nSI4Am1/fabrication-3.3.1%2B1.20.jar"
url = "https://cdn.modrinth.com/data/B3Eg0WhA/versions/KQmCZX77/fabrication-3.3.11%2B1.20.jar"
hash-format = "sha1"
hash = "caec78328ac5e7b76e9a89dcca3d532faade7576"
hash = "ad64e4d58f1d12ffaf6700297f3324c45fb8c01c"
[update]
[update.modrinth]
mod-id = "B3Eg0WhA"
version = "9nSI4Am1"
version = "KQmCZX77"

View File

@ -0,0 +1,13 @@
name = "Farmer's Knives [Fabric]"
filename = "farmersknives-3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/uc3VdfLM/versions/vOQPIWJH/farmersknives-3.0.jar"
hash-format = "sha1"
hash = "ce55c553a6ef184aace382366ddd5ebb5e961f88"
[update]
[update.modrinth]
mod-id = "uc3VdfLM"
version = "vOQPIWJH"

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

@ -0,0 +1,13 @@
name = "Fast Backups"
filename = "fastback-0.15.5+1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/ZHKrK8Rp/versions/OYbIrodR/fastback-0.15.5%2B1.20.1-fabric.jar"
hash-format = "sha1"
hash = "844471da91011ca9a47be3bf495ac14502c5fd69"
[update]
[update.modrinth]
mod-id = "ZHKrK8Rp"
version = "OYbIrodR"

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

@ -0,0 +1,13 @@
name = "Fabric Waystones"
filename = "wraith-waystones-3.1.3+mc1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/sTZr7NVo/versions/CQteW8p2/wraith-waystones-3.1.3%2Bmc1.20.jar"
hash-format = "sha1"
hash = "99a174aced90850443bab08626d2d425af362229"
[update]
[update.modrinth]
mod-id = "sTZr7NVo"
version = "CQteW8p2"

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

@ -0,0 +1,13 @@
name = "Geckolib"
filename = "geckolib-fabric-1.20.1-4.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/V5QnDeov/geckolib-fabric-1.20.1-4.2.2.jar"
hash-format = "sha1"
hash = "73340484a65d0ac16b14322aab6eb20590bae4b4"
[update]
[update.modrinth]
mod-id = "8BmcQJ2H"
version = "V5QnDeov"

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

@ -0,0 +1,13 @@
name = "You've Goat to be Kidding Me"
filename = "goated-1.20-1.3.3-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/L7dBwZPX/versions/qLuefE2T/goated-1.20-1.3.3-fabric.jar"
hash-format = "sha1"
hash = "5e79ea5c31d5ba4b179f4f668ff05958be70d155"
[update]
[update.modrinth]
mod-id = "L7dBwZPX"
version = "qLuefE2T"

View File

@ -0,0 +1,13 @@
name = "Grappling Hook Mod: Restitched"
filename = "grapplemod-1.20(.1)-v1.7.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/f4hp6FTb/versions/OfeixF2X/grapplemod-1.20%28.1%29-v1.7.jar"
hash-format = "sha1"
hash = "2e8164c4d795e6f7321cdfcd85481ee0999e31a2"
[update]
[update.modrinth]
mod-id = "f4hp6FTb"
version = "OfeixF2X"

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

@ -0,0 +1,13 @@
name = "Handcrafted"
filename = "handcrafted-fabric-1.20.1-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/pJmCFF0p/versions/3zvGd4JS/handcrafted-fabric-1.20.1-3.0.1.jar"
hash-format = "sha1"
hash = "f94b3f49ea63ae4c418cdbfe5802491e2617bd3c"
[update]
[update.modrinth]
mod-id = "pJmCFF0p"
version = "3zvGd4JS"

View File

@ -1,13 +1,13 @@
name = "ImmediatelyFast"
filename = "ImmediatelyFast-1.2.1+1.20.1.jar"
filename = "ImmediatelyFast-1.2.3+1.20.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/txcO4lNF/ImmediatelyFast-1.2.1%2B1.20.1.jar"
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/bHjLCRu6/ImmediatelyFast-1.2.3%2B1.20.1.jar"
hash-format = "sha1"
hash = "9e88d377bd26f7466b9d0f435280529f371c6e6f"
hash = "229f50f333148f6f131fec59e600a0461e3acf06"
[update]
[update.modrinth]
mod-id = "5ZwdcRci"
version = "txcO4lNF"
version = "bHjLCRu6"

View File

@ -0,0 +1,13 @@
name = "Kaffee's Dual Ride"
filename = "kaffees_dual_ride-1.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/dv1QW2PN/versions/FOeILfbw/kaffees_dual_ride-1.1.0.jar"
hash-format = "sha1"
hash = "3a8c1a800716692f2819ccecc82aebd1bee0c9d1"
[update]
[update.modrinth]
mod-id = "dv1QW2PN"
version = "FOeILfbw"

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

@ -0,0 +1,13 @@
name = "LiLaC"
filename = "lilac-1.0.0-beta.1-mc.1.19.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Rtp2Lyr5/versions/R0Clyo73/lilac-1.0.0-beta.1-mc.1.19.4.jar"
hash-format = "sha1"
hash = "4dc7c510fec2c08e810623de0c81beed4436238c"
[update]
[update.modrinth]
mod-id = "Rtp2Lyr5"
version = "R0Clyo73"

View File

@ -1,13 +1,13 @@
name = "LuckPerms"
filename = "LuckPerms-Fabric-5.4.88.jar"
filename = "LuckPerms-Fabric-5.4.102.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7VG8Evoq/LuckPerms-Fabric-5.4.88.jar"
url = "https://cdn.modrinth.com/data/Vebnzrzj/versions/7PNj6nCm/LuckPerms-Fabric-5.4.102.jar"
hash-format = "sha1"
hash = "8c9364ad400b9562d1a547ab5cd7f57920adede6"
hash = "891e2404c0f9790e704e29faa98241178e29fc20"
[update]
[update.modrinth]
mod-id = "Vebnzrzj"
version = "7VG8Evoq"
version = "7PNj6nCm"

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

@ -0,0 +1,13 @@
name = "Minerally"
filename = "minerally-1.20.1-0.8.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/DKG1CVAt/versions/I7koYy9q/minerally-1.20.1-0.8.5.jar"
hash-format = "sha1"
hash = "62d44923c5842e17d61d169623554a1122a92ac5"
[update]
[update.modrinth]
mod-id = "DKG1CVAt"
version = "I7koYy9q"

View File

@ -1,13 +1,13 @@
name = "Mod Menu"
filename = "modmenu-7.2.1.jar"
filename = "modmenu-7.2.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/eTCL1uh8/modmenu-7.2.1.jar"
url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar"
hash-format = "sha1"
hash = "ccaa15132f3e21307736d16fc160d064cc539e8c"
hash = "099c68feeb74887cbbbd8ce9a27c6123804a2c5a"
[update]
[update.modrinth]
mod-id = "mOgUt4GM"
version = "eTCL1uh8"
version = "lEkperf6"

View File

@ -1,13 +1,13 @@
name = "Moonlight Lib"
filename = "moonlight-1.20-2.8.15-fabric.jar"
filename = "moonlight-1.20-2.8.21-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/fQhx5ml2/moonlight-1.20-2.8.15-fabric.jar"
url = "https://cdn.modrinth.com/data/twkfQtEc/versions/Hl9ja4Gl/moonlight-1.20-2.8.21-fabric.jar"
hash-format = "sha1"
hash = "977315c3d3ab64cb49996e4ee6794ca94bda8297"
hash = "401909c076e47af60961c3e199bc7f104b841970"
[update]
[update.modrinth]
mod-id = "twkfQtEc"
version = "fQhx5ml2"
version = "Hl9ja4Gl"

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

@ -0,0 +1,13 @@
name = "Nullscape"
filename = "Nullscape_1.20.1_v1.2.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/LPjGiSO4/versions/O0uQyKki/Nullscape_1.20.1_v1.2.2.jar"
hash-format = "sha1"
hash = "1f94f9d17ba696e60f2e2c2f56acc046da1a1f83"
[update]
[update.modrinth]
mod-id = "LPjGiSO4"
version = "O0uQyKki"

View File

@ -1,13 +1,13 @@
name = "OptiGUI"
filename = "optigui-2.1.5.jar"
filename = "optigui-2.2.0-alpha.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/x0k8u61W/optigui-2.1.5.jar"
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/noPVqZnY/optigui-2.2.0-alpha.1.jar"
hash-format = "sha1"
hash = "1560d8656027c31b6bc3a60e39c51f50eb45e482"
hash = "cdda9fbe0683eb62b2d911672b018c079ad74d7e"
[update]
[update.modrinth]
mod-id = "JuksLGBQ"
version = "x0k8u61W"
version = "noPVqZnY"

13
mods/pack-it-up.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Pack It Up!"
filename = "pack_it_up-0.3.1+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/czWH0F4i/versions/ETlZbcSR/pack_it_up-0.3.1%2B1.20.1.jar"
hash-format = "sha1"
hash = "0eba400cbd23c9546f8718c43813436d5fac9410"
[update]
[update.modrinth]
mod-id = "czWH0F4i"
version = "ETlZbcSR"

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

@ -0,0 +1,13 @@
name = "Pingspam"
filename = "pingspam-1.3.1+1.20.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/wpctvPCF/versions/3xE7Pl1Z/pingspam-1.3.1%2B1.20.jar"
hash-format = "sha1"
hash = "6c7e038bc1c95ff13fb72a1bf2eb9c140567046d"
[update]
[update.modrinth]
mod-id = "wpctvPCF"
version = "3xE7Pl1Z"

View File

@ -0,0 +1,13 @@
name = "Polaroid Camera "
filename = "polaroidcamera-1.6.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9dPDuh0K/versions/oO5lEehR/polaroidcamera-1.6.2.jar"
hash-format = "sha1"
hash = "8a86a8162f0139a4bd3c3282993e9fae16432622"
[update]
[update.modrinth]
mod-id = "9dPDuh0K"
version = "oO5lEehR"

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

@ -0,0 +1,13 @@
name = "Promenade"
filename = "promenade-4.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/GuE5FpvB/versions/F17sFUaS/promenade-4.1.0.jar"
hash-format = "sha1"
hash = "fd3de4e7392a264346ce3d56b034905c30815b92"
[update]
[update.modrinth]
mod-id = "GuE5FpvB"
version = "F17sFUaS"

View File

@ -1,13 +1,13 @@
name = "Repurposed Structures - Quilt/Fabric"
filename = "repurposed_structures-7.1.4+1.20.1-fabric.jar"
filename = "repurposed_structures-7.1.5+1.20.1-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/muf0XoRe/versions/UUsn75P9/repurposed_structures-7.1.4%2B1.20.1-fabric.jar"
url = "https://cdn.modrinth.com/data/muf0XoRe/versions/VdQAzykP/repurposed_structures-7.1.5%2B1.20.1-fabric.jar"
hash-format = "sha1"
hash = "93b7d671d573218c5ff18425395671c6e8a0ad59"
hash = "ba31640d6f4bae45fb38c7d3d939e9eabf08fb27"
[update]
[update.modrinth]
mod-id = "muf0XoRe"
version = "UUsn75P9"
version = "VdQAzykP"

View File

@ -0,0 +1,13 @@
name = "Resourceful Config"
filename = "resourcefulconfig-fabric-1.20.1-2.1.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/M1953qlQ/versions/nVDWZ9N7/resourcefulconfig-fabric-1.20.1-2.1.0.jar"
hash-format = "sha1"
hash = "8dfc26fe140d5e1e6953076c6257a9799a10f5af"
[update]
[update.modrinth]
mod-id = "M1953qlQ"
version = "nVDWZ9N7"

View File

@ -0,0 +1,13 @@
name = "Resourceful Lib"
filename = "resourcefullib-fabric-1.20.1-2.1.11.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/xeUwwWis/resourcefullib-fabric-1.20.1-2.1.11.jar"
hash-format = "sha1"
hash = "629dd1b13804282cb9d7bdd86ab00009ba089286"
[update]
[update.modrinth]
mod-id = "G1hIVOrD"
version = "xeUwwWis"

View File

@ -1,13 +1,13 @@
name = "Resourcify"
filename = "Resourcify (1.20.x-fabric)-1.1.3.jar"
filename = "Resourcify (1.20.x-fabric)-1.2.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/1UfEsLCe/Resourcify%20%281.20.x-fabric%29-1.1.3.jar"
url = "https://cdn.modrinth.com/data/RLzHAoZe/versions/hceZDpAw/Resourcify%20%281.20.x-fabric%29-1.2.0.jar"
hash-format = "sha1"
hash = "cdf30a35994d368bf64f7519e7791db2ec94a595"
hash = "8c89cf6a0d6df3ab385ed3f86afd2d453e1a851b"
[update]
[update.modrinth]
mod-id = "RLzHAoZe"
version = "1UfEsLCe"
version = "hceZDpAw"

View File

@ -1,13 +1,13 @@
name = "Remove Reloading Screen"
filename = "Rrls-1.20.1-3.1.1-fabric.jar"
filename = "Rrls-3.2.0-1.20.1-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/RnJ2aowM/Rrls-1.20.1-3.1.1-fabric.jar"
url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/FYj53ir3/Rrls-3.2.0-1.20.1-fabric.jar"
hash-format = "sha1"
hash = "89f529a9094f67e4f2ae131795a309bbfa946427"
hash = "0eaf7135dd4c1ecfffc9ea849817247d6e66c569"
[update]
[update.modrinth]
mod-id = "ZP7xHXtw"
version = "RnJ2aowM"
version = "FYj53ir3"

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

@ -0,0 +1,13 @@
name = "Scorched"
filename = "scorched-1.1.3c.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/yID404Mu/versions/dy1TW0Rk/scorched-1.1.3c.jar"
hash-format = "sha1"
hash = "d8b7a45c23cc1b05e0c3b93ffbfa8481e8580c13"
[update]
[update.modrinth]
mod-id = "yID404Mu"
version = "dy1TW0Rk"

View File

@ -0,0 +1,13 @@
name = "SmartBrainLib"
filename = "SmartBrainLib-fabric-1.20.1-1.12.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/PuyPazRT/versions/blvJQFdb/SmartBrainLib-fabric-1.20.1-1.12.jar"
hash-format = "sha1"
hash = "1d868a1c9942fc80c8489e96f52b9573d664e5fb"
[update]
[update.modrinth]
mod-id = "PuyPazRT"
version = "blvJQFdb"

View File

@ -0,0 +1,13 @@
name = "Sound Physics Remastered"
filename = "soundphysics-fabric-1.20.1-1.2.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/67Uq017p/soundphysics-fabric-1.20.1-1.2.1.jar"
hash-format = "sha1"
hash = "4993f388e254abdaa551869650414fc92f164811"
[update]
[update.modrinth]
mod-id = "qyVF9oeo"
version = "67Uq017p"

View File

@ -1,13 +1,13 @@
name = "spark"
filename = "spark-1.10.42-fabric.jar"
filename = "spark-1.10.53-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/BeIg1bik/spark-1.10.42-fabric.jar"
url = "https://cdn.modrinth.com/data/l6YH9Als/versions/XGW2fviP/spark-1.10.53-fabric.jar"
hash-format = "sha1"
hash = "0f0e066808446999f4d63c9db5abf9e3d778a446"
hash = "252de323db10d2b49ef74f8e7a6a5c72929be140"
[update]
[update.modrinth]
mod-id = "l6YH9Als"
version = "BeIg1bik"
version = "XGW2fviP"

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

@ -0,0 +1,13 @@
name = "Spelunkery"
filename = "spelunkery-1.20.1-0.3.4-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/krskFMfA/versions/z2k7G7Ch/spelunkery-1.20.1-0.3.4-fabric.jar"
hash-format = "sha1"
hash = "2609eb1dc2458451df50b01c86ae00f8ebc70bc0"
[update]
[update.modrinth]
mod-id = "krskFMfA"
version = "z2k7G7Ch"

View File

@ -1,13 +1,13 @@
name = "Styled Chat"
filename = "styled-chat-2.2.2+1.20.1.jar"
filename = "styled-chat-2.2.3+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/axLlTgG5/styled-chat-2.2.2%2B1.20.1.jar"
url = "https://cdn.modrinth.com/data/doqSKB0e/versions/7dmapSQA/styled-chat-2.2.3%2B1.20.1.jar"
hash-format = "sha1"
hash = "f92d0932b40cdf93ca281eb1eca136846ffca4e5"
hash = "13987a5e2d0e3cdd5994b562d448356ab5dac30d"
[update]
[update.modrinth]
mod-id = "doqSKB0e"
version = "axLlTgG5"
version = "7dmapSQA"

18
mods/talkbubbles.pw.toml Normal file
View File

@ -0,0 +1,18 @@
name = "TalkBubbles"
filename = "talkbubbles-1.0.7.jar"
side = "both"
[option]
optional = true
default = true
description = "Adds bubbles above your head when you chat"
[download]
url = "https://cdn.modrinth.com/data/BUpChT1v/versions/AW6w70UA/talkbubbles-1.0.7.jar"
hash-format = "sha1"
hash = "35adeb313f6dfce9eafb0daa8c1357862b46ba2c"
[update]
[update.modrinth]
mod-id = "BUpChT1v"
version = "AW6w70UA"

View File

@ -0,0 +1,13 @@
name = "Tax Free Levels"
filename = "TaxFreeLevels-1.3.3-fabric-1.19.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/jCBrrLTs/versions/1.3.3/TaxFreeLevels-1.3.3-fabric-1.19.jar"
hash-format = "sha1"
hash = "80486fd77ab63e6be3ab7877821b59aaf829e1f4"
[update]
[update.modrinth]
mod-id = "jCBrrLTs"
version = "OuxiHpnF"

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

@ -0,0 +1,13 @@
name = "Terrestria"
filename = "terrestria-6.0.10.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/lsUDPMOT/versions/V8xdpUMo/terrestria-6.0.10.jar"
hash-format = "sha1"
hash = "7f3030fb75bae1bc8292391d8ef0e0702b03e495"
[update]
[update.modrinth]
mod-id = "lsUDPMOT"
version = "V8xdpUMo"

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

@ -0,0 +1,13 @@
name = "Tom's Simple Storage Mod"
filename = "toms_storage_fabric-1.20-1.6.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XZNI4Cpy/versions/gT2rdlHL/toms_storage_fabric-1.20-1.6.4.jar"
hash-format = "sha1"
hash = "d96c8dd3052f87911b084acf99c865bc0b3984f5"
[update]
[update.modrinth]
mod-id = "XZNI4Cpy"
version = "gT2rdlHL"

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

@ -0,0 +1,13 @@
name = "Traverse"
filename = "traverse-7.0.9.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kXygSBVI/versions/4wmGRth9/traverse-7.0.9.jar"
hash-format = "sha1"
hash = "82a0d91717a0e447c09bbe2ad962f5565a2cbd61"
[update]
[update.modrinth]
mod-id = "kXygSBVI"
version = "4wmGRth9"

View File

@ -0,0 +1,13 @@
name = "Trims Expanded"
filename = "trims-expanded-1.3.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/e05g5n8a/versions/3xKvqomn/trims-expanded-1.3.0.jar"
hash-format = "sha1"
hash = "518aa40c0c3bb51a44986c24cff1900d13ff12de"
[update]
[update.modrinth]
mod-id = "e05g5n8a"
version = "3xKvqomn"

View File

@ -0,0 +1,13 @@
name = "Universal Graves"
filename = "graves-3.0.0-pre.1+1.20.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/yn9u3ypm/versions/RqVbvts1/graves-3.0.0-pre.1%2B1.20.1.jar"
hash-format = "sha1"
hash = "59000b20fe0316c0c08defa9db72218ea70f0d16"
[update]
[update.modrinth]
mod-id = "yn9u3ypm"
version = "RqVbvts1"

View File

@ -0,0 +1,13 @@
name = "Visual Workbench"
filename = "VisualWorkbench-v8.0.0-1.20.1-Fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kfqD1JRw/versions/vhuwOiNO/VisualWorkbench-v8.0.0-1.20.1-Fabric.jar"
hash-format = "sha1"
hash = "326fcb260cf64c12714c2ada3ff8a4bdfed620f2"
[update]
[update.modrinth]
mod-id = "kfqD1JRw"
version = "vhuwOiNO"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "af15066043b235be415bf0e7868d5ca259fa97d6a76d76a25adad379b1f27e91"
hash = "195242a4bc957f8f5146f88ba3cd571ef27674c341a56ee988a5468fb757e049"
[versions]
fabric = "0.14.22"

File diff suppressed because one or more lines are too long