diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg new file mode 100644 index 0000000..81190ac --- /dev/null +++ b/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=1 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/config/auto_third_person.cfg b/config/auto_third_person.cfg new file mode 100644 index 0000000..6ae4e35 --- /dev/null +++ b/config/auto_third_person.cfg @@ -0,0 +1,97 @@ +configVersion = 6 + +############### +## Scenarios ## +############### +# Things that might get you into third person. + +# Automatically go into third person when riding a boat or raft? +# Default: true +boat = true + +# Automatically go into third person when riding a minecart? +# Default: true +cart = true + +# Automatically go into third person when riding an animal? +# Default: true +animal = true + +# Automatically go into third person when flying an elytra? +# Default: true +elytra = true + +# Automatically go into third person when doing the swimming animation? +# Default: false +swim = false + +# If 'true', the customPattern will be used, and riding anything matching it will toggle third person. +# Default: false +custom = false + +# If 'true', the ignorePattern will be used, and anything matching it will be ignored. +# Default: false +useIgnore = false + +###################### +## Scenario Options ## +###################### +# Scenario configuration. +# Has no effect if the corresponding scenario is turned off. + +# Ticks of elytra flight required before the camera automatically toggles if the 'elytra' option is enabled. +# Min: 0 +# Default: 7 +elytraDelay = 7 + +# Ticks of swimming required before the camera automatically toggles if the 'swim' option is enabled. +# Min: 0 +# Default: 0 +swimmingDelayStart = 0 + +# Ticks of not swimming required before the camera restores if the 'swim' option is enabled. +# Min: 0 +# Default: 10 +swimmingDelayEnd = 10 + +# If 'true', your head has to completely exit the water to count as 'not swimming anymore', for the purposes of restoring +# the camera when you're done swimming. If 'false', you just have to stop doing the swimming animation. +# Default: true +stickySwim = true + +# Entity IDs that match this regular expression will be considered if the 'custom' option is enabled. +# Default: ^minecraft:(cow|chicken)$ +customPattern = ^minecraft:(cow|chicken)$ + +# Entity IDs that match this regular expression will be ignored if the 'useIgnore' option is enabled. +# Default: ^examplemod:example$ +ignorePattern = ^examplemod:example$ + +################# +## Restoration ## +################# +# Automatically exiting from third person. + +# When the situation that Auto Third Person put you into third person for is over, +# the camera will be restored back to the way it was. +# Default: true +autoRestore = true + +# If 'true', pressing f5 after mounting something will prevent your camera +# from being automatically restored to first-person when you dismount. +# Default: true +cancelAutoRestore = true + +############ +## Extras ## +############ +# Other stuff I threw in the mod. + +# Skip the 'third-person front' camera mode when pressing F5. +# Default: false +skipFrontView = false + +# Dump a bunch of debug crap into the log. +# Might be handy! +# Default: false +logSpam = false diff --git a/config/balm-common.out.toml b/config/balm-common.out.toml new file mode 100644 index 0000000..d462658 --- /dev/null +++ b/config/balm-common.out.toml @@ -0,0 +1,19 @@ + +# This is an example boolean property +exampleBoolean = true +exampleEnum = "Hello" +exampleEnumList = [ "Hello", "World" ] +exampleInt = 42 +exampleIntList = [ 12, 24 ] +exampleMultilineString = "Hello World" +exampleString = "Hello World" +exampleStringList = [ "Hello", "World" ] + + +# This is an example category +[exampleCategory] +exampleFloat = 42.84 + +# This is an example string inside a category +innerField = "I am inside" + diff --git a/config/balm-common.toml b/config/balm-common.toml new file mode 100644 index 0000000..d462658 --- /dev/null +++ b/config/balm-common.toml @@ -0,0 +1,19 @@ + +# This is an example boolean property +exampleBoolean = true +exampleEnum = "Hello" +exampleEnumList = [ "Hello", "World" ] +exampleInt = 42 +exampleIntList = [ 12, 24 ] +exampleMultilineString = "Hello World" +exampleString = "Hello World" +exampleStringList = [ "Hello", "World" ] + + +# This is an example category +[exampleCategory] +exampleFloat = 42.84 + +# This is an example string inside a category +innerField = "I am inside" + diff --git a/config/betterf3.json b/config/betterf3.json new file mode 100644 index 0000000..5acd1f0 --- /dev/null +++ b/config/betterf3.json @@ -0,0 +1,122 @@ +{ + "general": { + "disable_mod": false, + "hide_bossbar": true, + "shadow_text": true, + "auto_start": false, + "animationSpeed": 1.5, + "hide_debug_crosshair": false, + "background_color": 1867534416, + "space_modules": true, + "always_show_profiler": false, + "animations": true, + "fontScale": 1.0, + "hide_sidebar": true, + "always_show_tps": false + }, + "modules_right": [ + { + "name": "system", + "name_color": 16755200, + "value_color": 5636095, + "lines": { + "opengl_version": false, + "allocation_rate": false, + "display": true, + "java_version": false, + "gpu_driver": false, + "memory_usage": true, + "allocated_memory": true, + "cpu": true, + "gpu_utilization": false, + "time": false, + "gpu": true + }, + "enabled": true + }, + { + "name": "target", + "name_color": 5635925, + "value_color": 16777045, + "lines": { + "id_fluid": true, + "fluid_tags": false, + "block_states": false, + "targeted_block": true, + "block_tags": false, + "id_block": true, + "nothing": true, + "nothing2": true, + "targeted_fluid": true, + "targeted_entity": true, + "fluid_states": false + }, + "enabled": true + } + ], + "modules_left": [ + { + "color_high": 5635925, + "color_med": 16777045, + "name": "fps", + "lines": { + "fps": true + }, + "enabled": true, + "color_low": 16733525 + }, + { + "color_x": 16733525, + "color_y": 5635925, + "color_z": 5636095, + "name": "coords", + "name_color": 16755200, + "lines": { + "chunk_coords": true, + "player_coords": true, + "block_coords": true, + "chunk_relative_coords": true + }, + "enabled": true + }, + { + "name": "location", + "name_color": 43520, + "value_color": 5636095, + "lines": { + "light": true, + "biome": true, + "rotation": false, + "facing": true, + "slime_chunk": true, + "local_difficulty": false, + "day_ticks": false, + "days_played": true, + "dimension": false, + "highest_block": false, + "highest_block_server": false, + "light_server": false + }, + "enabled": true + }, + { + "name": "entity", + "name_color": 16733525, + "value_color": 16777045, + "total_entities_color": 16755200, + "lines": { + "entities": true, + "water_creature": false, + "underground_water_creature": false, + "ambient": false, + "particles": false, + "axolotls": false, + "creature": true, + "water_ambient": false, + "monster": true, + "misc": false + }, + "enabled": true + } + ] +} \ No newline at end of file diff --git a/config/blur.json b/config/blur.json new file mode 100644 index 0000000..87cb474 --- /dev/null +++ b/config/blur.json @@ -0,0 +1,19 @@ +{ + "blurExclusions": [ + "net.minecraft.class_408", + "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", + "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", + "net.optifine.gui.GuiChatOF", + "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen", + "net.coderbot.iris.gui.screen.ShaderPackScreen" + ], + "fadeTimeMillis": 200, + "fadeOutTimeMillis": 200, + "ease": true, + "radius": 8, + "gradientStart": "#000000", + "gradientStartAlpha": 75, + "gradientEnd": "#000000", + "gradientEndAlpha": 75, + "showScreenTitle": false +} \ No newline at end of file diff --git a/config/borderlessmining.json b/config/borderlessmining.json new file mode 100644 index 0000000..a9261f9 --- /dev/null +++ b/config/borderlessmining.json @@ -0,0 +1,14 @@ +{ + "enableBorderlessFullscreen": true, + "addToVanillaVideoSettings": true, + "enableMacOS": false, + "customWindowDimensions": { + "enabled": false, + "x": 0, + "y": 0, + "width": 0, + "height": 0, + "useMonitorCoordinates": true + }, + "forceWindowMonitor": -1 +} \ No newline at end of file diff --git a/config/dark-loading-screen.json b/config/dark-loading-screen.json new file mode 100644 index 0000000..7a8fef2 --- /dev/null +++ b/config/dark-loading-screen.json @@ -0,0 +1,9 @@ +{ + "background": "14181c", + "bar": "e22837", + "barBackground": "14181c", + "border": "303336", + "logo": "ffffff", + "fadeIn": 1.0, + "fadeOut": 0.2 +} \ No newline at end of file diff --git a/config/dynamic_fps.json b/config/dynamic_fps.json new file mode 100644 index 0000000..31dd2f7 --- /dev/null +++ b/config/dynamic_fps.json @@ -0,0 +1 @@ +{"states":{"hovered":{"graphics_state":"default","show_toasts":true,"run_garbage_collector":false,"frame_rate_target":60,"volume_multiplier":1.0},"unfocused":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":false,"frame_rate_target":1,"volume_multiplier":0.25},"invisible":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":false,"frame_rate_target":0,"volume_multiplier":0.0}}} \ No newline at end of file diff --git a/config/dynamicfps.toml b/config/dynamicfps.toml new file mode 100644 index 0000000..ac20f87 --- /dev/null +++ b/config/dynamicfps.toml @@ -0,0 +1,6 @@ +reduceFPSWhenUnfocused = true +unfocusedFPS = 1 +restoreFPSWhenHovered = true +unfocusedVolumeMultiplier = 0.25 +hiddenVolumeMultiplier = 0.0 +runGCOnUnfocus = false diff --git a/config/entityculling.json b/config/entityculling.json new file mode 100644 index 0000000..f557378 --- /dev/null +++ b/config/entityculling.json @@ -0,0 +1,33 @@ +{ + "configVersion": 5, + "renderNametagsThroughWalls": true, + "blockEntityWhitelist": [ + "create:rope_pulley", + "botania:flame_ring", + "minecraft:beacon", + "create:hose_pulley", + "betterend:eternal_pedestal", + "botania:magic_missile", + "botania:falling_star" + ], + "entityWhitelist": [ + "botania:mana_burst" + ], + "tracingDistance": 128, + "debugMode": false, + "sleepDelay": 10, + "hitboxLimit": 50, + "skipMarkerArmorStands": true, + "tickCulling": true, + "tickCullingWhitelist": [ + "create:contraption", + "create:stationary_contraption", + "create:gantry_contraption", + "minecraft:boat", + "minecraft:firework_rocket", + "create:carriage_contraption" + ], + "disableF3": false, + "skipEntityCulling": false, + "skipBlockEntityCulling": false +} \ No newline at end of file diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties new file mode 100644 index 0000000..f5331c3 --- /dev/null +++ b/config/fabric/indigo-renderer.properties @@ -0,0 +1,9 @@ +#Indigo properties file +#Sun Oct 15 08:57:20 TRT 2023 +fix-mean-light-calculation=auto +debug-compare-lighting=auto +fix-exterior-vertex-lighting=auto +ambient-occlusion-mode=hybrid +always-tesselate-blocks=auto +fix-smooth-lighting-offset=auto +fix-luminous-block-ambient-occlusion=auto diff --git a/config/fabrictailor.json b/config/fabrictailor.json new file mode 100644 index 0000000..d2ef9f5 --- /dev/null +++ b/config/fabrictailor.json @@ -0,0 +1,33 @@ +{ + "// Whether to allow players to have capes. WARNING! This will toggle ALL capes!": "(default: true)", + "allow_capes": true, + "// Default skin for new players. Use command `/fabrictailor setDefaultSkin` to set those values.": "", + "default_skin": { + "// Whether to apply the default skin to ALL new players, not just those without skin.": "(default: false)", + "apply_to_all": true, + "value": "", + "signature": "" + }, + "// How quickly can player change the skin, in seconds. -1 for no limit. If using this in server environment, -1 is not recommended.": "(default in singleplayer: -1, default for server: 60)", + "skin_change_timer": -1, + "// Custom skin server URL (takes priority over default minecraft usernames).": "", + "// Leave empty to use default minecraft usernames (and ely.by fallback).": "", + "// Available parameters: {player}. Example: https://skins.samolego.org/{player}.png": "", + "custom_skin_server": "", + "texture_allowed_domains": [ + "crafatar.com", + "mojang.com", + "imgur.com", + "discord.com", + "mc-heads.net", + "duckduckgo.com", + "githubusercontent.com", + "namemc.com", + "ely.by", + "nocookie.net", + "minecraft.net", + "minecraftskins.com", + "googleusercontent.com", + "planetminecraft.com" + ] +} \ No newline at end of file diff --git a/config/ferritecore.mixin.properties b/config/ferritecore.mixin.properties new file mode 100644 index 0000000..2e6759f --- /dev/null +++ b/config/ferritecore.mixin.properties @@ -0,0 +1,22 @@ +# Replace the blockstate neighbor table +replaceNeighborLookup = true +# Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled +replacePropertyMap = true +# Cache the predicate instances used in multipart models +cacheMultipartPredicates = true +# Avoid creation of new strings when creating ModelResourceLocations +modelResourceLocations = true +# Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled +multipartDeduplication = true +# Deduplicate cached data for blockstates, most importantly collision and render shapes +blockstateCacheDeduplication = true +# Deduplicate vertex data of baked quads in the basic model implementations +bakedQuadDeduplication = true +# Use smaller data structures for "simple" models, especially models with few side-specific faces +modelSides = true +# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! +useSmallThreadingDetector = false +# Use a slightly more compact, but also slightly slower representation for block states +compactFastMap = false +# Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. +populateNeighborTable = false diff --git a/config/forgeconfigapiport.toml b/config/forgeconfigapiport.toml new file mode 100644 index 0000000..cdce757 --- /dev/null +++ b/config/forgeconfigapiport.toml @@ -0,0 +1,14 @@ +#When single config values need to be corrected (think like the config value is a number 1-10, but the user enters an incompatible input like '5.0', in that case only this single value needs fixing not the whole file), +#Forge restores the built-in default value for that option, but ignores a value that is set in a possibly present default config in 'defaultconfigs'. +#This option fixes this behavior and checks for a value in a default config from 'defaultconfigs' before falling back to the built-in default. +correctConfigValuesFromDefaultConfig = true +#Path to load default configs from, intended for setting global server configs for newly created worlds, but also works when recreating client and common configs. +defaultConfigsPath = "defaultconfigs" +#Config loading from a file config appears to occasionally fail and throw a com.electronwill.nightconfig.core.io.ParsingException: Not enough data available. +#This workaround catches the exception, and recreates a fresh file to try config loading for again. If loading fails for the new file the original exception is thrown. +#To make sure any required changes through configs stay intact through such recreations, placed your changed configs in the 'defaultconfigs' directory. +recreateConfigsWhenParsingFails = true +#Prevent server config files from being saved inside the current world directory. Instead, save them to the global config directory in .minecraft/config/. +#This option effectively disables per world server configs, but helps a lot with avoiding user confusion. +forceGlobalServerConfigs = true + diff --git a/config/iris.properties b/config/iris.properties new file mode 100644 index 0000000..be4096d --- /dev/null +++ b/config/iris.properties @@ -0,0 +1,8 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Sun Oct 15 08:57:22 TRT 2023 +colorSpace=SRGB +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=ComplementaryReimagined_r5.0.1.zip +enableShaders=true diff --git a/config/lambdynlights.toml b/config/lambdynlights.toml new file mode 100644 index 0000000..1230b70 --- /dev/null +++ b/config/lambdynlights.toml @@ -0,0 +1,163 @@ +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "fancy" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable block entities light source. + block_entities = true + # Enable entities light source. + entities = true + # Enable first-person player light source. + self = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "off" + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings] + + [light_sources.settings.entities] + + [light_sources.settings.entities.minecraft] + axolotl = true + egg = true + allay = true + llama = true + bat = true + husk = true + camel = true + experience_bottle = true + rabbit = true + firework_rocket = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + mooshroom = true + glow_item_frame = false + snowball = true + parrot = true + creeper = true + lightning_bolt = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + piglin = true + blaze = true + endermite = true + zombie = true + ender_pearl = true + guardian = true + fireball = true + eye_of_ender = true + wither_skull = true + wolf = true + zombie_villager = true + elder_guardian = true + chest_boat = true + boat = true + small_fireball = true + strider = true + cave_spider = true + witch = true + cod = true + snow_golem = true + spider = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + frog = true + hoglin = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + turtle = true + shulker = true + salmon = true + wandering_trader = true + vex = true + wither_skeleton = true + piglin_brute = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + glow_squid = true + squid = true + shulker_bullet = true + enderman = true + dragon_fireball = true + chicken = true + trader_llama = true + donkey = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + skeleton_horse = true + fishing_bobber = true + polar_bear = true + painting = true + wither = true + + [light_sources.settings.entities.farmersdelight] + rotten_tomato = true + + [light_sources.settings.entities.handcrafted] + seat = true + fancy_painting = true + + [light_sources.settings.entities.bclib] + chair = true + + [light_sources.settings.entities.supplementaries] + red_merchant = true + rope_arrow = true + + [light_sources.settings.entities.betterend] + dragonfly = true + cubozoa = true + end_slime = true + silk_moth = true + end_fish = true + + [light_sources.settings.entities.fishofthieves] + devilfish = true + splashtail = true + stormfish = true + ancientscale = true + wrecker = true + battlegill = true + wildsplash = true + plentifin = true + islehopper = true + pondie = true + + [light_sources.settings.entities.lootr] + lootr_minecart = true + diff --git a/config/lithium.properties b/config/lithium.properties new file mode 100644 index 0000000..febe4b0 --- /dev/null +++ b/config/lithium.properties @@ -0,0 +1,8 @@ +# This is the configuration file for Lithium. +# This file exists for debugging purposes and should not be configured otherwise. +# Before configuring anything, take a backup of the worlds that will be opened. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/midnightlib.json b/config/midnightlib.json new file mode 100644 index 0000000..5449537 --- /dev/null +++ b/config/midnightlib.json @@ -0,0 +1,3 @@ +{ + "config_screen_list": "MODMENU" +} \ No newline at end of file diff --git a/config/mindfuldarkness-client.toml b/config/mindfuldarkness-client.toml new file mode 100644 index 0000000..a3854ac --- /dev/null +++ b/config/mindfuldarkness-client.toml @@ -0,0 +1,30 @@ +#Do not add the dark mode toggle buttons to the top of every menu. +hide_in_game_switcher = true +#Print menu type to game chat whenever a new menu screen is opened. Intended for finding menu types to be added to "menu_blacklist". +debug_container_types = false +#Screens to add a dark mode toggle button to, so that toggling is possible outside of inventory menus. +#Allowed Values: NONE, TITLE_SCREEN, PAUSE_SCREEN, BOTH +dark_mode_toggle_screens = "BOTH" +#Exclude certain menus from showing the dark mode switcher. Useful when the box intersects other screen elements. +menu_blacklist = [] +#Specifies gui paths and resources to darken. +#End a path using '*' as a wildcard char to include every file (no nested directories) from that directory. +#Begin with a namespace or skip namespace to apply to all namespaces. +#Begin with '!' to exclude matches, list those exclusions after entries that would otherwise include them. +paths = ["textures/gui/*", "!minecraft:textures/gui/icons.png", "!minecraft:textures/gui/options_background.png", "textures/gui/container/*", "minecraft:textures/gui/container/creative_inventory/*", "trinkets:textures/gui/slots/*", "craftingtweaks:gui.png", "dankstorage:textures/container/gui/*", "ae2:textures/guis/*"] +#Use a dark theme for the configuration screens. +dark_theme = true +#Percentage of original interface brightness to apply. +#Range: 0.0 ~ 1.0 +texture_darkness = 0.6666666666666669 +#The minimum brightness value of font while dark mode is enabled. +#Range: 0.0 ~ 1.0 +font_brightness = 0.0 +#Algorithm selector for darkening interface pixels. +#Allowed Values: GRAYSCALE_AND_HSP, HSP, GRAYSCALE_AND_HSL, HSL, GRAYSCALE_AND_LINEAR, LINEAR +darkening_algorithm = "GRAYSCALE_AND_HSP" +#Print screen identifier to game chat or log file whenever a new screen is opened. Intended for finding screens to be added to "font_color_blacklist". +debug_all_screens = false +#Exclude certain screens from being affected by any text color alterations. +font_color_blacklist = ["chat_screen.title", "sign.edit", "hanging_sign.edit"] + diff --git a/config/modmenu.json b/config/modmenu.json new file mode 100644 index 0000000..774b301 --- /dev/null +++ b/config/modmenu.json @@ -0,0 +1,30 @@ +{ + "sorting": "ascending", + "count_libraries": true, + "compact_list": false, + "count_children": true, + "mods_button_style": "classic", + "game_menu_button_style": "replace_bugs", + "count_hidden_mods": true, + "mod_count_location": "title_screen", + "hide_mod_links": false, + "show_libraries": false, + "hide_mod_license": false, + "hide_badges": false, + "hide_mod_credits": false, + "easter_eggs": true, + "modify_title_screen": true, + "modify_game_menu": true, + "hide_config_buttons": false, + "random_java_colors": false, + "translate_names": true, + "translate_descriptions": true, + "config_mode": false, + "disable_drag_and_drop": false, + "hidden_mods": [], + "hidden_configs": [], + "disable_update_checker": [], + "update_checker": true, + "button_update_badge": true, + "quick_configure": true +} \ No newline at end of file diff --git a/config/ngroklan.json5 b/config/ngroklan.json5 new file mode 100644 index 0000000..2328ea9 --- /dev/null +++ b/config/ngroklan.json5 @@ -0,0 +1,7 @@ +{ + "enabledCheckBox": true, + "authToken": "27OAXkjjhUnKXcHGD8aNfKWz6W4_6UTpCYSXQhp5tgyG9Xp8j", + "regionSelect": "EU", + "onlineCheckBox": true, + "spawnProtectionRadius": 0 +} \ No newline at end of file diff --git a/config/notenoughanimations.json b/config/notenoughanimations.json new file mode 100644 index 0000000..27360a7 --- /dev/null +++ b/config/notenoughanimations.json @@ -0,0 +1,50 @@ +{ + "configVersion": 9, + "animationSmoothingSpeed": 20.0, + "holdingItems": [ + "minecraft:clock", + "minecraft:recovery_compass", + "minecraft:soul_lantern", + "minecraft:compass", + "minecraft:torch", + "minecraft:lantern", + "minecraft:soul_torch" + ], + "enableAnimationSmoothing": true, + "enableInWorldMapRendering": true, + "enableOffhandHiding": true, + "enableRotationLocking": true, + "enableLadderAnimation": true, + "ladderAnimationAmplifier": 0.35, + "ladderAnimationArmHeight": 1.7, + "ladderAnimationArmSpeed": 2.0, + "enableRotateToLadder": true, + "enableEatDrinkAnimation": true, + "enableRowBoatAnimation": true, + "enableHorseAnimation": true, + "dontHoldItemsInBed": true, + "freezeArmsInBed": true, + "rotationLock": "NONE", + "showLastUsedSword": false, + "sheathSwords": [ + "minecraft:golden_sword", + "minecraft:iron_sword", + "minecraft:wooden_sword", + "minecraft:stone_sword", + "minecraft:diamond_sword", + "minecraft:netherite_sword" + ], + "enableCrawlingAnimation": true, + "holdUpItemsMode": "CONFIG", + "holdUpItemOffset": 0.0, + "itemSwapAnimation": true, + "tweakElytraAnimation": true, + "petAnimation": true, + "fallingAnimation": false, + "freezingAnimation": true, + "huggingAnimation": true, + "narutoRunning": false, + "enableInWorldBookRendering": false, + "disableLegSmoothing": false, + "bowAnimation": "VANILLA" +} \ No newline at end of file diff --git a/config/simple-rpc/server-entries.toml b/config/simple-rpc/server-entries.toml new file mode 100644 index 0000000..7319b02 --- /dev/null +++ b/config/simple-rpc/server-entries.toml @@ -0,0 +1,7 @@ +#Enable/Disable Server Entries overrides +enabled = false +#Internal Version Number. NO TOUCHY! +version = 2 +#Server override entries +entry = [] + diff --git a/config/simple-rpc/simple-rpc-replaymod.toml b/config/simple-rpc/simple-rpc-replaymod.toml new file mode 100644 index 0000000..73a03b0 --- /dev/null +++ b/config/simple-rpc/simple-rpc-replaymod.toml @@ -0,0 +1,64 @@ + +[general] + #Enable/Disable ReplayMod Support + enabled = true + #Internal Version Number. NO TOUCHY! + version = 1 + +#The Replay Browser Event +[replay_viewer] + #Enable/Disable the ReplayMod Replay Viewer Event + enabled = true + #The first line of text under the app name + description = "Browsing Replays" + #The second line of text under the app name + state = "%player% is browsing the library" + #The Asset ID of the image to display as the large image + largeImageKey = ["mclogonew"] + #The text that gets displayed when the large image is hovered + largeImageText = "It's Minecraft %mcver%, but modded" + #The Asset ID of the image to display as the small image + smallImageKey = ["mclogo"] + #The text that gets displayed when the small image is hovered + smallImageText = "%mods% mods installed" + #The buttons to display on Discord + buttons = [] + +#The Replay Editor Event +[replay_editor] + #Enable/Disable the ReplayMod Editor Event + enabled = true + #The first line of text under the app name + description = "Editing a video" + #The second line of text under the app name + state = "%player% is reviewing footage" + #The Asset ID of the image to display as the large image + largeImageKey = ["mclogonew"] + #The text that gets displayed when the large image is hovered + largeImageText = "It's Minecraft %mcver%, but modded" + #The Asset ID of the image to display as the small image + smallImageKey = ["mclogo"] + #The text that gets displayed when the small image is hovered + smallImageText = "%mods% mods installed" + #The buttons to display on Discord + buttons = [] + +#The Replay Rendering Event +[replay_render] + #Enable/Disable the ReplayMod Rendering Event + enabled = true + #The first line of text under the app name + description = "Exporting a video with %replaytimeleft% left" + #The second line of text under the app name + state = "Rendering %replayframe%/%replaytotal% frames" + #The Asset ID of the image to display as the large image + largeImageKey = ["mclogonew"] + #The text that gets displayed when the large image is hovered + largeImageText = "It's Minecraft %mcver%, but modded" + #The Asset ID of the image to display as the small image + smallImageKey = ["mclogo"] + #The text that gets displayed when the small image is hovered + smallImageText = "%mods% mods installed" + #The buttons to display on Discord + buttons = [] + diff --git a/config/simple-rpc/simple-rpc.toml b/config/simple-rpc/simple-rpc.toml new file mode 100644 index 0000000..a11d454 --- /dev/null +++ b/config/simple-rpc/simple-rpc.toml @@ -0,0 +1,208 @@ +[general] + #The Application ID of the Discord App to use. Replace this with your client id from the discord dashboard to change the name of the app + applicationID = 1048842070082732052 + #Enable/Disable the mod + enabled = true + #Enable/Disable debugging mode. WARNING: MAY CAUSE LOG SPAM! + debugging = false + #Enable/Disable the in game config screen. ONLY AVAILABLE WHEN CLOTH CONFIG IS INSTALLED! + configScreen = false + #Display the Icon and Pack Name in place of LargeImage from compatible launchers. DOES NOT WORK WITH CUSTOM APPS! ONLY THE DEFAULT ONE! + launcherIntegration = false + #Internal Version Number. NO TOUCHY! + version = 18 + +[init] + #Enable/Disable the Game Loading Event + enabled = true + #The first line of text under the app name + description = "Oyun yukleniyor..." + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[init.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[main_menu] + #Enable/Disable the Main Menu Event + enabled = true + #The first line of text under the app name + description = "Ana Menu" + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[main_menu.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[server_list] + #Enable/Disable the Server List Event + enabled = true + #The first line of text under the app name + description = "Sunucu listesinde" + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[server_list.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[realms_list] + #Enable/Disable the Realms Screen Event + enabled = true + #The first line of text under the app name + description = "Realms listesinde" + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[realms_list.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[join_game] + #Enable/Disable the Join Game Event + enabled = true + #The first line of text under the app name + description = "Oyuna katiliyor..." + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[join_game.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[single_player] + #Enable/Disable the Single Player Event + enabled = true + #The first line of text under the app name + description = "%world%" + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[single_player.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[multi_player] + #Enable/Disable the Multi Player Event + enabled = true + #The first line of text under the app name + description = "%servername% sunucusunda" + #The second line of text under the app name + state = "%players% kisi" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[multi_player.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[realms] + #Enable/Disable the Realms Game Event + enabled = true + #The first line of text under the app name + description = "%realmname% sunucusunda" + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + buttons = [] + +[generic] + #The first line of text under the app name + description = "Metin Girin..." + #The second line of text under the app name + state = "" + #The Asset ID/URL of the image to display as the large image + largeImageKey = ["minecraftnew"] + #The text that gets displayed when the large image is hovered + largeImageText = "%mods% mod" + #The Asset ID/URL of the image to display as the small image + smallImageKey = ["heart"] + #The text that gets displayed when the small image is hovered + smallImageText = "%player%" + #The buttons to display on Discord + + [[generic.buttons]] + label = "Paketi indir" + url = "https://modrinth.com/user/JustWolter/modpacks" + +[custom] + #Must these variables be parsed along with other variables + enabled = false + #Your custom variables to add + variables = [] + +[dimension_overrides] + enabled = false + dimensions = [] + diff --git a/config/skinlayers.json b/config/skinlayers.json new file mode 100644 index 0000000..2fd5839 --- /dev/null +++ b/config/skinlayers.json @@ -0,0 +1,17 @@ +{ + "enableHat": true, + "enableJacket": true, + "enableLeftSleeve": true, + "enableRightSleeve": true, + "enableLeftPants": true, + "enableRightPants": true, + "baseVoxelSize": 1.15, + "bodyVoxelWidthSize": 1.05, + "headVoxelSize": 1.1290001, + "renderDistanceLOD": 5, + "enableSkulls": true, + "enableSkullsItems": true, + "skullVoxelSize": 1.0680001, + "fastRender": true, + "firstPersonPixelScaling": 1.0910001 +} \ No newline at end of file diff --git a/config/sodium-mixins.properties b/config/sodium-mixins.properties new file mode 100644 index 0000000..2c04ad8 --- /dev/null +++ b/config/sodium-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Sodium. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/sodium-options.json b/config/sodium-options.json new file mode 100644 index 0000000..cb74121 --- /dev/null +++ b/config/sodium-options.json @@ -0,0 +1,24 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "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": { + "hide_donation_button": false + } +} \ No newline at end of file diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt new file mode 100644 index 0000000..4f42a28 --- /dev/null +++ b/config/yosbr/options.txt @@ -0,0 +1,147 @@ +version:3465 +autoJump:false +operatorItemsTab:false +autoSuggestions:true +chatColors:true +chatLinks:true +chatLinksPrompt:true +enableVsync:false +entityShadows:true +forceUnicodeFont:false +discrete_mouse_scroll:false +invertYMouse:false +realmsNotifications:true +reducedDebugInfo:false +showSubtitles:false +directionalAudio:false +touchscreen:false +fullscreen:true +bobView:true +toggleCrouch:false +toggleSprint:false +darkMojangStudiosBackground:false +hideLightningFlashes:false +mouseSensitivity:0.375586854460094 +fov:0.25 +screenEffectScale:1.0 +fovEffectScale:1.0 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +damageTiltStrength:1.0 +highContrast:false +gamma:1.0 +renderDistance:12 +simulationDistance:5 +entityDistanceScaling:1.0 +guiScale:3 +particles:0 +maxFps:260 +graphicsMode:1 +ao:true +prioritizeChunkUpdates:0 +biomeBlendRadius:7 +renderClouds:"true" +resourcePacks:["vanilla","fabric"] +incompatibleResourcePacks:[] +lastServer: +lang:en_us +soundDevice:"" +chatVisibility:0 +chatOpacity:1.0 +chatLineSpacing:0.0 +textBackgroundOpacity:0.5 +backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:true +pauseOnLostFocus:false +overrideWidth:0 +overrideHeight:0 +chatHeightFocused:0.5868544600938967 +chatDelay:0.0 +chatHeightUnfocused:0.5023474178403754 +chatScale:1.0 +chatWidth:0.572769953051643 +notificationDisplayTime:1.0 +mipmapLevels:4 +useNativeTransport:true +mainHand:"right" +attackIndicator:1 +narrator:0 +tutorialStep:none +mouseWheelSensitivity:1.0 +rawMouseInput:true +glDebugVerbosity:1 +skipMultiplayerWarning:true +skipRealms32bitWarning:false +hideMatchedNames:true +joinedFirstServer:true +hideBundleTutorial:true +syncChunkWrites:true +showAutosaveIndicator:true +allowServerListing:true +onlyShowSecureChat:false +panoramaScrollSpeed:1.0 +telemetryOptInExtra:false +onboardAccessibility:false +key_key.attack:key.mouse.left +key_key.use:key.mouse.right +key_key.forward:key.keyboard.w +key_key.left:key.keyboard.a +key_key.back:key.keyboard.s +key_key.right:key.keyboard.d +key_key.jump:key.keyboard.space +key_key.sneak:key.keyboard.left.shift +key_key.sprint:key.keyboard.left.control +key_key.drop:key.keyboard.q +key_key.inventory:key.keyboard.e +key_key.chat:key.keyboard.t +key_key.playerlist:key.keyboard.tab +key_key.pickItem:key.mouse.middle +key_key.command:key.keyboard.slash +key_key.socialInteractions:key.keyboard.unknown +key_key.screenshot:key.keyboard.f2 +key_key.togglePerspective:key.keyboard.f5 +key_key.smoothCamera:key.keyboard.unknown +key_key.fullscreen:key.keyboard.f11 +key_key.spectatorOutlines:key.keyboard.unknown +key_key.swapOffhand:key.keyboard.f +key_key.saveToolbarActivator:key.keyboard.unknown +key_key.loadToolbarActivator:key.keyboard.unknown +key_key.advancements:key.keyboard.left +key_key.hotbar.1:key.keyboard.1 +key_key.hotbar.2:key.keyboard.2 +key_key.hotbar.3:key.keyboard.3 +key_key.hotbar.4:key.keyboard.4 +key_key.hotbar.5:key.keyboard.5 +key_key.hotbar.6:key.keyboard.6 +key_key.hotbar.7:key.keyboard.7 +key_key.hotbar.8:key.keyboard.8 +key_key.hotbar.9:key.keyboard.9 +key_key.dynamicfps.toggle_forced:key.keyboard.unknown +key_key.dynamicfps.toggle_disabled:key.keyboard.unknown +key_autothirdperson.toggle:key.keyboard.unknown +key_key.entityculling.toggle:key.keyboard.unknown +key_key.fabrictailor.toggle_skin_gui:key.keyboard.k +key_key.logical_zoom.zoom:key.keyboard.right +key_key.modmenu.open_menu:key.keyboard.unknown +key_iris.keybind.reload:key.keyboard.unknown +key_iris.keybind.toggleShaders:key.keyboard.minus +key_iris.keybind.shaderPackSelection:key.keyboard.equal +soundCategory_master:0.25496688741721857 +soundCategory_music:0.15492957746478872 +soundCategory_record:0.04929577464788732 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:0.07746478873239436 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/data/fabricDefaultResourcePacks.dat b/data/fabricDefaultResourcePacks.dat new file mode 100644 index 0000000..9f907f8 Binary files /dev/null and b/data/fabricDefaultResourcePacks.dat differ diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..bfae9d1 Binary files /dev/null and b/icon.png differ diff --git a/irisUpdateInfo.json b/irisUpdateInfo.json new file mode 100644 index 0000000..d92af47 --- /dev/null +++ b/irisUpdateInfo.json @@ -0,0 +1,9 @@ +{ + "semanticVersion": "1.6.7", + "updateInfo": { + "en_us": "Iris 1.6.7 has released, with performance improvements and bug fixes, along with some minor features. Download it at: {link}" + }, + "modHost": "Modrinth", + "modDownload": "https://modrinth.com/mod/iris", + "installer": "https://irisshaders.dev" +} diff --git a/mods/3dskinlayers-fabric-1.5.4-mc1.20.1.jar b/mods/3dskinlayers-fabric-1.5.4-mc1.20.1.jar new file mode 100644 index 0000000..cb56b59 Binary files /dev/null and b/mods/3dskinlayers-fabric-1.5.4-mc1.20.1.jar differ diff --git a/mods/BetterF3-7.0.1-Fabric-1.20.1.jar b/mods/BetterF3-7.0.1-Fabric-1.20.1.jar new file mode 100644 index 0000000..df3f041 Binary files /dev/null and b/mods/BetterF3-7.0.1-Fabric-1.20.1.jar differ diff --git a/mods/Controlling-fabric-1.20.1-12.0.2.jar b/mods/Controlling-fabric-1.20.1-12.0.2.jar new file mode 100644 index 0000000..debf5e6 Binary files /dev/null and b/mods/Controlling-fabric-1.20.1-12.0.2.jar differ diff --git a/mods/CraterLib-fabric-1.20-1.0.2.jar b/mods/CraterLib-fabric-1.20-1.0.2.jar new file mode 100644 index 0000000..45f2eb5 Binary files /dev/null and b/mods/CraterLib-fabric-1.20-1.0.2.jar differ diff --git a/mods/ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric.jar b/mods/ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric.jar new file mode 100644 index 0000000..ae48f13 Binary files /dev/null and b/mods/ForgeConfigAPIPort-v8.0.0-1.20.1-Fabric.jar differ diff --git a/mods/MindfulDarkness-v8.0.2-1.20.1-Fabric.jar b/mods/MindfulDarkness-v8.0.2-1.20.1-Fabric.jar new file mode 100644 index 0000000..97a7e04 Binary files /dev/null and b/mods/MindfulDarkness-v8.0.2-1.20.1-Fabric.jar differ diff --git a/mods/MouseTweaks-fabric-mc1.20-2.25.jar b/mods/MouseTweaks-fabric-mc1.20-2.25.jar new file mode 100644 index 0000000..0576420 Binary files /dev/null and b/mods/MouseTweaks-fabric-mc1.20-2.25.jar differ diff --git a/mods/PuzzlesLib-v8.0.24-1.20.1-Fabric.jar b/mods/PuzzlesLib-v8.0.24-1.20.1-Fabric.jar new file mode 100644 index 0000000..696aa5d Binary files /dev/null and b/mods/PuzzlesLib-v8.0.24-1.20.1-Fabric.jar differ diff --git a/mods/Searchables-fabric-1.20.1-1.0.2.jar b/mods/Searchables-fabric-1.20.1-1.0.2.jar new file mode 100644 index 0000000..d3cd71c Binary files /dev/null and b/mods/Searchables-fabric-1.20.1-1.0.2.jar differ diff --git a/mods/SimpleRPC-fabric-1.20-3.2.4.jar b/mods/SimpleRPC-fabric-1.20-3.2.4.jar new file mode 100644 index 0000000..6b95fcc Binary files /dev/null and b/mods/SimpleRPC-fabric-1.20-3.2.4.jar differ diff --git a/mods/auto_third_person-fabric-1.20.1-2.1.jar b/mods/auto_third_person-fabric-1.20.1-2.1.jar new file mode 100644 index 0000000..a79cf39 Binary files /dev/null and b/mods/auto_third_person-fabric-1.20.1-2.1.jar differ diff --git a/mods/balm-fabric-1.20.1-7.1.4.jar b/mods/balm-fabric-1.20.1-7.1.4.jar new file mode 100644 index 0000000..0afc168 Binary files /dev/null and b/mods/balm-fabric-1.20.1-7.1.4.jar differ diff --git a/mods/blur-3.1.0.jar b/mods/blur-3.1.0.jar new file mode 100644 index 0000000..a508593 Binary files /dev/null and b/mods/blur-3.1.0.jar differ diff --git a/mods/borderless-mining-1.1.8+1.20.1.jar b/mods/borderless-mining-1.1.8+1.20.1.jar new file mode 100644 index 0000000..241a7d0 Binary files /dev/null and b/mods/borderless-mining-1.1.8+1.20.1.jar differ diff --git a/mods/bsvsb-3.0.3.jar b/mods/bsvsb-3.0.3.jar new file mode 100644 index 0000000..ce49910 Binary files /dev/null and b/mods/bsvsb-3.0.3.jar differ diff --git a/mods/dark-loading-screen-1.6.14.jar b/mods/dark-loading-screen-1.6.14.jar new file mode 100644 index 0000000..6cbd8a9 Binary files /dev/null and b/mods/dark-loading-screen-1.6.14.jar differ diff --git a/mods/dynamic-fps-3.2.1+minecraft-1.20.0.jar b/mods/dynamic-fps-3.2.1+minecraft-1.20.0.jar new file mode 100644 index 0000000..1b8411a Binary files /dev/null and b/mods/dynamic-fps-3.2.1+minecraft-1.20.0.jar differ diff --git a/mods/e4mc-4.0.1+1.19.4-fabric.jar b/mods/e4mc-4.0.1+1.19.4-fabric.jar new file mode 100644 index 0000000..e31e6b8 Binary files /dev/null and b/mods/e4mc-4.0.1+1.19.4-fabric.jar differ diff --git a/mods/entityculling-fabric-1.6.2-mc1.20.1.jar b/mods/entityculling-fabric-1.6.2-mc1.20.1.jar new file mode 100644 index 0000000..dac12f7 Binary files /dev/null and b/mods/entityculling-fabric-1.6.2-mc1.20.1.jar differ diff --git a/mods/fabric-api-0.90.0+1.20.1.jar b/mods/fabric-api-0.90.0+1.20.1.jar new file mode 100644 index 0000000..114257d Binary files /dev/null and b/mods/fabric-api-0.90.0+1.20.1.jar differ diff --git a/mods/fabric-language-kotlin-1.10.10+kotlin.1.9.10.jar b/mods/fabric-language-kotlin-1.10.10+kotlin.1.9.10.jar new file mode 100644 index 0000000..cbe0e33 Binary files /dev/null and b/mods/fabric-language-kotlin-1.10.10+kotlin.1.9.10.jar differ diff --git a/mods/fabrictailor-2.1.2.jar b/mods/fabrictailor-2.1.2.jar new file mode 100644 index 0000000..e9c0e35 Binary files /dev/null and b/mods/fabrictailor-2.1.2.jar differ diff --git a/mods/ferritecore-6.0.0-fabric.jar b/mods/ferritecore-6.0.0-fabric.jar new file mode 100644 index 0000000..351f12f Binary files /dev/null and b/mods/ferritecore-6.0.0-fabric.jar differ diff --git a/mods/iris-mc1.20.1-1.6.10.jar b/mods/iris-mc1.20.1-1.6.10.jar new file mode 100644 index 0000000..cfcc33f Binary files /dev/null and b/mods/iris-mc1.20.1-1.6.10.jar differ diff --git a/mods/lambdynamiclights-2.3.2+1.20.1.jar b/mods/lambdynamiclights-2.3.2+1.20.1.jar new file mode 100644 index 0000000..ba275eb Binary files /dev/null and b/mods/lambdynamiclights-2.3.2+1.20.1.jar differ diff --git a/mods/lazydfu-0.1.3.jar b/mods/lazydfu-0.1.3.jar new file mode 100644 index 0000000..c377555 Binary files /dev/null and b/mods/lazydfu-0.1.3.jar differ diff --git a/mods/lithium-fabric-mc1.20.1-0.11.2.jar b/mods/lithium-fabric-mc1.20.1-0.11.2.jar new file mode 100644 index 0000000..1f542e7 Binary files /dev/null and b/mods/lithium-fabric-mc1.20.1-0.11.2.jar differ diff --git a/mods/logical_zoom-0.0.20.jar b/mods/logical_zoom-0.0.20.jar new file mode 100644 index 0000000..ab3f56c Binary files /dev/null and b/mods/logical_zoom-0.0.20.jar differ diff --git a/mods/mcwifipnp-1.6.6-1.20.1-fabric.jar b/mods/mcwifipnp-1.6.6-1.20.1-fabric.jar new file mode 100644 index 0000000..e9cf4ea Binary files /dev/null and b/mods/mcwifipnp-1.6.6-1.20.1-fabric.jar differ diff --git a/mods/memoryleakfix-fabric-1.17+-1.1.2.jar b/mods/memoryleakfix-fabric-1.17+-1.1.2.jar new file mode 100644 index 0000000..64753de Binary files /dev/null and b/mods/memoryleakfix-fabric-1.17+-1.1.2.jar differ diff --git a/mods/modmenu-7.2.2.jar b/mods/modmenu-7.2.2.jar new file mode 100644 index 0000000..e565de3 Binary files /dev/null and b/mods/modmenu-7.2.2.jar differ diff --git a/mods/notenoughanimations-fabric-1.6.4-mc1.20.jar b/mods/notenoughanimations-fabric-1.6.4-mc1.20.jar new file mode 100644 index 0000000..c18b151 Binary files /dev/null and b/mods/notenoughanimations-fabric-1.6.4-mc1.20.jar differ diff --git a/mods/sodium-fabric-mc1.20.1-0.5.3.jar b/mods/sodium-fabric-mc1.20.1-0.5.3.jar new file mode 100644 index 0000000..8cd1f55 Binary files /dev/null and b/mods/sodium-fabric-mc1.20.1-0.5.3.jar differ diff --git a/mods/starlight-1.1.2+fabric.dbc156f.jar b/mods/starlight-1.1.2+fabric.dbc156f.jar new file mode 100644 index 0000000..c373654 Binary files /dev/null and b/mods/starlight-1.1.2+fabric.dbc156f.jar differ diff --git a/mods/yosbr-0.1.2.jar b/mods/yosbr-0.1.2.jar new file mode 100644 index 0000000..bc7c5fe Binary files /dev/null and b/mods/yosbr-0.1.2.jar differ diff --git a/options.txt b/options.txt new file mode 100644 index 0000000..3d4ea1c --- /dev/null +++ b/options.txt @@ -0,0 +1,147 @@ +version:3465 +autoJump:false +operatorItemsTab:false +autoSuggestions:true +chatColors:true +chatLinks:true +chatLinksPrompt:true +enableVsync:false +entityShadows:true +forceUnicodeFont:false +discrete_mouse_scroll:false +invertYMouse:false +realmsNotifications:true +reducedDebugInfo:false +showSubtitles:false +directionalAudio:false +touchscreen:false +fullscreen:true +bobView:true +toggleCrouch:false +toggleSprint:false +darkMojangStudiosBackground:false +hideLightningFlashes:false +mouseSensitivity:0.375586854460094 +fov:0.325 +screenEffectScale:1.0 +fovEffectScale:1.0 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +damageTiltStrength:1.0 +highContrast:false +gamma:1.0 +renderDistance:16 +simulationDistance:5 +entityDistanceScaling:1.0 +guiScale:3 +particles:0 +maxFps:260 +graphicsMode:1 +ao:true +prioritizeChunkUpdates:0 +biomeBlendRadius:7 +renderClouds:"true" +resourcePacks:["vanilla","fabric"] +incompatibleResourcePacks:[] +lastServer: +lang:en_us +soundDevice:"" +chatVisibility:0 +chatOpacity:1.0 +chatLineSpacing:0.0 +textBackgroundOpacity:0.5 +backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:true +pauseOnLostFocus:false +overrideWidth:0 +overrideHeight:0 +chatHeightFocused:0.5868544600938967 +chatDelay:0.0 +chatHeightUnfocused:0.5023474178403754 +chatScale:1.0 +chatWidth:0.572769953051643 +notificationDisplayTime:1.0 +mipmapLevels:4 +useNativeTransport:true +mainHand:"right" +attackIndicator:1 +narrator:0 +tutorialStep:none +mouseWheelSensitivity:1.0 +rawMouseInput:true +glDebugVerbosity:1 +skipMultiplayerWarning:true +skipRealms32bitWarning:false +hideMatchedNames:true +joinedFirstServer:true +hideBundleTutorial:true +syncChunkWrites:true +showAutosaveIndicator:true +allowServerListing:true +onlyShowSecureChat:false +panoramaScrollSpeed:1.0 +telemetryOptInExtra:false +onboardAccessibility:false +key_key.attack:key.mouse.left +key_key.use:key.mouse.right +key_key.forward:key.keyboard.w +key_key.left:key.keyboard.a +key_key.back:key.keyboard.s +key_key.right:key.keyboard.d +key_key.jump:key.keyboard.space +key_key.sneak:key.keyboard.left.shift +key_key.sprint:key.keyboard.left.control +key_key.drop:key.keyboard.q +key_key.inventory:key.keyboard.e +key_key.chat:key.keyboard.t +key_key.playerlist:key.keyboard.tab +key_key.pickItem:key.mouse.middle +key_key.command:key.keyboard.slash +key_key.socialInteractions:key.keyboard.unknown +key_key.screenshot:key.keyboard.f2 +key_key.togglePerspective:key.keyboard.f5 +key_key.smoothCamera:key.keyboard.unknown +key_key.fullscreen:key.keyboard.f11 +key_key.spectatorOutlines:key.keyboard.unknown +key_key.swapOffhand:key.keyboard.f +key_key.saveToolbarActivator:key.keyboard.unknown +key_key.loadToolbarActivator:key.keyboard.unknown +key_key.advancements:key.keyboard.left +key_key.hotbar.1:key.keyboard.1 +key_key.hotbar.2:key.keyboard.2 +key_key.hotbar.3:key.keyboard.3 +key_key.hotbar.4:key.keyboard.4 +key_key.hotbar.5:key.keyboard.5 +key_key.hotbar.6:key.keyboard.6 +key_key.hotbar.7:key.keyboard.7 +key_key.hotbar.8:key.keyboard.8 +key_key.hotbar.9:key.keyboard.9 +key_autothirdperson.toggle:key.keyboard.unknown +key_key.dynamic_fps.toggle_forced:key.keyboard.unknown +key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown +key_key.entityculling.toggle:key.keyboard.unknown +key_key.fabrictailor.toggle_skin_gui:key.keyboard.k +key_key.logical_zoom.zoom:key.keyboard.right +key_key.modmenu.open_menu:key.keyboard.unknown +key_iris.keybind.reload:key.keyboard.unknown +key_iris.keybind.toggleShaders:key.keyboard.minus +key_iris.keybind.shaderPackSelection:key.keyboard.equal +soundCategory_master:0.25496688741721857 +soundCategory_music:0.15492957746478872 +soundCategory_record:0.04929577464788732 +soundCategory_weather:1.0 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:0.07746478873239436 +soundCategory_player:1.0 +soundCategory_ambient:1.0 +soundCategory_voice:1.0 +modelPart_cape:true +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/shaderpacks/BSL_v8.2.05.zip b/shaderpacks/BSL_v8.2.05.zip new file mode 100644 index 0000000..0384f79 Binary files /dev/null and b/shaderpacks/BSL_v8.2.05.zip differ diff --git a/shaderpacks/ComplementaryReimagined_r5.0.1.zip b/shaderpacks/ComplementaryReimagined_r5.0.1.zip new file mode 100644 index 0000000..940433d Binary files /dev/null and b/shaderpacks/ComplementaryReimagined_r5.0.1.zip differ diff --git a/shaderpacks/ComplementaryReimagined_r5.0.1.zip.txt b/shaderpacks/ComplementaryReimagined_r5.0.1.zip.txt new file mode 100644 index 0000000..8d9c346 --- /dev/null +++ b/shaderpacks/ComplementaryReimagined_r5.0.1.zip.txt @@ -0,0 +1,2 @@ +#Sun Oct 15 08:57:22 TRT 2023 +RP_MODE=0 diff --git a/shaderpacks/ComplementaryUnbound_r5.0.1.zip b/shaderpacks/ComplementaryUnbound_r5.0.1.zip new file mode 100644 index 0000000..fdfc6ef Binary files /dev/null and b/shaderpacks/ComplementaryUnbound_r5.0.1.zip differ diff --git a/shaderpacks/FastPBR_v1.1.zip b/shaderpacks/FastPBR_v1.1.zip new file mode 100644 index 0000000..0a2c412 Binary files /dev/null and b/shaderpacks/FastPBR_v1.1.zip differ diff --git a/shaderpacks/MakeUp-UltraFast-8.8.g.zip b/shaderpacks/MakeUp-UltraFast-8.8.g.zip new file mode 100644 index 0000000..b5a122a Binary files /dev/null and b/shaderpacks/MakeUp-UltraFast-8.8.g.zip differ diff --git a/shaderpacks/SoftVoxelsLite_v2.0.zip b/shaderpacks/SoftVoxelsLite_v2.0.zip new file mode 100644 index 0000000..497e142 Binary files /dev/null and b/shaderpacks/SoftVoxelsLite_v2.0.zip differ diff --git a/shaderpacks/Solas Shader V1.6b.zip b/shaderpacks/Solas Shader V1.6b.zip new file mode 100644 index 0000000..220f7a8 Binary files /dev/null and b/shaderpacks/Solas Shader V1.6b.zip differ diff --git a/shaderpacks/VanillaPlus_v3.2.zip b/shaderpacks/VanillaPlus_v3.2.zip new file mode 100644 index 0000000..832253f Binary files /dev/null and b/shaderpacks/VanillaPlus_v3.2.zip differ diff --git a/shaderpacks/superDuperVanilla.zip b/shaderpacks/superDuperVanilla.zip new file mode 100644 index 0000000..b6f6e1c Binary files /dev/null and b/shaderpacks/superDuperVanilla.zip differ diff --git "a/shaderpacks/\302\247r\302\247lAstra\302\2474\302\247lLex\302\247r\302\247l_By_LexBoosT_\302\2474\302\247lV90.0\302\247r\302\247l.zip" "b/shaderpacks/\302\247r\302\247lAstra\302\2474\302\247lLex\302\247r\302\247l_By_LexBoosT_\302\2474\302\247lV90.0\302\247r\302\247l.zip" new file mode 100644 index 0000000..7f8e49d Binary files /dev/null and "b/shaderpacks/\302\247r\302\247lAstra\302\2474\302\247lLex\302\247r\302\247l_By_LexBoosT_\302\2474\302\247lV90.0\302\247r\302\247l.zip" differ