WC: import re-console 2.0.0

This commit is contained in:
bo
2025-05-27 16:49:58 -05:00
parent bd359c3f24
commit 6396683141
71 changed files with 1096 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
"component_key.advancements": "none",
"component_key.attack": "right_trigger",
"component_key.back": "left_stick_down",
"component_key.chat": "none",
"component_key.chat": "touchpad_button",
"component_key.command": "none",
"component_key.cpm.gestureMenu": "none",
"component_key.cpm.qa_1": "none",
@@ -42,7 +42,6 @@
"component_key.dynamic_fps.toggle_disabled": "none",
"component_key.dynamic_fps.toggle_forced": "none",
"component_key.entityculling.toggle": "none",
"component_key.entityculling.toggleBoxes": "none",
"component_key.forward": "left_stick_up",
"component_key.fullscreen": "none",
"component_key.hotbar.1": "none",
@@ -58,6 +57,10 @@
"component_key.left": "left_stick_left",
"component_key.loadToolbarActivator": "none",
"component_key.modmenu.open_menu": "none",
"component_key.nostalgic_tweaks.next_song": "none",
"component_key.nostalgic_tweaks.open_config": "none",
"component_key.nostalgic_tweaks.stop_song": "none",
"component_key.nostalgic_tweaks.toggle_fog": "none",
"component_key.ok_zoomer.decrease_zoom": "none",
"component_key.ok_zoomer.increase_zoom": "none",
"component_key.ok_zoomer.reset_zoom": "none",
@@ -67,7 +70,7 @@
"component_key.playerlist": "none",
"component_key.right": "left_stick_right",
"component_key.saveToolbarActivator": "none",
"component_key.screenshot": "none",
"component_key.screenshot": "capture",
"component_key.smoothCamera": "none",
"component_key.sneak": "right_stick_button",
"component_key.socialInteractions": "none",
@@ -124,13 +127,14 @@
"invertedFrontCameraPitch": true,
"itemLightingInHand": true,
"itemTooltipEllipsis": true,
"lastLoadedMinecraftVersion": "1.21.4",
"lastLoadedVersion": "1.8",
"lastLoadedMinecraftVersion": "1.21.1",
"lastLoadedVersion": "1.8.0.2511.2",
"leftStickDeadZone": 0.25,
"leftTriggerDeadZone": 0.2,
"legacyCreativeBlockPlacing": true,
"legacyDrownedAnimation": true,
"legacyEntityFireTint": true,
"legacyEvokerFangs": true,
"legacyItemTooltips": true,
"legacyItemTooltipsScaling": true,
"legacyOverstackedItems": true,
@@ -151,14 +155,18 @@
"selectedItemTooltipLines": 4,
"selectedItemTooltipSpacing": 12,
"showVanillaRecipeBook": false,
"skipInitialSaveWarning": false,
"skipIntro": false,
"smoothAnimatedCharacter": false,
"smoothMovement": true,
"systemMessagesAsOverlay": true,
"terrainFogEnd": 16,
"terrainFogStart": 4,
"titleScreenFade": false,
"tooltipBoxes": true,
"unfocusedInputs": false,
"vanillaTabs": false,
"vanillaTutorial": false,
"vehicleCameraRotation": 2,
"vignette": false
}

View File

@@ -1,6 +1,14 @@
{
"globalResources": {
"applyOnTop": true,
"packs": []
"packs": [
"file/Legacy Worlds.zip",
"file/Modern-Skin-Packs-2.2.0.zip",
"file/Legacy-Skin-Packs-2.1.0.zip",
"file/The_Garden_Awakens_v1.0.zip",
"file/Legacy Skins Pack Ordering v3.zip",
"file/TutorialWorldAddon.zip",
"file/rcr.zip"
]
}
}

View File

@@ -0,0 +1,15 @@
{
"editorLastVersion": "0.6.21a",
"editorSelectMouseButton": 0,
"titleScreenButton": false,
"playerSettings": {},
"globalSettings": {},
"friendSettings": {},
"keybinds": {},
"editorDragMouseButton": -1,
"editorMenuMouseButton": 1,
"editorRotateMouseButton": 2,
"safetyProfiles": {},
"editorRecentProjects": [],
"serverSettings": {}
}

View File

@@ -0,0 +1,154 @@
{
"_schemaVersion": 6,
"_lastMCVersionId": 769,
"generalSettings": {
"detectATLauncherInstance": false,
"detectCurseManifest": false,
"detectMultiMCManifest": true,
"detectMCUpdaterInstance": false,
"detectTechnicPack": true,
"detectModrinthPack": false,
"detectBiomeData": false,
"detectDimensionData": false,
"detectWorldData": true,
"clientId": "1278509112128442443",
"defaultIcon": "othericon",
"enableJoinRequests": true,
"preferredClientLevel": 3,
"resetTimeOnInit": false,
"autoRegister": false
},
"biomeSettings": {
"fallbackBiomeIcon": "unknown",
"biomeData": {
"default": {
"textOverride": "Playing in {biome.name}"
}
}
},
"dimensionSettings": {
"fallbackDimensionIcon": "unknown",
"dimensionData": {
"default": {
"textOverride": "In the {dimension.name}"
}
}
},
"serverSettings": {
"fallbackServerIcon": "default",
"fallbackServerName": "Minecraft Server",
"fallbackServerMotd": "A Minecraft Server",
"serverData": {
"default": {
"textOverride": "Playing on {server.name}"
}
},
"pingRateInterval": 5,
"pingRateUnit": "minutes"
},
"statusMessages": {
"mainMenuData": {
"textOverride": "In the Main Menu"
},
"loadingData": {
"textOverride": "Loading..."
},
"lanData": {
"textOverride": "Playing on a LAN Server"
},
"singleplayerData": {
"textOverride": "Playing Singleplayer - \"{world.name}\""
},
"realmData": {
"textOverride": "Playing on {server.name} - Realm"
}
},
"advancedSettings": {
"enablePerGui": false,
"enablePerItem": false,
"enablePerEntity": false,
"formatWords": true,
"debugMode": false,
"verboseMode": false,
"refreshRate": 2,
"allowPlaceholderPreviews": false,
"guiSettings": {
"fallbackGuiIcon": "unknown",
"guiData": {
"default": {
"textOverride": "In {screen.name}"
}
}
},
"itemMessages": {
"default": "Holding {item.message.holding}"
},
"entitySettings": {
"fallbackEntityIcon": "unknown",
"targetData": {
"default": {
"textOverride": "Targeting {entity.target.name}"
}
},
"ridingData": {
"default": {
"textOverride": "Riding {entity.riding.name}"
}
}
},
"allowEndpointIcons": true,
"serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}",
"playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}",
"allowDuplicatePackets": false,
"maxConnectionAttempts": 10,
"enableClassGraph": false,
"useClassLoader": false
},
"accessibilitySettings": {
"languageId": "en_us",
"stripTranslationColors": false,
"stripTranslationFormatting": false,
"stripExtraGuiElements": false,
"configKeyCode": 96
},
"displaySettings": {
"presenceData": {
"enabled": true,
"useAsMain": false,
"isInstance": false,
"activityType": 0,
"partyPrivacy": 1,
"details": "{getFirst(menu.message, dimension.message)}",
"gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}",
"largeImageKey": "othericon",
"largeImageText": "Re-Console",
"smallImageKey": "{player.icon}",
"smallImageText": "{player.name}",
"startTimestamp": "{data.general.time}",
"endTimestamp": "",
"buttons": {
"default": {
"label": "Example Text",
"url": "https://google.com"
}
}
},
"dynamicIcons": {
"anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad",
"juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed",
"default": "https://via.placeholder.com/256.png"
},
"dynamicVariables": {
"default": "Example Text",
"mods": "{general.mods} Mod(s)",
"player_info_coordinate": "At {player.position.x}, {player.position.z}",
"players": "{server.players.current} / {server.players.max} Players",
"player_info_in": "({custom.player_info.health})",
"player_info_items": "Items: {item.main_hand.message}",
"player_info_out": "As {player.name}",
"player_info_health": "Health: {player.health.current}/{player.health.max}",
"world_info": "On {world.name}",
"pack": "{pack.name}"
}
}
}

View File

@@ -0,0 +1 @@
useSmallThreadingDetector = true

View File

@@ -0,0 +1,148 @@
# LambDynamicLights configuration.
# The dynamic lights mode
mode = "off"
# Light sources settings.
[light_sources]
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
# Enable first-person player light source.
self = true
# TNT lighting mode. May be off, simple or fancy.
tnt = "off"
# Enable entities light source.
entities = true
# Creeper lighting mode. May be off, simple or fancy.
creeper = "simple"
[light_sources.settings.entities.minecraft]
zombie_horse = true
axolotl = true
egg = true
zoglin = true
spawner_minecart = true
allay = true
llama = true
mule = true
bat = true
husk = true
camel = true
experience_bottle = true
rabbit = true
firework_rocket = true
silverfish = true
giant = true
drowned = true
item = true
goat = true
horse = true
vindicator = true
minecart = true
spectral_arrow = true
llama_spit = true
mooshroom = true
glow_item_frame = false
snowball = true
tnt = true
parrot = true
creeper = true
lightning_bolt = true
tadpole = true
ravager = true
evoker_fangs = true
chest_minecart = true
tropical_fish = true
slime = true
pillager = true
area_effect_cloud = true
blaze = true
piglin = true
end_crystal = true
endermite = true
ender_pearl = true
zombie = true
item_display = true
breeze_wind_charge = true
guardian = true
fireball = true
illusioner = true
eye_of_ender = true
wither_skull = true
wolf = true
block_display = true
tnt_minecart = true
zombie_villager = true
elder_guardian = true
chest_boat = true
boat = true
small_fireball = true
strider = true
cave_spider = true
cod = true
snow_golem = true
witch = true
spider = true
command_block_minecart = true
panda = true
bee = true
arrow = true
cow = true
magma_cube = true
pig = true
skeleton = true
frog = true
hoglin = true
armadillo = true
armor_stand = true
experience_orb = true
dolphin = true
stray = true
shulker = true
turtle = true
salmon = true
vex = true
wandering_trader = true
wither_skeleton = true
piglin_brute = true
breeze = true
ocelot = true
furnace_minecart = true
item_frame = true
phantom = true
ender_dragon = true
leash_knot = true
evoker = true
marker = true
glow_squid = true
warden = true
shulker_bullet = true
squid = true
enderman = true
dragon_fireball = true
chicken = true
sniffer = true
trader_llama = true
donkey = true
bogged = true
fox = true
iron_golem = true
zombified_piglin = true
cat = true
wind_charge = true
ghast = true
sheep = true
player = true
pufferfish = true
potion = true
trident = true
villager = true
ominous_item_spawner = true
skeleton_horse = true
fishing_bobber = true
text_display = true
polar_bear = true
hopper_minecart = true
falling_block = true
painting = true
interaction = true
wither = true

View File

@@ -0,0 +1,15 @@
# This config file is taken from Simply Optimized 6.2.2, and the following
# patches that SO enables are removed for stability and compatibility:
# mixin.bugfix.packet_leak | experimental
# mixin.perf.clear_fabric_mapping_tables | may be incompatible with other mods
# mixin.perf.remove_spawn_chunks | breaks vanilla parity
# mixin.perf.clear_mixin_classinfo | may be incompatible with other mods
#
# Thanks HyperSoop for allowing me to modify the config file for Adrenaline :)
#
# For more information on the ModernFix patches and what they do, see the
# wiki on the Git repo: https://github.com/embeddedt/ModernFix/wiki
mixin.perf.dynamic_entity_renderers=true
mixin.perf.dynamic_resources=true
mixin.perf.faster_item_rendering=true

View File

@@ -0,0 +1,2 @@
# Configuration file for VMP
show_async_loading_messages=false

View File

@@ -3,6 +3,7 @@ biomeBlendRadius:1
enableVsync:false
fullscreen:true
gamma:0.0
fov:-0.05
maxFps:240
renderDistance:18
simulationDistance:8

View File

@@ -0,0 +1,35 @@
{
"default": "minecraft",
"order": [
"minecraft",
"minecraft_classic",
"ps4-parity",
"dark-mode",
"trailer",
"faithful",
"plastic",
"natural",
"city",
"fantasy",
"cartoon",
"festive",
"halloween",
"candy",
"steampunk",
"pattern",
"sctp",
"skyrim",
"fallout",
"china",
"greek",
"egypt",
"norse",
"adventuretime",
"halo",
"pirate",
"toystory",
"nmbc",
"masseffect",
"supermario"
]
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Adventure Time.zip"
],
"id": "adventuretime",
"name": "Adventure-time",
"description": "Adventure Time, c'mon grab your tools, we're going to a very blocky world. With Jake the Dog and Finn the Human, and a bundle of their friends, it's Adventure Time!… Mash-up!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Candy Texture Pack.zip"
],
"id": "candy",
"name": "Candy Texture Pack",
"description": "Indulge your sweet tooth with this sugar-coated texture pack!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Cartoon Texture Pack.zip"
],
"id": "cartoon",
"name": "Cartoon Texture Pack",
"description": "Googly eyes! Goofy grins! Turn your world into a toon with this pack."
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Chinese Mythology.zip"
],
"id": "cartoon",
"name": "Chinese Mythology Mash-up",
"description": "Journey through epic terrain and find enlightenment in the land of dragons with this Mash-up Pack inspired by the myths and legends of China."
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/City Texture Pack.zip"
],
"id": "city",
"name": "City Texture Pack",
"description": "Free your inner architect and shape the world around you."
}

View File

@@ -0,0 +1,13 @@
{
"packs": [
"vanilla",
"fabric",
"file/Default-Dark-Mode-1.20.2+-2024.6.0.zip",
"legacy:console_aspects",
"file/rcr1.21.4.zip",
"file/Default-Dark-Mode-Expansion-1.19.0+-2025.5.1.zip"
],
"id": "dark-mode",
"name": "Dark-Mode Texture Pack",
"description": "Save your eyes some strain with Default Dark Mode!"
}

View File

@@ -0,0 +1,12 @@
{
"packs": [
"vanilla",
"fabric",
"legacy:legacy_waters",
"file/Faithful 32x - 1.21.5.zip",
"file/Faithful Legacy 1.2.zip"
],
"id": "faithful",
"name": "High Resolution Texturepack",
"description": "Experience Minecraft with 2x the texture quality!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Fantasy Texture Pack.zip"
],
"id": "fantasy",
"name": "Fantasy Texture Pack",
"description": "Transport yourselves to a time where knights were heroes."
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Festive.zip"
],
"id": "festive",
"name": "Festive Mash-up",
"description": "Wander through a winter wonderland!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Greek Mythology.zip"
],
"id": "greek",
"name": "Greek Mythology Mash-up",
"description": "Build a pantheon fit for the gods, trap the Minotaur in an elaborate maze, or set sail for adventures across the sea the world is your square oyster!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Halloween.zip"
],
"id": "halloween",
"name": "Halloween Mash-up",
"description": "Happy Halloween! Dress suitably spookily and prepare for the ultimate Minecraft Halloween thrill ride!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Mass Effect.zip"
],
"id": "masseffect",
"name": "Mass Effect Mash-up",
"description": "Shape the fate of your Minecraft galaxy with this amazing Mash-up!"
}

View File

@@ -4,11 +4,7 @@
"vanilla",
"fabric",
"legacy:legacy_waters",
"file/Legacy Worlds.zip",
"natures_spirit:plank_consistency",
"continuity:glass_pane_culling_fix",
"continuity:default",
"file/wcr1.21.1.zip"
"file/rcr1.21.4.zip"
],
"displayPack": "vanilla",
"id": "minecraft",

View File

@@ -0,0 +1,18 @@
{
"icon": "legacy:icon/minecraft_classic",
"background": "legacy:icon/minecraft_classic_background",
"packs": [
"vanilla",
"fabric",
"programmer_art",
"legacy:legacy_waters"
],
"id": "minecraft_classic",
"version": 1,
"name": {
"translate": "legacy.menu.albums.resource.minecraft_classic"
},
"description": {
"translate": "legacy.menu.albums.resource.minecraft_classic.description"
}
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Natural Texture Pack.zip"
],
"id": "natural",
"name": "Natural Texture Pack",
"description": "Give your worlds a more natural look. A texture pack based on soft colors and lines"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/The Nightmare Before Christmas.zip"
],
"id": "nmbc",
"name": "The Nightmare Before Christmas Mash-up",
"description": "A nightmare? Before Christmas? With thousands of blocks over there, and more redstone than I can bear? Looks scary, but also fun! Could it be I got my wish? Should I play, or should I run? A Christmas pack so nightmarish!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Norse Mythology.zip"
],
"id": "norse",
"name": "Norse Mythology Mash-up",
"description": "Are you heroic enough to enter the Great Hall, Valhalla? Find out in the Norse Mythology Mash-up! Compose your own grand saga as you voyage through the 9 realms, from the treetops of Yggdrasil, down into the mines of Svartalfheim and the depths of Hel! The third episode in the mythology series, this pack has hand carved textures, a thunderous soundtrack and a horde of skins. Skål!"
}

View File

@@ -0,0 +1,14 @@
{
"packs": [
"vanilla",
"fabric",
"file/rc1.21.4.zip",
"file/Legacy-Skin-Packs-2.1.0.zip",
"file/Modern-Skin-Packs-1.0.0.zip",
"file/The_Garden_Awakens_v1.0.zip",
"file/Pattern Texture Pack.zip"
],
"id": "pattern",
"name": "Pattern Texture Pack",
"description": "Decorate your world with this bright and colorful texture pack filled with beautiful patterns and knitted animals!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Pirates Of The Caribbean.zip"
],
"id": "pirate",
"name": "Pirates of the Caribbean Mash-up",
"description": "Take what you can. Give nothing back! Join Jack and his crew in the Pirates of the Caribbean Mash-up"
}

View File

@@ -0,0 +1,14 @@
{
"background": "legacy:icon/minecraft_classic_background",
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Legacy-Skin-Packs.zip",
"file/tu69.zip",
"legacy:console_aspects"
],
"id": "ps4-parity",
"name": "PS4 Parity",
"description": "Using Console Aspects by AgentMindStorm, this is the most accurate group of textures to PS4 edition."
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Super Cute Texture Pack.zip"
],
"id": "sctp",
"name": "Super Cute Texture Pack",
"description": "The Super Cute Texture Pack lets you create a cheerful world full of the cutest and cuddliest mobs!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Skyrim Mash-up.zip"
],
"id": "skyrim",
"name": "Skyrim Mash-up",
"description": "The Elder Scrolls V: Skyrim meets Minecraft in a clash of epic proportions. Build your own worlds in the land of Skyrim and experience adventure with many of its most iconic characters. Legendary fun awaits."
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Super Mario Mash-up.zip"
],
"id": "supermario",
"name": "Super Mario Mash-up",
"description": "Super Mario meets Minecraft!"
}

View File

@@ -0,0 +1,11 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Toy Story Mash-Up.zip"
],
"id": "toystory",
"name": "Toy Story Mash-up",
"description": "Open up the toy box! Woody, Buzz, Bo Peep and many of your favorite toys come to life in this oversized Mash-up based on all the Toy Story movies! To infinity and beyond!"
}

View File

@@ -0,0 +1,12 @@
{
"packs": [
"vanilla",
"fabric",
"file/rcr1.21.4.zip",
"file/Ore4J v2.1.zip",
"file/Bare Bones 1.21.5.zip"
],
"id": "trailer",
"name": "Trailer-Style Texture Pack",
"description": "Experience LCE in the style of the MC trailers"
}

View File

@@ -0,0 +1,13 @@
name = "BetterGrassify"
filename = "BetterGrassify-1.6.1+fabric.1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/RkA9Btk1/BetterGrassify-1.6.1%2Bfabric.1.21.5.jar"
hash-format = "sha512"
hash = "49162e9e743a4f2db222eb7a4c4d002ee7a7eb823fc47bce1c25344b12ffc31028bbd9e39b59867fe45ebacae11ff30e13cf7b2d4124cbfb1c26c1d096669eae"
[update]
[update.modrinth]
mod-id = "m5T5xmUy"
version = "RkA9Btk1"

View File

@@ -0,0 +1,13 @@
name = "Bobby"
filename = "bobby-5.2.7+mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/M08ruV16/versions/FdlWKxsL/bobby-5.2.7%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "bd65704f6eff8646db50b77f293e0b4f7e157d61dc565c42c1c1144371543a75f0658ce6e6dffc7f8cf629a51ef6e7dde6b8cb99f53a4f7d2540bde844c11799"
[update]
[update.modrinth]
mod-id = "M08ruV16"
version = "FdlWKxsL"

View File

@@ -0,0 +1,13 @@
name = "Concurrent Chunk Management Engine (Fabric)"
filename = "c2me-fabric-mc1.21.5-0.3.4+alpha.0.18.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/BbvocCcD/c2me-fabric-mc1.21.5-0.3.4%2Balpha.0.18.jar"
hash-format = "sha512"
hash = "04d46a3b5392ee0a16d8a5d54c944609bf0e87cfb3869f6dffc16f025843f91ec0f7b15ea411281cef67905371f4736e1c69a13ffb89112e7c969435287f27d1"
[update]
[update.modrinth]
mod-id = "VSNURh3q"
version = "BbvocCcD"

View File

@@ -0,0 +1,13 @@
name = "CalcMod"
filename = "calcmod-1.4.1+fabric.1.21.5.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/esrSDBeH/calcmod-1.4.1%2Bfabric.1.21.5.jar"
hash-format = "sha512"
hash = "92ebd84d64af6917549e705e9b0bcd3d58ef801238b4f1198c9f1e98db2b831aa5559ed49c7a5cca1d42a828d746bd68b90562cb674f306586e83e3ac50aaaf1"
[update]
[update.modrinth]
mod-id = "XoHTb2Ap"
version = "esrSDBeH"

View File

@@ -0,0 +1,13 @@
name = "Capes"
filename = "capes-1.5.5+1.21.5-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/htKsCP2s/capes-1.5.5%2B1.21.5-fabric.jar"
hash-format = "sha512"
hash = "f20af10a347e249c361199eaabc4e82197ca77235cb6f30d75aef229f86df9c02039697e0d3e63610802a0035f9185818ae3e76fc35cd9203c84a12387faa266"
[update]
[update.modrinth]
mod-id = "89Wsn8GD"
version = "htKsCP2s"

View File

@@ -0,0 +1,13 @@
name = "Chat Heads"
filename = "chat_heads-0.13.18-fabric-1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/bczGAPvA/chat_heads-0.13.18-fabric-1.21.5.jar"
hash-format = "sha512"
hash = "12f158b685f6422e7626decac722847dc2f8a087dbbe9c44cf0dcec76545013fc7c2c9cfa5a03516c1f3f176671aa496db957300da9298e8b1861164af72c788"
[update]
[update.modrinth]
mod-id = "Wb5oqrBJ"
version = "bczGAPvA"

View File

@@ -0,0 +1,13 @@
name = "CraftPresence"
filename = "CraftPresence-2.6.1+1.21.5-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/DFqQfIBR/versions/TD5klq4g/CraftPresence-2.6.1%2B1.21.5-fabric.jar"
hash-format = "sha512"
hash = "80f272042e699527cb11198524b19779ef2c4bffcb87c4f56e94f60310f4000ad9121f8d5cf1f7efcad15fd0099722577720c44f83e995e568f26a500b1d73e1"
[update]
[update.modrinth]
mod-id = "DFqQfIBR"
version = "TD5klq4g"

View File

@@ -0,0 +1,13 @@
name = "Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)"
filename = "ears-fabric-1.21.5-1.4.7.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/mfzaZK3Z/versions/a4WQVEND/ears-fabric-1.21.5-1.4.7.jar"
hash-format = "sha512"
hash = "4dd5d282944f9dc4f788e96cbbfce0773eaa8846b14b2900c6812ad475e6dd3a4247f73419993a082652fd4095b4726c7876b0d683cbe3beb334b42f89b5b210"
[update]
[update.modrinth]
mod-id = "mfzaZK3Z"
version = "a4WQVEND"

View File

@@ -0,0 +1,13 @@
name = "Entity Model Features [CEM]"
filename = "entity_model_features_fabric_1.21.5-2.4.3.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/4I1XuqiY/versions/V1CDwTjH/entity_model_features_fabric_1.21.5-2.4.3.jar"
hash-format = "sha512"
hash = "7d4d9143f4395a204d79fe48a2d3babe97ea37231c52b73e3001f9ad86e679ac451d55309d0ba21db63fe589652437d97395984b4e74e5bd785efbb01803f0d0"
[update]
[update.modrinth]
mod-id = "4I1XuqiY"
version = "V1CDwTjH"

View File

@@ -1,4 +1,4 @@
name = "Entity Culling"
name = "EntityCulling"
filename = "entityculling-fabric-1.7.4-mc1.21.5.jar"
side = "client"

View File

@@ -0,0 +1,13 @@
name = "Entity Texture Features"
filename = "entity_texture_features_fabric_1.21.5-6.2.13.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/yOuAC3la/entity_texture_features_fabric_1.21.5-6.2.13.jar"
hash-format = "sha512"
hash = "dfbedcdccd369daf448a228f31634e16cdad5ac2531a4807694e781cc68624f55ca20c8b36dfc1131c98fb90eabd6fe35fb1b498ece2900fccb701b0cd6aec72"
[update]
[update.modrinth]
mod-id = "BVzZfTc1"
version = "yOuAC3la"

View File

@@ -0,0 +1,13 @@
name = "[ESF] Entity Sound Features"
filename = "entity_sound_features_fabric_1.21.5-0.6.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/IMuO8COj/versions/ZjM0JQbW/entity_sound_features_fabric_1.21.5-0.6.jar"
hash-format = "sha512"
hash = "37ec08a0759dc1a44f53504260571dc657e72bf5e7cc9d5d0fe482a7d855974060702e7af808616fbfee79a867f378f08767dc265ea72a7249b6884b86141bb4"
[update]
[update.modrinth]
mod-id = "IMuO8COj"
version = "ZjM0JQbW"

View File

@@ -0,0 +1,13 @@
name = "Fabric Language Kotlin"
filename = "fabric-language-kotlin-1.13.3+kotlin.2.1.21.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ha28R6CL/versions/iqWDz8qt/fabric-language-kotlin-1.13.3%2Bkotlin.2.1.21.jar"
hash-format = "sha512"
hash = "805eb96067560fa8acc8fcc7dbfba4ad8eed1a2bc9b46566e184f122533fdff844288f3df635762e1af927a4efe8989e9f11007a24bcdc73a32fc2dbebd720c3"
[update]
[update.modrinth]
mod-id = "Ha28R6CL"
version = "iqWDz8qt"

View File

@@ -0,0 +1,13 @@
name = "FabricBetterGrass"
filename = "BetterGrassify-1.6.1+fabric.1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/RkA9Btk1/BetterGrassify-1.6.1%2Bfabric.1.21.5.jar"
hash-format = "sha512"
hash = "49162e9e743a4f2db222eb7a4c4d002ee7a7eb823fc47bce1c25344b12ffc31028bbd9e39b59867fe45ebacae11ff30e13cf7b2d4124cbfb1c26c1d096669eae"
[update]
[update.modrinth]
mod-id = "m5T5xmUy"
version = "RkA9Btk1"

View File

@@ -0,0 +1,13 @@
name = "Fix Keyboard on Linux"
filename = "fix-keyboard-on-linux-1.0.1.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/siXFh9dn/versions/ZKDQu5sd/fix-keyboard-on-linux-1.0.1.jar"
hash-format = "sha1"
hash = "54f8961e608e0846f2f1feb25846643c2b024af6"
[update]
[update.modrinth]
mod-id = "siXFh9dn"
version = "ZKDQu5sd"

View File

@@ -0,0 +1,13 @@
name = "ImmediatelyFast"
filename = "ImmediatelyFast-Fabric-1.9.4+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/rkJHrPyc/ImmediatelyFast-Fabric-1.9.4%2B1.21.5.jar"
hash-format = "sha512"
hash = "cec7c67f34c0f1b7a1e0b0f58385886186b39e2ca99c1f622c1bd1f91f1c54012f7cae0badb98c2bc717ed7c1df0effb62cbd5af0c2fff7f01a4aa4de42736c0"
[update]
[update.modrinth]
mod-id = "5ZwdcRci"
version = "rkJHrPyc"

View File

@@ -0,0 +1,13 @@
name = "Iris Shaders"
filename = "iris-fabric-1.8.11+mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/YL57xq9U/versions/U6evbjd0/iris-fabric-1.8.11%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "f87af0c7fbfa55657b0c0424dc8f20c9c507e4330a69faa83964b9c76f493be5cb19957937de6550ed220449c3c19cb41cbcfc163a12a72b581331d1d8f2958e"
[update]
[update.modrinth]
mod-id = "YL57xq9U"
version = "U6evbjd0"

View File

@@ -0,0 +1,13 @@
name = "Krypton"
filename = "krypton-0.2.9.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/fQEb0iXm/versions/neW85eWt/krypton-0.2.9.jar"
hash-format = "sha512"
hash = "2e2304b1b17ecf95783aee92e26e54c9bfad325c7dfcd14deebf9891266eb2933db00ff77885caa083faa96f09c551eb56f93cf73b357789cb31edad4939ffeb"
[update]
[update.modrinth]
mod-id = "fQEb0iXm"
version = "neW85eWt"

View File

@@ -0,0 +1,13 @@
name = "Language Reload"
filename = "language-reload-1.7.3+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/BMmbiHSJ/language-reload-1.7.3%2B1.21.5.jar"
hash-format = "sha512"
hash = "8c051c79923f07191a8c714c67a8b16c09ef74a6500743baf15eb988593cedad2d683d3b892a64629ba7bfd0aca119c87835f604ccd80a790debbe0253c0d0f2"
[update]
[update.modrinth]
mod-id = "uLbm7CG6"
version = "BMmbiHSJ"

View File

@@ -0,0 +1,13 @@
name = "MacOS Input Fixes"
filename = "macos-input-fixes-1.8.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/x9BrsVME/versions/hnMq6hXm/macos-input-fixes-1.8.jar"
hash-format = "sha512"
hash = "1544d01a0f2370a90fcff3a81afce77b34e3713959723c1c48ddfc9fd269539fe4b717006b582a98444b99b70116a83c0016ef7b0dd0a216f28f8f8f74dc9e55"
[update]
[update.modrinth]
mod-id = "x9BrsVME"
version = "hnMq6hXm"

View File

@@ -0,0 +1,13 @@
name = "Main Menu Credits"
filename = "main-menu-credits-1.2.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/qJDfP7WN/versions/eUN0SbET/main-menu-credits-1.2.0.jar"
hash-format = "sha1"
hash = "37ad23f76336eedbd940a1f99c5e49d969fdee67"
[update]
[update.modrinth]
mod-id = "qJDfP7WN"
version = "eUN0SbET"

View File

@@ -0,0 +1,13 @@
name = "Minimega"
filename = "minimega-0.0.1-alpha.17.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/d4zJxq8p/versions/41jU11OP/minimega-0.0.1-alpha.17.1.jar"
hash-format = "sha512"
hash = "e900b83605731c0dbf46382fa86443bd02b4c7f2e2febf27745375bcb949f0037ffc73de4f8ad061750cafd4646b342e4b8522385f1aae5dcf18c36f29cb2e63"
[update]
[update.modrinth]
mod-id = "d4zJxq8p"
version = "41jU11OP"

View File

@@ -0,0 +1,13 @@
name = "Model Gap Fix"
filename = "modelfix-1.21.5-1.12-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/QdG47OkI/versions/WcDxGReS/modelfix-1.21.5-1.12-fabric.jar"
hash-format = "sha512"
hash = "129a3088674e95a98976e03f9d6425058f3763257dc7f6b6131ff7c609f8bd3fa9e0d0051082a5142de9f9066cee1412a517d45a2d3f8aedac4ae4ea350eea19"
[update]
[update.modrinth]
mod-id = "QdG47OkI"
version = "WcDxGReS"

View File

@@ -1,6 +1,6 @@
name = "Noisium"
filename = "noisium-fabric-2.6.0+mc1.21.5.jar"
side = "server"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/KuNKN7d2/versions/sUh67T4Y/noisium-fabric-2.6.0%2Bmc1.21.5.jar"

View File

@@ -0,0 +1,13 @@
name = "Ok Zoomer"
filename = "ok_zoomer-fabric-13.0.0-beta.2.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/lYZpt8WQ/ok_zoomer-fabric-13.0.0-beta.2.jar"
hash-format = "sha512"
hash = "b0745a1d5df6c3ccd92896e354166f3e94d1f059eddbdd1f761fd712b04e1d1998530b46f29a4d56d0f0d8894a802f2d8edc3ee3981314e101075eba49954544"
[update]
[update.modrinth]
mod-id = "aXf2OSFU"
version = "lYZpt8WQ"

View File

@@ -0,0 +1,13 @@
name = "OptiGUI"
filename = "optigui-2.3.0-beta.7+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/JuksLGBQ/versions/c2A7xc4Z/optigui-2.3.0-beta.7%2B1.21.5.jar"
hash-format = "sha512"
hash = "e90dab2d709ef45897ae4d3d9e94ebbccd41a9ff1006280d482e1209038f8e742a97ac914c8e8545a15c3ac37e3f22190e7fa27b6a459b7e46e4a73a176b82c9"
[update]
[update.modrinth]
mod-id = "JuksLGBQ"
version = "c2A7xc4Z"

View File

@@ -0,0 +1,13 @@
name = "Polytone"
filename = "polytone-1.21.5-3.4.2-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/3qAYkBMB/versions/S9qJi2yW/polytone-1.21.5-3.4.2-fabric.jar"
hash-format = "sha512"
hash = "7181a343840bd4ea1ea53c9c684d742cc525a8e18b9cbac372ab105af86ef7c3008b4ae6226d50a14f3fab5a20b1b737faadc4a64d55c45e5ac43b155c3a24e0"
[update]
[update.modrinth]
mod-id = "3qAYkBMB"
version = "S9qJi2yW"

View File

@@ -0,0 +1,13 @@
name = "Puzzle"
filename = "puzzle-fabric-2.1.0+1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/3IuO68q1/versions/JyVlkrSf/puzzle-fabric-2.1.0%2B1.21.5.jar"
hash-format = "sha512"
hash = "fd62d7c3dc3feb8e558019fe6418a467ce77f0cb19c12948620caa833f78e6be39b2d19c39b8642424d02b7cc26c0506870184c735f4f84af6b2ad1e462b0c8e"
[update]
[update.modrinth]
mod-id = "3IuO68q1"
version = "JyVlkrSf"

View File

@@ -0,0 +1,13 @@
name = "ServerCore"
filename = "servercore-fabric-1.5.11+1.21.5.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/TeMECVcw/servercore-fabric-1.5.11%2B1.21.5.jar"
hash-format = "sha512"
hash = "dca814e54752963dfb28032211ddf4937a07281f8e80f76a89bcc5171b4eb229fd76ea67edf2fee5b290dd1da4e184d749327ae0ce2d429828b5b95a0ab6b2c2"
[update]
[update.modrinth]
mod-id = "4WWQxlQP"
version = "TeMECVcw"

View File

@@ -0,0 +1,13 @@
name = "Simple Voice Chat"
filename = "voicechat-fabric-1.21.5-2.5.30.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/suJqF5xU/voicechat-fabric-1.21.5-2.5.30.jar"
hash-format = "sha512"
hash = "c30f86f0ae164800c9d62e808c1b8f1a6f778ce500f06edb492958051cb252f2ef45d4f4ee95653ab40d594e9e24eb1a6309ca603127b0bbad5c78a344117729"
[update]
[update.modrinth]
mod-id = "9eGKb6K1"
version = "suJqF5xU"

View File

@@ -0,0 +1,13 @@
name = "Sodium Extra"
filename = "sodium-extra-fabric-0.6.3+mc1.21.5.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/E5w6eZNE/sodium-extra-fabric-0.6.3%2Bmc1.21.5.jar"
hash-format = "sha512"
hash = "2c5350390c635e1782e054a18d8eaa7c837a83d89b65544058ae4bda9efc7411c9b235cda780294371f7a6aa52d7a421322b16403d78d11818249ff30cb04f5f"
[update]
[update.modrinth]
mod-id = "PtjYWJkn"
version = "E5w6eZNE"

View File

@@ -0,0 +1,13 @@
name = "Sodium Shadowy Path Blocks"
filename = "sodium-shadowy-path-blocks-fabric-5.0.0.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/EIa1eiMm/versions/RkAlGPsT/sodium-shadowy-path-blocks-fabric-5.0.0.jar"
hash-format = "sha512"
hash = "7ca4e0968312557511571a2a65817d37828f124bcda8ac51dc9d6212dd08c46e88cf079c3e2f8bd6e6cbce1627f72e1f1a9319db493a2184718a12bb291d0d33"
[update]
[update.modrinth]
mod-id = "EIa1eiMm"
version = "RkAlGPsT"

View File

@@ -0,0 +1,13 @@
name = "UniLib"
filename = "UniLib-1.1.0+1.21.5-fabric.jar"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/nT86WUER/versions/ruZxT0GK/UniLib-1.1.0%2B1.21.5-fabric.jar"
hash-format = "sha512"
hash = "3123bb1e5cd29d83424fce104b45af6e3f8eeb1bf58e7e44a0c38212334b002163ee8cfb8a2344d663b38aa12201bdcf4552ea60f9d7c04d65deea3a7af0be4d"
[update]
[update.modrinth]
mod-id = "nT86WUER"
version = "ruZxT0GK"

View File

@@ -0,0 +1,13 @@
name = "Very Many Players (Fabric)"
filename = "vmp-fabric-mc1.21.5-0.2.0+beta.7.198-all.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/wnEe9KBa/versions/EKg6v67t/vmp-fabric-mc1.21.5-0.2.0%2Bbeta.7.198-all.jar"
hash-format = "sha512"
hash = "f6be6fcf949243bcca460acc113f799cb657ce81320c8f6fa4054e584d32512c538d30b5c6f6713f247fbb6122f4ab951a91c2a6c839e4680e196c707e1d4ffd"
[update]
[update.modrinth]
mod-id = "wnEe9KBa"
version = "EKg6v67t"

View File

@@ -1,4 +1,4 @@
name = "YetAnotherConfigLib (YACL)"
name = "YetAnotherConfigLib"
filename = "yet_another_config_lib_v3-3.6.6+1.21.5-fabric.jar"
side = "both"

View File

@@ -4,8 +4,8 @@ side = "both"
[download]
url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar"
hash-format = "sha512"
hash = "254f2225f6446523aa8c8274e83b31e27f3b2afc8fe4f490fb1b169dd518e10c7993acda5db0ab597474ddf9d69506b5e794242fada1e2f89ed7bf9d412a8f78"
hash-format = "sha1"
hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9"
[update]
[update.modrinth]