diff --git a/config/yosbr/config/bettergrass.json5 b/config/yosbr/config/bettergrass.json5 index 28f360d..47f2876 100644 --- a/config/yosbr/config/bettergrass.json5 +++ b/config/yosbr/config/bettergrass.json5 @@ -2,7 +2,7 @@ /* -> General OFF/FAST/FANCY (default: FANCY) */ - "betterGrassMode": "OFF", + "betterGrassMode": "FAST", // (default: true) "resourcePackCompatibilityMode": true, /* Blocks @@ -27,18 +27,21 @@ "minecraft:sculk_catalyst" ], /* -> Better Snow - OFF/OPTIFINE/LAMBDA (default: LAMBDA) + OFF/OPTIFINE/LAMBDA (default: OPTIFINE) */ - "betterSnowMode": "OFF", + "betterSnowMode": "OPTIFINE", "snowLayers": [ "snow", - "moss_carpet", - "pale_moss_carpet", - "leaf_litter", - "pink_petals", - "wildflowers" + "moss_carpet" + ], + "excludedTags": [ + "buttons", + "doors", + "fire", + "leaves", + "pressure_plates", + "rails" ], - "excludedTags": [], "excludedBlocks": [ "lantern[hanging]", "redstone_wall_torch", diff --git a/config/yosbr/config/borderlessmining.json b/config/yosbr/config/borderlessmining.json index 2d7c7d3..8ab0572 100644 --- a/config/yosbr/config/borderlessmining.json +++ b/config/yosbr/config/borderlessmining.json @@ -1 +1 @@ -{"enableBorderlessFullscreen":false,"addToVanillaVideoSettings":false} \ No newline at end of file +{ "enableBorderlessFullscreen": false, "addToVanillaVideoSettings": false } diff --git a/config/yosbr/config/cameraoverhaul.toml b/config/yosbr/config/cameraoverhaul.toml new file mode 100644 index 0000000..e692da5 --- /dev/null +++ b/config/yosbr/config/cameraoverhaul.toml @@ -0,0 +1,141 @@ +# Metadata, do not modify. +# Default: 0 +configVersion = 2 + +[general] + + # Toggles all of the mod's features. + # Default: true + enabled = true + # Disable this to make the mod's effects exclusive to first-person view. + # Default: true + enableInThirdPerson = true + # Sensitivity of the camera roll rotation caused by turning around horizontally. + # Default: 1.0 + turningRollAccumulation = 1.0 + # Maximum strength of the camera roll rotation caused by turning around horizontally. + # Default: 1.25 + turningRollIntensity = 1.25 + # Smoothness of the decay of the camera roll rotation caused by turning around horizontally. + # Default: 1.0 + turningRollSmoothing = 1.0 + # Strength of smooth random sway that kicks in when the player idles for enough time. + # Default: 0.6 + cameraSwayIntensity = 0.9 + # Frequency of smooth random sway that kicks in when the player idles for enough time. + # Default: 0.16 + cameraSwayFrequency = 0.16 + # Amount of time that the player must idle for before smooth random sway starts to fade-in. + # Default: 0.15 + cameraSwayFadeInDelay = 0.15 + # Amount of time it takes for smooth random sway to fade-in after the player idles for enough time. + # Default: 5.0 + cameraSwayFadeInLength = 3.0 + # Amount of time it takes for smooth random sway to fade-out when the player starts moving after idling. + # Default: 0.75 + cameraSwayFadeOutLength = 0.75 + # Maximum strength of all screen shaking effects. + # Default: 2.5 + screenShakesMaxIntensity = 2.5 + # Speed at which screen shaking rotations change direction or oscillate. + # Default: 6.0 + screenShakesMaxFrequency = 6.0 + # A [0..1] value linked to the strength of screen shaking caused by explosions. + # Default: 1.0 + explosionTrauma = 1.0 + # A [0..1] value linked to the strength of screen shaking caused by lightning bolt-tied thunder. + # Default: 0.05 + thunderTrauma = 0.05 + # A [0..1] value linked to the strength of screen shaking caused by any actions that swing the player's arm. Best kept very low. + # Default: 0.03 + handSwingTrauma = 0.04 + +[walking] + + # Strength of the camera roll rotation caused by strafing, or sideway horizontal velocity. + # Default: 10.0 + strafingRollFactor = 10.0 + # Strength of camera pitch rotations caused by moving forward or backwards. + # Default: 7.0 + forwardVelocityPitchFactor = 7.0 + # Strength of camera pitch rotations caused by vertical velocity. + # Default: 2.5 + verticalVelocityPitchFactor = 2.5 + # Smoothness of camera pitch & roll rotations caused by moving horizontally. + # Default: 1.0 + horizontalVelocitySmoothingFactor = 1.0 + # Smoothness of camera pitch rotations caused by moving vertically. + # Default: 1.0 + verticalVelocitySmoothingFactor = 1.0 + +[swimming] + + # Strength of the camera roll rotation caused by strafing, or sideway horizontal velocity. + # Default: -30.0 + strafingRollFactor = -30.0 + # Strength of camera pitch rotations caused by moving forward or backwards. + # Default: 21.0 + forwardVelocityPitchFactor = 21.0 + # Strength of camera pitch rotations caused by vertical velocity. + # Default: 7.5 + verticalVelocityPitchFactor = 7.5 + # Smoothness of camera pitch & roll rotations caused by moving horizontally. + # Default: 1.0 + horizontalVelocitySmoothingFactor = 1.0 + # Smoothness of camera pitch rotations caused by moving vertically. + # Default: 1.0 + verticalVelocitySmoothingFactor = 1.0 + +[flying] + + # Strength of the camera roll rotation caused by strafing, or sideway horizontal velocity. + # Default: -10.0 + strafingRollFactor = -10.0 + # Strength of camera pitch rotations caused by moving forward or backwards. + # Default: 7.0 + forwardVelocityPitchFactor = 7.0 + # Strength of camera pitch rotations caused by vertical velocity. + # Default: 2.5 + verticalVelocityPitchFactor = 2.5 + # Smoothness of camera pitch & roll rotations caused by moving horizontally. + # Default: 1.0 + horizontalVelocitySmoothingFactor = 1.0 + # Smoothness of camera pitch rotations caused by moving vertically. + # Default: 1.0 + verticalVelocitySmoothingFactor = 1.0 + +[mounts] + + # Strength of the camera roll rotation caused by strafing, or sideway horizontal velocity. + # Default: 20.0 + strafingRollFactor = 20.0 + # Strength of camera pitch rotations caused by moving forward or backwards. + # Default: 7.0 + forwardVelocityPitchFactor = 7.0 + # Strength of camera pitch rotations caused by vertical velocity. + # Default: 2.5 + verticalVelocityPitchFactor = 2.5 + # Smoothness of camera pitch & roll rotations caused by moving horizontally. + # Default: 1.0 + horizontalVelocitySmoothingFactor = 1.0 + # Smoothness of camera pitch rotations caused by moving vertically. + # Default: 1.0 + verticalVelocitySmoothingFactor = 1.0 + +[vehicles] + + # Strength of the camera roll rotation caused by strafing, or sideway horizontal velocity. + # Default: 5.0 + strafingRollFactor = 5.0 + # Strength of camera pitch rotations caused by moving forward or backwards. + # Default: 1.75 + forwardVelocityPitchFactor = 1.75 + # Strength of camera pitch rotations caused by vertical velocity. + # Default: 5.0 + verticalVelocityPitchFactor = 5.0 + # Smoothness of camera pitch & roll rotations caused by moving horizontally. + # Default: 1.0 + horizontalVelocitySmoothingFactor = 1.0 + # Smoothness of camera pitch rotations caused by moving vertically. + # Default: 1.0 + verticalVelocitySmoothingFactor = 1.0 diff --git a/config/yosbr/config/clienttweaks-common.toml b/config/yosbr/config/clienttweaks-common.toml new file mode 100644 index 0000000..c7ea8aa --- /dev/null +++ b/config/yosbr/config/clienttweaks-common.toml @@ -0,0 +1,67 @@ +[customization] +# Items that count as fireworks for the offhand-firework tweak options. +fireworkItems = ["minecraft:firework_rocket"] +# Items that count as shields for the offhand-shield hiding tweak options. +shieldItems = [ + "basicshields:wooden_shield", + "basicshields:golden_shield", + "basicshields:diamond_shield", + "basicshields:netherite_shield", +] +# Items that count as weapons for the offhand-shield hiding tweak options. +shieldWeapons = ["tetra:modular_sword"] +# Items that count as torches for the offhand-torch tweak options. +torchItems = [ + "minecraft:torch", + "minecraft:soul_torch", + "tconstruct:stone_torch", +] +# Items that are allowed to place torches from the offhand if offhandTorchWithToolOnly is enabled. +torchTools = [ + "minecraft:wooden_pickaxe", + "minecraft:stone_pickaxe", + "minecraft:iron_pickaxe", + "minecraft:golden_pickaxe", + "minecraft:diamond_pickaxe", + "minecraft:netherite_pickaxe", + "tconstruct:pickaxe", + "tconstruct:hammer", +] + +[tweaks] +# This option will let you climb ladders automatically by just looking upwards, rather than requiring a key to be held down. +autoClimbLadder = true +# This option will disable log stripping. +disableLogStripping = false +# This option will disable paving when holding a block in your offhand. +disablePavingWithBlockInOffhand = true +# This option will disable step assist added by other mods. +disableStepAssist = false +# This prevents the last torch in the offhand from being placed. +doNotUseLastTorch = false +# This option will hide your offhand item. It can be toggled via an optional key binding. +hideOffhandItem = false +# This option will hide your own potion particle effects for your client (other players will still see them). +hideOwnParticleEffects = true +# This option will hide your shield unless you are holding a weapon. +hideShieldUnlessHoldingWeapon = true +# This adds back the master volume slider to the options screen. Saves you a click! +masterVolumeSlider = true +# This adds back the music volume slider to the options screen. Saves you a click! +musicVolumeSlider = true +# This prevents fireworks from being launched from your off hand if you are wearing an Elytra, unless you're flying. +noOffhandFireworksWithElytra = true +# This prevents torches from being placed from your offhand at all. +noOffhandTorchAtAll = true +# This prevents torches from being placed from your offhand if you have a block in your main hand. +noOffhandTorchWithBlock = true +# This prevents torches from being placed from your off hand if you have an empty main hand. +noOffhandTorchWithEmptyHand = false +# This prevents torches from being placed from your offhand if you have food in your main hand. +noOffhandTorchWithFood = true +# This option makes the recipe book not shift the inventory when opened. Works best with smaller GUI scales / bigger resolutions. +noRecipeBookShifting = false +# This restricts torches to be placed from the offhand only when you're holding a tool in your main hand. +offhandTorchWithToolOnly = false +# This option will make iron fences and glass panes have a bigger hitbox while placing them, making it easier to aim. +paneBuildingSupport = true diff --git a/config/yosbr/config/emotecraft.json b/config/yosbr/config/emotecraft.json new file mode 100644 index 0000000..d7e5f58 --- /dev/null +++ b/config/yosbr/config/emotecraft.json @@ -0,0 +1,39 @@ +{ + "config_version": 4, + "loadbuiltin": true, + "quark": false, + "dark": false, + "oldChooseWheel": false, + "perspective": true, + "default3rdPersonFront": false, + "showicon": true, + "enableNSFW": false, + "alwaysOpenScreen": false, + "debug": true, + "validate": false, + "validationThreshold": 8.0, + "emotesFolderOnLogicalServer": false, + "emotesDirectory": "emotes", + "autoFixEmoteStop": true, + "alwaysValidateEmote": false, + "playersafety": true, + "stopthreshold": 0.04, + "yratio": 0.75, + "showHiddenConfig": false, + "neverRemoveBadIcon": false, + "exportBuiltin": false, + "hideWarning": false, + "fastmenu": { + "0": { + "0": "931b2bda-a25e-4e55-957a-88c46f5e9a7b", + "1": "3045b335-12ca-4ddb-aca5-0aef450a5e4c", + "2": "0de63fbe-2f20-44e0-8969-479b76ceeb6b", + "3": "a2969c42-520f-4c5c-a024-a7d0a2b7b4d1", + "4": "96506a5e-a69c-4a18-9add-d43dfd272fa6", + "5": "ebfb1e69-330a-4970-8bca-f5625c90681a", + "6": "f9f6669d-f1b3-4170-8bc5-475a9a600439", + "7": "33b912f8-0aa0-45e6-a2d4-9b5677e6f35c" + } + }, + "keys": {} +} \ No newline at end of file diff --git a/config/yosbr/config/jade/jade.json b/config/yosbr/config/jade/jade.json new file mode 100644 index 0000000..856deb3 --- /dev/null +++ b/config/yosbr/config/jade/jade.json @@ -0,0 +1,41 @@ +{ + "general": { + "debug": false, + "itemModNameTooltip": false, + "bossBarOverlapMode": "PUSH_DOWN", + "builtinCamouflage": true, + "ttsMode": "PRESS", + "fluidMode": "ANY", + "reachDistance": 0.0, + "displayEntities": true, + "displayBosses": true, + "displayMode": "TOGGLE", + "displayTooltip": true, + "displayBlocks": true, + "hideFromDebug": true, + "hideFromTabList": true, + "enableTextToSpeech": false, + "hintOverlayToggle": true, + "hintNarratorToggle": true, + "previewOverlay": true + }, + "overlay": { + "alpha": 0.7, + "iconMode": "TOP", + "animation": true, + "disappearingDelay": 0.0, + "overlaySquare": false, + "flipMainHand": false, + "autoScaleThreshold": 0.4, + "overlayPosY": 0.99, + "overlayScale": 1.0, + "overlayAnchorX": 0.5, + "overlayAnchorY": 0.0, + "activeTheme": "jade:dark", + "themesHash": -328442023, + "overlayPosX": 0.5 + }, + "formatting": { + "modName": "§9§o%s" + } +} \ No newline at end of file diff --git a/config/yosbr/config/justzoom/config.txt b/config/yosbr/config/justzoom/config.txt new file mode 100644 index 0000000..2bdf947 --- /dev/null +++ b/config/yosbr/config/justzoom/config.txt @@ -0,0 +1,17 @@ +##[zoom] + +B:smooth_zoom_in_out = 'true'; +F:zoom_in_change_modifier_per_scroll = '0.05'; +F:base_zoom_modifier = '0.25'; +F:zoom_out_change_modifier_per_scroll = '0.05'; +B:hide_arms_when_zooming = 'false'; +B:allow_zoom_in_mirrored_view = 'false'; +B:smooth_camera_movement_on_zoom = 'false'; +B:reset_zoom_factor_when_stop_zooming = 'false'; +B:normalize_mouse_sensitivity_on_zoom = 'true'; + + +##[gui] + +I:options_button_corner = '0'; +B:show_options_button_in_pause_screen = 'false'; \ No newline at end of file diff --git a/config/yosbr/config/lambdynlights.toml b/config/yosbr/config/lambdynlights.toml index 8166073..9029468 100644 --- a/config/yosbr/config/lambdynlights.toml +++ b/config/yosbr/config/lambdynlights.toml @@ -1,8 +1,142 @@ -mode = "fastest" +mode = "fast" + [light_sources] - water_sensitive_check = false + water_sensitive_check = true block_entities = false - entities = false + entities = true self = true - tnt = "simple" - creeper = "simple" \ No newline at end of file + tnt = "fancy" + creeper = "fancy" + beam = true + guardian_laser = true + + [light_sources.settings.entities.minecraft] + player = true + allay = true + area_effect_cloud = true + armor_stand = true + arrow = true + axolotl = true + bat = true + bee = true + blaze = true + block_display = true + boat = true + chest_boat = true + camel = true + cat = true + cave_spider = true + chicken = true + cod = true + cow = true + creeper = true + dolphin = true + donkey = true + dragon_fireball = true + drowned = true + elder_guardian = true + end_crystal = true + ender_dragon = true + enderman = true + endermite = true + evoker = true + evoker_fangs = true + experience_orb = true + eye_of_ender = true + falling_block = true + fireball = true + firework_rocket = true + fishing_bobber = true + fox = true + frog = true + ghast = true + giant = true + glow_item_frame = true + glow_squid = true + goat = true + guardian = true + hoglin = true + horse = true + husk = true + illusioner = true + interaction = true + iron_golem = true + item = true + item_display = true + item_frame = true + leash_knot = true + lightning_bolt = true + llama = true + llama_spit = true + magma_cube = true + marker = true + minecart = true + chest_minecart = true + command_block_minecart = true + furnace_minecart = true + hopper_minecart = true + spawner_minecart = true + tnt_minecart = true + mooshroom = true + mule = true + ocelot = true + painting = true + panda = true + parrot = true + phantom = true + pig = true + piglin = true + piglin_brute = true + pillager = true + polar_bear = true + potion = true + tnt = true + pufferfish = true + rabbit = true + ravager = true + salmon = true + sheep = true + shulker = true + shulker_bullet = true + silverfish = true + skeleton = true + skeleton_horse = true + slime = true + small_fireball = true + sniffer = true + snow_golem = true + snowball = true + spectral_arrow = true + spider = true + squid = true + stray = true + strider = true + tadpole = true + text_display = true + experience_bottle = true + egg = true + ender_pearl = true + trader_llama = true + trident = true + tropical_fish = true + turtle = true + vex = true + villager = true + vindicator = true + wandering_trader = true + warden = true + witch = true + wither = true + wither_skeleton = true + wither_skull = true + wolf = true + zoglin = true + zombie = true + zombie_horse = true + zombie_villager = true + zombified_piglin = true + +[debug] + active_dynamic_lighting_cells = false + display_dynamic_lighting_chunk_rebuild = false + display_behavior_bounding_box = false diff --git a/config/yosbr/config/midnightcontrols copy.json b/config/yosbr/config/midnightcontrols copy.json new file mode 100644 index 0000000..fe8cfa3 --- /dev/null +++ b/config/yosbr/config/midnightcontrols copy.json @@ -0,0 +1,133 @@ +{ + "configVersion": 2, + "controlsMode": "DEFAULT", + "autoSwitchMode": false, + "debug": false, + "hudEnable": true, + "hudSide": "LEFT", + "moveChat": false, + "analogMovement": true, + "doubleTapToSprint": true, + "controllerToggleSneak": false, + "controllerToggleSprint": false, + "fastBlockPlacing": false, + "flyDrifting": true, + "verticalFlyDrifting": true, + "horizontalReacharound": false, + "verticalReacharound": false, + "shouldRenderReacharoundOutline": true, + "reacharoundOutlineColorHex": "#ffffff", + "reacharoundOutlineColorAlpha": 102, + "rightDeadZone": 0.25, + "leftDeadZone": 0.25, + "invertRightYAxis": false, + "invertRightXAxis": false, + "rotationSpeed": 35.0, + "yAxisRotationSpeed": 35.0, + "cameraMode": "FLAT", + "mouseSpeed": 25.0, + "joystickAsMouse": false, + "eyeTrackerAsMouse": false, + "eyeTrackerDeadzone": 0.05, + "unfocusedInput": false, + "virtualMouse": false, + "virtualMouseSkin": "DEFAULT_LIGHT", + "hideNormalMouse": false, + "controllerID": 0.0, + "secondControllerID": -1.0, + "controllerType": "DEFAULT", + "mouseScreens": [ + "net.minecraft.client.gui.screen.advancement", + "net.minecraft.class_457", + "net.minecraft.class_408", + "net.minecraft.class_3872", + "me.flashyreese.mods.reeses_sodium_options.client.gui", + "dev.emi.emi.screen", + "hardcorequesting.client.interfaces.GuiQuestBook", + "hardcorequesting.client.interfaces.GuiReward", + "hardcorequesting.client.interfaces.EditTrackerScreen", + "me.shedaniel.clothconfig2.gui.ClothConfigScreen", + "com.mamiyaotaru.voxelmap.gui.GuiWaypoints", + "com.mamiyaotaru.voxelmap.gui.GuiPersistentMap" + ], + "arrowScreens": [ + "net.minecraft.class_408" + ], + "wasdScreens": [ + "com.ultreon.devices.core.Laptop" + ], + "closeButtonScreens": [ + "net.minecraft.class_408", + "net.minecraft.class_457", + "eu.midnightdust.midnightcontrols.client.gui.RingScreen" + ], + "touchInControllerMode": false, + "touchSpeed": 50.0, + "invertTouch": false, + "touchMode": "CROSSHAIR", + "touchBreakDelay": 120, + "touchTransparency": 75, + "touchOutlineColorHex": "#ffffff", + "touchOutlineColorAlpha": 150, + "leftTouchBinds": [ + "debug_screen", + "screenshot", + "toggle_perspective" + ], + "rightTouchBinds": [ + "screenshot", + "toggle_perspective", + "use" + ], + "BINDING": {}, + "maxAnalogValues": [ + 1.0, + 1.0, + 1.0, + 1.0 + ], + "maxAnalogValueLeftX": 1.0, + "maxAnalogValueLeftY": 1.0, + "maxAnalogValueRightX": 1.0, + "maxAnalogValueRightY": 1.0, + "triggerFix": true, + "excludedKeybindings": [ + "key.forward", + "key.left", + "key.back", + "key.right", + "key.jump", + "key.sneak", + "key.sprint", + "key.inventory", + "key.swapOffhand", + "key.drop", + "key.use", + "key.attack", + "key.chat", + "key.playerlist", + "key.screenshot", + "key.togglePerspective", + "key.smoothCamera", + "key.fullscreen", + "key.saveToolbarActivator", + "key.loadToolbarActivator", + "key.pickItem", + "key.hotbar.1", + "key.hotbar.2", + "key.hotbar.3", + "key.hotbar.4", + "key.hotbar.5", + "key.hotbar.6", + "key.hotbar.7", + "key.hotbar.8", + "key.hotbar.9" + ], + "enableHints": false, + "shortcutInControls": true, + "ringBindings": [], + "ignoredUnboundKeys": [ + "inventorytabs.key.next_tab" + ], + "controllerBindingProfiles": {} +} \ No newline at end of file diff --git a/config/yosbr/config/midnightlib copy.json b/config/yosbr/config/midnightlib copy.json new file mode 100644 index 0000000..ca6c3f6 --- /dev/null +++ b/config/yosbr/config/midnightlib copy.json @@ -0,0 +1 @@ +{"config_screen_list":"FALSE"} \ No newline at end of file diff --git a/config/yosbr/config/modernfix-mixins.properties b/config/yosbr/config/modernfix-mixins.properties index 10ec728..3a838d4 100644 --- a/config/yosbr/config/modernfix-mixins.properties +++ b/config/yosbr/config/modernfix-mixins.properties @@ -11,4 +11,4 @@ mixin.perf.thread_priorities=false mixin.perf.deduplicate_location=true mixin.perf.worldgen_allocation=true mixin.perf.dynamic_resources=true -mixin.bugfix.missing_block_entities=true +mixin.bugfix.missing_block_entities=true \ No newline at end of file diff --git a/config/yosbr/config/moreculling.toml b/config/yosbr/config/moreculling.toml index a59ff68..83cb85a 100644 --- a/config/yosbr/config/moreculling.toml +++ b/config/yosbr/config/moreculling.toml @@ -1,3 +1,4 @@ +version = 1 enableSodiumMenu = true cloudCulling = true signTextCulling = true @@ -16,7 +17,7 @@ powderSnowCulling = true entityModelCulling = false useOnModdedBlocksByDefault = true endGatewayCulling = true - +beaconBeamCulling = true [modCompatibility] minecraft = true diff --git a/config/yosbr/config/panorama_screens/settings.json b/config/yosbr/config/panorama_screens/settings.json new file mode 100644 index 0000000..120af35 --- /dev/null +++ b/config/yosbr/config/panorama_screens/settings.json @@ -0,0 +1 @@ +{"printScreenNames":false,"panoramaAllowList":["net.minecraft.","net.optifine.gui.","quark.base.client","shedaniel.clothconfig2.gui.","bumblesoftware.fastload.client","fuzs.configmenusforge.client","jellysquid.mods.sodium.client.","reeses_sodium_options.client","blamejared.controlling","mc.ipnext.gui","me.juancarloscp52.spyglass_improvements.client","dev.tr7zw.skinlayers.","mcp.mobius.waila.gui.","dqu.additionaladditions.config","bclib.client.gui.","cominixo.betterf3.config.gui","pepperbell.continuity.client.config","redlimerl.detailab.screen","kyrptonaught.kyrptconfig.config.screen","megane.runtime.config.screen","terraformersmc.modmenu.gui.ModMenuOptionsScreen","yalter.mousetweaks.ConfigScreen","dev.tr7zw.notenoughanimations.","ha3.presencefootsteps.","shedaniel.rei.impl.client.gui.credits.","xaero.common.gui.","xaero.map.gui.","juuxel.adorn.client.gui.screen.","net.puzzlemc.gui.screen.","midnightdust.core.screen.","midnightdust.lib.config.","betternether.config.screen","minenash.enhanced_attack_indicator.config.","jamalam360.jamlib.config.","darkhax.tipsmod.impl.gui.","natamus.collective_common_forge.config.","natamus.collective_common_fabric.config.","natamus.collective.fabric.config","natamus.collective.forge.config","izofar.takesapillage.client.gui","snownee.jade.gui.","chunksfadein.gui.","colormatic.","deepslatecutting.config.","nicerskies.gui.","pingwheel.client.","corail.tombstone.gui","fpsreducer.gui.","moreoverlays.gui.","minecraftforge.client.gui.config.",".computercraft.","ctm.client.config","healthoverlay.config.",".cotton.gui.impl.modmenu.","spell_engine.client.gui.","catalogue.client.","bisecthosting.mods.bhmenu","oauth.gui.","borderless.client.","borderlessmining.config","languagereload.config.","ftbauxilium.screens.","advancednetherite.client.","minetogether.orderform.screen.","minetogether.chat.gui.MutedUsersScreen","minetogether.gui.SettingsScreen","configured.client","voicechat.gui.VoiceChatSettingsScreen","dev.dediamondpro.resourcify.gui.browsepage.BrowseScreen"],"panoramaBlockList":["net.optifine.shaders.gui."]} \ No newline at end of file diff --git a/config/yosbr/config/pickupnotifier/pickupnotifier-client.toml b/config/yosbr/config/pickupnotifier/pickupnotifier-client.toml new file mode 100644 index 0000000..7365352 --- /dev/null +++ b/config/yosbr/config/pickupnotifier/pickupnotifier-client.toml @@ -0,0 +1,66 @@ +[display] + #Should the picked up amount be shown when it's just a single item. + display_single_count = true + #Add the total amount of an item in your inventory to the entry. + inventory_count = false + #Mode for drawing a background behind entries for better visibility. 'CHAT' is similar to the chat background, 'TOOLTIP' uses the tooltip background rendering instead. + #Allowed Values: NONE, CHAT, TOOLTIP + entry_background = "NONE" + #Add the name of the item to the entry. + display_item_name = true + #Where and if to display the amount of items picked up. 'SPRITE' will render the amount on the item sprite like in inventories, 'TEXT' will add a dedicated text including the amount to the item name display. + #Allowed Values: OFF, SPRITE, TEXT, BOTH + display_amount = "TEXT" + #Show a small sprite next to the name of each entry showing its contents. + draw_sprites = true + #Color of the entry name text. + #Allowed Values: BLACK, DARK_BLUE, DARK_GREEN, DARK_AQUA, DARK_RED, DARK_PURPLE, GOLD, GRAY, DARK_GRAY, BLUE, GREEN, AQUA, RED, LIGHT_PURPLE, YELLOW, WHITE + default_color = "WHITE" + #Ignore rarity of items and always use color specified in "Text Color" instead. + ignore_rarity = false + #Screen corner for entry list to be drawn in. + #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT + screen_corner = "BOTTOM_RIGHT" + #Offset on x-axis from screen border. + #Range: > 0 + offset_x = 3 + #Offset on y-axis from screen border. + #Range: > 0 + offset_y = 14 + #Percentage of relative screen height entries are allowed to fill at max. + #Range: 0.0 ~ 1.0 + max_height = 0.5 + #Scale of entries. A lower scale will make room for more rows to show. Works together with "GUI Scale" option in "Video Settings". + #Range: 1 ~ 24 + scale = 4 + +[general] + #Prevent items from being added to the pick-up log when in creative mode. + disable_in_creative = false + #Show the value of experience points collected instead of the amount of individual orbs. + experience_value = true + #Force-run the mod on the client-side only. + #Only enable this when there are problems, e. g. the same pick-up being logged multiple times. Partial item stack pick-ups (when the inventory is full) won't show, and backpack compat won't work. + #When playing on a server without this mod this option will be used automatically. + force_client_only = false + #Show item entities the player has collected in the pick-up notifications. + include_items = true + #Show experience orbs the player has collected in the pick-up notifications. + include_experience = true + #Show shot arrows the player has collected in the pick-up notifications. + include_arrows = true + +[behavior] + #Combine entries of the same type instead of showing each one individually. + #Allowed Values: ALWAYS, NEVER, EXCLUDE_NAMED + combine_entries = "EXCLUDE_NAMED" + #Amount of ticks each entry will be shown for. Set to 0 to only remove entries when space for new ones is needed. + #Range: > 0 + display_time = 80 + #Make outdated entries slowly move out of the screen instead of disappearing in place. + move_out_of_screen = true + #Amount of ticks it takes for an entry to move out of the screen. Value cannot be larger than "Display Time". + #Range: > 0 + move_time = 20 + #Make outdated entry names slowly fade away instead of simply vanishing. + fade_away = true diff --git a/config/yosbr/config/sodium-options.json b/config/yosbr/config/sodium-options.json index 09497fe..e45b0bf 100644 --- a/config/yosbr/config/sodium-options.json +++ b/config/yosbr/config/sodium-options.json @@ -1,14 +1,25 @@ { "quality": { "weather_quality": "FAST", - "leaves_quality": "FAST", + "leaves_quality": "DEFAULT", "enable_vignette": false }, "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, "cpu_render_ahead_limit": 4 }, "performance": { - "always_defer_chunk_updates": true, - "use_entity_culling": false + "chunk_builder_threads": 0, + "always_defer_chunk_updates_v2": true, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_no_error_g_l_context": true + }, + "notifications": { + "has_cleared_donation_button": false, + "has_seen_donation_prompt": false } } diff --git a/config/yosbr/config/voicechat/translations.properties b/config/yosbr/config/voicechat/translations.properties new file mode 100644 index 0000000..2592f1d --- /dev/null +++ b/config/yosbr/config/voicechat/translations.properties @@ -0,0 +1,14 @@ +# Simple Voice Chat translations +# This file contains all server-side translations for the Simple Voice Chat mod + +# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled +# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version +force_voicechat_kick_message=You need %s %s to play on this server +# The message a player gets when joining a server with an incompatible voice chat version +# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name +voicechat_not_compatible_message=Your voice chat client version is not compatible with the server-side version.\\nPlease install version %s of %s. +# The message a player gets when trying to execute a command that requires the voice chat mod installed on the client side. +# The first parameter is the mod/plugin name +voicechat_needed_for_command_message=You need to have %s installed on your client to use this command +# The message a player gets when trying to execute a command that can only be executed as a player +player_command_message=This command can only be executed as a player diff --git a/config/yosbr/config/voicechat/username-cache.json b/config/yosbr/config/voicechat/username-cache.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/config/yosbr/config/voicechat/username-cache.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/config/yosbr/config/voicechat/voicechat-client.properties b/config/yosbr/config/voicechat/voicechat-client.properties new file mode 100644 index 0000000..a64f806 --- /dev/null +++ b/config/yosbr/config/voicechat/voicechat-client.properties @@ -0,0 +1,90 @@ +# Simple Voice Chat client config v1.20.1-2.5.30 + +# If the voice chat onboarding process has been finished +onboarding_finished=true +# The voice chat volume +voice_chat_volume=1.0 +# The threshold for the voice activation method (in dB) +voice_activation_threshold=-50.0 +# The voice chat microphone amplification +microphone_amplification=1.0 +# The microphone activation method +# Valid values are 'PTT' and 'VOICE' +microphone_activation_type=VOICE +# The size of the audio output buffer (in packets) +# Higher values mean a higher latency but less crackling +# Increase this value if you have an unstable internet connection +output_buffer_size=5 +# The maximum number of audio packets that should be held back if a packet arrives out of order or is dropped +# This prevents audio packets that are only slightly out of order from being discarded +# Set this to 0 to disable +audio_packet_threshold=3 +# The time it takes for the microphone to deactivate when using voice activation +# A value of 1 means 20 milliseconds, 2=40 ms, 3=60 ms, and so on +voice_deactivation_delay=25 +# The microphone used by the voice chat +# Leave blank to use the default device +microphone= +# The speaker used by the voice chat +# Leave blank to use the default device +speaker= +# If the microphone is muted (only relevant for the voice activation method) +muted=false +# If the voice chat is disabled (both sound and microphone off) +disabled=false +# If the voice chat HUD, group chat HUD, and other in-game icons should be hidden +hide_icons=false +# If the group chat HUD should be visible +show_group_hud=true +# If your own player icon should be displayed in the group chat HUD when you are in a group +show_own_group_icon=true +# The scale of the player icons in the group chat HUD +group_hud_icon_scale=2.0 +# The orientation of the player icons in the group chat HUD +# Valid values are 'VERTICAL' and 'HORIZONTAL' +group_player_icon_orientation=VERTICAL +# The X position of the player icons in the group chat HUD +# Negative values mean anchoring to the right instead +group_player_icon_pos_x=4 +# The Y position of the player icons in the group chat HUD +# Negative values mean anchoring to the bottom instead +group_player_icon_pos_y=4 +# The X position of the icons in the voice chat HUD +# Negative values mean anchoring to the right instead +hud_icon_pos_x=16 +# The Y position of the icons in the voice chat HUD +# Negative values mean anchoring to the bottom instead +hud_icon_pos_y=-16 +# The scale of the icons in the voice chat HUD, such as microphone or connection status +hud_icon_scale=1.0 +# The location where recordings should be saved +# Leave blank to use the default location +recording_destination= +# The quality of the recorded voice chat audio +# 0 = highest quality, 9 = lowest quality +recording_quality=2 +# If noise suppression should be enabled +denoiser=true +# If the voice chat should work in singleplayer or in worlds shared over LAN +run_local_server=true +# Whether to use the Java implementation of microphone capture instead of OpenAL +java_microphone_implementation=false +# If the mod should check for microphone permissions (macOS only) +macos_check_microphone_permission=true +# If fake players should have the disconnected icon above their head +show_fake_players_disconnected=false +# If the volume adjustment interface should also display offline players +offline_player_volume_adjustment=false +# The 3D audio type +# Valid values are 'NORMAL', 'REDUCED', and 'OFF' +audio_type=NORMAL +# If the mod should load native libraries on the client +# When disabled, the Java Opus implementation will be used instead, the denoiser won't be available, and you won't be able to record the voice chat audio +use_natives=true +# How listening to other players should work when using freecam mods +# Valid values are 'CAMERA' and 'PLAYER' +# CAMERA: You will hear the voice chat around your camera. Whether you will still be able to hear the voice chat when the camera is far away from your character depends on the voice chat broadcast range of the server +# PLAYER: You will hear the voice chat around your character no matter where your camera is +freecam_mode=CAMERA +# If enabled, you will be automatically muted when joining a world +mute_on_join=false diff --git a/config/yosbr/config/voicechat/voicechat-server.properties b/config/yosbr/config/voicechat/voicechat-server.properties new file mode 100644 index 0000000..de6db84 --- /dev/null +++ b/config/yosbr/config/voicechat/voicechat-server.properties @@ -0,0 +1,53 @@ +# Simple Voice Chat server config v1.20.1-2.5.30 + +# The port number to use for the voice chat communication. +# Audio packets are always transmitted via the UDP protocol on the port number +# specified here, independently of other networking used for the game server. +# Set this to '-1' to use the same port number that is used by the Minecraft server. +# However, it is strongly recommended NOT to use the same port number because UDP on +# it is also used by default for the server query. Doing so may crash the server! +port=24454 +# The server IP address to bind the voice chat to +# Leave blank to use the 'server-ip' property from the 'server.properties' config file +# To bind to the wildcard IP address, use '*' +bind_address= +# The distance to which the voice can be heard +max_voice_distance=48.0 +# The multiplier of the voice distance when crouching +crouch_distance_multiplier=1.0 +# The multiplier of the voice distance when whispering +whisper_distance_multiplier=0.5 +# The Opus codec +# Valid values are 'VOIP', 'AUDIO', and 'RESTRICTED_LOWDELAY' +codec=VOIP +# The maximum size that audio packets are allowed to have (in bytes) +# Set this to a lower value if audio packets don't arrive +mtu_size=1024 +# The frequency at which keep-alive packets are sent (in milliseconds) +# Setting this to a higher value may result in timeouts +keep_alive=1000 +# If group chats are allowed +enable_groups=true +# The hostname that clients should use to connect to the voice chat +# This may also include a port, e.g. 'example.com:24454' +# Do NOT change this value if you don't know what you're doing +voice_host= +# If players are allowed to record the voice chat audio +allow_recording=true +# If spectators are allowed to talk to other players +spectator_interaction=false +# If spectators can talk to players they are spectating +spectator_player_possession=false +# If players without the voice chat mod should be kicked from the server +force_voice_chat=false +# The amount of time the server should wait to check if a player has the mod installed (in milliseconds) +# Only relevant when 'force_voice_chat' is set to 'true' +login_timeout=10000 +# The range in which the voice chat should broadcast audio +# A value less than 0 means 'max_voice_distance' +broadcast_range=-1.0 +# If the voice chat server should reply to external pings +allow_pings=true +# If the mod should load native libraries on dedicated servers +# This is mostly relevant for voice chat addons +use_natives=true diff --git a/config/yosbr/config/voicechat/voicechat-volumes.properties b/config/yosbr/config/voicechat/voicechat-volumes.properties new file mode 100644 index 0000000..c029ae3 --- /dev/null +++ b/config/yosbr/config/voicechat/voicechat-volumes.properties @@ -0,0 +1,2 @@ +# Simple Voice Chat volume config + diff --git a/config/yosbr/config/xaerominimap.txt b/config/yosbr/config/xaerominimap.txt new file mode 100644 index 0000000..f569de5 --- /dev/null +++ b/config/yosbr/config/xaerominimap.txt @@ -0,0 +1,132 @@ +ignoreUpdate:0 +settingsButton:false +allowWrongWorldTeleportation:false +differentiateByServerAddress:true +debugEntityIcons:false +debugEntityVariantIds:false +radarHideInvisibleEntities:true +allowInternetAccess:true +#INGAME SETTINGS (DO NOT EDIT!) +updateNotification:true +minimap:true +caveMaps:2 +caveZoom:1 +showWaypoints:true +showIngameWaypoints:true +displayRedstone:true +deathpoints:false +oldDeathpoints:true +distance:1 +lockNorth:true +zoom:0 +minimapSize:0 +chunkGrid:-1 +slimeChunks:false +mapSafeMode:false +minimapOpacity:100.0 +waypointsIngameIconScale:0 +waypointsIngameDistanceScale:0 +waypointsIngameNameScale:0 +waypointsIngameCloseScale:1.0 +antiAliasing:true +blockColours:0 +lighting:true +dotsStyle:0 +dotNameScale:1.0 +compassOverEverything:true +showFlowers:true +keepWaypointNames:true +waypointsDistanceExp:0 +waypointsDistanceMin:0.0 +defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} +defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ +arrowScale:1.5 +arrowColour:0 +smoothDots:true +worldMap:true +terrainDepth:true +terrainSlopes:2 +mainEntityAs:0 +blockTransparency:true +waypointOpacityIngame:80 +waypointOpacityMap:90 +hideWorldNames:1 +openSlimeSettings:true +alwaysShowDistance:false +renderLayerIndex:1 +crossDimensionalTp:true +biomeColorsVanillaMode:false +lookingAtAngle:10 +lookingAtAngleVertical:180 +centeredEnlarged:false +zoomOnEnlarged:0 +minimapTextAlign:0 +waypointsMutualEdit:true +compassLocation:1 +compassDirectionScale:0 +caveMapsDepth:30 +hideWaypointCoordinates:false +renderAllSets:false +playerArrowOpacity:100 +waypointsBottom:false +minimapShape:1 +lightOverlayType:0 +lightOverlayMaxLight:7 +lightOverlayMinLight:0 +lightOverlayColor:13 +uiScale:0 +bossHealthPushBox:1 +potionEffectPushBox:1 +minimapFrame:2 +minimapFrameColor:15 +compassColor:9 +northCompassColor:-1 +displayMultipleWaypointInfo:1 +entityRadar:false +adjustHeightForCarpetLikeBlocks:true +autoConvertWaypointDistanceToKmThreshold:10000 +waypointDistancePrecision:1 +mainDotSize:2 +partialYTeleportation:true +deleteReachedDeathpoints:true +hideMinimapUnderScreen:true +hideMinimapUnderF3:true +manualCaveModeStartAuto:true +manualCaveModeStart:-1 +chunkGridLineWidth:1 +temporaryWaypointsGlobal:true +keepUnlockedWhenEnlarged:false +enlargedMinimapAToggle:false +displayStainedGlass:true +waypointOnMapScale:0 +switchToAutoOnDeath:true +infoDisplayBackgroundOpacity:40 +caveModeToggleTimer:1000 +legibleCaveMaps:false +biomeBlending:true +displayTrackedPlayersOnMap:true +displayTrackedPlayersInWorld:true +dimensionScaledMaxWaypointDistance:true +trackedPlayerWorldIconScale:0 +trackedPlayerWorldNameScale:0 +trackedPlayerMinimapIconScale:0 +displayClaims:true +displayCurrentClaim:true +claimsFillOpacity:46 +claimsBorderOpacity:80 +infoDisplayOrder:coords:overworld_coords:chunk_coords:angles:dimension:biome:weather:light_level:time:real_time:highlights:light_overlay_indicator:manual_cave_mode_indicator:custom_sub_world +infoDisplay:coords:true:15:-1 +infoDisplay:overworld_coords:false:15:-1 +infoDisplay:chunk_coords:false:15:-1 +infoDisplay:angles:false:15:-1 +infoDisplay:dimension:false:15:-1 +infoDisplay:biome:false:15:-1 +infoDisplay:weather:false:15:-1 +infoDisplay:light_level:0:15:-1 +infoDisplay:time:0:15:-1 +infoDisplay:real_time:0:15:-1 +infoDisplay:highlights:true:15:-1 +infoDisplay:light_overlay_indicator:true:15:-1 +infoDisplay:manual_cave_mode_indicator:true:15:-1 +infoDisplay:custom_sub_world:true:15:-1 +module;id=xaerominimap:minimap;active=true;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false; diff --git a/index.toml b/index.toml index 9c044d2..bcfe940 100644 --- a/index.toml +++ b/index.toml @@ -24,13 +24,25 @@ hash = "c335cb5e65abce1bfc063eaddcff3eca759636e32ba7e4993ea249a31ab18816" file = "config/yosbr/config/NoChatReports/NCR-Encryption.json" hash = "d7c81fae39b82fbc4be62a0fef141c7da80e96b6f97a0d80b44c245cb9a8bff6" +[[files]] +file = "config/yosbr/config/badoptimizations.txt" +hash = "2917a8f8112e36e27b240bdbe0e6987c5e8b0964595ed42ca2fbe1b16350df71" + +[[files]] +file = "config/yosbr/config/bettergrass.json5" +hash = "1fdfda7e5dd921d3441684d9e0942e3d7e8c36dfba39653742e70fd9916d8d59" + [[files]] file = "config/yosbr/config/borderlessmining.json" -hash = "1dfdc3360afe91b5804eef79f8b868f874e3dfc0c975495f8994f378ffe37a8f" +hash = "3dfb137b6b5196bd77388f7310aba1771b80a6bc2be3c48e53ad85b1b250ae75" [[files]] file = "config/yosbr/config/c2me.toml" -hash = "561bcd438d42a15915cb5644a99b9305660deef89e20dbb542ea4899244a6f40" +hash = "cd6c4b5e6fc090d629e1b1355321e37948ef1bd32faba92af9afd1f69040c7b3" + +[[files]] +file = "config/yosbr/config/cameraoverhaul.toml" +hash = "2b1f20e116d2741ecf9e38c19b27576520996f1b039c57716a285b381936cfc9" [[files]] file = "config/yosbr/config/capes.json5" @@ -44,6 +56,10 @@ hash = "51519ddcc6823cbe1f22b8977fe103eb8c01b1872899634ddc06814f3ef2da9b" file = "config/yosbr/config/citresewn.json" hash = "057e9e53790394db8b700616de3c235b0af3dc12fe7731a66ad20026acb9d991" +[[files]] +file = "config/yosbr/config/clienttweaks-common.toml" +hash = "f6e996169b41ce7bfe171d2abd974d2f531cea79ff0e32aa7146330e8db24194" + [[files]] file = "config/yosbr/config/controlify.json" hash = "122efb712417e034281b2d1d431026569038f05d86fbf7df3b0f9b66e769d2e0" @@ -56,6 +72,10 @@ hash = "eef3cca5127037fc337391ef49889a03e7102d6c2d1af866dcf007353b52324b" file = "config/yosbr/config/dynamic_fps.json" hash = "30bf7c21557b8e83356ef043c044d76478b531013a290c97443740b2c7a1b73d" +[[files]] +file = "config/yosbr/config/emotecraft.json" +hash = "88ff06335191beefa9fb3746f8de31fa2f3b787c32193771eb58bbe97491404e" + [[files]] file = "config/yosbr/config/enhanced_bes.properties" hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9" @@ -80,6 +100,10 @@ hash = "17225e085e6759210cec7e829e00c8c90f9c5d38714835cb5da9c98398842f7d" file = "config/yosbr/config/ferritecore.mixin.properties" hash = "4b4c3d16ac30dbe5d9b61105cc65214e929124097ed4ccd6da91817382f8d014" +[[files]] +file = "config/yosbr/config/immediatelyfast.json" +hash = "51c7ea47f63e38651a542dae94caaaa843924b9f00e77efb18ed15207cc167a8" + [[files]] file = "config/yosbr/config/iris.properties" hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" @@ -88,21 +112,41 @@ hash = "3f5878535aacbfea79ae6da2f9142963f5662af3141692f0ba945767c9096ce5" file = "config/yosbr/config/isxander-main-menu-credits.json" hash = "e9c780a3548faea77d7230f83a97497cf30ae5148d1855c632310f6fb69a5cec" +[[files]] +file = "config/yosbr/config/jade/jade.json" +hash = "93659894926ba2ecfbc945e4fba97ef4d2b780d5389c335c5e3abf36a9bff2b8" + +[[files]] +file = "config/yosbr/config/justzoom/config.txt" +hash = "a03899a15479d62cea3d3daa3600c40e29eb3cb6284fa64d65191dbcde591e6d" + [[files]] file = "config/yosbr/config/lambdynlights.toml" -hash = "326ec0c840e65aedf5c6048ea6016d551be38cf23f692949e105a4a388ad8be7" +hash = "0af54c3df4b8b9ab8586d634726a18aaef238e383f7af0afe155e0f4dc4d2918" + +[[files]] +file = "config/yosbr/config/lithium.properties" +hash = "928fdb1e604e394de7389a4b7a7f230fe6863a468e1839bee22d80652ea0d31f" + +[[files]] +file = "config/yosbr/config/midnightcontrols copy.json" +hash = "8ff8e18eed65531b433c9ca1ea0e1657f07bfd8cd54cee37c950ed93cf9663f3" [[files]] file = "config/yosbr/config/midnightcontrols.json" hash = "b792f2977c2889e388d0a0e83e316ed4f27050729d86c8623e8472accb8a2a46" +[[files]] +file = "config/yosbr/config/midnightlib copy.json" +hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980" + [[files]] file = "config/yosbr/config/midnightlib.json" hash = "57b848fb6d7c03b6124297de49b1e4cb169e74db042c74aecf79f035ae2f3980" [[files]] file = "config/yosbr/config/modernfix-mixins.properties" -hash = "3c5317882a50941e2384b9739ec3aa688f297105691c9d8d577936ad29c1d575" +hash = "786d733801189d70e38ce485533505679bc765de871dc35235cc505786e6ad4f" [[files]] file = "config/yosbr/config/modmenu.json" @@ -110,7 +154,15 @@ hash = "dacff858c9d3d3d96a4b6b902133d0691e320e21a2f57adc6bb6cb9875763582" [[files]] file = "config/yosbr/config/moreculling.toml" -hash = "b2ff60a305956fb2a381c6c61d960d2b220d83d9c7737e2ac4ab34a1f604af56" +hash = "1fd983cb5539f39359982fb26efa37fa5111087a6d44e05fe268134ea11cee13" + +[[files]] +file = "config/yosbr/config/panorama_screens/settings.json" +hash = "195baed1501b5a463600cb463556f9a59f362746418147e0b033ea855e44056d" + +[[files]] +file = "config/yosbr/config/pickupnotifier/pickupnotifier-client.toml" +hash = "987df7f93e6cdfe6773eb3e8ffaef563f784bf3d07074c966cb2e92d0f425e77" [[files]] file = "config/yosbr/config/puzzle.json" @@ -122,47 +174,190 @@ hash = "ae5ac855a568395ec300fc8ba9ab8873a8f0965cc4545c2b44fa3a4719d22a85" [[files]] file = "config/yosbr/config/sodium-options.json" -hash = "622bea3eed609922f9cbd031effdcd46224476f0b2a124cd7ab3651f0727c8c2" +hash = "51136f5621828014c5372dd371a17f7708a4c2b73208ea503c49d20ad395d677" + +[[files]] +file = "config/yosbr/config/threadtweak.json" +hash = "b4c1cc5fc213225d64e685a3b632092e909386ab41bd9925f9cf7efd53d1ad46" + +[[files]] +file = "config/yosbr/config/voicechat/translations.properties" +hash = "b258a94a5ed60fbf93b66c452c3d6e36b044f630741f90e5b13852a4805b235e" + +[[files]] +file = "config/yosbr/config/voicechat/username-cache.json" +hash = "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a" + +[[files]] +file = "config/yosbr/config/voicechat/voicechat-client.properties" +hash = "3e74b74fad44d2110d1e7b0e326693d6516008ad553529c3f808c8cbd93dffda" + +[[files]] +file = "config/yosbr/config/voicechat/voicechat-server.properties" +hash = "113c58beef075e2ea9af1491fa2a35b12419806462dd91c5436ad3677e4d1b4b" + +[[files]] +file = "config/yosbr/config/voicechat/voicechat-volumes.properties" +hash = "33afebdb8ef07a3d774086931dec8d899f4da7aeba5b448fd4eee540ba5e02a2" + +[[files]] +file = "config/yosbr/config/xaerominimap.txt" +hash = "4cb5ade5472b95a9d99c6a6192994d71ae7258636e67d326ca088280ed9c1e71" [[files]] file = "config/yosbr/options.txt" hash = "a4e21bdb6c14b12cd603354e683a00e261161a62ee20a3c5dd03b2be841a7754" +[[files]] +file = "mods/3dskinlayers.pw.toml" +hash = "2373a51d6ab343feab6206502254d31c129866e822f2eeedb6462d98a44648a2" +metafile = true + [[files]] file = "mods/advancementinfo.pw.toml" hash = "8820fc940ecf84735fb2c52b0f18ca815a189dd8d69ffefe203fa2a9df882b46" metafile = true +[[files]] +file = "mods/ambientsounds.pw.toml" +hash = "56d41b83cc422ac009f950b498fe9e44b2fcec1be1d932118882824a33bf33e6" +metafile = true + [[files]] file = "mods/animatica.pw.toml" hash = "f1c6e7bcc55913a2b8a5a37615af075e054bf4528ea90af7a137c672ce69e088" metafile = true +[[files]] +file = "mods/appleskin.pw.toml" +hash = "c40cb22a60e02eee6dc7354f172b261913aa54bc774162911520aa892cb34265" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "7aecf39b068aa52d8e8c2d65d337de3563b0fcc78a999ee62b712d01c52f75d6" +metafile = true + +[[files]] +file = "mods/armor-statues.pw.toml" +hash = "5cbf2d4409c9ec5ee8fc8f2a213710e2b26a5abd388c3a35bc85e97f10bfe628" +metafile = true + +[[files]] +file = "mods/bad-wither-no-cookie.pw.toml" +hash = "50bb875e8d4cf02cc43cc444af6aebd2dc1499ccf505387c3d217883f2461611" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "f1a2595982146e9c616e41848f8a21ef9b73a3fca8d1e28d90b3abbac1a2e308" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "15ffdd33dbb177518e7e1e22bb3897c3807fb691944e745db8d048d1d6fcb712" +metafile = true + +[[files]] +file = "mods/bbrb.pw.toml" +hash = "52b6564994ea2d4561ec808fb78c4c4a5e2c50dee0054dfc2872a8c97219e3a4" +metafile = true + [[files]] file = "mods/better-mount-hud.pw.toml" hash = "5a4ffff90d3f11b3b2efccf3cd08a0ba9aa704070df3e68364e81dd038c2c015" metafile = true +[[files]] +file = "mods/better-third-person.pw.toml" +hash = "571b740030954db87fff6ded8dd36f9f3fb0301a6853e9ccab444ad17ed52f91" +metafile = true + +[[files]] +file = "mods/betterf3.pw.toml" +hash = "9b4caa235f691df572aa224d2d4023371315490822af79a18665f7641fc7cc46" +metafile = true + +[[files]] +file = "mods/bettergrassify.pw.toml" +hash = "675ee1957832f88cecd4df71ee20ce0b423e2301fdff9960ac156938b82371cf" +metafile = true + +[[files]] +file = "mods/blur-plus.pw.toml" +hash = "9140afca3b9bf4df764216dd2c8d748e64d26e7a04832352f900f06d548b0ebe" +metafile = true + +[[files]] +file = "mods/boat-item-view.pw.toml" +hash = "aeefb21b3c8db861561b23878a62e2b1a9921312e1e121c937bca09345d5e0d6" +metafile = true + +[[files]] +file = "mods/bookshelf-lib.pw.toml" +hash = "c6746edec1a7bcbca3f93ad88bca75eb418d3d702571d9a3e3b960c63a6a6e72" +metafile = true + [[files]] file = "mods/borderless-mining.pw.toml" hash = "145b8398ffc950fdbe862a03b10de37573b55582cae95624bc3320326e02773c" metafile = true +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "64fc1fc2732f3cde1a6d15e10d415bd551e9919c0fd8514f6d7f0401020c32b7" +metafile = true + +[[files]] +file = "mods/cameraoverhaul.pw.toml" +hash = "110b9cdfdd6c9205fa6ddea920c8108aa002a8f5d52f5542399a59c83e119c44" +metafile = true + [[files]] file = "mods/capes.pw.toml" hash = "996ea3f0d44c9658332ff89c5ea347c3a2d6f635ccbaa3f5afd6ca5bed958127" metafile = true +[[files]] +file = "mods/chat-heads.pw.toml" +hash = "6a4d95c58daa0393963708fafcca8ffcc74d15b823e827c3d9ac808d36cde0fb" +metafile = true + +[[files]] +file = "mods/cherished-worlds.pw.toml" +hash = "eb0a40486a66d164bc532ac890cd62f0c2a69000333fb860331cb61525842c09" +metafile = true + +[[files]] +file = "mods/chunky.pw.toml" +hash = "7d4e1a1dfe1ed2c252cdd621576b740040de016b50aea5385c2f59f2b6a2a86d" +metafile = true + [[files]] file = "mods/cit-resewn.pw.toml" hash = "90a61faac19eb88a2dbb4b201e1e99633c193da142c89fb6ae97b3b1d2901f99" metafile = true +[[files]] +file = "mods/cleardespawn.pw.toml" +hash = "5417eec2bcea1b40a8887ce3d058db0668794fecf45b2ed85cf310eead276040" +metafile = true + +[[files]] +file = "mods/client-tweaks.pw.toml" +hash = "5f2b88db602156dabeaa83ca54c636b814ac71eb0e065c7ded63f1705950f408" +metafile = true + [[files]] file = "mods/cloth-config.pw.toml" hash = "877570b7ab6eba741882447d21e207a38e715cb6e4131790af012bec6ab95cde" metafile = true +[[files]] +file = "mods/clumps.pw.toml" +hash = "1c0c3963c3db4b98d5e558612a727587993067110a0911fda7926364af29c443" +metafile = true + [[files]] file = "mods/continuity.pw.toml" hash = "5b8a42572d9e261c213c799007b27a839b39b06a6fa29af298da97ccc7b87b7e" @@ -173,16 +368,56 @@ file = "mods/controlify.pw.toml" hash = "5027f43f0f5b26fab13f2bf72e33667513ff956b2c86c2ad02f6e83c2de984fb" metafile = true +[[files]] +file = "mods/coroutil.pw.toml" +hash = "dbfea8b0003b507030d0792c2dbb66de5dd0d3b6bf8eee6f2bca0fbf1a85edef" +metafile = true + +[[files]] +file = "mods/creativecore.pw.toml" +hash = "96ddb853606cab8a1ee3dc26009e9feacd23e99abb30e9963628e8e5f34e4d10" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "6dfef2ea6c6bab996b45c559fd23a6e151ae5a4b76b80437e8d84e35be5348e1" +metafile = true + +[[files]] +file = "mods/cut-through.pw.toml" +hash = "b3eec581bb7d64182638b805f94c0e04fc0671652ae38e10db690895f5c729c2" +metafile = true + +[[files]] +file = "mods/damagenumbers.pw.toml" +hash = "c79a5f23392dc44a47a7c700b1fb4799900695b8ef38637de517e6496833757f" +metafile = true + [[files]] file = "mods/debugify.pw.toml" hash = "3171388e47e9c8d0c00c57d88a5a1a22c5c1c1b9a0a10251e2a46b155e74ce21" metafile = true +[[files]] +file = "mods/distraction-free-recipes.pw.toml" +hash = "3d655e6f8187c39d460b6efd7e5fead4bb56c9daeb1c22d1655bf16c609c40a5" +metafile = true + [[files]] file = "mods/dynamic-fps.pw.toml" hash = "36b8c58ada55e383d0d13796d94bff4c239094744d358b9c24a61b27b5b73507" metafile = true +[[files]] +file = "mods/dynamiccrosshair.pw.toml" +hash = "7ed5634f201b9f5b1f94b340087aad72c6952a200400441d2a1f9ece30c94f5c" +metafile = true + +[[files]] +file = "mods/dynamiccrosshaircompat.pw.toml" +hash = "3692f00d1029ce6d4fb376cc0253d5b46f32f66c9c5bdfc0e09feb7bfc02ea09" +metafile = true + [[files]] file = "mods/e4mc.pw.toml" hash = "078fe1e7cc028c28d695922613cc8d03a6f97783197aebc5052169d7b3be371b" @@ -193,6 +428,16 @@ file = "mods/ebe.pw.toml" hash = "e3037ad0f9c75f94f56feb0f155575c79e79b56e750b9d29b591e25c82f72d08" metafile = true +[[files]] +file = "mods/emotecraft.pw.toml" +hash = "3b8fb790ae7b00829aec3d33d11ad68d1e0f7bb6b1877a81c5df15347f166dcd" +metafile = true + +[[files]] +file = "mods/enchantment-descriptions.pw.toml" +hash = "fdb6163d485330814333428d8ab11581d5e0ea2c2e71324935e8ae0e1047e4fb" +metafile = true + [[files]] file = "mods/entity-model-features.pw.toml" hash = "bd0bbb49257d999841efe01bb303657c17c11c56f3af6461a87fe11fbb2f5234" @@ -228,6 +473,11 @@ file = "mods/fadeless.pw.toml" hash = "31978b7ecd069822b0584c02f13b829135dc2a0521d7b8dde56e1531873014fb" metafile = true +[[files]] +file = "mods/fast-ip-ping.pw.toml" +hash = "3540736f84e24926900a584e1e8f1e6720458d7655d84d188a42b75e8546ec0d" +metafile = true + [[files]] file = "mods/fastquit.pw.toml" hash = "dc3e2c6e155a7850110d17c7ac32f40e1e31ea08c306154c2c6cc5c5304a80f2" @@ -238,21 +488,86 @@ file = "mods/ferrite-core.pw.toml" hash = "390276efb32f3934621f010265059d8ee67c276a88682d0be22aa6e8556d9223" metafile = true +[[files]] +file = "mods/fog.pw.toml" +hash = "604237ac7a32a56cad5b2277ff3972ce09875bab241bc8708a999b3bcd905342" +metafile = true + +[[files]] +file = "mods/forge-config-api-port.pw.toml" +hash = "3c498611b1464ef647695bbb1ea766565d845e3d092e462bcc5bc61267b6de40" +metafile = true + +[[files]] +file = "mods/iceberg.pw.toml" +hash = "dd42008c5965a39e8d48ab45c17e4049a89638759032491567031e34fc5daf06" +metafile = true + [[files]] file = "mods/immediatelyfast.pw.toml" hash = "ddddfd351ad1407fb3c8d0676211a866ffc097d26d5ed94e269a89a2774d1a89" metafile = true +[[files]] +file = "mods/immersive-tips.pw.toml" +hash = "52c517b8e435379d7c2c4a1aa444c7b551908c7f16905d31b5619291ce867283" +metafile = true + +[[files]] +file = "mods/immersive-ui.pw.toml" +hash = "35115a8dc02ca7e28dcbf5751129e3585caad02c3c8faaac21432e36e0052284" +metafile = true + +[[files]] +file = "mods/immersivethunder.pw.toml" +hash = "ff21f222927622a062eef43ccb18cf2bc51ab0c3400e4670b2745a5410b7d5da" +metafile = true + [[files]] file = "mods/indium.pw.toml" hash = "fa7a0adb7b6faf5108ab1d33350df765447ea8cb9d8215b0f995ab3a04e2eaf9" metafile = true +[[files]] +file = "mods/infinite-music.pw.toml" +hash = "281176385f9a9889a8958bee26998bd5b7a2c0966fdd55a4b6848e57a8ee31a8" +metafile = true + [[files]] file = "mods/iris.pw.toml" hash = "866933d8009c252d91ccf47cf9fc372fc03f943abaca80c328bd5e4fc003c1b9" metafile = true +[[files]] +file = "mods/item-highlighter.pw.toml" +hash = "a16b76d508ea911df0db79aee44563a8059f3eead0f8d4a1bc46504bc56d30f7" +metafile = true + +[[files]] +file = "mods/ive-spoken.pw.toml" +hash = "f09ed123d7c1ca51f415c285409632098e769106e124c9fc9b163b2e01f4d2f1" +metafile = true + +[[files]] +file = "mods/jade-addons-fabric.pw.toml" +hash = "bb8dffbd31b7f629dddb6b1e926bd5f9a67e1cfdebfa8346dd8afc5462c70683" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "b09f611d886674cb587fcf9e64e0e13ade46a17dec25745d83e0957dea212d18" +metafile = true + +[[files]] +file = "mods/jei.pw.toml" +hash = "efdbf1fc83ab612b693947fd404ea53eb79f8677fa4f44fb738ef3b03fe7ed43" +metafile = true + +[[files]] +file = "mods/krypton.pw.toml" +hash = "aa053a4ddff77d82d1522964c23c4a7f949537b4240e077020fcb5995d4fa073" +metafile = true + [[files]] file = "mods/lambdynamiclights.pw.toml" hash = "e4330e3398bc7c48ac7fc1d2557b093a1157f39a35f1675a097b18b57554f6ef" @@ -263,6 +578,11 @@ file = "mods/language-reload.pw.toml" hash = "c7953a811efde6bf5a330629c9385ae50a3eff2b84f59fa167c3af3e1b697f46" metafile = true +[[files]] +file = "mods/lazydfu.pw.toml" +hash = "1a5cd03008ca7ce028479312bbbe858996d08015db3028ac9c7a839be9e8560e" +metafile = true + [[files]] file = "mods/lithium.pw.toml" hash = "c56f82aa24c0a311c2b953f0e6baee8bf2b7a51d965111183161ebb448178fb4" @@ -278,6 +598,16 @@ file = "mods/memoryleakfix.pw.toml" hash = "522a01918e2d824546f35556323927967c8bc70200647766b2de5e18693aef90" metafile = true +[[files]] +file = "mods/midnightcontrols.pw.toml" +hash = "a2ee9d39fdab20528de0d17ce700cf8d8303f07d9ffb636439f32039104cf447" +metafile = true + +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "629aa6c6b039b1b2e038e4b5813c6b9a953a5bf3f33c231ee112cfa8abfc1107" +metafile = true + [[files]] file = "mods/mixintrace.pw.toml" hash = "6fbe37eb299a174c79d6a980ec540c66f40a9c2c745a141a8e3a8b7220718e2e" @@ -308,11 +638,36 @@ file = "mods/moreculling.pw.toml" hash = "2ba3cfc6715e88abdb46924591e9b0d79d99a60d08a5fb71ad66853cc947bd32" metafile = true +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "ae7e17f4b672f8db1f526e294a903122f06cc1cd6f7bfe5607c9f429766d2c3d" +metafile = true + +[[files]] +file = "mods/mru.pw.toml" +hash = "3b5725bc77ec8d601487e14a2bc440e97e10ead0cecba40f258dd6b20f869dbe" +metafile = true + +[[files]] +file = "mods/night-auto-config.pw.toml" +hash = "fada5f7a5257bea388c39645125dd9080cf02110fcc3bc725affbacc16f641d6" +metafile = true + [[files]] file = "mods/no-chat-reports.pw.toml" hash = "218e7b9a51dccc3981cc1a38b538391b5407157faa2eed12915cc42259599abc" metafile = true +[[files]] +file = "mods/no-telemetry.pw.toml" +hash = "96135add59ef1b3c528f876a21a16e5fae4b3957649e2022d2595cee1a5dd42f" +metafile = true + +[[files]] +file = "mods/noisium.pw.toml" +hash = "0af4447cae5d3acbc946a5855bd553f6bd8c3f2c21363373759003aef1455452" +metafile = true + [[files]] file = "mods/nuit-interop.pw.toml" hash = "e22bcc46e33a0cdd82bfb18c8ec6f60eacf84f9c9ef773ef5ff0c93ad1990fc5" @@ -323,26 +678,76 @@ file = "mods/nuit.pw.toml" hash = "1a1b5ebfca9831e395d4c39b289ecb9b6100ce28dce11d0de104d6e25d5029f3" metafile = true +[[files]] +file = "mods/octo-lib.pw.toml" +hash = "841cbbe7ad6e545721e4dd05ad3b97d862bc70e7f1491917188c97184b587fce" +metafile = true + [[files]] file = "mods/optigui.pw.toml" hash = "584ea3f14c08571845182699c2e980eb3c92cd7f7fa5c66383a5467deac8cdcd" metafile = true +[[files]] +file = "mods/panorama-screens.pw.toml" +hash = "cd6d5f10083715ce99cda1d5de7afc7b33e13b439ac2e17a68af87d17f37c5b7" +metafile = true + +[[files]] +file = "mods/paper-doll.pw.toml" +hash = "a2aa654dad242812af5b11f8cb9bdc6833fccadf579f92a2aa6e7fe8353247b8" +metafile = true + +[[files]] +file = "mods/pick-up-notifier.pw.toml" +hash = "57ccabf627c8f570cffb867388a2e5a9d68c064537b1784d76cc7548b1ff5b51" +metafile = true + [[files]] file = "mods/puzzle.pw.toml" hash = "e71c242164a1fdbe43286bbf9a6562859becb2b32378a68ab1768238790b9063" metafile = true +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "328c31b79a97ba8e89162009f9df6e645884b4b79e800163ff5c8ef97384f6ba" +metafile = true + [[files]] file = "mods/reeses-sodium-options.pw.toml" hash = "362337aa72e8da96a90dc33b1b40ba4afb7c18ce951e389819a4c342c2a2efd1" metafile = true +[[files]] +file = "mods/resourcify.pw.toml" +hash = "0cef3f8e7315e64015d7bdd8bb72d3b05bf0e020b20a60857fafcb1171cae488" +metafile = true + [[files]] file = "mods/rrls.pw.toml" hash = "14973e05c492540865ab27fd7d7f250e4120c59dbb7dcdd3f9eb2ef0fcb0aa18" metafile = true +[[files]] +file = "mods/scribble.pw.toml" +hash = "fad13f889ef6b78035fdc3ccd6d9005267aa17d23a6971eb55271858a1d83210" +metafile = true + +[[files]] +file = "mods/seamless-loading-screen.pw.toml" +hash = "7a628cb2dd63b56e5cbcdc63aaf94875807364e652f79102543e027e0c17dcef" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "9fec63e6bc5721bbc2ecc9d516be5415eea4878ecbea46ec51a992b4fe8a0634" +metafile = true + +[[files]] +file = "mods/skinrestorer.pw.toml" +hash = "d0e0795584e42c4bd2ba652e9359c1b2f471229ba453b17764dc649af1904434" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "326bf4a023fbbbda1fe5e02c405221030b361b8d6e662fc6326962ce0779e633" @@ -353,6 +758,56 @@ file = "mods/sodium.pw.toml" hash = "2a75e822c4730db9acd73e1602bb8d554cffb379d3d0a239f49ca326535e1686" metafile = true +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "5c08ac1107d256b32f39b597d66b01c732662142d2c5de422ede1bd10a69fb2a" +metafile = true + +[[files]] +file = "mods/sound.pw.toml" +hash = "fada5a7b33eb34317375808b1b66d0c9fe8f7ceb362f1b49be2ba368c2782e0c" +metafile = true + +[[files]] +file = "mods/spark.pw.toml" +hash = "3d6c099cf62c0df13b800759c67bbf1f5e94af968a6d478915eeabb0f60d6442" +metafile = true + +[[files]] +file = "mods/starlight.pw.toml" +hash = "e7acdbaef7d8626ddc8db2dfd0163e5268678c69e97cdc767a36817befda4bf9" +metafile = true + +[[files]] +file = "mods/threadtweak.pw.toml" +hash = "aef3c0c9ec9738af9682b335a5c732b7b885299821f3ab4ae010a216171ef43a" +metafile = true + +[[files]] +file = "mods/tooltipfix.pw.toml" +hash = "c4807f4aae75a52b2bc345c11e46e9ad7c0a0191c2d4ebcd815902e46965f8e3" +metafile = true + +[[files]] +file = "mods/txnilib.pw.toml" +hash = "8112056354cf226aa44808b85480b10972b3a73649ac750395659e3ab257024d" +metafile = true + +[[files]] +file = "mods/vmp-fabric.pw.toml" +hash = "4f62a08a998a282f5c40b189aa2bf84c9f14dddcdd6c6a161c2887b47aef56ff" +metafile = true + +[[files]] +file = "mods/what-are-they-up-to.pw.toml" +hash = "4fb215ea813d69fe31a18a7836a475464f8090c50a147d6a86b66c13f3728fcb" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "972fde2494b1772611861352e9634c398382eb0dba7ce241721468969e5404d1" +metafile = true + [[files]] file = "mods/yacl.pw.toml" hash = "8d9192bf2bcec55e0aad56fddcb86eb9f35d4d38e44b83228b6ac4547320fc08" diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml new file mode 100644 index 0000000..cc44063 --- /dev/null +++ b/mods/3dskinlayers.pw.toml @@ -0,0 +1,16 @@ +filename = 'skinlayers3d-fabric-1.8.0-mc1.20.1.jar' +name = '3D Skin Layers' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '41099cab21f833feb203cf31dfb78d39209c9cfebbee6f5492377f0d7e9ed8c4c665aa5f057836bdfd80fbc7b88e442863452356c9a5a1a1ec8b24553ce95d1c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/zV5r3pPn/versions/yjqaUIff/skinlayers3d-fabric-1.8.0-mc1.20.1.jar' + +[update.modrinth] +mod-id = 'zV5r3pPn' +version = 'yjqaUIff' \ No newline at end of file diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml new file mode 100644 index 0000000..0bcec8e --- /dev/null +++ b/mods/ambientsounds.pw.toml @@ -0,0 +1,16 @@ +filename = 'AmbientSounds_FABRIC_v6.1.11_mc1.20.1.jar' +name = 'AmbientSounds' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd3e08a66c62835b9dd99b0f06f0cff2bc3cbbb4b5aef618a54c4efe857b641f584efbd98b24d92cfe1cd862854b1b7968afe8a5a2b3fc148ca752134d6824212' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fM515JnW/versions/3Iynk0Gr/AmbientSounds_FABRIC_v6.1.11_mc1.20.1.jar' + +[update.modrinth] +mod-id = 'fM515JnW' +version = '3Iynk0Gr' \ No newline at end of file diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..6a81690 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,16 @@ +filename = 'appleskin-fabric-mc1.20.1-2.5.1.jar' +name = 'AppleSkin' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '1544c3705133694a886233bdf75b0d03c9ab489421c1f9f30e51d8dd9f4dcab5826edbef4b7d477b81ac995253c6258844579a54243422b73446f6fb8653b979' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar' + +[update.modrinth] +mod-id = 'EsAfCjCV' +version = 'xcauwnEB' \ No newline at end of file diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..e691a11 --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,16 @@ +filename = 'architectury-9.2.14-fabric.jar' +name = 'Architectury API' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar' + +[update.modrinth] +mod-id = 'lhGA9TYQ' +version = 'WbL7MStR' \ No newline at end of file diff --git a/mods/armor-statues.pw.toml b/mods/armor-statues.pw.toml new file mode 100644 index 0000000..9a547b9 --- /dev/null +++ b/mods/armor-statues.pw.toml @@ -0,0 +1,16 @@ +filename = 'ArmorStatues-v8.0.6-1.20.1-Fabric.jar' +name = 'Armor Statues' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '939d1d2f676e3b20d2804377c940a6e81256b2bb1f45ecf644ed82de2108a467e7f39bc4c89d3e48680dfeca786231f5347ecabdf7c6c124ce3230de48e98be2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/bbGCtEvb/versions/D9e0CJWj/ArmorStatues-v8.0.6-1.20.1-Fabric.jar' + +[update.modrinth] +mod-id = 'bbGCtEvb' +version = 'D9e0CJWj' \ No newline at end of file diff --git a/mods/bad-wither-no-cookie.pw.toml b/mods/bad-wither-no-cookie.pw.toml new file mode 100644 index 0000000..f3ea457 --- /dev/null +++ b/mods/bad-wither-no-cookie.pw.toml @@ -0,0 +1,16 @@ +filename = 'bwncr-fabric-1.20.1-3.17.2.jar' +name = 'Bad Wither No Cookie - Reloaded' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ef4b732a6962f122fad2a5f53eb253fdce30d5a1a69e73a7ca5cba092759df73798fc60dcc2752126e5deae13b56e303e8f3243ae6caec266332b4687ee26c27' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/lL2MtE37/versions/Ekf2IOd0/bwncr-fabric-1.20.1-3.17.2.jar' + +[update.modrinth] +mod-id = 'lL2MtE37' +version = 'Ekf2IOd0' \ No newline at end of file diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..98fd2e4 --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,16 @@ +filename = 'balm-fabric-1.20.1-7.3.31.jar' +name = 'Balm' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c4cf7008ca7d954ed5fc10b4634e3c45d8a36d5cc0bd846cef580f3e1feb81a4d700b1e5029a154e57443470662a56fcbc842117a2f55947ebc90cd5b081a823' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/MBAkmtvl/versions/x05ZVyBJ/balm-fabric-1.20.1-7.3.31.jar' + +[update.modrinth] +mod-id = 'MBAkmtvl' +version = 'x05ZVyBJ' \ No newline at end of file diff --git a/mods/bbrb.pw.toml b/mods/bbrb.pw.toml new file mode 100644 index 0000000..bebdd2d --- /dev/null +++ b/mods/bbrb.pw.toml @@ -0,0 +1,16 @@ +filename = 'betterbiomereblend-1.4.2.jar' +name = 'Better Biome Reblend' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6', '24w14potato' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '04f20d54c51329074bd71931c3aefdf0a58d6d0c7806f3fce85800055823eb6620416b8f28a69cc6e6a31658c3146332e71a71c00719ed80319b1ce80180a00c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Xh8hkQmD/versions/qAIsaWTg/betterbiomereblend-1.4.2.jar' + +[update.modrinth] +mod-id = 'Xh8hkQmD' +version = 'qAIsaWTg' \ No newline at end of file diff --git a/mods/better-third-person.pw.toml b/mods/better-third-person.pw.toml new file mode 100644 index 0000000..9064cf6 --- /dev/null +++ b/mods/better-third-person.pw.toml @@ -0,0 +1,16 @@ +filename = 'BetterThirdPerson-Fabric-1.20-1.9.0.jar' +name = 'Better Third Person' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'cfc22f3247dea81f5782f88b8cb72debb41025f575a97618f8ce667d31f8903bbbcb80955e7e378defa9eb447a725424170b63e5415157faed6f2e79198c10af' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/G1s2WpNo/versions/1yJzEpzh/BetterThirdPerson-Fabric-1.20-1.9.0.jar' + +[update.modrinth] +mod-id = 'G1s2WpNo' +version = '1yJzEpzh' \ No newline at end of file diff --git a/mods/betterf3.pw.toml b/mods/betterf3.pw.toml new file mode 100644 index 0000000..fe88342 --- /dev/null +++ b/mods/betterf3.pw.toml @@ -0,0 +1,16 @@ +filename = 'BetterF3-7.0.2-Fabric-1.20.1.jar' +name = 'BetterF3' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '1b1f5bae45050bf01a23c57cfe94b7f42c6e0e9d669150effc04d3d09fd43c2dbea6c634117309ab1ee11253fcdb3c6061a9034e963b7f08476a76f1e98c3b8a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar' + +[update.modrinth] +mod-id = '8shC1gFX' +version = '7WkFnw9F' \ No newline at end of file diff --git a/mods/blur-plus.pw.toml b/mods/blur-plus.pw.toml new file mode 100644 index 0000000..9289a50 --- /dev/null +++ b/mods/blur-plus.pw.toml @@ -0,0 +1,16 @@ +filename = 'blur-3.1.0.jar' +name = 'Blur+' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c2e8d0bc87eb8bb5d36f4e980ef1a680e6238043f79553fa13248f6c9d46d18fce209ed57c66e1d1ce7aff04a397dd0ec907c3e07ff02c2c94c20998c6a22768' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar' + +[update.modrinth] +mod-id = 'NK39zBp2' +version = 'dki8Ab2D' \ No newline at end of file diff --git a/mods/boat-item-view.pw.toml b/mods/boat-item-view.pw.toml new file mode 100644 index 0000000..f0bda6b --- /dev/null +++ b/mods/boat-item-view.pw.toml @@ -0,0 +1,16 @@ +filename = 'Boat-Item-View-Fabric-1.20.1-0.0.5.jar' +name = 'Boat Item View' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'f38bddc133cdc681932c6c8adfa31c71a57f2174a703880c70649f8db5fc01573fdd247c865801ebd6daf7f49ec5b63bc86334a83533526efae5f61113fe7f15' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/BdKIyOLe/versions/Q3Z6GESL/Boat-Item-View-Fabric-1.20.1-0.0.5.jar' + +[update.modrinth] +mod-id = 'BdKIyOLe' +version = 'Q3Z6GESL' \ No newline at end of file diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml new file mode 100644 index 0000000..2f639c9 --- /dev/null +++ b/mods/bookshelf-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'Bookshelf-Fabric-1.20.1-20.2.13.jar' +name = 'Bookshelf' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6cc0536833c4f1922711da91c3baf3a79b4bf8c72aa548a34e8f4852fc9b1cb51f21729c58544fbe05909fd3e1da316d1f885033af5844024cea936c3626e3d2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/uy4Cnpcm/versions/CBnLZwRS/Bookshelf-Fabric-1.20.1-20.2.13.jar' + +[update.modrinth] +mod-id = 'uy4Cnpcm' +version = 'CBnLZwRS' \ No newline at end of file diff --git a/mods/cameraoverhaul.pw.toml b/mods/cameraoverhaul.pw.toml new file mode 100644 index 0000000..3738996 --- /dev/null +++ b/mods/cameraoverhaul.pw.toml @@ -0,0 +1,16 @@ +filename = 'CameraOverhaul-v2.0.4-fabric+mc[1.20.0-1.20.5].jar' +name = 'Camera Overhaul' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c4c47e5eace7a18733cb5444c997597d132bbc7b79ae11628c27fe4f42973e8094de5ad39161660a3e9a7d9e8448f5f41b7ff026231889aca646635be6ed92a5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/m0oRwcZx/versions/4oWNKGuh/CameraOverhaul-v2.0.4-fabric%2Bmc%5B1.20.0-1.20.5%5D.jar' + +[update.modrinth] +mod-id = 'm0oRwcZx' +version = '4oWNKGuh' \ No newline at end of file diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml new file mode 100644 index 0000000..cafe3c0 --- /dev/null +++ b/mods/chat-heads.pw.toml @@ -0,0 +1,16 @@ +filename = 'chat_heads-0.13.18-fabric-1.20.jar' +name = 'Chat Heads' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd657684ab15471b7baad2dcd30d2f4553504742dce19acd92b4760971acf4f404e9f4193da00283cc1b50d772b24190d106aaf99103c1d425a1bdba31e71c675' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Wb5oqrBJ/versions/V9vDVRF6/chat_heads-0.13.18-fabric-1.20.jar' + +[update.modrinth] +mod-id = 'Wb5oqrBJ' +version = 'V9vDVRF6' \ No newline at end of file diff --git a/mods/cherished-worlds.pw.toml b/mods/cherished-worlds.pw.toml new file mode 100644 index 0000000..e0c01d4 --- /dev/null +++ b/mods/cherished-worlds.pw.toml @@ -0,0 +1,16 @@ +filename = 'cherishedworlds-fabric-6.1.7+1.20.1.jar' +name = 'Cherished Worlds' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '1472b333e65e40d447e2967a83949d32daa68a008b52248117b825b763784872aefc29709c6c67e1175c1d8706710a2e48f8510f291f53562371fb3cf1c4e65f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/3azQ6p0W/versions/K58Y722e/cherishedworlds-fabric-6.1.7%2B1.20.1.jar' + +[update.modrinth] +mod-id = '3azQ6p0W' +version = 'K58Y722e' \ No newline at end of file diff --git a/mods/chunky.pw.toml b/mods/chunky.pw.toml new file mode 100644 index 0000000..9c0ccba --- /dev/null +++ b/mods/chunky.pw.toml @@ -0,0 +1,16 @@ +filename = 'Chunky-1.3.146.jar' +name = 'Chunky' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9dbb82993302a8dfbe6ce1f46a051d72b5ada924424f4e23674ce660d209257584159a33248fa9247793e9ba03d3a117299ce1ff6685f06a7fb87c96504459aa' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar' + +[update.modrinth] +mod-id = 'fALzjamp' +version = 'NHWYq9at' \ No newline at end of file diff --git a/mods/cleardespawn.pw.toml b/mods/cleardespawn.pw.toml new file mode 100644 index 0000000..c66e241 --- /dev/null +++ b/mods/cleardespawn.pw.toml @@ -0,0 +1,16 @@ +filename = 'ClearDespawn-fabric-1.20.2-1.1.15.jar' +name = 'ClearDespawn' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd96313239c52fae58bc4d63d213fc7b84e93d021c537fb2236d797c9283c5ea07dd918494778252b487aec910edee2b2345e09106eb1c6994f6c75a2984af5f1' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/yoJJjRRE/versions/jpRIGRtD/ClearDespawn-fabric-1.20.2-1.1.15.jar' + +[update.modrinth] +mod-id = 'yoJJjRRE' +version = 'jpRIGRtD' \ No newline at end of file diff --git a/mods/client-tweaks.pw.toml b/mods/client-tweaks.pw.toml new file mode 100644 index 0000000..3778615 --- /dev/null +++ b/mods/client-tweaks.pw.toml @@ -0,0 +1,16 @@ +filename = 'clienttweaks-fabric-1.20.1-11.1.3.jar' +name = 'Client Tweaks' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2d6d63aaa441a216bada2d3f53591527e662d6be05a22d873a0910e4e68a38818446ceaf4ac70ddd17fba85250997dcb4d1cbcc4a47b8f79b813f1a5532a1e47' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/vPNqo58Q/versions/qOrKqP96/clienttweaks-fabric-1.20.1-11.1.3.jar' + +[update.modrinth] +mod-id = 'vPNqo58Q' +version = 'qOrKqP96' \ No newline at end of file diff --git a/mods/clumps.pw.toml b/mods/clumps.pw.toml new file mode 100644 index 0000000..16f0127 --- /dev/null +++ b/mods/clumps.pw.toml @@ -0,0 +1,16 @@ +filename = 'Clumps-fabric-1.20.1-12.0.0.4.jar' +name = 'Clumps' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2235d29b1239d5526035bffd547d35fe33b9e737d3e75cd341f6689d9cd834d0a7dc03ed80748772162cd9595ba08e7a0ab51221bc145a8fd979d596c3967544' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Wnxd13zP/versions/hefSwtn6/Clumps-fabric-1.20.1-12.0.0.4.jar' + +[update.modrinth] +mod-id = 'Wnxd13zP' +version = 'hefSwtn6' \ No newline at end of file diff --git a/mods/coroutil.pw.toml b/mods/coroutil.pw.toml new file mode 100644 index 0000000..e3c7559 --- /dev/null +++ b/mods/coroutil.pw.toml @@ -0,0 +1,16 @@ +filename = 'coroutil-fabric-1.20.1-1.3.7.jar' +name = 'CoroUtil' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4a03363dd9cfd517eb04bea77779c88e74f12c1dacadc726869cb9b595348d615e50041893ad72155f7ac2c359219604710d6157dec95a46fe0e598ef5642035' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/rLLJ1OZM/versions/7tRnsYkP/coroutil-fabric-1.20.1-1.3.7.jar' + +[update.modrinth] +mod-id = 'rLLJ1OZM' +version = '7tRnsYkP' \ No newline at end of file diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml new file mode 100644 index 0000000..b8da810 --- /dev/null +++ b/mods/creativecore.pw.toml @@ -0,0 +1,16 @@ +filename = 'CreativeCore_FABRIC_v2.12.33_mc1.20.1.jar' +name = 'CreativeCore' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '14040744178fb87adafe525a7f2eda0512e1154b0c29e702265aa948dec9cc65bdc064f72d6f023907d321221e7fb5c1309ddcd6d96d419b1a0c46809fb6c7cc' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/OsZiaDHq/versions/pcUy2Oig/CreativeCore_FABRIC_v2.12.33_mc1.20.1.jar' + +[update.modrinth] +mod-id = 'OsZiaDHq' +version = 'pcUy2Oig' \ No newline at end of file diff --git a/mods/cut-through.pw.toml b/mods/cut-through.pw.toml new file mode 100644 index 0000000..2430bc7 --- /dev/null +++ b/mods/cut-through.pw.toml @@ -0,0 +1,16 @@ +filename = 'CutThrough-v8.0.2-1.20.1-Fabric.jar' +name = 'Cut Through' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ca1c67d7c948b6832480877d1d2483a1f5b9d29fe55963bcbbecd59f22b8546e377d1a8b85b38557a95cb0a2de2be90ef9beeb1dc3d510f1679124ec49b90f0f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/Dk6su9JN/versions/UdH7Njsc/CutThrough-v8.0.2-1.20.1-Fabric.jar' + +[update.modrinth] +mod-id = 'Dk6su9JN' +version = 'UdH7Njsc' \ No newline at end of file diff --git a/mods/damagenumbers.pw.toml b/mods/damagenumbers.pw.toml new file mode 100644 index 0000000..9f07d4d --- /dev/null +++ b/mods/damagenumbers.pw.toml @@ -0,0 +1,16 @@ +filename = 'damagenumbers-1.4.0-fabric.jar' +name = 'Damage Numbers' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ada9adf09d17508f66a4b790b8afaba126bb013645b9cd04595887cfe69a9e68787bd5302c73f70b60f4d27ca327903dbf1595cfdd71d19f939d6c5c1bf1763e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/iWdXs2dQ/versions/xpk8YOKG/damagenumbers-1.4.0-fabric.jar' + +[update.modrinth] +mod-id = 'iWdXs2dQ' +version = 'xpk8YOKG' \ No newline at end of file diff --git a/mods/distraction-free-recipes.pw.toml b/mods/distraction-free-recipes.pw.toml new file mode 100644 index 0000000..af82397 --- /dev/null +++ b/mods/distraction-free-recipes.pw.toml @@ -0,0 +1,16 @@ +filename = 'distraction_free_recipes-fabric-1.2.1-1.20.1.jar' +name = 'Distraction Free Recipes (EMI / REI / JEI)' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '7732f6cb17d44a9c1c1d3caca4eab39fe19bb791724e64c209f50b7bc56b91b364e5640df86e531ce498d43caec9da002962ddf5d7b962e2dfded19244391465' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/gbJLUhZP/versions/GdXrDwYH/distraction_free_recipes-fabric-1.2.1-1.20.1.jar' + +[update.modrinth] +mod-id = 'gbJLUhZP' +version = 'GdXrDwYH' \ No newline at end of file diff --git a/mods/dynamiccrosshair.pw.toml b/mods/dynamiccrosshair.pw.toml new file mode 100644 index 0000000..ca28591 --- /dev/null +++ b/mods/dynamiccrosshair.pw.toml @@ -0,0 +1,16 @@ +filename = 'dynamiccrosshair-9.6+1.20.1-fabric.jar' +name = 'Dynamic Crosshair' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '378ab1fc17346d0ec43547c5d3081dc419a4356365adea66108c34a01ac6adb0fc60d7a09c0d0bde63ba68cdfe633d734ac4639989253f9c4fc8e7f9a842221a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZcR9weSm/versions/oUEx3cFy/dynamiccrosshair-9.6%2B1.20.1-fabric.jar' + +[update.modrinth] +mod-id = 'ZcR9weSm' +version = 'oUEx3cFy' \ No newline at end of file diff --git a/mods/dynamiccrosshaircompat.pw.toml b/mods/dynamiccrosshaircompat.pw.toml new file mode 100644 index 0000000..b8ce50f --- /dev/null +++ b/mods/dynamiccrosshaircompat.pw.toml @@ -0,0 +1,16 @@ +filename = 'dynamiccrosshaircompat-4.3+1.20.1-fabric.jar' +name = 'Dynamic Crosshair Compat' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '14462bef6722c5789aa76c6620a0b56bca9bb900ce8ec0289bdf2ee9a761dc082c94d0a640692e9532822c1d895cf48ef933fc328dcd5860fd21e801bf2a7bd2' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/EwPIWPJ9/versions/CDFXvAKM/dynamiccrosshaircompat-4.3%2B1.20.1-fabric.jar' + +[update.modrinth] +mod-id = 'EwPIWPJ9' +version = 'CDFXvAKM' \ No newline at end of file diff --git a/mods/emotecraft.pw.toml b/mods/emotecraft.pw.toml new file mode 100644 index 0000000..632e2c8 --- /dev/null +++ b/mods/emotecraft.pw.toml @@ -0,0 +1,16 @@ +filename = 'emotecraft-for-MC1.20.1-2.2.7-b.build.50-fabric.jar' +name = 'Emotecraft' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '7d02d00fdfa79c126cc74753cecc8fa5fb44a7035ebc90249f06985896874bc803cfe1558e867851ee53cc04a5caa473721bd99ef718780f34f264e5ed284a13' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/pZ2wrerK/versions/NFPdxMt9/emotecraft-for-MC1.20.1-2.2.7-b.build.50-fabric.jar' + +[update.modrinth] +mod-id = 'pZ2wrerK' +version = 'NFPdxMt9' \ No newline at end of file diff --git a/mods/enchantment-descriptions.pw.toml b/mods/enchantment-descriptions.pw.toml new file mode 100644 index 0000000..0e2cffe --- /dev/null +++ b/mods/enchantment-descriptions.pw.toml @@ -0,0 +1,16 @@ +filename = 'EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar' +name = 'Enchantment Descriptions' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9ba8a939713b7945b937118b756033e1428b3b445c60276e3e6143d95a6a5f839ebc95233290cd34fed953000301d5f24b4f680fb53ebd85587c73e8e27b5682' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/UVtY3ZAC/versions/LeAiyr1s/EnchantmentDescriptions-Fabric-1.20.1-17.1.19.jar' + +[update.modrinth] +mod-id = 'UVtY3ZAC' +version = 'LeAiyr1s' \ No newline at end of file diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml new file mode 100644 index 0000000..1ecaf79 --- /dev/null +++ b/mods/fast-ip-ping.pw.toml @@ -0,0 +1,16 @@ +filename = 'fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar' +name = 'Fast IP Ping' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3efcd4ed3acf64cbc11bc58fdd97dd6a4ca766d4c42ddede83af5e1cdb47ac587b5ec6b411f721815a69e83965472ec480a52a25191f615d20b6f07d7e17327f' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/9mtu0sUO/versions/vUzelzwj/fast-ip-ping-v1.0.7-mc1.20.4-fabric.jar' + +[update.modrinth] +mod-id = '9mtu0sUO' +version = 'vUzelzwj' \ No newline at end of file diff --git a/mods/fog.pw.toml b/mods/fog.pw.toml new file mode 100644 index 0000000..6ad0b8e --- /dev/null +++ b/mods/fog.pw.toml @@ -0,0 +1,16 @@ +filename = 'Fog-fabric-1.5.3-1.20.1.jar' +name = 'Fog' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '687a1cfe69790f440b53dc388086936a58547efb20312c0cfbe73635576e233acd54a55eb518da1f44c80da1b936ee3c25bb669f2e87ee80d6302c465c694336' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/WuGVWUF2/versions/kdNVq6ir/Fog-fabric-1.5.3-1.20.1.jar' + +[update.modrinth] +mod-id = 'WuGVWUF2' +version = 'kdNVq6ir' \ No newline at end of file diff --git a/mods/forge-config-api-port.pw.toml b/mods/forge-config-api-port.pw.toml new file mode 100644 index 0000000..008c32b --- /dev/null +++ b/mods/forge-config-api-port.pw.toml @@ -0,0 +1,16 @@ +filename = 'ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar' +name = 'Forge Config API Port' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c74fda4c25f42f182cae4ef2abaceb6992f14015a9b97570460c98f3cec15db6f7f2806f970efa1d10ffab62dd50257f8486cb586da129459225e3aa8db71ae0' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ohNO6lps/versions/1aKtMQZE/ForgeConfigAPIPort-v8.0.2-1.20.1-Fabric.jar' + +[update.modrinth] +mod-id = 'ohNO6lps' +version = '1aKtMQZE' \ No newline at end of file diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml new file mode 100644 index 0000000..eeed7d7 --- /dev/null +++ b/mods/iceberg.pw.toml @@ -0,0 +1,16 @@ +filename = 'Iceberg-1.20.1-fabric-1.1.25.jar' +name = 'Iceberg' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9eb15454de0d42aebbb6357dda55ddd7e634de58e71629b7344e6c6550cbb098002a8fe08aa827280d08ce5685c779398edd1d8fa66e3d4c1a0c43238250732c' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/5faXoLqX/versions/AiO84cp2/Iceberg-1.20.1-fabric-1.1.25.jar' + +[update.modrinth] +mod-id = '5faXoLqX' +version = 'AiO84cp2' \ No newline at end of file diff --git a/mods/immersive-tips.pw.toml b/mods/immersive-tips.pw.toml new file mode 100644 index 0000000..65bc6b4 --- /dev/null +++ b/mods/immersive-tips.pw.toml @@ -0,0 +1,16 @@ +filename = 'immersivetips-fabric-1.0.2-1.20.1.jar' +name = 'Immersive Tips' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2eae70875eddce8ef9dabb1273f39a223727bc5def5d7b9529c63f54fb37ff2d33f7eab7aaf9b02b23e22c00eb43d9cab64bcc3e0e1aabf90b2b16af1a921bc9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/FyiLzCSu/versions/teQHaEwa/immersivetips-fabric-1.0.2-1.20.1.jar' + +[update.modrinth] +mod-id = 'FyiLzCSu' +version = 'teQHaEwa' \ No newline at end of file diff --git a/mods/immersive-ui.pw.toml b/mods/immersive-ui.pw.toml new file mode 100644 index 0000000..bc3ce4a --- /dev/null +++ b/mods/immersive-ui.pw.toml @@ -0,0 +1,16 @@ +filename = 'ImmersiveUI-FABRIC-0.3.0.jar' +name = 'Immersive UI' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '76edfc740ffa594aa9524938d6383df791b8866c16ba58b8242f11688b0bbffe53d20a5dc74b38a146907a66513b7890a4e958cb5587c43911677ec00fa3b23a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/9wv7LuMc/versions/icjI7ruC/ImmersiveUI-FABRIC-0.3.0.jar' + +[update.modrinth] +mod-id = '9wv7LuMc' +version = 'icjI7ruC' \ No newline at end of file diff --git a/mods/immersivethunder.pw.toml b/mods/immersivethunder.pw.toml new file mode 100644 index 0000000..f9d0138 --- /dev/null +++ b/mods/immersivethunder.pw.toml @@ -0,0 +1,16 @@ +filename = 'ImmersiveThunder-1.20.1+1.2.2.jar' +name = 'ImmersiveThunder' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ce0cd41920d3f2c70ea46216fedbd329b844fd9b8df104b4c1a14b0476606e18fc5697fc27e7b5025ba98494a5c628649d66d755308ecc6297f62089c93732d3' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/uKjKoMsj/versions/o64NJE0v/ImmersiveThunder-1.20.1%2B1.2.2.jar' + +[update.modrinth] +mod-id = 'uKjKoMsj' +version = 'o64NJE0v' \ No newline at end of file diff --git a/mods/infinite-music.pw.toml b/mods/infinite-music.pw.toml new file mode 100644 index 0000000..4066a41 --- /dev/null +++ b/mods/infinite-music.pw.toml @@ -0,0 +1,16 @@ +filename = 'infinite-music-0.3.0.jar' +name = 'Music Delay Remover (Infinite Music)' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '9ce33395fece269ff4aefd6da0b0c834ba26a289598a6a481dc6e21ca9dbf9eafffa364c96aab4450a286e15977f93696ebf7fa2a0e9f810580bf4c7a083b9f9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/OJLdOa8k/versions/rCcRZd3l/infinite-music-0.3.0.jar' + +[update.modrinth] +mod-id = 'OJLdOa8k' +version = 'rCcRZd3l' \ No newline at end of file diff --git a/mods/item-highlighter.pw.toml b/mods/item-highlighter.pw.toml new file mode 100644 index 0000000..ca6e5f8 --- /dev/null +++ b/mods/item-highlighter.pw.toml @@ -0,0 +1,16 @@ +filename = 'Highlighter-1.20.1-fabric-1.1.9.jar' +name = 'Item Highlighter' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3f55e9c3a8a35e2aa0234e8cf6a34dc1303bf3fa2b9c2fc2b7f6cd86153017bc901d164d8cf7f413959422647e627ee36e2cc34a85be56d085b0807afefe1a62' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/cVNW5lr6/versions/vyEyvJgV/Highlighter-1.20.1-fabric-1.1.9.jar' + +[update.modrinth] +mod-id = 'cVNW5lr6' +version = 'vyEyvJgV' \ No newline at end of file diff --git a/mods/ive-spoken.pw.toml b/mods/ive-spoken.pw.toml new file mode 100644 index 0000000..af229d7 --- /dev/null +++ b/mods/ive-spoken.pw.toml @@ -0,0 +1,16 @@ +filename = 'ivespoken-2.2.2-fabric.1.20.jar' +name = "I've Spoken" +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'baf3e049e44a7e236612e1db10c76d588cdd1c3ee2b153da4506ae69f662f6bbb724dbec20f7330f2123f0946957bf37badb1b3dc41bfe8201d4a50990b3acb4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/OidSa416/versions/HN5E0wVK/ivespoken-2.2.2-fabric.1.20.jar' + +[update.modrinth] +mod-id = 'OidSa416' +version = 'HN5E0wVK' \ No newline at end of file diff --git a/mods/jade-addons-fabric.pw.toml b/mods/jade-addons-fabric.pw.toml new file mode 100644 index 0000000..60b3182 --- /dev/null +++ b/mods/jade-addons-fabric.pw.toml @@ -0,0 +1,16 @@ +filename = 'JadeAddons-1.20.1-Fabric-5.4.0.jar' +name = 'Jade Addons (Fabric)' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'c5ee77d69989f50f4e862e17854e6a5d9243f3e01bf6660e1a45082a80eccb17b2eaee25c1d182942bac156d6fa0ac439b6c0c9fb92d55f575df5405a84e4fad' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/fThnVRli/versions/DSkzT8Ma/JadeAddons-1.20.1-Fabric-5.4.0.jar' + +[update.modrinth] +mod-id = 'fThnVRli' +version = 'DSkzT8Ma' \ No newline at end of file diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml new file mode 100644 index 0000000..2440a24 --- /dev/null +++ b/mods/jade.pw.toml @@ -0,0 +1,16 @@ +filename = 'Jade-1.20-Fabric-11.13.1.jar' +name = 'Jade 🔍' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = '048029727a30462abc8e43ecae2d5178ab653783c6dbcb2bd7c4c9cc1bb7c7a2ad5267ca3f89757f5b716da3f653b8e60ed8f46497917f26f094acc8f7dd7dc9' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/nvQzSEkH/versions/drol2x1P/Jade-1.20-Fabric-11.13.1.jar' + +[update.modrinth] +mod-id = 'nvQzSEkH' +version = 'drol2x1P' \ No newline at end of file diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..d2449c2 --- /dev/null +++ b/mods/jei.pw.toml @@ -0,0 +1,16 @@ +filename = 'jei-1.20.1-fabric-15.20.0.112.jar' +name = 'Just Enough Items' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'c13fbab6764aec7f8f29eace23592aeabaf2adf1aa03af73e996aeceb2d553485fa94b6162874464bb3ab41e70f3448ed2c42553eecbcaefa682f0fa015dcae4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/u6dRKJwZ/versions/MMnbcAih/jei-1.20.1-fabric-15.20.0.112.jar' + +[update.modrinth] +mod-id = 'u6dRKJwZ' +version = 'MMnbcAih' \ No newline at end of file diff --git a/mods/lazydfu.pw.toml b/mods/lazydfu.pw.toml new file mode 100644 index 0000000..96f4f60 --- /dev/null +++ b/mods/lazydfu.pw.toml @@ -0,0 +1,16 @@ +filename = 'lazydfu-0.1.3.jar' +name = 'LazyDFU' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.19', '1.19.1', '1.19.2', '1.19.3', '1.19.4', '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'dc3766352c645f6da92b13000dffa80584ee58093c925c2154eb3c125a2b2f9a3af298202e2658b039c6ee41e81ca9a2e9d4b942561f7085239dd4421e0cce0a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.3/lazydfu-0.1.3.jar' + +[update.modrinth] +mod-id = 'hvFnDODi' +version = '4SHylIO9' \ No newline at end of file diff --git a/mods/midnightcontrols.pw.toml b/mods/midnightcontrols.pw.toml new file mode 100644 index 0000000..dce779e --- /dev/null +++ b/mods/midnightcontrols.pw.toml @@ -0,0 +1,16 @@ +filename = 'midnightcontrols-1.9.4+1.20.jar' +name = 'MidnightControls' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '722f127d91eeaa42494ffae581536d563a99fa0075b5a92ccf27b31a4e25ce86a2a89e28f9b4084281a0e67b1816f1d7656010ca863cd8a08c195b1ac69d0fd6' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/bXX9h73M/versions/xHOdr9un/midnightcontrols-1.9.4%2B1.20.jar' + +[update.modrinth] +mod-id = 'bXX9h73M' +version = 'xHOdr9un' \ No newline at end of file diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..88f6c8a --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,16 @@ +filename = 'midnightlib-fabric-1.4.1.1.jar' +name = 'MidnightLib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2780de49e687343cee6577ec5d029571e214e427f999f5bd651d33b9aae190a19d832feb82ba67aa8779a614579379b982c021bad5e9a87a841e5e0276486078' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/codAaoxh/versions/YXz8kIQl/midnightlib-fabric-1.4.1.1.jar' + +[update.modrinth] +mod-id = 'codAaoxh' +version = 'YXz8kIQl' \ No newline at end of file diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..4815b17 --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,16 @@ +filename = 'MouseTweaks-fabric-mc1.20-2.26.jar' +name = 'Mouse Tweaks' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'd0faf200dda358efddad2d2809f646023f4dd06254572369e07f3bf33cb6941f0fcdb02db4675b30b4f3bd542cbf6196e135680ba91a2b74c2b071f34978e2d5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/aC3cM3Vq/versions/mjuG4AYd/MouseTweaks-fabric-mc1.20-2.26.jar' + +[update.modrinth] +mod-id = 'aC3cM3Vq' +version = 'mjuG4AYd' \ No newline at end of file diff --git a/mods/mru.pw.toml b/mods/mru.pw.toml new file mode 100644 index 0000000..25f2c2f --- /dev/null +++ b/mods/mru.pw.toml @@ -0,0 +1,16 @@ +filename = 'MRU-1.0.4+1.20.1+fabric.jar' +name = 'M.R.U' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '2212b321c5b0bad4583c12385932eee57d3ffb6d37e7b63a434fcba0f8f154fa1b57370aaadf2352ad35f85cde12ff138e3b50787afa515ac9ba9d961b03d436' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/SNVQ2c0g/versions/iug2Tybf/MRU-1.0.4%2B1.20.1%2Bfabric.jar' + +[update.modrinth] +mod-id = 'SNVQ2c0g' +version = 'iug2Tybf' \ No newline at end of file diff --git a/mods/night-auto-config.pw.toml b/mods/night-auto-config.pw.toml new file mode 100644 index 0000000..e02fe33 --- /dev/null +++ b/mods/night-auto-config.pw.toml @@ -0,0 +1,16 @@ +filename = 'nightautoconfig-1.0.6-fabric.1.20.jar' +name = 'Night Auto Config' +side = 'both' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '326bf3d752e868ae1627351500f007a25bd1fe8d451b5d7a2fd3d20a0a4e7187e9551db026e58856b81f2e791770b02a7f6fa66e4dbde5320982b454be2b88e4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/HQpcCFZg/versions/dgjhefjt/nightautoconfig-1.0.6-fabric.1.20.jar' + +[update.modrinth] +mod-id = 'HQpcCFZg' +version = 'dgjhefjt' \ No newline at end of file diff --git a/mods/octo-lib.pw.toml b/mods/octo-lib.pw.toml new file mode 100644 index 0000000..a0aeb0d --- /dev/null +++ b/mods/octo-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'OctoLib-FABRIC-0.5.0.1+1.20.1.jar' +name = 'OctoLib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3034571cb8ee833c10cd04d66709d98bea406d276102e7c0ecc6b9485942e755ceac92d24a10fbe98af69f9400430fae9319569d8fca71bf6829b18dfd0789c5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/RH2KUdKJ/versions/5UfjvE8g/OctoLib-FABRIC-0.5.0.1%2B1.20.1.jar' + +[update.modrinth] +mod-id = 'RH2KUdKJ' +version = '5UfjvE8g' \ No newline at end of file diff --git a/mods/panorama-screens.pw.toml b/mods/panorama-screens.pw.toml new file mode 100644 index 0000000..5cc74c6 --- /dev/null +++ b/mods/panorama-screens.pw.toml @@ -0,0 +1,16 @@ +filename = 'panorama_screens-1.0+fabric+mc1.20.jar' +name = 'Panorama Screens' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '62cc671b4b38617642192b6174c3296a4d9330508c82d2f17f7b910ece730328dcdeadb174af3dc58217aa41d0f5bdee2f6c833328a7cd3f803b1b3fd9fe6016' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/4k0QM1rC/versions/eG1LfMTz/panorama_screens-1.0%2Bfabric%2Bmc1.20.jar' + +[update.modrinth] +mod-id = '4k0QM1rC' +version = 'eG1LfMTz' \ No newline at end of file diff --git a/mods/paper-doll.pw.toml b/mods/paper-doll.pw.toml new file mode 100644 index 0000000..e6f27b1 --- /dev/null +++ b/mods/paper-doll.pw.toml @@ -0,0 +1,16 @@ +filename = 'PaperDoll-v8.0.0-1.20.1-Fabric.jar' +name = 'Paper Doll' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '67ac5ae38abd26bdbe8375f322423aead1746c694790d91dadce4c80bfde3bea2e0dbb50ebff55dfbfee27cfea6e454dc2a1630655f2758b7a9fd165c6ae698a' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/hD0W2Wde/versions/m32rknsl/PaperDoll-v8.0.0-1.20.1-Fabric.jar' + +[update.modrinth] +mod-id = 'hD0W2Wde' +version = 'm32rknsl' \ No newline at end of file diff --git a/mods/pick-up-notifier.pw.toml b/mods/pick-up-notifier.pw.toml new file mode 100644 index 0000000..dac74ac --- /dev/null +++ b/mods/pick-up-notifier.pw.toml @@ -0,0 +1,16 @@ +filename = 'PickUpNotifier-v8.0.0-1.20.1-Fabric.jar' +name = 'Pick Up Notifier' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '4303931f804697027186aa97595c03d7503aa0b00934a9133fd35f95ee119352a03c8b8c66515aaabbf1e2c1ac2b120a03800c80da57e03bc12b4e57b47f0807' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZX66K16c/versions/sdb70E1E/PickUpNotifier-v8.0.0-1.20.1-Fabric.jar' + +[update.modrinth] +mod-id = 'ZX66K16c' +version = 'sdb70E1E' \ No newline at end of file diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..96c8e73 --- /dev/null +++ b/mods/puzzles-lib.pw.toml @@ -0,0 +1,16 @@ +filename = 'PuzzlesLib-v8.1.32-1.20.1-Fabric.jar' +name = 'Puzzles Lib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '340f5ee637a8a35b2ce66b2fda0b2e829e58b8dcc445856a7635f4f77ad79c894a38ee26c259d46c3973b72b8593eb25b07d8484d2ab8bebe1dab949f15cf454' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/QAGBst4M/versions/RbcWdHr1/PuzzlesLib-v8.1.32-1.20.1-Fabric.jar' + +[update.modrinth] +mod-id = 'QAGBst4M' +version = 'RbcWdHr1' \ No newline at end of file diff --git a/mods/resourcify.pw.toml b/mods/resourcify.pw.toml new file mode 100644 index 0000000..24b8d3a --- /dev/null +++ b/mods/resourcify.pw.toml @@ -0,0 +1,16 @@ +filename = 'Resourcify (1.20.1-fabric)-1.7.3.jar' +name = 'Resourcify' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '5f3e1095bb02158a8001b052d3354ff7919d0e8ae85018a2847bbea39c6b576e4fd3a6af293e2b9ec3ae3d17b6a8a8d7d471303a8932c2aaf883c97d7e6974bf' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/RLzHAoZe/versions/FSiuOXcx/Resourcify %281.20.1-fabric%29-1.7.3.jar' + +[update.modrinth] +mod-id = 'RLzHAoZe' +version = 'FSiuOXcx' \ No newline at end of file diff --git a/mods/scribble.pw.toml b/mods/scribble.pw.toml new file mode 100644 index 0000000..1c84956 --- /dev/null +++ b/mods/scribble.pw.toml @@ -0,0 +1,16 @@ +filename = 'Scribble-1.5.1+mc1.20.1-fabric.jar' +name = 'Scribble' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '3364969613c36795f4b0c7c03efc694c4b399736b4fd9ef4c8a8944ec361719b7c66e3c8f3804263a2ec62662b7bb98b932ca40e0029d3fbd6ea797b59fa4ca5' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/yXAvIk0x/versions/JfU9T1bG/Scribble-1.5.1%2Bmc1.20.1-fabric.jar' + +[update.modrinth] +mod-id = 'yXAvIk0x' +version = 'JfU9T1bG' \ No newline at end of file diff --git a/mods/seamless-loading-screen.pw.toml b/mods/seamless-loading-screen.pw.toml new file mode 100644 index 0000000..02bee51 --- /dev/null +++ b/mods/seamless-loading-screen.pw.toml @@ -0,0 +1,16 @@ +filename = 'seamless-loading-screen-2.0.3+1.20.1-fabric.jar' +name = 'Seamless Loading Screen ' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '40f8dac8299d768df486f2ce405211273124e4b4cf5748b5398b8c7d6ad45bb4d46b8fcf62b1e11fbcf4d7d03a5f25fde087320eabda099e3639f4e855b2e9c3' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/TyTPFOiF/versions/31S6g6rg/seamless-loading-screen-2.0.3%2B1.20.1-fabric.jar' + +[update.modrinth] +mod-id = 'TyTPFOiF' +version = '31S6g6rg' \ No newline at end of file diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..9e6b0ce --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,16 @@ +filename = 'voicechat-fabric-1.20.1-2.5.32.jar' +name = 'Simple Voice Chat' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'beta' + +[download] +hash = 'cb524ed2606070a2f1e1de6872c5bdba57788591bc97d07fa582bbe3c499ffc79c2b5d70af2c3f92d0fd8dfc3b2cee2ba1ce2940dcaffe4b624614029dea4024' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/9eGKb6K1/versions/paqCYLFD/voicechat-fabric-1.20.1-2.5.32.jar' + +[update.modrinth] +mod-id = '9eGKb6K1' +version = 'paqCYLFD' \ No newline at end of file diff --git a/mods/skinrestorer.pw.toml b/mods/skinrestorer.pw.toml new file mode 100644 index 0000000..0a55385 --- /dev/null +++ b/mods/skinrestorer.pw.toml @@ -0,0 +1,16 @@ +filename = 'skinrestorer-2.3.5+1.20-fabric.jar' +name = 'Skin Restorer' +side = 'server' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'abca26fd423d2d70b5f8ef3abdb3f0065ed7dab53701d7b0c48084ffe7e189f6db4af5a5495427dddaab430df0c3eb9a0a5da1789ba204488c16e54be7416aed' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ghrZDhGW/versions/VunOV4F2/skinrestorer-2.3.5%2B1.20-fabric.jar' + +[update.modrinth] +mod-id = 'ghrZDhGW' +version = 'VunOV4F2' \ No newline at end of file diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..72be553 --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,16 @@ +filename = 'sound-physics-remastered-fabric-1.20.1-1.4.12.jar' +name = 'Sound Physics Remastered' +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'alpha' + +[download] +hash = 'd1719cb99b9f6b239ce0d02527be0d30172b208eed31737a45216f1151b7a1666503747d160dc38ffa6abe579d5f4905f261cafc8e150e4fe1f903505b201b26' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/qyVF9oeo/versions/LrmG4rhi/sound-physics-remastered-fabric-1.20.1-1.4.12.jar' + +[update.modrinth] +mod-id = 'qyVF9oeo' +version = 'LrmG4rhi' \ No newline at end of file diff --git a/mods/sound.pw.toml b/mods/sound.pw.toml new file mode 100644 index 0000000..8f87995 --- /dev/null +++ b/mods/sound.pw.toml @@ -0,0 +1,16 @@ +filename = 'Sounds-2.2.1+1.20.1+fabric.jar' +name = 'Sounds' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'b2e872a0e402135f7944bc8f8956dc4b6649469722f77ac8eb7ed12ae57d74605fd837f7df08f72d6850ee4e3347f7fca2512c92187072c9dc648fe3a5b8fbf4' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/ZouiUX7t/versions/EoAqSkiW/Sounds-2.2.1%2B1.20.1%2Bfabric.jar' + +[update.modrinth] +mod-id = 'ZouiUX7t' +version = 'EoAqSkiW' \ No newline at end of file diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml new file mode 100644 index 0000000..8c054f7 --- /dev/null +++ b/mods/spark.pw.toml @@ -0,0 +1,16 @@ +filename = 'spark-1.10.53-fabric.jar' +name = 'spark' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'ce6e8f7071bb37369ad3e90d844926b424e82d0fe0ffd0db7058abddc9cfcdd594e145c9395677ad70ec532f3da0b23b6862d1f1c20f7600263c215abb4fcea7' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/l6YH9Als/versions/XGW2fviP/spark-1.10.53-fabric.jar' + +[update.modrinth] +mod-id = 'l6YH9Als' +version = 'XGW2fviP' \ No newline at end of file diff --git a/mods/starlight.pw.toml b/mods/starlight.pw.toml new file mode 100644 index 0000000..ef4c748 --- /dev/null +++ b/mods/starlight.pw.toml @@ -0,0 +1,16 @@ +filename = 'starlight-1.1.2+fabric.dbc156f.jar' +name = 'Starlight (Fabric)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '6b0e363fc2d6cd2f73b466ab9ba4f16582bb079b8449b7f3ed6e11aa365734af66a9735a7203cf90f8bc9b24e7ce6409eb04d20f84e04c7c6b8e34f4cc8578bb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/H8CaAYZC/versions/XGIsoVGT/starlight-1.1.2%2Bfabric.dbc156f.jar' + +[update.modrinth] +mod-id = 'H8CaAYZC' +version = 'XGIsoVGT' \ No newline at end of file diff --git a/mods/tooltipfix.pw.toml b/mods/tooltipfix.pw.toml new file mode 100644 index 0000000..265d068 --- /dev/null +++ b/mods/tooltipfix.pw.toml @@ -0,0 +1,16 @@ +filename = 'tooltipfix-1.1.1-1.20.jar' +name = 'ToolTipFix' +side = 'client' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1', '1.20.2', '1.20.3', '1.20.4', '1.20.5', '1.20.6', '1.21', '1.21.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '75d85a093487ddd8c405cf7f8ce83cb3418ff7c2d3e6bf5aa38554d8bcf0ea45c87c88f3463a924e9cc8b5931d8b64f7be173efbd48ea7a0c150db95e1408f51' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/2RKFTmiB/versions/B2L4LeMV/tooltipfix-1.1.1-1.20.jar' + +[update.modrinth] +mod-id = '2RKFTmiB' +version = 'B2L4LeMV' \ No newline at end of file diff --git a/mods/txnilib.pw.toml b/mods/txnilib.pw.toml new file mode 100644 index 0000000..7ea7cc0 --- /dev/null +++ b/mods/txnilib.pw.toml @@ -0,0 +1,16 @@ +filename = 'txnilib-fabric-1.0.24-1.20.1.jar' +name = 'TxniLib' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '361fa6da97aff91e797a2ca50044ba3ce929901aea509bef7f4a14fd36bc7a52a45d07473aa4d3df108866788e257013823393d9df031cdb04cd901e97472873' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/vBbPDuOs/versions/7toCynAY/txnilib-fabric-1.0.24-1.20.1.jar' + +[update.modrinth] +mod-id = 'vBbPDuOs' +version = '7toCynAY' \ No newline at end of file diff --git a/mods/what-are-they-up-to.pw.toml b/mods/what-are-they-up-to.pw.toml new file mode 100644 index 0000000..fe96fbe --- /dev/null +++ b/mods/what-are-they-up-to.pw.toml @@ -0,0 +1,16 @@ +filename = 'watut-fabric-1.20.1-1.2.3.jar' +name = 'What Are They Up To (Watut)' +side = 'both' +x-prismlauncher-loaders = [ 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = '78e36fafa354d8e793d592b377c6162886fa487cadf8ca7dc24c3140909cfe2af943a2c954a4a9dbc7c7828fe606ff5d44e98cf7a4d9e8846810c498e1cc49eb' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/AtB5mHky/versions/Ub8MHZaV/watut-fabric-1.20.1-1.2.3.jar' + +[update.modrinth] +mod-id = 'AtB5mHky' +version = 'Ub8MHZaV' \ No newline at end of file diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..562988e --- /dev/null +++ b/mods/xaeros-minimap.pw.toml @@ -0,0 +1,16 @@ +filename = 'Xaeros_Minimap_25.2.6_Fabric_1.20.jar' +name = "Xaero's Minimap" +side = 'client' +x-prismlauncher-loaders = [ 'quilt', 'fabric' ] +x-prismlauncher-mc-versions = [ '1.20', '1.20.1' ] +x-prismlauncher-release-type = 'release' + +[download] +hash = 'eca26f5dda06a5c42a8790261a37e894c650e77aa2b51ca6f201a967dcbc61856971c68db65ffb6295ac2651e12a00d9bac1d8b9133c8e9ce67dfbdd1b786b0e' +hash-format = 'sha512' +mode = 'url' +url = 'https://cdn.modrinth.com/data/1bokaNcj/versions/ePRxT2Wj/Xaeros_Minimap_25.2.6_Fabric_1.20.jar' + +[update.modrinth] +mod-id = '1bokaNcj' +version = 'ePRxT2Wj' \ No newline at end of file diff --git a/pack.toml b/pack.toml index e6079a1..5dd462e 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "5021fcf84752c51bf0dd358c8aa0691e4bd450da68df64c519e447ee1f5e0692" +hash = "28d66ab79ac10a3ff642547fe1282a6538e14ddde39c947a4bea8cb99174a036" [versions] fabric = "0.16.14"