commit 39c14ec5334079f26b4c255fe414f068a6035be1 Author: reidlab Date: Sat Nov 29 16:08:41 2025 -0800 init diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..30b3610 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..7f4b696 --- /dev/null +++ b/.packwizignore @@ -0,0 +1 @@ +.editorconfig diff --git a/config/default_files/config/MouseTweaks.cfg b/config/default_files/config/MouseTweaks.cfg new file mode 100644 index 0000000..436280f --- /dev/null +++ b/config/default_files/config/MouseTweaks.cfg @@ -0,0 +1,8 @@ +RMBTweak=1 +LMBTweakWithItem=1 +LMBTweakWithoutItem=1 +WheelTweak=0 +WheelSearchOrder=1 +WheelScrollDirection=0 +ScrollItemScaling=0 +Debug=0 diff --git a/config/default_files/config/figura.json b/config/default_files/config/figura.json new file mode 100644 index 0000000..e34f1c6 --- /dev/null +++ b/config/default_files/config/figura.json @@ -0,0 +1,7 @@ +{ + "CONFIG_VERSION": 1, + "action_wheel_button": "key.keyboard.unknown", + "popup_button": "key.keyboard.unknown", + "default_permission_level": 4, + "emojis": 0 +} \ No newline at end of file diff --git a/config/default_files/config/lmft.json b/config/default_files/config/lmft.json new file mode 100644 index 0000000..4463f2b --- /dev/null +++ b/config/default_files/config/lmft.json @@ -0,0 +1,4 @@ +{ + "disableIngameError": true, + "showToOnlyPrivileged": false +} \ No newline at end of file diff --git a/config/default_files/config/modernfix-mixins.properties b/config/default_files/config/modernfix-mixins.properties new file mode 100644 index 0000000..d838016 --- /dev/null +++ b/config/default_files/config/modernfix-mixins.properties @@ -0,0 +1,94 @@ +# This is the configuration file for ModernFix. +# In general, prefer using the config screen to editing this file. It can be accessed +# via the standard mod menu on your respective mod loader. Changes will, however, +# require restarting the game to take effect. +# +# The following options can be enabled or disabled if there is a compatibility issue. +# Add a line with your option name and =true or =false at the bottom of the file to enable +# or disable a rule. For example: +# mixin.perf.dynamic_resources=true +# Do not include the #. You may reset to defaults by deleting this file. +# +# Available options: +# mixin.bugfix.chunk_deadlock=false # (overridden for mod compat) +# mixin.bugfix.cofh_core_crash=true # (default) +# mixin.bugfix.concurrency=true # (default) +# mixin.bugfix.ctm_resourceutil_cme=true # (default) +# mixin.bugfix.ender_dragon_leak=true # (default) +# mixin.bugfix.entity_pose_stack=true # (default) +# mixin.bugfix.extra_experimental_screen=true # (default) +# mixin.bugfix.fix_config_crashes=true # (default) +# mixin.bugfix.missing_block_entities=false # (default) +# mixin.bugfix.packet_leak=false # (default) +# mixin.bugfix.paper_chunk_patches=false # (overridden for mod compat) +# mixin.bugfix.recipe_book_type_desync=true # (default) +# mixin.bugfix.restore_old_dragon_movement=false # (default) +# mixin.bugfix.unsafe_modded_shape_caches=true # (default) +# mixin.bugfix.world_leaks=true # (default) +# mixin.bugfix.world_screen_skipped=true # (default) +# mixin.devenv=false # (default) +# mixin.feature.blockentity_incorrect_thread=false # (default) +# mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) +# mixin.feature.direct_stack_trace=false # (default) +# mixin.feature.disable_unihex_font=false # (default) +# mixin.feature.integrated_server_watchdog=true # (default) +# mixin.feature.log_stdout_in_log_files=true # (default) +# mixin.feature.mcfunction_profiling=true # (default) +# mixin.feature.measure_time=true # (default) +# mixin.feature.registry_event_progress=true # (default) +# mixin.feature.remove_chat_signing=false # (default) +# mixin.feature.remove_telemetry=true # (default) +# mixin.feature.snapshot_easter_egg=true # (default) +# mixin.feature.spam_thread_dump=false # (default) +# mixin.feature.spark_profile_launch=false # (default) +# mixin.feature.spark_profile_world_join=false # (default) +# mixin.feature.stalled_chunk_load_detection=false # (default) +# mixin.feature.suppress_narrator_stacktrace=true # (default) +# mixin.feature.warn_missing_perf_mods=true # (default) +# mixin.launch.class_search_cache=true # (default) +# mixin.perf.cache_blockstate_cache_arrays=true # (default) +# mixin.perf.cache_model_materials=true # (default) +# mixin.perf.cache_profile_texture_url=true # (default) +# mixin.perf.cache_strongholds=false # (overridden for mod compat) +# mixin.perf.capability_list_compaction=true # (default) +# mixin.perf.chunk_meshing=true # (default) +# mixin.perf.clear_mixin_classinfo=false # (default) +# mixin.perf.compact_bit_storage=true # (default) +# mixin.perf.compact_mojang_registries=true # (default) +# mixin.perf.compress_unihex_font=true # (default) +# mixin.perf.datapack_reload_exceptions=true # (default) +# mixin.perf.dedicated_reload_executor=true # (default) +# mixin.perf.deduplicate_climate_parameters=false # (default) +# mixin.perf.deduplicate_location=false # (default) +# mixin.perf.deduplicate_wall_shapes=true # (default) +# mixin.perf.dynamic_dfu=true # (default) +# mixin.perf.dynamic_entity_renderers=false # (default) +# mixin.perf.dynamic_resources=false # (default) +# mixin.perf.dynamic_resources.ctm=true # (default) +# mixin.perf.dynamic_resources.ldlib=true # (default) +# mixin.perf.dynamic_structure_manager=true # (default) +# mixin.perf.faster_ingredients=true # (default) +# mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_texture_stitching=true # (default) +# mixin.perf.fix_loop_spin_waiting=true # (default) +# mixin.perf.ingredient_item_deduplication=false # (default) +# mixin.perf.lazy_search_tree_registry=true # (default) +# mixin.perf.memoize_creative_tab_build=true # (default) +# mixin.perf.model_optimizations=true # (default) +# mixin.perf.mojang_registry_size=true # (default) +# mixin.perf.patchouli_deduplicate_books=true # (default) +# mixin.perf.reduce_blockstate_cache_rebuilds=true # (default) +# mixin.perf.remove_biome_temperature_cache=true # (default) +# mixin.perf.resourcepacks=true # (default) +# mixin.perf.smart_ingredient_sync=true # (default) +# mixin.perf.state_definition_construct=true # (default) +# mixin.perf.tag_id_caching=true # (default) +# mixin.perf.thread_priorities=true # (default) +# mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=true # (default) +# mixin.safety=true # (default) +# +# User overrides go here. +mixin.perf.dynamic_resources=true +mixin.perf.faster_item_rendering=true diff --git a/config/default_files/config/toadlib_config.txt b/config/default_files/config/toadlib_config.txt new file mode 100644 index 0000000..dcbba83 --- /dev/null +++ b/config/default_files/config/toadlib_config.txt @@ -0,0 +1,2 @@ +showCfgButton:false +tooltipLineLength:280 \ No newline at end of file diff --git a/config/default_files/config/waterdripsound.json b/config/default_files/config/waterdripsound.json new file mode 100644 index 0000000..2eeb5fb --- /dev/null +++ b/config/default_files/config/waterdripsound.json @@ -0,0 +1,9 @@ +{ + "enabled": true, + "volume": 1.0, + "dripChance": 5, + "useDripstoneSounds": true, + "soundCategory": "ambient", + "blockAnimateRangeMultiplier": 1.0, + "blockAnimateCountMultiplier": 1.0 +} \ No newline at end of file diff --git a/config/default_files/options.txt b/config/default_files/options.txt new file mode 100644 index 0000000..fc5f481 --- /dev/null +++ b/config/default_files/options.txt @@ -0,0 +1,166 @@ +version:3955 +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.l +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.puffish_skills.open:key.keyboard.k +key_key.tagtooltips.show_tag_tooltip:key.keyboard.semicolon +key_key.modernfix.config:key.keyboard.unknown +key_iris.keybind.reload:key.keyboard.unknown +key_iris.keybind.toggleShaders:key.keyboard.unknown +key_iris.keybind.shaderPackSelection:key.keyboard.unknown +key_iris.keybind.wireframe:key.keyboard.unknown +key_zume.zoom:key.keyboard.c +key_zume.zoom_in:key.keyboard.equal +key_zume.zoom_out:key.keyboard.minus +key_supplementaries.keybind.quiver:key.keyboard.unknown +key_accessories.key.open_accessories_screen:key.keyboard.unknown +key_key.dynamic_fps.toggle_forced:key.keyboard.unknown +key_key.dynamic_fps.toggle_disabled:key.keyboard.unknown +key_key.jei.toggleOverlay:key.keyboard.unknown +key_key.jei.focusSearch:key.keyboard.unknown +key_key.jei.previousPage:key.keyboard.unknown +key_key.jei.nextPage:key.keyboard.unknown +key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown +key_key.jei.bookmark:key.keyboard.unknown +key_key.jei.showRecipe:key.keyboard.unknown +key_key.jei.showRecipe2:key.keyboard.unknown +key_key.jei.showUses:key.keyboard.unknown +key_key.jei.showUses2:key.keyboard.unknown +key_key.jei.transferRecipeBookmark:key.keyboard.unknown +key_key.jei.maxTransferRecipeBookmark:key.keyboard.unknown +key_key.jei.clearSearchBar:key.keyboard.unknown +key_key.jei.previousSearch:key.keyboard.unknown +key_key.jei.nextSearch:key.keyboard.unknown +key_key.jei.toggleCheatMode:key.keyboard.unknown +key_key.jei.cheatOneItem:key.keyboard.unknown +key_key.jei.cheatOneItem2:key.keyboard.unknown +key_key.jei.cheatItemStack:key.keyboard.unknown +key_key.jei.cheatItemStack2:key.keyboard.unknown +key_key.jei.toggleCheatModeConfigButton:key.keyboard.unknown +key_key.jei.toggleEditMode:key.keyboard.unknown +key_key.jei.toggleHideIngredient:key.keyboard.unknown +key_key.jei.toggleWildcardHideIngredient:key.keyboard.unknown +key_key.jei.recipeBack:key.keyboard.unknown +key_key.jei.previousRecipePage:key.keyboard.unknown +key_key.jei.nextRecipePage:key.keyboard.unknown +key_key.jei.previousCategory:key.keyboard.unknown +key_key.jei.nextCategory:key.keyboard.unknown +key_key.jei.closeRecipeGui:key.keyboard.unknown +key_key.jei.copy.recipe.id:key.keyboard.unknown +key_key.push_to_talk:key.keyboard.unknown +key_key.whisper:key.keyboard.unknown +key_key.mute_microphone:key.keyboard.unknown +key_key.disable_voice_chat:key.keyboard.n +key_key.hide_icons:key.keyboard.f1 +key_key.voice_chat:key.keyboard.v +key_key.voice_chat_settings:key.keyboard.unknown +key_key.voice_chat_group:key.keyboard.g +key_key.voice_chat_toggle_recording:key.keyboard.unknown +key_key.voice_chat_adjust_volumes:key.keyboard.unknown +key_gui.xaero_minimap_settings:key.keyboard.unknown +key_gui.xaero_zoom_in:key.keyboard.equal:SHIFT +key_gui.xaero_zoom_out:key.keyboard.minus:SHIFT +key_gui.xaero_new_waypoint:key.keyboard.b +key_gui.xaero_waypoints_key:key.keyboard.u +key_gui.xaero_enlarge_map:key.keyboard.unknown +key_gui.xaero_toggle_map:key.keyboard.left.bracket +key_gui.xaero_toggle_waypoints:key.keyboard.unknown +key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown +key_gui.xaero_toggle_slime:key.keyboard.unknown +key_gui.xaero_toggle_grid:key.keyboard.unknown +key_gui.xaero_instant_waypoint:key.keyboard.keypad.add +key_gui.xaero_switch_waypoint_set:key.keyboard.unknown +key_gui.xaero_display_all_sets:key.keyboard.unknown +key_gui.xaero_toggle_light_overlay:key.keyboard.unknown +key_gui.xaero_toggle_entity_radar:key.keyboard.unknown +key_gui.xaero_reverse_entity_radar:key.keyboard.unknown +key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown +key_gui.xaero_alternative_list_players:key.keyboard.unknown +key_gui.xaero_toggle_tracked_players_on_map:key.keyboard.unknown +key_gui.xaero_toggle_tracked_players_in_world:key.keyboard.unknown +key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown +key_figura.config.action_wheel_button:key.keyboard.r +key_figura.config.popup_button:key.keyboard.unknown +key_figura.config.reload_button:key.keyboard.unknown +key_figura.config.panic_button:key.keyboard.unknown +key_figura.config.wardrobe_button:key.keyboard.unknown +key_gui.xaero_open_map:key.keyboard.m +key_gui.xaero_open_settings:key.keyboard.right.bracket +key_gui.xaero_map_zoom_in:key.keyboard.unknown +key_gui.xaero_map_zoom_out:key.keyboard.unknown +key_gui.xaero_quick_confirm:key.keyboard.right.shift +key_gui.xaero_toggle_dimension:key.keyboard.unknown +key_key.carry.desc:key.keyboard.unknown +key_key.cataclysm.ability:key.keyboard.x +key_key.cataclysm.helmet_ability:key.keyboard.h +key_key.cataclysm.chestplate_ability:key.keyboard.y +key_key.cataclysm.boots_ability:key.keyboard.z +key_desc.seasonhud.keybind.options:key.keyboard.unknown +key_key.fog.toggle:key.keyboard.unknown +key_key.clickthrough.toggle:key.keyboard.f9 +key_key.antique_atlas.open:key.keyboard.unknown +key_key.cavedust.toggle:key.keyboard.unknown +key_key.cavedust.reload:key.keyboard.keypad.enter +key_key.presencefootsteps.settings:key.keyboard.f10 +key_key.presencefootsteps.toggle:key.keyboard.unknown +key_keybindings.spell_engine.bypass_spell_hotbar:key.keyboard.left.alt +key_keybindings.spell_engine.spell_hotbar_1:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_2:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_3:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_4:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_5:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_6:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_7:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_8:key.keyboard.unknown +key_keybindings.spell_engine.spell_hotbar_9:key.keyboard.unknown +key_keyinfo.copycats.fill_copycat:key.keyboard.left.alt +key_key.guideme.guide:key.keyboard.g +key_key.jade.config:key.keyboard.keypad.0 +key_key.jade.show_overlay:key.keyboard.keypad.1 +key_key.jade.toggle_liquid:key.keyboard.keypad.2 +key_key.jade.show_recipes:key.keyboard.keypad.3 +key_key.jade.show_uses:key.keyboard.keypad.4 +key_key.jade.narrate:key.keyboard.keypad.5 +key_key.jade.show_details:key.keyboard.left.shift +key_key.ae2.mouse_wheel_item_modifier:key.keyboard.left.shift +key_key.ae2.part_placement_opposite:key.keyboard.left.control +key_key.ae2.portable_item_cell:key.keyboard.unknown +key_key.ae2.portable_fluid_cell:key.keyboard.unknown +key_key.ae2.wireless_terminal:key.keyboard.unknown +key_ponder.keyinfo.ponder:key.keyboard.w +key_create.keyinfo.toolmenu:key.keyboard.left.alt +key_create.keyinfo.toolbelt:key.keyboard.left.alt +key_create.keyinfo.rotate_menu:key.keyboard.unknown +key_key.entityculling.toggle:key.keyboard.unknown +key_key.createrailwaysnavigator.route_overlay_options:key.keyboard.r \ No newline at end of file diff --git a/config/fancymenu/assets/minecraft_title.png b/config/fancymenu/assets/minecraft_title.png new file mode 100644 index 0000000..a513945 Binary files /dev/null and b/config/fancymenu/assets/minecraft_title.png differ diff --git a/config/fancymenu/custom_gui_screens.txt b/config/fancymenu/custom_gui_screens.txt new file mode 100644 index 0000000..57f690f --- /dev/null +++ b/config/fancymenu/custom_gui_screens.txt @@ -0,0 +1,5 @@ +type = custom_gui_screens + +overridden_screens { +} + diff --git a/config/fancymenu/customizablemenus.txt b/config/fancymenu/customizablemenus.txt new file mode 100644 index 0000000..cc789c0 --- /dev/null +++ b/config/fancymenu/customizablemenus.txt @@ -0,0 +1,5 @@ +type = customizablemenus + +net.minecraft.client.gui.screens.TitleScreen { +} + diff --git a/config/fancymenu/customization/title_screen_layout.txt b/config/fancymenu/customization/title_screen_layout.txt new file mode 100644 index 0000000..50e932d --- /dev/null +++ b/config/fancymenu/customization/title_screen_layout.txt @@ -0,0 +1,765 @@ +type = fancymenu_layout + +layout-meta { + identifier = title_screen + render_custom_elements_behind_vanilla = true + last_edited_time = 1763332947021 + is_enabled = true + randommode = false + randomgroup = 1 + randomonlyfirsttime = false + layout_index = 0 + [loading_requirement_container_meta:4f6daa7b-f770-4a52-8d6c-0a83e5eed1d2-1763332917595] = [groups:][instances:] +} + +menu_background { + panorama_name = loux + instance_identifier = 1c95afdc-14e8-444c-bf41-ea9a0e2ad853-1763332923635 + background_type = panorama +} + +customization { + action = backgroundoptions + keepaspectratio = false +} + +scroll_list_customization { + preserve_scroll_list_header_footer_aspect_ratio = true + render_scroll_list_header_shadow = true + render_scroll_list_footer_shadow = true + show_scroll_list_header_footer_preview_in_editor = false + repeat_scroll_list_header_texture = false + repeat_scroll_list_footer_texture = false + show_screen_background_overlay_on_custom_background = false + apply_vanilla_background_blur = false +} + +layout_action_executable_blocks { +} + +element { + source = [source:local]/config/fancymenu/assets/minecraft_title.png + repeat_texture = false + nine_slice_texture = false + nine_slice_texture_border_x = 5 + nine_slice_texture_border_y = 5 + image_tint = #FFFFFF + restart_animated_on_menu_load = false + element_type = image + instance_identifier = a6d244d1-8224-48ac-ab0f-21dbe851108c-1763267294101 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1083 + sticky_anchor = false + anchor_point = element + anchor_point_element = minecraft_logo_widget + x = -2 + y = -13 + width = 258 + height = 76 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = d2d6ea03-8418-403d-88ab-9e652e4569c6-1763267294101 + [loading_requirement_container_meta:d2d6ea03-8418-403d-88ab-9e652e4569c6-1763267294101] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false +} + +vanilla_button { + button_element_executable_block_identifier = 4dd35968-0877-474d-8b27-e9e95ea49317-1763267136582 + [executable_block:4dd35968-0877-474d-8b27-e9e95ea49317-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = c0e5ff24-406d-4605-ad5e-8fe694feceec-1763267136582 + [loading_requirement_container_meta:c0e5ff24-406d-4605-ad5e-8fe694feceec-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_quit_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 322 + y = 204 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = c3f8b863-5fdd-41b3-83fb-4f2c38a534ce-1763267136582 + [loading_requirement_container_meta:c3f8b863-5fdd-41b3-83fb-4f2c38a534ce-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 308f68ca-ca81-45db-a9e1-375c58240747-1763267136583 + [executable_block:308f68ca-ca81-45db-a9e1-375c58240747-1763267136583][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = b9ff7abd-a376-4449-ab4b-e3b6e3c7c1fa-1763267136583 + [loading_requirement_container_meta:b9ff7abd-a376-4449-ab4b-e3b6e3c7c1fa-1763267136583] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = 376306 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1083 + sticky_anchor = false + anchor_point = vanilla + x = 196 + y = 146 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 29b69ff1-17ab-4f98-818a-adb4b29705a0-1763267136583 + [loading_requirement_container_meta:29b69ff1-17ab-4f98-818a-adb4b29705a0-1763267136583] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 1b2b55e0-8241-4dec-afbd-3e7b89eae832-1763267136582 + [executable_block:1b2b55e0-8241-4dec-afbd-3e7b89eae832-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = dbe3b969-7dd9-497f-b3db-a88b5ae0d2f5-1763267136582 + [loading_requirement_container_meta:dbe3b969-7dd9-497f-b3db-a88b5ae0d2f5-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = forge_titlescreen_mods_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 170 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 365ef3aa-7386-4d0c-bfe7-f9f1ffd811af-1763267136582 + [loading_requirement_container_meta:365ef3aa-7386-4d0c-bfe7-f9f1ffd811af-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = c690c246-c21c-4ea3-b2b4-5926debaea75-1763267136582 + [executable_block:c690c246-c21c-4ea3-b2b4-5926debaea75-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = e4a0a548-6db7-4276-a2a9-4cc9bbebe8d2-1763267136582 + [loading_requirement_container_meta:e4a0a548-6db7-4276-a2a9-4cc9bbebe8d2-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_multiplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1083 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 146 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = d5e97b5f-3aec-49b6-8d73-61afaf689013-1763267136582 + [loading_requirement_container_meta:d5e97b5f-3aec-49b6-8d73-61afaf689013-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 271fbf24-7ee6-4244-8fec-079d518e3abf-1763332676745 + [executable_block:271fbf24-7ee6-4244-8fec-079d518e3abf-1763332676745][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 3332ca17-48de-4afe-8b60-35a93a39582e-1763332676745 + [loading_requirement_container_meta:3332ca17-48de-4afe-8b60-35a93a39582e-1763332676745] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = 376364 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 196 + y = 204 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 2906bd3c-0755-4c4e-88e8-1e1f2789c4f5-1763332676745 + [loading_requirement_container_meta:2906bd3c-0755-4c4e-88e8-1e1f2789c4f5-1763332676745] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 97babbbd-7cac-4aab-9c7c-da62abf0d324-1763332676745 + [executable_block:97babbbd-7cac-4aab-9c7c-da62abf0d324-1763332676745][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 83162664-d29f-4f26-80f1-369a35036633-1763332676745 + [loading_requirement_container_meta:83162664-d29f-4f26-80f1-369a35036633-1763332676745] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = 604364 + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 424 + y = 204 + width = 20 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = a36f0fe0-6b6f-441d-9581-590b8d53e3ec-1763332676745 + [loading_requirement_container_meta:a36f0fe0-6b6f-441d-9581-590b8d53e3ec-1763332676745] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = cf8ca34c-171c-4274-b6a1-73265144628c-1763267136582 + [executable_block:cf8ca34c-171c-4274-b6a1-73265144628c-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = f326855a-65db-413c-82dd-a4039a796153-1763267136582 + [loading_requirement_container_meta:f326855a-65db-413c-82dd-a4039a796153-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = minecraft_splash_widget + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1083 + sticky_anchor = false + anchor_point = vanilla + x = 393 + y = 49 + width = 100 + height = 40 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = bc649ac7-62f8-4a9d-8f2d-271aca1eca01-1763267136582 + [loading_requirement_container_meta:bc649ac7-62f8-4a9d-8f2d-271aca1eca01-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = abe905b4-dd1b-40c4-895a-8d012e3b6dc8-1763267136582 + [executable_block:abe905b4-dd1b-40c4-895a-8d012e3b6dc8-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 13f41308-aa76-494d-89b3-83555135963b-1763267136582 + [loading_requirement_container_meta:13f41308-aa76-494d-89b3-83555135963b-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_singleplayer_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 122 + width = 200 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 09224737-6021-4576-bb03-7d5082d8c28f-1763267136582 + [loading_requirement_container_meta:09224737-6021-4576-bb03-7d5082d8c28f-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = eadf1813-dc34-4dc1-8bb6-204b3c0e9705-1763267136582 + [executable_block:eadf1813-dc34-4dc1-8bb6-204b3c0e9705-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 4837c10f-59db-42b7-bc1f-89c49a6214f5-1763267136582 + [loading_requirement_container_meta:4837c10f-59db-42b7-bc1f-89c49a6214f5-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = mc_titlescreen_options_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 220 + y = 204 + width = 98 + height = 20 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 83fdb973-14de-4ab5-baf0-532f7599f627-1763267136582 + [loading_requirement_container_meta:83fdb973-14de-4ab5-baf0-532f7599f627-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 8ea18ccd-ae26-422e-bcf1-3450d5ee8fb8-1763267136582 + [executable_block:8ea18ccd-ae26-422e-bcf1-3450d5ee8fb8-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = e5e9409e-4cd5-40ff-b5be-02c606f30843-1763267136582 + [loading_requirement_container_meta:e5e9409e-4cd5-40ff-b5be-02c606f30843-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = title_screen_copyright_button + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 0 + auto_sizing_base_screen_height = 0 + sticky_anchor = false + anchor_point = vanilla + x = 442 + y = 351 + width = 196 + height = 10 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 2718c5d5-5b4c-4ea6-8c21-0414fce2c07d-1763267136582 + [loading_requirement_container_meta:2718c5d5-5b4c-4ea6-8c21-0414fce2c07d-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 6a22661c-f4c8-4178-b33b-60193c7992ed-1763267136583 + [executable_block:6a22661c-f4c8-4178-b33b-60193c7992ed-1763267136583][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 925f51a0-65fe-42f9-bfd5-4919599c14ac-1763267136583 + [loading_requirement_container_meta:925f51a0-65fe-42f9-bfd5-4919599c14ac-1763267136583] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = minecraft_branding_widget + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 1.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1083 + sticky_anchor = false + anchor_point = vanilla + x = 2 + y = 331 + width = 150 + height = 29 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 682ffb4e-8a69-4a24-956f-5dafe7d47ec4-1763267136582 + [loading_requirement_container_meta:682ffb4e-8a69-4a24-956f-5dafe7d47ec4-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = false + automated_button_clicks = 0 +} + +vanilla_button { + button_element_executable_block_identifier = 3fa121f8-2c6b-44f3-b63f-96f6fc569e5c-1763267136582 + [executable_block:3fa121f8-2c6b-44f3-b63f-96f6fc569e5c-1763267136582][type:generic] = [executables:] + restartbackgroundanimations = true + nine_slice_custom_background = false + nine_slice_border_x = 5 + nine_slice_border_y = 5 + navigatable = true + widget_active_state_requirement_container_identifier = 1ca1cd9a-5dfe-4c79-a65d-32554a94db7f-1763267136582 + [loading_requirement_container_meta:1ca1cd9a-5dfe-4c79-a65d-32554a94db7f-1763267136582] = [groups:][instances:] + is_template = false + template_apply_width = false + template_apply_height = false + template_apply_posx = false + template_apply_posy = false + template_apply_opacity = false + template_apply_visibility = false + template_apply_label = false + template_share_with = buttons + nine_slice_slider_handle = false + nine_slice_slider_handle_border_x = 5 + nine_slice_slider_handle_border_y = 5 + element_type = vanilla_button + instance_identifier = minecraft_logo_widget + appearance_delay = no_delay + appearance_delay_seconds = 1.0 + fade_in_v2 = no_fading + fade_in_speed = 1.0 + fade_out = no_fading + fade_out_speed = 1.0 + base_opacity = 0.0 + auto_sizing = false + auto_sizing_base_screen_width = 1920 + auto_sizing_base_screen_height = 1083 + sticky_anchor = false + anchor_point = vanilla + x = 192 + y = 30 + width = 256 + height = 51 + stretch_x = false + stretch_y = false + stay_on_screen = true + element_loading_requirement_container_identifier = 27c69796-0c1c-4ea6-9383-3ba06a29c939-1763267136582 + [loading_requirement_container_meta:27c69796-0c1c-4ea6-9383-3ba06a29c939-1763267136582] = [groups:][instances:] + enable_parallax = false + parallax_intensity_v2 = 0.5 + invert_parallax = false + animated_offset_x = 0 + animated_offset_y = 0 + load_once_per_session = false + in_editor_color = #FFC800FF + layer_hidden_in_editor = false + is_hidden = true + automated_button_clicks = 0 +} + diff --git a/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget b/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget new file mode 100644 index 0000000..e1a9dbb --- /dev/null +++ b/config/fancymenu/layout_editor/widgets/element_layer_control.lewidget @@ -0,0 +1,12 @@ +type = layout_editor_widget_settings + +settings { + offset_x = -212.0 + offset_y = 0.0 + inner_width = 200.0 + inner_height = 300.0 + snapping_side = top-right + expanded = true + visible = true +} + diff --git a/config/fancymenu/legacy_checklist.txt b/config/fancymenu/legacy_checklist.txt new file mode 100644 index 0000000..fd6fe0e --- /dev/null +++ b/config/fancymenu/legacy_checklist.txt @@ -0,0 +1,3 @@ +##[legacy] + +B:custom_guis_ported = 'true'; \ No newline at end of file diff --git a/config/fancymenu/options.txt b/config/fancymenu/options.txt new file mode 100644 index 0000000..bb97139 --- /dev/null +++ b/config/fancymenu/options.txt @@ -0,0 +1,93 @@ +##[general] + +I:default_gui_scale = '-1'; +B:play_vanilla_menu_music = 'true'; +B:force_fullscreen = 'false'; + + +##[customization] + +B:modpack_mode = 'false'; +B:show_customization_overlay = 'false'; +B:advanced_customization_mode = 'false'; + + +##[loading] + +S:preload_resources = ''; +S:custom_game_intro_skip_text = ''; +B:allow_game_intro_skip = 'true'; +S:game_intro_animation_name = ''; +B:game_intro_fade_out = 'true'; + + +##[window] + +B:show_custom_window_icon = 'false'; +S:custom_window_icon_macos = ''; +S:custom_window_icon_32 = ''; +S:custom_window_title = ''; +S:custom_window_icon_16 = ''; + + +##[multiplayer_screen] + +B:show_multiplayer_screen_server_icons = 'true'; + + +##[singleplayer_screen] + +B:show_singleplayer_screen_world_icons = 'true'; + + +##[layout_editor] + +B:layout_editor_grid_snapping = 'true'; +B:anchor_overlay_change_anchor_on_area_hover = 'true'; +B:show_layout_editor_grid = 'true'; +B:anchor_overlay_change_anchor_on_element_hover = 'true'; +S:anchor_overlay_visibility_mode = 'dragging'; +B:anchor_overlay_show_all_connection_lines = 'false'; +F:layout_editor_grid_snapping_strength = '1.0'; +S:anchor_overlay_color_base_override = ''; +I:layout_editor_grid_size = '10'; +B:invert_anchor_overlay_color = 'false'; +B:enable_buddy = 'true'; +S:anchor_overlay_color_border_override = ''; +F:anchor_overlay_opacity_normal = '0.5'; +F:anchor_overlay_opacity_busy = '0.7'; +D:anchor_overlay_hover_charging_time_seconds = '2.0'; + + +##[ui] + +I:context_menu_hover_open_speed = '1'; +S:ui_theme = 'dark'; +F:ui_scale = '4.0'; +B:play_ui_click_sounds = 'true'; +B:enable_ui_text_shadow = 'false'; + + +##[debug_overlay] + +B:debug_overlay_show_basic_screen_category = 'false'; +B:debug_overlay_show_system_category = 'true'; +B:debug_overlay_show_advanced_screen_category = 'true'; +B:show_debug_overlay = 'false'; +B:debug_overlay_show_resources_category = 'true'; + + +##[tutorial] + +B:show_welcome_screen = 'false'; + + +##[keyframe_editor] + +B:arrow_keys_move_preview = 'false'; + + +##[advanced] + +L:placeholder_caching_duration_ms = '30'; +L:requirement_caching_duration_ms = '0'; \ No newline at end of file diff --git a/config/fancymenu/panoramas/loux/panorama/panorama_0.png b/config/fancymenu/panoramas/loux/panorama/panorama_0.png new file mode 100644 index 0000000..f441baf Binary files /dev/null and b/config/fancymenu/panoramas/loux/panorama/panorama_0.png differ diff --git a/config/fancymenu/panoramas/loux/panorama/panorama_1.png b/config/fancymenu/panoramas/loux/panorama/panorama_1.png new file mode 100644 index 0000000..824dd51 Binary files /dev/null and b/config/fancymenu/panoramas/loux/panorama/panorama_1.png differ diff --git a/config/fancymenu/panoramas/loux/panorama/panorama_2.png b/config/fancymenu/panoramas/loux/panorama/panorama_2.png new file mode 100644 index 0000000..6e98dc4 Binary files /dev/null and b/config/fancymenu/panoramas/loux/panorama/panorama_2.png differ diff --git a/config/fancymenu/panoramas/loux/panorama/panorama_3.png b/config/fancymenu/panoramas/loux/panorama/panorama_3.png new file mode 100644 index 0000000..7f97195 Binary files /dev/null and b/config/fancymenu/panoramas/loux/panorama/panorama_3.png differ diff --git a/config/fancymenu/panoramas/loux/panorama/panorama_4.png b/config/fancymenu/panoramas/loux/panorama/panorama_4.png new file mode 100644 index 0000000..f0c56f4 Binary files /dev/null and b/config/fancymenu/panoramas/loux/panorama/panorama_4.png differ diff --git a/config/fancymenu/panoramas/loux/panorama/panorama_5.png b/config/fancymenu/panoramas/loux/panorama/panorama_5.png new file mode 100644 index 0000000..6c706db Binary files /dev/null and b/config/fancymenu/panoramas/loux/panorama/panorama_5.png differ diff --git a/config/fancymenu/panoramas/loux/properties.txt b/config/fancymenu/panoramas/loux/properties.txt new file mode 100644 index 0000000..546a5dc --- /dev/null +++ b/config/fancymenu/panoramas/loux/properties.txt @@ -0,0 +1,9 @@ +type = panorama + +panorama-meta { + name = loux + speed = 2.0 + fov = 85.0 + angle = 0.0 + start_rotation = 45 +} \ No newline at end of file diff --git a/config/fancymenu/ui_themes/dark.json b/config/fancymenu/ui_themes/dark.json new file mode 100644 index 0000000..9ad7950 --- /dev/null +++ b/config/fancymenu/ui_themes/dark.json @@ -0,0 +1,181 @@ +{ + "identifier": "dark", + "display_name": "fancymenu.ui.themes.dark", + "menu_bar_bottom_line_color": { + "hex": "#5D6164FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#DA3C1EFF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#3C3F41FF" + }, + "screen_background_color_darker": { + "hex": "#262626FF" + }, + "element_border_color_normal": { + "hex": "#5D6164FF" + }, + "element_border_color_hover": { + "hex": "#5D6164FF" + }, + "element_background_color_normal": { + "hex": "#474747FF" + }, + "element_background_color_hover": { + "hex": "#539CD4FF" + }, + "slider_handle_color_normal": { + "hex": "#4784B4FF" + }, + "slider_handle_color_hover": { + "hex": "#539CD4FF" + }, + "area_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_background_color": { + "hex": "#2B2B2BFF" + }, + "edit_box_border_color_normal": { + "hex": "#5D6164FF" + }, + "edit_box_border_color_focused": { + "hex": "#5D6164FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#323232FF" + }, + "text_editor_sidebar_color": { + "hex": "#313335FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#5B5C5EFF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#899396FF" + }, + "listing_dot_color_1": { + "hex": "#3E86A0FF" + }, + "listing_dot_color_2": { + "hex": "#AD6C79FF" + }, + "listing_dot_color_3": { + "hex": "#AA823FFF" + }, + "suggestions_background_color": { + "hex": "#474747FF" + }, + "suggestions_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "suggestions_text_color_selected": { + "hex": "#64A5ECFF" + }, + "ui_texture_color": { + "hex": "#FFFFFFFF" + }, + "generic_text_base_color": { + "hex": "#FFFFFFFF" + }, + "element_label_color_normal": { + "hex": "#CEDDEDFF" + }, + "element_label_color_inactive": { + "hex": "#717577FF" + }, + "edit_box_text_color_normal": { + "hex": "#CEDDEDFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#717577FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#808080FF" + }, + "description_area_text_color": { + "hex": "#CEDDEDFF" + }, + "text_editor_text_color": { + "hex": "#9EAAB8FF" + }, + "success_text_color": { + "hex": "#31CE05FF" + }, + "error_text_color": { + "hex": "#ED4545FF" + }, + "warning_text_color": { + "hex": "#E59B12FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#EB7F7FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#EBC97FFF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#BEEB7FFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#7FEBE6FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#7F9EEBFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#967FEBFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#D47FEBFF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#F53636FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#F59236FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#F5E536FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#69F536FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#3689F5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FCDF03FF" + } +} \ No newline at end of file diff --git a/config/fancymenu/ui_themes/light.json b/config/fancymenu/ui_themes/light.json new file mode 100644 index 0000000..4c56d55 --- /dev/null +++ b/config/fancymenu/ui_themes/light.json @@ -0,0 +1,181 @@ +{ + "identifier": "light", + "display_name": "fancymenu.ui.themes.light", + "menu_bar_bottom_line_color": { + "hex": "#777777FF" + }, + "layout_editor_mouse_selection_rectangle_color": { + "hex": "#0394FCFF" + }, + "layout_editor_grid_color_normal": { + "hex": "#BA79F164" + }, + "layout_editor_grid_color_center": { + "hex": "#5B5EFF64" + }, + "layout_editor_element_border_color_normal": { + "hex": "#0394FCFF" + }, + "layout_editor_element_border_color_selected": { + "hex": "#03DBFCFF" + }, + "layout_editor_element_dragging_not_allowed_color": { + "hex": "#E83609C8" + }, + "layout_editor_anchor_point_overlay_color_base": { + "hex": "#25B479FF" + }, + "layout_editor_anchor_point_overlay_color_border": { + "hex": "#114F34FF" + }, + "layout_editor_close_icon_color": { + "hex": "#932813FF" + }, + "scroll_grabber_color_normal": { + "hex": "#595B5D64" + }, + "scroll_grabber_color_hover": { + "hex": "#66686864" + }, + "screen_background_color": { + "hex": "#B2B2B2FF" + }, + "screen_background_color_darker": { + "hex": "#ADADADFF" + }, + "element_border_color_normal": { + "hex": "#777777FF" + }, + "element_border_color_hover": { + "hex": "#777777FF" + }, + "element_background_color_normal": { + "hex": "#CBCBCBFF" + }, + "element_background_color_hover": { + "hex": "#AFAFAFFF" + }, + "slider_handle_color_normal": { + "hex": "#858484FF" + }, + "slider_handle_color_hover": { + "hex": "#A2A2A2FF" + }, + "area_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_background_color": { + "hex": "#CBCBCBFF" + }, + "edit_box_border_color_normal": { + "hex": "#383838FF" + }, + "edit_box_border_color_focused": { + "hex": "#444444FF" + }, + "list_entry_color_selected_hovered": { + "hex": "#AFAFAFFF" + }, + "text_editor_sidebar_color": { + "hex": "#A4A4A4FF" + }, + "text_editor_line_number_text_color_normal": { + "hex": "#696969FF" + }, + "text_editor_line_number_text_color_selected": { + "hex": "#464646FF" + }, + "listing_dot_color_1": { + "hex": "#438DD0FF" + }, + "listing_dot_color_2": { + "hex": "#AB3950FF" + }, + "listing_dot_color_3": { + "hex": "#B2740CFF" + }, + "suggestions_background_color": { + "hex": "#A2A2A2FF" + }, + "suggestions_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "suggestions_text_color_selected": { + "hex": "#205EA2FF" + }, + "ui_texture_color": { + "hex": "#2D2D2DFF" + }, + "generic_text_base_color": { + "hex": "#252525FF" + }, + "element_label_color_normal": { + "hex": "#2D2D2DFF" + }, + "element_label_color_inactive": { + "hex": "#8A8989FF" + }, + "edit_box_text_color_normal": { + "hex": "#2D2D2DFF" + }, + "edit_box_text_color_uneditable": { + "hex": "#8A8989FF" + }, + "edit_box_suggestion_text_color": { + "hex": "#8A8989FF" + }, + "description_area_text_color": { + "hex": "#2D2D2DFF" + }, + "text_editor_text_color": { + "hex": "#484E53FF" + }, + "success_text_color": { + "hex": "#197E02FF" + }, + "error_text_color": { + "hex": "#A41B1BFF" + }, + "warning_text_color": { + "hex": "#9B6105FF" + }, + "text_editor_text_formatting_nested_text_color_1": { + "hex": "#A10F0FFF" + }, + "text_editor_text_formatting_nested_text_color_2": { + "hex": "#B27D09FF" + }, + "text_editor_text_formatting_nested_text_color_3": { + "hex": "#66A80AFF" + }, + "text_editor_text_formatting_nested_text_color_4": { + "hex": "#089891FF" + }, + "text_editor_text_formatting_nested_text_color_5": { + "hex": "#072E8DFF" + }, + "text_editor_text_formatting_nested_text_color_6": { + "hex": "#26069DFF" + }, + "text_editor_text_formatting_nested_text_color_7": { + "hex": "#6A0685FF" + }, + "text_editor_text_formatting_nested_text_color_8": { + "hex": "#730303FF" + }, + "text_editor_text_formatting_nested_text_color_9": { + "hex": "#854306FF" + }, + "text_editor_text_formatting_nested_text_color_10": { + "hex": "#918504FF" + }, + "text_editor_text_formatting_nested_text_color_11": { + "hex": "#267A07FF" + }, + "text_editor_text_formatting_nested_text_color_12": { + "hex": "#363CF5FF" + }, + "text_editor_text_formatting_brackets_color": { + "hex": "#FF3A0064" + } +} \ No newline at end of file diff --git a/config/fancymenu/user_variables.db b/config/fancymenu/user_variables.db new file mode 100644 index 0000000..117143c --- /dev/null +++ b/config/fancymenu/user_variables.db @@ -0,0 +1,2 @@ +type = user_variables + diff --git a/config/item_obliterator.json5 b/config/item_obliterator.json5 new file mode 100644 index 0000000..ed18e20 --- /dev/null +++ b/config/item_obliterator.json5 @@ -0,0 +1,94 @@ +{ + // ----------------------------------------------------------- + // Item Obliterator by ElocinDev + // ----------------------------------------------------------- + // + // How to add items? + // - They are json strings, so you need to separate each + // entry with a comma, except the last + // - If you start an entry with !, it will be treated as a regular expression + // Example: "!minecraft:.*_sword" to disable all swords + // + // ----------------------------------------------------------- + // Do not touch this + "configVersion": 2, + // ----------------------------------------------------------- + // Items here will be unusable completely + // Example: minecraft:diamond + "blacklisted_items": [ + // create crafts and additions adds lots of stuff covered by c:ne + // goodbye + "createaddition:spool", + "createaddition:copper_spool", + "createaddition:gold_spool", + "createaddition:electrum_spool", + "createaddition:festive_spool", + + "createaddition:copper_rod", + "createaddition:iron_rod", + "createaddition:gold_rod", + "createaddition:electrum_rod", + "createaddition:brass_rod", + + "createaddition:copper_wire", // others have a use (barbed wire, mysterious trinket ??) + "createaddition:gold_wire", + + "createaddition:zinc_sheet", // electrum sheet has a use (electrum wire) + + "createaddition:capacitor", + + "createaddition:connector", + "createaddition:small_light_connector", + "createaddition:large_connector", + + "createaddition:modular_accumulator", // not compatible with c:ne either ahhahaha + "createaddition:tesla_coil", + "createaddition:creative_energy", + "createaddition:electric_motor", + "createaddition:portable_energy_interface", + + "createaddition:alternator", // we're using create new age for dat + "ae2:vibration_chamber", + "ae2:crystal_resonance_chamber", + + "create:potato_cannon", + "create:extendo_grip", + "createdieselgenerators:chemical_sprayer_lighter", + + "supplementaries:quiver" + ], + // ----------------------------------------------------------- + // Removes an item if it contains certain nbt tag. If the whole entry (or expression) is present, the item gets removed. + // Use with caution! This is a very expensive operation and can cause lag if you have a lot of items blacklisted. + // + // Example to disable a regeneration potion: Potion:"minecraft:regeneration" + // + // You can also use regular expressions by starting the value with ! + "blacklisted_nbt": [], + // ----------------------------------------------------------- + // Items here will not be able to be right-clicked (Interact) + // Example: minecraft:apple + "only_disable_interactions": [ + "examplemod:example_item" + ], + // ----------------------------------------------------------- + // Items here will not be able to be used to attack + // Example: minecraft:diamond_sword + "only_disable_attacks": [ + "examplemod:example_item" + ], + // ----------------------------------------------------------- + // Items here will get their recipes disabled + // Keep in mind this already is applied to blacklisted items + "only_disable_recipes": [ + "examplemod:example_item" + ], + // ----------------------------------------------------------- + // If true, the mod will use a hashset to handle the blacklisted items + // This is a more optimized approach only if you have a lot of items blacklisted (20 or more is recommended) + // If you just have a small amount of items blacklisted, keep this false + // + // [!] Enabling this will disable all regular expressions + // [!] Does not apply to NBT, only item blacklist / interaction / attack + "use_hashmap_optimizations": false +} \ No newline at end of file diff --git a/config/paxi/resourcepacks/fusion-connected-blocks.pw.toml b/config/paxi/resourcepacks/fusion-connected-blocks.pw.toml new file mode 100644 index 0000000..e6b5486 --- /dev/null +++ b/config/paxi/resourcepacks/fusion-connected-blocks.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion Connected Blocks" +filename = "Fusion Connected Blocks v1.0.2 for Minecraft 1.20-1.21.8.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2w5wDdfQ/versions/S5JzbSss/Fusion%20Connected%20Blocks%20v1.0.2%20for%20Minecraft%201.20-1.21.8.zip" +hash-format = "sha512" +hash = "5f3a36ab6dfe5ff54491330d3265ad845433ff347d79d89d14fda862d5cfa4d53f9fc8d183540326fe68f46639d01678b90252bb1066c4ea421424a242e208dc" + +[update] +[update.modrinth] +mod-id = "2w5wDdfQ" +version = "S5JzbSss" diff --git a/config/paxi/resourcepacks/fusion-connected-glass.pw.toml b/config/paxi/resourcepacks/fusion-connected-glass.pw.toml new file mode 100644 index 0000000..dcc961e --- /dev/null +++ b/config/paxi/resourcepacks/fusion-connected-glass.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion Connected Glass" +filename = "Fusion Connected Glass v1.0.1 for Minecraft 1.20-1.21.8.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xuN3KzPl/versions/oYKivjVk/Fusion%20Connected%20Glass%20v1.0.1%20for%20Minecraft%201.20-1.21.8.zip" +hash-format = "sha512" +hash = "52eb4da683dffa4cf25d26b79e420d5488509128567ca6ec447859ae9e6bd855ad0cc722b45731f151b0a919283514d2f449e655e273ac86e9ab937e048e889b" + +[update] +[update.modrinth] +mod-id = "xuN3KzPl" +version = "oYKivjVk" diff --git a/config/paxi/resourcepacks/pixel-twemoji-18x.pw.toml b/config/paxi/resourcepacks/pixel-twemoji-18x.pw.toml new file mode 100644 index 0000000..334014e --- /dev/null +++ b/config/paxi/resourcepacks/pixel-twemoji-18x.pw.toml @@ -0,0 +1,13 @@ +name = "Pixel Twemoji 18x" +filename = "PixelTwemojiMC-18.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WhGYBsw4/versions/Fp0JUwYn/PixelTwemojiMC-18.zip" +hash-format = "sha512" +hash = "72cf1d454021c789d4f6fbcd2b99c62ce49ccceb4618e685c7e9bbd4436f205e40e7a025a6255746f934216dd390427cf783c08ebae01fadf24e86820f7fc09a" + +[update] +[update.modrinth] +mod-id = "WhGYBsw4" +version = "Fp0JUwYn" diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..d10cf8a --- /dev/null +++ b/index.toml @@ -0,0 +1,1455 @@ +hash-format = "sha256" + +[[files]] +file = "config/default_files/config/MouseTweaks.cfg" +hash = "4c17a419782c0d4ce403fda836c27f4c8e82c701ba28c39a61ab94f18c9c4c29" + +[[files]] +file = "config/default_files/config/figura.json" +hash = "2d97a2a11efe65dd14a2bca5cfc3620e82261734de2af1d2fda56e79c3cb9827" + +[[files]] +file = "config/default_files/config/lmft.json" +hash = "7564aee7b7bf3477b71532d3fda3223c5455182d6b516850887184c4412e8c3d" + +[[files]] +file = "config/default_files/config/modernfix-mixins.properties" +hash = "ce9652414402ba3ff191fe7ebe9c45f83816535997c77bdfbea6040239391cba" + +[[files]] +file = "config/default_files/config/toadlib_config.txt" +hash = "75fabeda96247ee4e7285029dce18557ebc9eee7890cd4b602ab521529b7a8da" + +[[files]] +file = "config/default_files/config/waterdripsound.json" +hash = "58bcd0ce57d969e3c8826006d93b8d1bd4a52c387a790aac28b1a4acbf440a7b" + +[[files]] +file = "config/default_files/options.txt" +hash = "50d39e8cde7861c3cedb5ecfb42a6f168ec53391a7f1ee67bb96bfef7819c7f8" + +[[files]] +file = "config/fancymenu/assets/minecraft_title.png" +hash = "f18992057b7f3814718f9ff33a2586b9525570e4aad4ad4a06a221ae792dd1aa" + +[[files]] +file = "config/fancymenu/custom_gui_screens.txt" +hash = "ff492043eaf454c46e949d5eef32ece90cc5a19feb50a161dd29a43b5732c880" + +[[files]] +file = "config/fancymenu/customizablemenus.txt" +hash = "9f0ada5a7f0193d2d717d1c1736f545f5235c2597213731493b97488617ebbf2" + +[[files]] +file = "config/fancymenu/customization/title_screen_layout.txt" +hash = "336151cc4a06eec6b270993f67c5a6d8e2ccabeba2d8c6d761c7eaf805769455" + +[[files]] +file = "config/fancymenu/layout_editor/widgets/element_layer_control.lewidget" +hash = "051d700ea7ff1bd626063d60f9a9cd65a0af1fed5903706d1e70fce20bcb2495" + +[[files]] +file = "config/fancymenu/legacy_checklist.txt" +hash = "9a25d3dc708e43eabafce5479a13c02dae15bc7f673afb2745b8b2ba48a97dc0" + +[[files]] +file = "config/fancymenu/options.txt" +hash = "fe2b6a530fbc20bc7b2f79d178d1e071150fbc173c2f5119f53ec753d7f4375f" + +[[files]] +file = "config/fancymenu/panoramas/loux/panorama/panorama_0.png" +hash = "dd900aac580a8cf1a869728220000ab6192e00d034d29a0986d914c1007661e3" + +[[files]] +file = "config/fancymenu/panoramas/loux/panorama/panorama_1.png" +hash = "1a952237e9a5c80d7e9339bc321e11dc1e30ba4181eb39a93feef7f0e3604bc7" + +[[files]] +file = "config/fancymenu/panoramas/loux/panorama/panorama_2.png" +hash = "153cee0a04c2df2a5a7c23fa82f5551e90368d6bb73c31433489e26131911cf1" + +[[files]] +file = "config/fancymenu/panoramas/loux/panorama/panorama_3.png" +hash = "e4d1258453cae492575dd0d5135ed32e2bc71ff8d393feb044a257b75cd51371" + +[[files]] +file = "config/fancymenu/panoramas/loux/panorama/panorama_4.png" +hash = "558213483ba911e3698077a3f7ce2a9a91f64c69726d73f16e57095fc37cd951" + +[[files]] +file = "config/fancymenu/panoramas/loux/panorama/panorama_5.png" +hash = "a2b0f670cb722732460b4c319483c072b334c16bf219f8e2ed86be2bec0fec7f" + +[[files]] +file = "config/fancymenu/panoramas/loux/properties.txt" +hash = "e84bdebad2113a6e486faba615bb3854e727181a814ae7e0db337b865b6078e9" + +[[files]] +file = "config/fancymenu/ui_themes/dark.json" +hash = "45541e5c5019585b9c4ff114aed530826129e8a7ac6866b5d5fe41dd278abae4" + +[[files]] +file = "config/fancymenu/ui_themes/light.json" +hash = "6954379d658fdf496f162792a3244f0f08635858ed4b0553a718a7ef63b8a620" + +[[files]] +file = "config/fancymenu/user_variables.db" +hash = "3d7d4cda73d6bde134a568ccbe4e8d2e7fbe701570012b71fa45acdb2258c823" + +[[files]] +file = "config/item_obliterator.json5" +hash = "08222a1a31e7d36ccff1fc2e1dc03a2e8a525dca11e9265d881626d353c0c579" + +[[files]] +file = "config/paxi/resourcepacks/fusion-connected-blocks.pw.toml" +hash = "0e27eea95511f0914b8db1e75cfde84ca748251bc5d24c42dd9af38abd77afdc" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/fusion-connected-glass.pw.toml" +hash = "cc4c03200baa367d40720320336b692e6c4fe71edbea890e27210bb2cc42408c" +metafile = true + +[[files]] +file = "config/paxi/resourcepacks/pixel-twemoji-18x.pw.toml" +hash = "6a673319aa356ad68fc63cfa3b55a2224871b7195371b50a41721a42dca516ed" +metafile = true + +[[files]] +file = "mods/3dskinlayers.pw.toml" +hash = "7b5fba1b2499c191160be6b1b01c54ace077ae7d3c5228ae4af4d360e3d0a336" +metafile = true + +[[files]] +file = "mods/aa4-atlas.pw.toml" +hash = "c7bfef351745f41a87297176947fd72702b07606e74d9d875f3030c0ca971a4d" +metafile = true + +[[files]] +file = "mods/accessories-compat-layer.pw.toml" +hash = "9f3abbba0805d021f4fec52693732de1c098ab6049f6065b9be494e9c339eeee" +metafile = true + +[[files]] +file = "mods/accessories.pw.toml" +hash = "5b786ab7a57e37ec4b8f888157f79608e871653fc4b6a8cba0296690fe863704" +metafile = true + +[[files]] +file = "mods/ae2.pw.toml" +hash = "ed45c352a49b65c7221e57d979d0c6935522dfef4968aa5b7421f4d3e670ce40" +metafile = true + +[[files]] +file = "mods/alltheleaks.pw.toml" +hash = "f201a496182f937beeeca2ac147530240f08ce4126e35b7b3d71afd03ebdc4fb" +metafile = true + +[[files]] +file = "mods/almanac.pw.toml" +hash = "f69fb66341fa0ac51d6ab8637efa6f68fa97038169a186975bdaff19d7139fbb" +metafile = true + +[[files]] +file = "mods/almost-unified.pw.toml" +hash = "47e982738ecdc8aa7cd263bc6f2f6567713b04d119bb9fdbefae3586f53e7dac" +metafile = true + +[[files]] +file = "mods/alternate-current.pw.toml" +hash = "18cf2b63d293ba0738c1073690fbd2c62305b161f76d346a551a66a9bbf8af32" +metafile = true + +[[files]] +file = "mods/ambientsounds.pw.toml" +hash = "bd03ce1d0b3d694bf21becf75bb73ad3b755c9b5787ea7b33febc366663b46f5" +metafile = true + +[[files]] +file = "mods/amendments.pw.toml" +hash = "fb413ba504cfaae8ab4d96ede3944b8eb15fa4238ae02b4331bdad2549876f2e" +metafile = true + +[[files]] +file = "mods/antique-atlas-4.pw.toml" +hash = "2970ee00c974be198f2544205eb07e803f25bc741d0a01d20c9749a499554ef2" +metafile = true + +[[files]] +file = "mods/appleskin.pw.toml" +hash = "3213c881d019cd8f952f738c10d5a950ee52ff0084750b81f656a58a4a78515d" +metafile = true + +[[files]] +file = "mods/archers.pw.toml" +hash = "28b058dbb5a501b4976e58b0441b85b88f1ee4d6421748535c59403496f5c11c" +metafile = true + +[[files]] +file = "mods/architectury-api.pw.toml" +hash = "ea336d25c3e21ef168aec20e1ea470c96949ad29632646ee8e8ab0d74b4bbfc9" +metafile = true + +[[files]] +file = "mods/armory-rpg-series.pw.toml" +hash = "c77741af9ca558251d06f42cd4a8168fb55fe72bd475716dbbb9d3ec69ab7866" +metafile = true + +[[files]] +file = "mods/arsenal-rpg-series.pw.toml" +hash = "c33d5beea6de5734e7a341e2a1f805e4cee7168797400e12fecc9bb231144493" +metafile = true + +[[files]] +file = "mods/asyncparticles.pw.toml" +hash = "4f20967ee66eb96cbcfaa63bea9d3424ac45b7db414c9a491f31c86012f34fb5" +metafile = true + +[[files]] +file = "mods/attributes.pw.toml" +hash = "f242f13c132995c8ce63733db799bac16b103d4e441c58db50701161c459a4f6" +metafile = true + +[[files]] +file = "mods/audrops.pw.toml" +hash = "cacb3c99cfe943b0346896f1d829cc39b54f2e19f5b4c841c02a236962d65baf" +metafile = true + +[[files]] +file = "mods/azurelib-armor.pw.toml" +hash = "f5718c61f48c1619ca86f36d73f3b211eb4a9357e5edc63a116b0f0bac243a35" +metafile = true + +[[files]] +file = "mods/badoptimizations.pw.toml" +hash = "be28a9ff89c60140b2983eb91089e77bec90bc5a0379c25472be01cb14dcbb97" +metafile = true + +[[files]] +file = "mods/balm.pw.toml" +hash = "5ea9fb9ea7bf0fed99866d9dc20ffc907c6f6cf203dddeca9dda01ee475cfc37" +metafile = true + +[[files]] +file = "mods/bbrb.pw.toml" +hash = "d3e067134ecb835b1a02e6f10666033d71ac017a21f17b3a5efeca756482642a" +metafile = true + +[[files]] +file = "mods/bellsandwhistles.pw.toml" +hash = "e1f4a53e3e52b534add5dd018597fefd345d9bd6350b9c46ef0ec281fc62af8e" +metafile = true + +[[files]] +file = "mods/better-ping-display.pw.toml" +hash = "cc2e6dda94a7a6f5487843cafe569d8044bf9482cbf03f062cf4595f1fb05281" +metafile = true + +[[files]] +file = "mods/better-selection.pw.toml" +hash = "821491522f4311deb7042a90fd9ca25597bbbff3b56f9ac4c59621b204e94c84" +metafile = true + +[[files]] +file = "mods/betterp2p.pw.toml" +hash = "265f8240cd459bc3f47a9029e622dc16eb638fde4b9894e79ce53305f50b90ec" +metafile = true + +[[files]] +file = "mods/blahaj_fabric.pw.toml" +hash = "6ad56a9580061e6d287ba30806d62d5452caaff8cb0fb655748fbd0599017cc2" +metafile = true + +[[files]] +file = "mods/boat-item-view.pw.toml" +hash = "ba58df8c82fc920a316a3ad2f8d52e985e34cd09713487ccbb5ea778b6168c2d" +metafile = true + +[[files]] +file = "mods/bookshelf-lib.pw.toml" +hash = "6cd235030774b3cfab54145cf616ab47b0afa57cacab75ede94c2682c9450ce9" +metafile = true + +[[files]] +file = "mods/bosses-of-mass-destruction-forge.pw.toml" +hash = "30ffe79b0347aa0c24e2c6ad917457f1ccae75423b96c8d30c7c8c372fb90cc5" +metafile = true + +[[files]] +file = "mods/c2me-neoforge.pw.toml" +hash = "683dbecfc509287f8a28fe2a73f180e5a488b9751c61a5a297c581287c5a57da" +metafile = true + +[[files]] +file = "mods/calcmod.pw.toml" +hash = "77c88fc2f3c4d3a17c329e83ac40ea091410fa1f0b5ba5d812beb8e9c30e26cb" +metafile = true + +[[files]] +file = "mods/carry-on.pw.toml" +hash = "8fde54624913d86f1176cd1086fa485f1a872573dac144347c57cab76596b715" +metafile = true + +[[files]] +file = "mods/cave-dust.pw.toml" +hash = "be7918d29b7fc9f820b6574f3906c1d1decc0fd485d55db5f408429e02bf70b1" +metafile = true + +[[files]] +file = "mods/cerbons-api.pw.toml" +hash = "479dab388743fb59d3399d2d87a0a7dc0819a4184b74f734fa9cc1eecdd6f6f6" +metafile = true + +[[files]] +file = "mods/chalk.pw.toml" +hash = "29a90ec598079873af005a152123b17fdf81323b06640f73a25c8e2663b91cf6" +metafile = true + +[[files]] +file = "mods/chunk-activity-tracker.pw.toml" +hash = "d71977ecbd4b6e5d59f439a09e9a852ed8a91b922927e44c45114f59ef5cae1a" +metafile = true + +[[files]] +file = "mods/clickthrough+.pw.toml" +hash = "ffb0861ae37abc292e61208c8b7826b7b8287b24c07419083d4bb4ac109da4ee" +metafile = true + +[[files]] +file = "mods/clienthings.pw.toml" +hash = "1b7423f4c8a0ebf11a0108b39cb46f9818f85b02b5708d6e967897dbddedcde3" +metafile = true + +[[files]] +file = "mods/cloth-config.pw.toml" +hash = "75181b55e0407d1fca1e2f346c6501f919f5109545990ddfb66db9cd1b771f8a" +metafile = true + +[[files]] +file = "mods/collective.pw.toml" +hash = "cde21d14fcaf9495f0f5b3d8fb298dd60cb12badc21a27414c25ebf11dfb3fe1" +metafile = true + +[[files]] +file = "mods/colorwheel-patcher.pw.toml" +hash = "44f9462f2bdb7f3254ef7d7639271159b8b2dd0deffb902d5425e883a38b35ca" +metafile = true + +[[files]] +file = "mods/colorwheel.pw.toml" +hash = "934d5afe2c8d68e991a5e24955c35abde9511a466ab62b34485363ad3f4dc43b" +metafile = true + +[[files]] +file = "mods/connector-extras.pw.toml" +hash = "52e2cb54ee2933bf00e9b7886f47938a2dce1bf998293be2b38552083ffa5f9a" +metafile = true + +[[files]] +file = "mods/connector.pw.toml" +hash = "097a2a9f31c3cccc019c63e412e6dd7d561e133a0c9117a7b32fdae11579fd56" +metafile = true + +[[files]] +file = "mods/controlling.pw.toml" +hash = "65c8086d2ec3d39acc7bd36c7a0306ccc43b602b38fa07d13291bc478ef7dfff" +metafile = true + +[[files]] +file = "mods/coolrain.pw.toml" +hash = "d21038ff74cc6f4b4b9682539f33b882b4423a55da3c79f40ce129818ad837c0" +metafile = true + +[[files]] +file = "mods/copycats.pw.toml" +hash = "bf463928645c586cb57a4e02533ee300af3931cf9db9233dae7efc1826643d41" +metafile = true + +[[files]] +file = "mods/coroutil.pw.toml" +hash = "d901f874a1e09747b8d0d072c38c426eceead1f29c8ba36680f8f0082996b152" +metafile = true + +[[files]] +file = "mods/create-central-kitchen.pw.toml" +hash = "dbdb686363922b46666480726b8470cbb8a6ed8386c5c3f20ff6ac06b0654e67" +metafile = true + +[[files]] +file = "mods/create-design-n-decor.pw.toml" +hash = "bc4ef8bd7d32506703dcc175a62a12766addc393434ddbe8d17f01b071701943" +metafile = true + +[[files]] +file = "mods/create-diesel-generators.pw.toml" +hash = "e424f248a40ef1ac0f10ce506bb24d493f57162313b1d732ec89ba20b2fc4bb9" +metafile = true + +[[files]] +file = "mods/create-dragons-plus.pw.toml" +hash = "ed5a88a8d97fe38cca25a42aa1ffcaf51f8f84535f872a9446eff96b92b5722a" +metafile = true + +[[files]] +file = "mods/create-food.pw.toml" +hash = "946a389729193083c0f937e22f778be1e88f7429bdd25abefb22316af49d7da5" +metafile = true + +[[files]] +file = "mods/create-new-age.pw.toml" +hash = "acdd3f7e16165f63d102f8bb9a4c91fe9111e19dcbb8f7722ff32563ba5201b9" +metafile = true + +[[files]] +file = "mods/create-railways-navigator.pw.toml" +hash = "ec69488edd55f31c6fc57cac9bab713a14394d1f63054cc4e2e5efc19a55abb9" +metafile = true + +[[files]] +file = "mods/create-train-lights.pw.toml" +hash = "fe4b82c368e2ad6e95558a3074a2037070982f74d5c7177de50b9a258c1e10f7" +metafile = true + +[[files]] +file = "mods/create-train-parts.pw.toml" +hash = "c8d8e3d2cbb61f6977d475b0203ad21ef0aab34409cdc304db87a7dd65fbeda1" +metafile = true + +[[files]] +file = "mods/create-trainutilities.pw.toml" +hash = "70f4abe6b7351bab4fa130e15eac677e01a87ac4ab0348150590227de8343884" +metafile = true + +[[files]] +file = "mods/create.pw.toml" +hash = "d6043c928c34ce1f4ada544a49193f95c281665cf88d4931e73370ea02870bed" +metafile = true + +[[files]] +file = "mods/createaddition.pw.toml" +hash = "61e80b0de7d4991cb6ebae3c826d4b51a3e78e18c35f4730e9741603ab7cb18a" +metafile = true + +[[files]] +file = "mods/createbetterfps.pw.toml" +hash = "06b41e69cbfb645d4f8a7cd8f981c3ba388b5c109558a65fe43e19ccbbfd08bc" +metafile = true + +[[files]] +file = "mods/creativecore.pw.toml" +hash = "48cbc3da595efc9c3e04fb06bf9ba71861fcbd2e70dc1596a38ccb14b5179edc" +metafile = true + +[[files]] +file = "mods/ctrl-q.pw.toml" +hash = "dc5aaac9c2b8f14577151119d5dbe020e1dda36cc236c46a4075971e4008c81b" +metafile = true + +[[files]] +file = "mods/cubes-without-borders.pw.toml" +hash = "8e5f6550359e71ecbea95705ec61fb03313550e6f481cabf48043929909aabae" +metafile = true + +[[files]] +file = "mods/curios.pw.toml" +hash = "36debf7653e95a855b4fedacc19027cf2e01960fc0b6d55ef2ffbffbcb455690" +metafile = true + +[[files]] +file = "mods/default-files.pw.toml" +hash = "55078861f033521e0b31923e0ed415f44a48600718e806b0aeaac4bd3df6733c" +metafile = true + +[[files]] +file = "mods/default-skill-trees.pw.toml" +hash = "bd5044206dc78d8b5dba24aa8f64ef27f97da205e464ed678d818f2efa29c5a6" +metafile = true + +[[files]] +file = "mods/defaulted-hotkeys.pw.toml" +hash = "09e43480bbad9e73918bac0551274c75bdffe17ba3cf8c015817c9fbc65a0bd8" +metafile = true + +[[files]] +file = "mods/ding.pw.toml" +hash = "54c0985498a40c7b9c63e336c11c1c48770dbfdf50c07dff988c1b086d26ba2f" +metafile = true + +[[files]] +file = "mods/disable-accessibility-screen.pw.toml" +hash = "852f47b38edc8389d21e3e2508c8128b10b2f7601aff8db56e4c441a949b8e96" +metafile = true + +[[files]] +file = "mods/distraction-free-recipes.pw.toml" +hash = "820727a4852072ccad40e99d05fdab98d7d5b214ef2fa1b01fc102408b0d322c" +metafile = true + +[[files]] +file = "mods/does-it-tick.pw.toml" +hash = "782bd2177b75eb643ed9456887d2f141d7353ac6d9704ba36433aa12a62d8144" +metafile = true + +[[files]] +file = "mods/double-doors.pw.toml" +hash = "99f1ddd42145295a0e53c87a4e14185c975e8b2174a53295a9021988f0748081" +metafile = true + +[[files]] +file = "mods/dragonlib.pw.toml" +hash = "7f37f1846f25e9c4e9297ba1e06fe81584145f466eb5b3e45940717b0aeb3bbb" +metafile = true + +[[files]] +file = "mods/dripsounds.pw.toml" +hash = "55d8b05d23120a823f9c25322722c47e6d30f18ecafce32c295cbf55b8d55ce0" +metafile = true + +[[files]] +file = "mods/dynamic-fps.pw.toml" +hash = "975f1280c712d2e86dd4ecddf89c516afbf3f1fb684499d3e5c71fc666c4888c" +metafile = true + +[[files]] +file = "mods/ears.pw.toml" +hash = "b42ea604c46fc73d9474ebc9d6d3d64a1efe6b9d5df8512c71a86f820eb8a105" +metafile = true + +[[files]] +file = "mods/emi-enchanting.pw.toml" +hash = "ff029ee6fc50f2696e96cdbcc696f42e75b483c9d7b83f2b1447dcf5c865e664" +metafile = true + +[[files]] +file = "mods/emi-loot.pw.toml" +hash = "bbf03bec2bd4927ace16eef106c45b0f3ec53c48d5f43119520123ad98f3fdf1" +metafile = true + +[[files]] +file = "mods/emi.pw.toml" +hash = "d3c9b48d7caa2ed964e5d1a4dab1da5655c63f0a7e4a59231c4369be7ffc30e1" +metafile = true + +[[files]] +file = "mods/enchantment-descriptions.pw.toml" +hash = "c6d69011793e9278c65ba14423fccdbc2421f62676bad2663ba85ad9c386ae28" +metafile = true + +[[files]] +file = "mods/enderscape.pw.toml" +hash = "dee101b4695257c023df362ae0e99f9ed7ca0f43bf943016f398e301b1678be4" +metafile = true + +[[files]] +file = "mods/endrem.pw.toml" +hash = "db22718a1efaf2c691cf3bdddc61b0b06bedff7cb0722aa8b1bdf4f095d116cc" +metafile = true + +[[files]] +file = "mods/entityculling.pw.toml" +hash = "3443f52ef7c1f80ae1cedf459b23c38ac78dbe547cf2cc047e62d0cb2331c808" +metafile = true + +[[files]] +file = "mods/euphoria-patches.pw.toml" +hash = "e790d77a821c903b2f5cfd520bdaa49c07df92e5fa84cbc32ccd42f575ef0525" +metafile = true + +[[files]] +file = "mods/even-better-nether.pw.toml" +hash = "8169c8946eaa6d43dff42213a155b6c492d0f9ee44acdf22d9d39f58ad19f489" +metafile = true + +[[files]] +file = "mods/exposure-expanded.pw.toml" +hash = "5fad4cbcd06f11b18d1afd159d7b9cc320ed892103461d0d8206ee8ad2f1fcce" +metafile = true + +[[files]] +file = "mods/exposure.pw.toml" +hash = "10ec5a4494ad86a474216b089765476bbb53b2c66cbcaac7ed2a2f400c2dcc91" +metafile = true + +[[files]] +file = "mods/extra-mod-integrations.pw.toml" +hash = "1c516c3cdedc1a2b6bdd4d7ab12469142d5ee9dadc03e815be3f2a04b95f7135" +metafile = true + +[[files]] +file = "mods/fancymenu.pw.toml" +hash = "3e381c462223da437f386a6f368e734131395f400b24a8cc0406f6e49c84418f" +metafile = true + +[[files]] +file = "mods/farmers-cutting-collection.pw.toml" +hash = "d28f7b04f3762263c1607cef81d42d741ad9ceb408b50392ffd85807025f00ab" +metafile = true + +[[files]] +file = "mods/farmers-delight.pw.toml" +hash = "44abae510395f12f9ea97b8296b2f72e25f18b9f3f2cc0ee42c0d9afd73fe0b3" +metafile = true + +[[files]] +file = "mods/fast-ip-ping.pw.toml" +hash = "2741b6724a6c7d625c1c9e647a8d20ab89cd4a3975c18706da30771754c00510" +metafile = true + +[[files]] +file = "mods/fastboot.pw.toml" +hash = "9ecbea3080b9c5c9927aa7c2933c868ac6f75fdcabce905e704d427312fea8ff" +metafile = true + +[[files]] +file = "mods/faster-random.pw.toml" +hash = "605fe60f2ada4333e88ec2fa66cb57d0635292d83eee8d1ad40f2485d72ef013" +metafile = true + +[[files]] +file = "mods/ferrite-core.pw.toml" +hash = "05d96d5b17399f048469ff4b44451eb8d99cc7a2a075ff55718c397cb508b0c2" +metafile = true + +[[files]] +file = "mods/figura.pw.toml" +hash = "cf4f890510565f21fe3f39eed9d2689e323e82bb82e0bb2524efee81bba15cb5" +metafile = true + +[[files]] +file = "mods/flerovium.pw.toml" +hash = "d9b81ab8f53b87951b83cf02820692cbd6aba055d69c363ef2a5ac763e108a30" +metafile = true + +[[files]] +file = "mods/flw-vanillin.pw.toml" +hash = "cbcaf4a18e45757f17d4a4f36469f879ae024a9fe58b8129d8a42d0faaeada22" +metafile = true + +[[files]] +file = "mods/fog.pw.toml" +hash = "ce8b4c6596fac67fd0d8ba6193a4a868699d9447c7eefb5a830ec23d211a04e6" +metafile = true + +[[files]] +file = "mods/forgified-fabric-api.pw.toml" +hash = "ec1bd5b80399287ca33a113086bee9d5697b7e673c9f593e5a1aeca4c9bad4c9" +metafile = true + +[[files]] +file = "mods/forgiving-void.pw.toml" +hash = "1ca8dd7779a31fe5433996511686d305505aa9799e405164334dfcc55be65cad" +metafile = true + +[[files]] +file = "mods/friends-and-foes-forge.pw.toml" +hash = "2a587ebd6dda118f58e81dee4967be814162b98fab353a763d46401e1dea586c" +metafile = true + +[[files]] +file = "mods/fusion-connected-textures.pw.toml" +hash = "35e72c6577b301ac850a959bce08ca1c8a68e58f7819191a61d20c7af536ee5d" +metafile = true + +[[files]] +file = "mods/fzzy-config.pw.toml" +hash = "11c4ac6932c14f3ad5a2c63d7f39eee1e9a2a91ffc079d5bd917c9aa381abdfb" +metafile = true + +[[files]] +file = "mods/geckolib.pw.toml" +hash = "960fb33c17aca9c635f99009c1f16d75c312d043e302a599f6ce8040452079e6" +metafile = true + +[[files]] +file = "mods/glitchcore.pw.toml" +hash = "dbd756dd9bb17e6ecebcf2d7052a67a2da1c7dd378bc2089bc154916080fe031" +metafile = true + +[[files]] +file = "mods/gnetum.pw.toml" +hash = "284ca826ef19ddb98b11902a981054281ddec19ef9d106905f5a880d6812a0fd" +metafile = true + +[[files]] +file = "mods/gputape.pw.toml" +hash = "c23254e855e6e646ad1f774f0d2871b3bebab2a1fe847385d586089baef49347" +metafile = true + +[[files]] +file = "mods/guideme.pw.toml" +hash = "b8aee2057378b6f054f94550684d9a3f41ded7cc47794c8b01c107c8c2115ceb" +metafile = true + +[[files]] +file = "mods/hypertube.pw.toml" +hash = "b87480679e8a340920cd02bc8113127a9039f35caf6361dd0e24f5190ea8b466" +metafile = true + +[[files]] +file = "mods/ibo.pw.toml" +hash = "a20a9d99cf9d30e76627318e4f3d50241e4c32e636bc6a8dd4d4e80934d356d8" +metafile = true + +[[files]] +file = "mods/ichunutil.pw.toml" +hash = "4dcfc94168c8681f207b0124d574a970472601cd1b5e9b215a37265c753b7b47" +metafile = true + +[[files]] +file = "mods/immediatelyfast.pw.toml" +hash = "6bdf101d3d5ec8729a8095d5853f80eb925a47c889cd10de6704b20cc7f3c73e" +metafile = true + +[[files]] +file = "mods/immersive-optimization.pw.toml" +hash = "e821ee9757493ab64961588bad86d2292477fb2d1b1ce2f80ba9b246a55cec6d" +metafile = true + +[[files]] +file = "mods/immersive-paintings.pw.toml" +hash = "80b749335d8a885db433930654303ac924de8e3a70071859492dbb7a93faa519" +metafile = true + +[[files]] +file = "mods/immersive-snow.pw.toml" +hash = "759ebd337fa67f558a204baef57041ca0392fd206c786a3e7643a5c6b27f4cee" +metafile = true + +[[files]] +file = "mods/incendium.pw.toml" +hash = "ef1faa467f5dfd37c40871575934dab645f15a70568e8268a9e477234bdd1c58" +metafile = true + +[[files]] +file = "mods/iris.pw.toml" +hash = "f67aa60c765593a8c70f78296a460349c6aef5f4a16d173eae02e8803b545ad4" +metafile = true + +[[files]] +file = "mods/item-obliterator.pw.toml" +hash = "139c5ee36d4528998d33d47ec4c5538f9ce7043b2197879db5f8945e8fe991bb" +metafile = true + +[[files]] +file = "mods/ixeris.pw.toml" +hash = "e0c6efbd8caff81fd9acd75320edd1ac733e36d999d9edac8fbabd76c7fa7e4e" +metafile = true + +[[files]] +file = "mods/jade-addons-forge.pw.toml" +hash = "8cd8400cb4e2c5ba60c8a359a7b6ff501078d2056eab0aba7f6b0ac77b7a0694" +metafile = true + +[[files]] +file = "mods/jade.pw.toml" +hash = "e7d3f7e0472ba9a3ef946fa5defcb157e4126636e603c2306d4ad6065936d5e2" +metafile = true + +[[files]] +file = "mods/jamlib.pw.toml" +hash = "638709ccc805606ac9fa9bf2f135ae4dd79d299e5796dcac062d838cbdaf6642" +metafile = true + +[[files]] +file = "mods/jei.pw.toml" +hash = "635e0d0eba66fcc6eb94026dfa562742d5b6aa96b8f316d0ed1b1678049b54b0" +metafile = true + +[[files]] +file = "mods/jewelry.pw.toml" +hash = "d5d38de5cddb1647d5974c50a3efd909d3aa0dc0a5cae9c93931916ec840283c" +metafile = true + +[[files]] +file = "mods/kiwi.pw.toml" +hash = "caa948011054593b7452cfc4fa7276ff61748770285fd6b7ee5078816eed043b" +metafile = true + +[[files]] +file = "mods/konkrete.pw.toml" +hash = "054a1887da4f14b791910660a2a7a2035ac1382461b881a65fe07b224c03735f" +metafile = true + +[[files]] +file = "mods/kotlin-for-forge.pw.toml" +hash = "1a9ec5beaba1be3151b8710db2bfab90c2063a4dafaf2720336852245a145cc4" +metafile = true + +[[files]] +file = "mods/krypton-foxified.pw.toml" +hash = "b843ce75c788f0720b6e23d9021ce55d37415d72802ee60d95bd2fc5809ba96c" +metafile = true + +[[files]] +file = "mods/ksyxis.pw.toml" +hash = "d2bf416d3ee62862987d5243005b8baa3f214139e2563b23b163e93e26e6e172" +metafile = true + +[[files]] +file = "mods/l_enders-cataclysm-delight.pw.toml" +hash = "3e22ed38fd860e638308255d4a3f5eb24b3d22df1fabb9374ed6daa633abde79" +metafile = true + +[[files]] +file = "mods/l_enders-cataclysm.pw.toml" +hash = "0ba45c4cf0d0c605841b708a23417668e1ee4c9860a1d4572b122d6348c113ed" +metafile = true + +[[files]] +file = "mods/leaves-be-gone.pw.toml" +hash = "3f907a8532b4ca98390055ca0cb1bbd87e8ebcd44be6afe9b69280859ff37035" +metafile = true + +[[files]] +file = "mods/lionfish-api.pw.toml" +hash = "b821efc793dd7308be6788095bea26a2a0479f9a3ddc3b0d6a6a2af351153fc0" +metafile = true + +[[files]] +file = "mods/lithium.pw.toml" +hash = "b8ce87d9a7164676e68e69e9e6706cd6e9123b1fe740612b1ba39b43ce8675ef" +metafile = true + +[[files]] +file = "mods/lmd.pw.toml" +hash = "edc75ace846ae34c1cb4cf4a44106e1fb035b1eee0432765a716098c9a4b5823" +metafile = true + +[[files]] +file = "mods/lmft.pw.toml" +hash = "faed2d9ae09b810b385180a3c20e598ff4d43da75f324b0320649ea4eeb78e29" +metafile = true + +[[files]] +file = "mods/longer-chat-history.pw.toml" +hash = "12e4601519ca5fb940e9658b71f2218f2a06c41847b714978e1568435688858d" +metafile = true + +[[files]] +file = "mods/lootr.pw.toml" +hash = "28cd260c71c34d01f59ea210af1031e94d98b4d6bd72d5a153955ce754c9a76f" +metafile = true + +[[files]] +file = "mods/macos-input-fixes.pw.toml" +hash = "95de24f2f2d9c9fa4dcb33660bd6fafb2101a5514f718d00b207f48da26b64cf" +metafile = true + +[[files]] +file = "mods/melody.pw.toml" +hash = "9dff522b00f5269538d0351536f34b22384996de30be454ef1369f1b1e5c1aeb" +metafile = true + +[[files]] +file = "mods/midnightlib.pw.toml" +hash = "ccd8fcec866d3a283d2f58e44eb1a2174fb0f480fc6039ba144156e147e082d8" +metafile = true + +[[files]] +file = "mods/modelfix.pw.toml" +hash = "6f0dcbcffd4400c6cef07f1eeb48cdc25bac0fa01270936feab4c549aff4738e" +metafile = true + +[[files]] +file = "mods/modernfix.pw.toml" +hash = "eae3c14c915400de36bf547550f630de727bbf48ae0ce719b99b2ff50ceaab0d" +metafile = true + +[[files]] +file = "mods/moonlight.pw.toml" +hash = "6f978589d682f22a6a9e62a08964400b8a1649cdf6e2b86c6bc6fe2cb01fd5ba" +metafile = true + +[[files]] +file = "mods/morechathistory.pw.toml" +hash = "096bce1d87ff7f759d07ae6501043c5d2db1bcdffb5ea566425843f12ff8e348" +metafile = true + +[[files]] +file = "mods/moreculling.pw.toml" +hash = "91696791780719730cb8826de0c53d8513a7c2b320f7d641dbeb6ca974e5cec3" +metafile = true + +[[files]] +file = "mods/mouse-tweaks.pw.toml" +hash = "6bc414cc0f2d4c078fe83f384d786343f701f371d657c5279b5b0df1595804bd" +metafile = true + +[[files]] +file = "mods/mru.pw.toml" +hash = "42805ef7e224873873d190b0363f2a53dae02530553574f29fab92e258bc0470" +metafile = true + +[[files]] +file = "mods/mystical-oak-tree.pw.toml" +hash = "5ee268552c9337e720141a9d3fa03d260d1cc575b0359adbb1a0da566cc605e9" +metafile = true + +[[files]] +file = "mods/natures-spirit.pw.toml" +hash = "e5c9d8b97345998f99cf6da31b41c5cf4875361bc94c3354be2299730b7acb04" +metafile = true + +[[files]] +file = "mods/necronomicon.pw.toml" +hash = "f4e01222594116f7ebe3bd3908ae066550172eafb9a1ef383b277be569c38e45" +metafile = true + +[[files]] +file = "mods/neo-language-reload.pw.toml" +hash = "11da5c3367fa7828137f5abcb7ab9dd9c51759f7c53828fc400c9a53de794db0" +metafile = true + +[[files]] +file = "mods/netherportalfix.pw.toml" +hash = "5dc059422613b5645cb00e32d3bfd53de428c4939113d11ce2c844cb54165da6" +metafile = true + +[[files]] +file = "mods/network-protocol-disconnect.pw.toml" +hash = "5062e10bf7aed41933f6edfbbc906b552f4759c8e4d45f58ecac5612af382710" +metafile = true + +[[files]] +file = "mods/no-chat-reports.pw.toml" +hash = "5da18814472be5dc93a21886983646da3a7236413800075ac75229be82d114fa" +metafile = true + +[[files]] +file = "mods/no-realms-button.pw.toml" +hash = "eb6acf239c66371c95a6c8993511a15a8c01da8b1705bf321b0f423d6e791548" +metafile = true + +[[files]] +file = "mods/no-resource-pack-warnings-forge.pw.toml" +hash = "3fb3a7b2f288770f8df411109733184353d2e3fc6c28c28e0824feb3e26ee140" +metafile = true + +[[files]] +file = "mods/notenoughrecipebook.pw.toml" +hash = "08ee725916a0c29fde950cd6f253b8666b086fcd88ff79951de00ae6b7a74ca1" +metafile = true + +[[files]] +file = "mods/octo-lib.pw.toml" +hash = "a52c2b505827a549dfabebd6586591910fcf6e1a62dbb27604aacc96d412d5e4" +metafile = true + +[[files]] +file = "mods/overflowing-bars.pw.toml" +hash = "cb40fc0e1e0a3338d57b34a5ba2612ae9a9f0e32619695c4da637a98b4e52cf3" +metafile = true + +[[files]] +file = "mods/owo-lib.pw.toml" +hash = "46831c04077a06df823bcd0f254833a90a9a9ccc78f5069f4b4c27fa301ac0cf" +metafile = true + +[[files]] +file = "mods/packet-fixer.pw.toml" +hash = "84cb0dcad9ac46d22adba4fb7924951affa6ac5e46027a3b25fa9a0db8d91b2b" +metafile = true + +[[files]] +file = "mods/paladins-and-priests.pw.toml" +hash = "b4a25689bcd6b7065e5d7689803124b9cb8c68a6ae81492bb6f9075bd293b079" +metafile = true + +[[files]] +file = "mods/particle-core.pw.toml" +hash = "73946fc762c8c03bce86fb420893838136413b36fcd49da3a15949de3130456d" +metafile = true + +[[files]] +file = "mods/particle-interactions.pw.toml" +hash = "12fa04dfc69d95c522b43e3d5a3e0d2439c332f51d87aea9c214631dd607a7ce" +metafile = true + +[[files]] +file = "mods/particle-rain.pw.toml" +hash = "95886f73121a490ab360dac8e99f260fb0346048e86475c658ed44ddd399f09e" +metafile = true + +[[files]] +file = "mods/particular-reforged.pw.toml" +hash = "d610540ab8d81af8b6aa292aed319c7cb7bb60c55b56ecf8b2af889e4ca327a3" +metafile = true + +[[files]] +file = "mods/paxi.pw.toml" +hash = "215d597764d5c5db89e700fc3495b72dc0a7f09c975de19dc8c580bde3469a5e" +metafile = true + +[[files]] +file = "mods/playeranimator.pw.toml" +hash = "c83705becd548879473132552de960f9d5975fa0edaeeb2d4665a4e35457423e" +metafile = true + +[[files]] +file = "mods/presence-footsteps.pw.toml" +hash = "dee709ea8dbbb9e75de4d53b1b9e1fd0e535abc0809c1f5aaadf783178cccf21" +metafile = true + +[[files]] +file = "mods/prickle.pw.toml" +hash = "c99c5bac469e8d6ece5aae80f08635e3bbb8367f0c586b6288573c725faefe69" +metafile = true + +[[files]] +file = "mods/puzzles-lib.pw.toml" +hash = "6812c3faa178cd48c65c5b8e7aeef50bc0b63d8e3b2117065d6179a43d8d3649" +metafile = true + +[[files]] +file = "mods/ranged-weapon-api.pw.toml" +hash = "2266c4e825271885c97c3c4a6c33bad0b5683216a9d923365af7e7be702b9c8a" +metafile = true + +[[files]] +file = "mods/rechiseled-ae2.pw.toml" +hash = "00e609d342917a84ef40099957f6c5cad32267507fb97b61174260afadfcd972" +metafile = true + +[[files]] +file = "mods/rechiseled-create.pw.toml" +hash = "f5bae2fe68cf6fde6f4ad025c70fffaa2cc49308b4a0cb1b6ad939a0739225c0" +metafile = true + +[[files]] +file = "mods/rechiseled.pw.toml" +hash = "f70753b73b9baee1550e932231cdca1da45c4516c6b7b8763a2a164e0bf375ce" +metafile = true + +[[files]] +file = "mods/reeses-sodium-options.pw.toml" +hash = "09306b955060349986ccf6a6d2a67f1e019fa172a7dc690dd6007f81c966309a" +metafile = true + +[[files]] +file = "mods/relics-rpg.pw.toml" +hash = "321d2c46fba51756e7ac41ec9e309cb7dbd2c2870f3d98352a8d7ae65c059ccd" +metafile = true + +[[files]] +file = "mods/remove-terralith-intro-message.pw.toml" +hash = "fe85eb7e13d32999eb376d154be220d82134c534a3f066fa263fb4af11535232" +metafile = true + +[[files]] +file = "mods/resourceful-config.pw.toml" +hash = "27721caca5a03b743bf25888e1d984142948069dace31453f103f94f7f24d2ce" +metafile = true + +[[files]] +file = "mods/resourceful-lib.pw.toml" +hash = "c0b066684294c33972d562e0cb08ea17b2d31bcf86cd1d6c63b8e968f0eac7a2" +metafile = true + +[[files]] +file = "mods/rogues-and-warriors.pw.toml" +hash = "ab616959ff5b45a1c689165ac2cb1bc7e0bc82a06fc76156a7e398cdfb97c3ca" +metafile = true + +[[files]] +file = "mods/runes.pw.toml" +hash = "3648d48092a952d54063c2f406bddd8468bc38b32cdda60fbe01aab5ab266120" +metafile = true + +[[files]] +file = "mods/saturn.pw.toml" +hash = "d36d8736123e9d6dd79466ab908e83fc35529d25001b1a6770f22681c1316277" +metafile = true + +[[files]] +file = "mods/scalablelux.pw.toml" +hash = "2c1661e65d47c2942d2c3e926698d0762672224f1925c7f25105b964ce25b093" +metafile = true + +[[files]] +file = "mods/screenshot-compression.pw.toml" +hash = "0d3a05d8c3ec045240afbc938a6346a7c0e51e2ec8ce0ad2242b9c91fb42db0b" +metafile = true + +[[files]] +file = "mods/screenshot-to-clipboard.pw.toml" +hash = "2507dd9242e994ec7a0b21255b0b51a91bf9e0e51b060defe7bf7f8fa1f04b53" +metafile = true + +[[files]] +file = "mods/seamless-loading-screen.pw.toml" +hash = "1d8cade30558d813a56021bbad054063b9d9f184896e596bd6517186b687b1e2" +metafile = true + +[[files]] +file = "mods/seamless.pw.toml" +hash = "68f035ae4bc3406765939fcb13fbcc087fc5094b96a565403e10fd402d239dfd" +metafile = true + +[[files]] +file = "mods/searchables.pw.toml" +hash = "ce9ddada6ffd55a512149cc474c6a453281a997a5fdf1b7b4a2cc73f875e704a" +metafile = true + +[[files]] +file = "mods/seasonhud.pw.toml" +hash = "d009a881fb3d7bf5d7a863896ce29b2637ea224c16ad20c046702f7642b37a47" +metafile = true + +[[files]] +file = "mods/serene-seasons.pw.toml" +hash = "73b1e4f6608fcd396acc3e4e7aa753d314c8810ef4caf831ed93d9932d93f896" +metafile = true + +[[files]] +file = "mods/servercore.pw.toml" +hash = "00f400af981bbe8be3767ef49f4bc422a9649c3fa2d403bae7b25202a05fda1a" +metafile = true + +[[files]] +file = "mods/shield-api.pw.toml" +hash = "08f35f067c7a764a894254a8e5c790a8de5e03f21fcff2875a14a31f16b6627a" +metafile = true + +[[files]] +file = "mods/shut-up-gl-error.pw.toml" +hash = "2a5158acf9b23d9e23fc5097dbf3a12f57458a107b3a2d2794317c298aa203fa" +metafile = true + +[[files]] +file = "mods/simple-snowy-fix-(forge-fabric).pw.toml" +hash = "42e83bf25ba1496791848df019cdbc6f71b7fe133e5e8a61d6ccc5c8f7aeb722" +metafile = true + +[[files]] +file = "mods/simple-voice-chat.pw.toml" +hash = "82fa5e74cae0b3f0199f9822f62a976da2dc6ee03deb543d537ce55d36b11fcb" +metafile = true + +[[files]] +file = "mods/skill-tree.pw.toml" +hash = "fc2382622a68a7ddc39dc3d491ccea927c84b0c08d73065145494f6859c8398c" +metafile = true + +[[files]] +file = "mods/skills.pw.toml" +hash = "36cf7591fa55cdbd327b9cde06e8043be28c78bf51956c6e25096b5c5ff5ff99" +metafile = true + +[[files]] +file = "mods/slice-and-dice.pw.toml" +hash = "6b100c6847b82f48ac150816c2e9ce8fd590a4dc92a49e38634b7f6c6b5a2e71" +metafile = true + +[[files]] +file = "mods/snow-real-magic.pw.toml" +hash = "a1deef8071fb83a13df63c289576813b82f0687eebda9b48b7667620d5d45103" +metafile = true + +[[files]] +file = "mods/sodium-dynamic-lights.pw.toml" +hash = "c1e526d3d17cb3563e596d45c7567ed1fe60c31bdc3457f7a747ef8150bd3c1b" +metafile = true + +[[files]] +file = "mods/sodium-extra.pw.toml" +hash = "a1fb713df668ed21dda0602e99cb23b991c8faff841e130d7aae46258c3d6a45" +metafile = true + +[[files]] +file = "mods/sodium-options-api.pw.toml" +hash = "d193173f0f5dfb4a921d44e29e8d5cee656dd3a40872939069715bb482b66fc9" +metafile = true + +[[files]] +file = "mods/sodium.pw.toml" +hash = "0281ed9713f3141bdac363056a791845510e14761ea65b4b2813cf96d664b20a" +metafile = true + +[[files]] +file = "mods/sound-physics-remastered.pw.toml" +hash = "258a77de0a6db4c9ab045cbb240bcf4eac0dbbca3f6bc981fb461e55c247f23f" +metafile = true + +[[files]] +file = "mods/spark.pw.toml" +hash = "593fa7b30ab016aa45be07bd6bef3a9f160ed0f24689850d60bf84995d69b843" +metafile = true + +[[files]] +file = "mods/spell-engine.pw.toml" +hash = "600dd06580eda57f5d3123648858411cf782350a91c679ee9738b841a9aaea1c" +metafile = true + +[[files]] +file = "mods/spell-power.pw.toml" +hash = "87974592c5bae53d923bfca250870c0f9e4610e925168be10cfe4ce663cc76f2" +metafile = true + +[[files]] +file = "mods/structure-layout-optimizer.pw.toml" +hash = "b8b217b7a7facbd986da814e609e01603ae5ac0ec996f746b8076c8ecd3d28fd" +metafile = true + +[[files]] +file = "mods/structure-pool-api.pw.toml" +hash = "1e29968c1d8f6c6ff9de68ceb1f4a477fbf2ebd404ccf6ed59e8c9c2c4285d95" +metafile = true + +[[files]] +file = "mods/supermartijn642s-config-lib.pw.toml" +hash = "62bd7012826fdcccf17a089055be67f87fb7335c88e73efc52bc9e51a1bf3188" +metafile = true + +[[files]] +file = "mods/supermartijn642s-core-lib.pw.toml" +hash = "2c297fb87d09bd4203399e865d48a10aa82016c53b6767b10b43726e111a3566" +metafile = true + +[[files]] +file = "mods/supplementaries-squared.pw.toml" +hash = "db5afd2bc9555691438d5860ab996fea6d635d5eb6d0d6d4580964b799c43e1f" +metafile = true + +[[files]] +file = "mods/supplementaries.pw.toml" +hash = "2e4c8891ec22ca246b414728493ff52fe177bc9c4369ed23a5a80e8332e79c67" +metafile = true + +[[files]] +file = "mods/surveyor.pw.toml" +hash = "a9c96b9fef877ea4501b772c104da6e52e01a09590ea434ff43824dbd23d9691" +metafile = true + +[[files]] +file = "mods/symbol-chat.pw.toml" +hash = "85f231612af890f09d6011fbf79d671133b7619b491b010df5cb269295d75262" +metafile = true + +[[files]] +file = "mods/tag-tooltips.pw.toml" +hash = "ad59d2e7243d43e1bd1c04ae1d592c31281488cd763246bfbb7ff4af0f03c890" +metafile = true + +[[files]] +file = "mods/tan-compat-pack.pw.toml" +hash = "e717a472e81ee3eff6d79d5d853afd395db0cd2ff2134de0e69b20bab85cec99" +metafile = true + +[[files]] +file = "mods/tenpercentoff.pw.toml" +hash = "f9b603f11a335bfeeba6f9dde2a2576c81e3fc20ffc66d32be6864308b6dab62" +metafile = true + +[[files]] +file = "mods/terrablender.pw.toml" +hash = "15962183bec2468058c70e87aa32e902a08489b0f86741088cdc9aa958ba4931" +metafile = true + +[[files]] +file = "mods/terrablenderfix.pw.toml" +hash = "001f677e29f6a3f5789a7171ed271fdf1e39bc7e3490901d6819dcbf16969ac8" +metafile = true + +[[files]] +file = "mods/terralith.pw.toml" +hash = "da7ee99189ad35aac094919fe33cac647d98533b23c228f10d4811f08989e2b8" +metafile = true + +[[files]] +file = "mods/threatengl.pw.toml" +hash = "8ad08b7e8faec8a46438e1551f717e4a35bba2e23f44f490a35e4275e5030734" +metafile = true + +[[files]] +file = "mods/tightfire.pw.toml" +hash = "8f290653f1c25abf3ab7f66908fe3b4087a995a28a94d694b8c592ffbb11e185" +metafile = true + +[[files]] +file = "mods/toadlib.pw.toml" +hash = "fb3f7aff0e776639951d7e8efbf88224fdd2b65426667d59a531164794f78463" +metafile = true + +[[files]] +file = "mods/too-fast.pw.toml" +hash = "63da0a2850babdf37f9511b17d2962fbaa9ce980d4c8478299767954df4efc19" +metafile = true + +[[files]] +file = "mods/tough-as-nails-vanilla-pack.pw.toml" +hash = "21dbe4fc4c5d6ceb23ad7418cb5aaca41723752e8418e3a90b5d8200c11cffb1" +metafile = true + +[[files]] +file = "mods/tough-as-nails.pw.toml" +hash = "f615375185613c362892ab32d5359e9da1552345e92993feecb48853fa876711" +metafile = true + +[[files]] +file = "mods/trimmed.pw.toml" +hash = "28db7535fae8c33b5547fefefdd88ead89c7edd7c1f330a5f370dca76e6706c9" +metafile = true + +[[files]] +file = "mods/trussful.pw.toml" +hash = "0448d74730792ea89e6f5f5c9195950691dfb91c09da9265ffd3944a3c7adcb4" +metafile = true + +[[files]] +file = "mods/txnilib.pw.toml" +hash = "bbf8f2ba1e4bba18c1f61b2f003063052f56dd9951ceae3e227b6cbf9affd29f" +metafile = true + +[[files]] +file = "mods/vertical-bobbing.pw.toml" +hash = "3fda38342d951361a1913c45c7378ab09ed829af1287c98baa5185ee47478272" +metafile = true + +[[files]] +file = "mods/visuality.pw.toml" +hash = "39426bfeeab22ea17f94fd3904dd9b78f9a3c9b4ddcb732b734ddbfd0e3568af" +metafile = true + +[[files]] +file = "mods/what-are-they-up-to.pw.toml" +hash = "9ce52d07c0c3d146a2a44f8bc187138ce7a5558a4e3ab540c86234702b6de274" +metafile = true + +[[files]] +file = "mods/wizards.pw.toml" +hash = "d7d7cb58dd4c7c2879d98f296d3a76905acaf1e03eb93535b318a1435726ea83" +metafile = true + +[[files]] +file = "mods/xaero-train-map.pw.toml" +hash = "055508f48abfc3dc9705337d324fe839bbc88cd5cd06ce77f65b4bd2c976a983" +metafile = true + +[[files]] +file = "mods/xaeros-minimap.pw.toml" +hash = "9d76c3683cfea5c5976823a000eacc9944db9f097894356d2a029cf36642ffa4" +metafile = true + +[[files]] +file = "mods/xaeros-world-map.pw.toml" +hash = "9b8940ac83dde84cfc59860c6544a4b1194e635786c26bd47dc15eee79e63598" +metafile = true + +[[files]] +file = "mods/xibao-plus-plus.pw.toml" +hash = "d5dda450e783576ed1d44655f65b8774fed301bd91519a6c7f73844191f5303a" +metafile = true + +[[files]] +file = "mods/yacl.pw.toml" +hash = "64eaf7478e42d5143f4feeee87c56f779f4c3523f9fb06d8342484d36aa4442b" +metafile = true + +[[files]] +file = "mods/yeetus-experimentus.pw.toml" +hash = "5e25dccab496945a5f19bb82383e0ebf98452ffc14cd25c7e0259cc44312281a" +metafile = true + +[[files]] +file = "mods/yigd.pw.toml" +hash = "ef80891ed72e87e1fd2fda3bcee9e8a50e5c4cf836283ae8ef4c81e7fd213fd0" +metafile = true + +[[files]] +file = "mods/yungs-api.pw.toml" +hash = "d9c0c9209bac0b693af2a7c1e47ffb28d366bad19c91df31dc6d345fa75250a1" +metafile = true + +[[files]] +file = "mods/yungs-better-desert-temples.pw.toml" +hash = "634130ab233121c290fdb2567afd3939af6d98760c11f14db0426b64b8955894" +metafile = true + +[[files]] +file = "mods/yungs-better-dungeons.pw.toml" +hash = "4c2830674a08ec9f10af13e4d259aa60158bd306a3996d935e678281ec0cb5fd" +metafile = true + +[[files]] +file = "mods/yungs-better-end-island.pw.toml" +hash = "902c397d5dfc69b497681ba71aa5b8a8a85479b1ccf25157867e4803c16dd65b" +metafile = true + +[[files]] +file = "mods/yungs-better-jungle-temples.pw.toml" +hash = "ee63a5958eb1e0238257e2064d917bdaf8e528a47904bdfbe04a5758a1537e9f" +metafile = true + +[[files]] +file = "mods/yungs-better-mineshafts.pw.toml" +hash = "0cc13a86488cf89d2989edc1636fa63c7efa2fe819246d42af35113458d5ba5b" +metafile = true + +[[files]] +file = "mods/yungs-better-nether-fortresses.pw.toml" +hash = "c0e40691651465b4eb1037749148c2078123604195e19b582dbef3cd5914e3b1" +metafile = true + +[[files]] +file = "mods/yungs-better-ocean-monuments.pw.toml" +hash = "9492d0854c51570bf2a6bace6267262e7573b94c40d721348996617e5d99480a" +metafile = true + +[[files]] +file = "mods/yungs-better-witch-huts.pw.toml" +hash = "e2b23d0a1bf228d37ff8c3330150c24eb19cb875e113fae543191f34ded92ff8" +metafile = true + +[[files]] +file = "mods/yungs-bridges.pw.toml" +hash = "9d9b074b2425fc4f19808b7d6df4a0baeae39a37e909107aaa85004df1a2d195" +metafile = true + +[[files]] +file = "mods/yungs-cave-biomes.pw.toml" +hash = "5a334201feff0fb2f76d486399f47d0ce5b5818c284fea895706c92bb2119470" +metafile = true + +[[files]] +file = "mods/yungs-extras.pw.toml" +hash = "2541b092b92a82757e5d200a6093658e20db548bb8583abad3f4506ed04e5ce6" +metafile = true + +[[files]] +file = "mods/zume.pw.toml" +hash = "417f2ce9f6018e0ce5b548c4e3212abe3d74878654dd2a8a057d54c334d5b188" +metafile = true + +[[files]] +file = "resourcepacks/ae2-pbr.pw.toml" +hash = "360d00b23214458bcf7640d7ee34175e71fcee5b0884c99a96b8c07c2466f91a" +metafile = true + +[[files]] +file = "resourcepacks/create-pbr.pw.toml" +hash = "a1bdd018010978269461c35ca682ac74da4893c86d94919cf83ad1b6e71eddb0" +metafile = true + +[[files]] +file = "resourcepacks/spbr-farmersdelight.pw.toml" +hash = "154ed0935263a3d6afa0e3b8f091068fa85a749d73e5475ed351f80c4fb983e7" +metafile = true + +[[files]] +file = "resourcepacks/spbr.pw.toml" +hash = "1cc27f5b9dfe2a8cd3b8d43df0466b8086300e7cbd516785daf8910cee502f6e" +metafile = true + +[[files]] +file = "shaderpacks/complementary-reimagined.pw.toml" +hash = "531a8d239c952428d9a633ff99cb03461656ada28decbe2e1ef19f60f7fd5726" +metafile = true + +[[files]] +file = "shaderpacks/complementary-unbound.pw.toml" +hash = "134b3cee2ac2b5c5b9d02d8d70e8e4ba32c7c241f5bc51209521831a7c254e22" +metafile = true + +[[files]] +file = "unsup.ini" +hash = "0d307427e37d99465c6877a8b38a9ddfec0a370d0e2191aee603654794fc4b91" diff --git a/mods/3dskinlayers.pw.toml b/mods/3dskinlayers.pw.toml new file mode 100644 index 0000000..9faf97f --- /dev/null +++ b/mods/3dskinlayers.pw.toml @@ -0,0 +1,13 @@ +name = "3D Skin Layers" +filename = "skinlayers3d-neoforge-1.9.2-mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/B7MZQ4xS/skinlayers3d-neoforge-1.9.2-mc1.21.1.jar" +hash-format = "sha512" +hash = "f3629c48a4ec59bff207dfdd29f8e0d626ddf41c3a6693f9bf2b3757b646fb7e5096dd926be866e44dfc3e80321e76fb5c473fe41e6d9a8565bac34c99dffdb1" + +[update] +[update.modrinth] +mod-id = "zV5r3pPn" +version = "B7MZQ4xS" diff --git a/mods/aa4-atlas.pw.toml b/mods/aa4-atlas.pw.toml new file mode 100644 index 0000000..a4fa963 --- /dev/null +++ b/mods/aa4-atlas.pw.toml @@ -0,0 +1,13 @@ +name = "AA4 Atlas" +filename = "aa4-atlas-1.1.2+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/aR9FhY20/versions/6qNlFux1/aa4-atlas-1.1.2%2B1.21.jar" +hash-format = "sha512" +hash = "36d238f745195b38f24c709a5b099cac0a2f7f55e65688d6e15e97c07022584888358defa0d110acb408d99529009404e327fd1754c16ed43d3dd3fc11e79151" + +[update] +[update.modrinth] +mod-id = "aR9FhY20" +version = "6qNlFux1" diff --git a/mods/accessories-compat-layer.pw.toml b/mods/accessories-compat-layer.pw.toml new file mode 100644 index 0000000..087e4d2 --- /dev/null +++ b/mods/accessories-compat-layer.pw.toml @@ -0,0 +1,13 @@ +name = "Accessories Compatibility Layer" +filename = "accessories_compat_layer-neoforge-0.1.10+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ySnjMzLg/versions/6ocwvkgG/accessories_compat_layer-neoforge-0.1.10%2B1.21.1.jar" +hash-format = "sha512" +hash = "d53e77c2650c74beb90c242eae85413d6607a4253ef55cddb4e98565786f3591c4d27f5316ecf6b9d9f1878368e0c132f670f95d7e9a9a6eb0967be297b4b5e5" + +[update] +[update.modrinth] +mod-id = "ySnjMzLg" +version = "6ocwvkgG" diff --git a/mods/accessories.pw.toml b/mods/accessories.pw.toml new file mode 100644 index 0000000..3db69d7 --- /dev/null +++ b/mods/accessories.pw.toml @@ -0,0 +1,13 @@ +name = "Accessories" +filename = "accessories-neoforge-1.1.0-beta.52+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/jtmvUHXj/versions/CtRim6mz/accessories-neoforge-1.1.0-beta.52%2B1.21.1.jar" +hash-format = "sha512" +hash = "1f2559a1362978ec168c7e366f278f3ec6305800b264841f1d1a573a93b3951441f35e6dfcbc19e7edd9d52e28ac5a2fbf49dfe2d1997b48270cd577a92af82a" + +[update] +[update.modrinth] +mod-id = "jtmvUHXj" +version = "CtRim6mz" diff --git a/mods/ae2.pw.toml b/mods/ae2.pw.toml new file mode 100644 index 0000000..ecff36e --- /dev/null +++ b/mods/ae2.pw.toml @@ -0,0 +1,13 @@ +name = "Applied Energistics 2" +filename = "appliedenergistics2-19.2.17.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XxWD5pD3/versions/kfyIqgJ6/appliedenergistics2-19.2.17.jar" +hash-format = "sha512" +hash = "55edfd948366aff620881e0625e48c333a2cb847e73249bc0b588efbc4b86709992a8ffbca97ea387e270df4186fe7f74ee2f27b739f1c952e932becfb9dea33" + +[update] +[update.modrinth] +mod-id = "XxWD5pD3" +version = "kfyIqgJ6" diff --git a/mods/alltheleaks.pw.toml b/mods/alltheleaks.pw.toml new file mode 100644 index 0000000..04e6172 --- /dev/null +++ b/mods/alltheleaks.pw.toml @@ -0,0 +1,13 @@ +name = "AllTheLeaks (Memory Leak Fix)" +filename = "alltheleaks-1.1.3+1.21.1-neoforge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "31ec5abc2fe556ee3b12e883d3826853fbe152e0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 7259391 +project-id = 1091339 diff --git a/mods/almanac.pw.toml b/mods/almanac.pw.toml new file mode 100644 index 0000000..3b55b14 --- /dev/null +++ b/mods/almanac.pw.toml @@ -0,0 +1,13 @@ +name = "Almanac" +filename = "Almanac-1.21.1-2-neoforge-1.5.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Gi02250Z/versions/Esy04ZZ2/Almanac-1.21.1-2-neoforge-1.5.0.jar" +hash-format = "sha512" +hash = "7115e29058b9a86124404c2821a70d8df231344e57b288314aa9509b7a57ed5d2f13d561d41ace72ee889026c85230e8b1c9b2ad1b984b64bee8ab0f74cf6a45" + +[update] +[update.modrinth] +mod-id = "Gi02250Z" +version = "Esy04ZZ2" diff --git a/mods/almost-unified.pw.toml b/mods/almost-unified.pw.toml new file mode 100644 index 0000000..f4ed4e7 --- /dev/null +++ b/mods/almost-unified.pw.toml @@ -0,0 +1,13 @@ +name = "Almost Unified" +filename = "almostunified-neoforge-1.21.1-1.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sdaSaQEz/versions/ZSRQ3k7q/almostunified-neoforge-1.21.1-1.3.0.jar" +hash-format = "sha512" +hash = "9f517d364d2bb2339ee37a601527515fac3c35542439c9ff48de0b1bbf56df734841acf75a4ccf7750501005ebe4a5e9a01391760d5e19fdfa996e074fe3be9b" + +[update] +[update.modrinth] +mod-id = "sdaSaQEz" +version = "ZSRQ3k7q" diff --git a/mods/alternate-current.pw.toml b/mods/alternate-current.pw.toml new file mode 100644 index 0000000..b4412a8 --- /dev/null +++ b/mods/alternate-current.pw.toml @@ -0,0 +1,13 @@ +name = "Alternate Current" +filename = "alternate_current-mc1.21-1.9.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/r0v8vy1s/versions/PCNyL6v4/alternate_current-mc1.21-1.9.0.jar" +hash-format = "sha512" +hash = "e7715d92987ad902f316ae657558a58e647b4f076d6962e6ac5b6bdb802755f1a37c2380b69002ce930b29dc02fe96989d41818462f7bc236c4ad709b0842480" + +[update] +[update.modrinth] +mod-id = "r0v8vy1s" +version = "PCNyL6v4" diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml new file mode 100644 index 0000000..d6a2d29 --- /dev/null +++ b/mods/ambientsounds.pw.toml @@ -0,0 +1,13 @@ +name = "AmbientSounds" +filename = "AmbientSounds_NEOFORGE_v6.3.0_mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fM515JnW/versions/4Kbw9KmE/AmbientSounds_NEOFORGE_v6.3.0_mc1.21.1.jar" +hash-format = "sha512" +hash = "e483ec112f168a2bb6d8122f923b4aa35287702ae75f78718590a1f28f06c58c8089d4e46c6131e958279659234499860c4f431f334651fef82f63b08d0d2c80" + +[update] +[update.modrinth] +mod-id = "fM515JnW" +version = "4Kbw9KmE" diff --git a/mods/amendments.pw.toml b/mods/amendments.pw.toml new file mode 100644 index 0000000..e4f5d28 --- /dev/null +++ b/mods/amendments.pw.toml @@ -0,0 +1,13 @@ +name = "Amendments" +filename = "amendments-1.21-2.0.8-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6iTJugQR/versions/i7GV5VYK/amendments-1.21-2.0.8-neoforge.jar" +hash-format = "sha512" +hash = "185c6cc49694db792aee0e329831f037e4157f3c5e5e766a15ac534deef0b78467d31c2e71c060a7c0d922acd2a2402c1b1ba33e5f7fe8ad9d0fccb0c6f7dc1e" + +[update] +[update.modrinth] +mod-id = "6iTJugQR" +version = "i7GV5VYK" diff --git a/mods/antique-atlas-4.pw.toml b/mods/antique-atlas-4.pw.toml new file mode 100644 index 0000000..2983f36 --- /dev/null +++ b/mods/antique-atlas-4.pw.toml @@ -0,0 +1,13 @@ +name = "Antique Atlas 4" +filename = "antique-atlas-2.12.0+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Y5Ve4Ui4/versions/utFwd9ms/antique-atlas-2.12.0%2B1.21.jar" +hash-format = "sha512" +hash = "1e7ca453d855b91f1eb1930540bf2191b95203ab0d7d403d6368e22093c3fd6a03ef5e625ef1a0e457177e18909afff6600d7e37d259cfd3e2f5676931171531" + +[update] +[update.modrinth] +mod-id = "Y5Ve4Ui4" +version = "utFwd9ms" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml new file mode 100644 index 0000000..23f5126 --- /dev/null +++ b/mods/appleskin.pw.toml @@ -0,0 +1,13 @@ +name = "AppleSkin" +filename = "appleskin-neoforge-mc1.21-3.0.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/kztxpjAA/appleskin-neoforge-mc1.21-3.0.7.jar" +hash-format = "sha512" +hash = "03a94fe4143250b8e80abe97770918ba0af1265110bb73c25444674f9cdf86164464332a913cbac29af82d8ed02dce6ef19bbb62fced92620817a7ec1e761b71" + +[update] +[update.modrinth] +mod-id = "EsAfCjCV" +version = "kztxpjAA" diff --git a/mods/archers.pw.toml b/mods/archers.pw.toml new file mode 100644 index 0000000..d1ceb0e --- /dev/null +++ b/mods/archers.pw.toml @@ -0,0 +1,13 @@ +name = "Archers (RPG Series)" +filename = "archers-neoforge-2.6.8+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QgooUXAJ/versions/8J0jVO95/archers-neoforge-2.6.8%2B1.21.1.jar" +hash-format = "sha512" +hash = "f2b6628103f5c49319cb33bec5c9c82571dd652bbaee56b8d2a578055da95c6e1833177b84ec967da34eaec8811db449a62815867ff1d8af96bc638311ee5774" + +[update] +[update.modrinth] +mod-id = "QgooUXAJ" +version = "8J0jVO95" diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml new file mode 100644 index 0000000..79469bb --- /dev/null +++ b/mods/architectury-api.pw.toml @@ -0,0 +1,13 @@ +name = "Architectury API" +filename = "architectury-13.0.8-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/ZxYGwlk0/architectury-13.0.8-neoforge.jar" +hash-format = "sha512" +hash = "65e3664953385d880320dd6bb818bcb96d361c07c53e2a7f65e64c6a47720ee26b233224ae9cad465ef0b2bbaefdaf30fb0175a983cecd91de058817d6fcf57e" + +[update] +[update.modrinth] +mod-id = "lhGA9TYQ" +version = "ZxYGwlk0" diff --git a/mods/armory-rpg-series.pw.toml b/mods/armory-rpg-series.pw.toml new file mode 100644 index 0000000..ef06b9d --- /dev/null +++ b/mods/armory-rpg-series.pw.toml @@ -0,0 +1,13 @@ +name = "Armory (RPG Series)" +filename = "armory-neoforge-1.2.9+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/PJvJUdGw/versions/7ct1KUmY/armory-neoforge-1.2.9%2B1.21.1.jar" +hash-format = "sha512" +hash = "da7e87c385b15fe869684b4767baa26420d385de3894c07d188c2e9d26a78c07c6398c26f5fffa7c330b41b426930a1fd0f4842ab299eba3adca5cf1a9e0e30f" + +[update] +[update.modrinth] +mod-id = "PJvJUdGw" +version = "7ct1KUmY" diff --git a/mods/arsenal-rpg-series.pw.toml b/mods/arsenal-rpg-series.pw.toml new file mode 100644 index 0000000..29ef074 --- /dev/null +++ b/mods/arsenal-rpg-series.pw.toml @@ -0,0 +1,13 @@ +name = "Arsenal (RPG Series)" +filename = "arsenal-neoforge-1.3.3+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LiP9Q3KV/versions/WNyOHyu1/arsenal-neoforge-1.3.3%2B1.21.1.jar" +hash-format = "sha512" +hash = "87513d7581d997b4517fbe45e270d6eb7bd8b1fd44ffecfb7da53bb76d3c05dd7a8a5ded6b907b3a11528ec71168253675f6d0a9d4932e1912b766a76cf38fa7" + +[update] +[update.modrinth] +mod-id = "LiP9Q3KV" +version = "WNyOHyu1" diff --git a/mods/asyncparticles.pw.toml b/mods/asyncparticles.pw.toml new file mode 100644 index 0000000..9b1be29 --- /dev/null +++ b/mods/asyncparticles.pw.toml @@ -0,0 +1,13 @@ +name = "AsyncParticles" +filename = "AsyncParticles-3.4.0-beta.1+1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/c3onkd5k/versions/EU69gnPW/AsyncParticles-3.4.0-beta.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "7c2d4d2264d3fc84bdd7f07fccc177ab4e51b9082e724bbec65a27d37fb36f552897f7ced16884448131868d3939c7b8e2cb34a2abb7d17607ccdc256d65c2d2" + +[update] +[update.modrinth] +mod-id = "c3onkd5k" +version = "EU69gnPW" diff --git a/mods/attributes.pw.toml b/mods/attributes.pw.toml new file mode 100644 index 0000000..b45178b --- /dev/null +++ b/mods/attributes.pw.toml @@ -0,0 +1,13 @@ +name = "Pufferfish's Attributes" +filename = "puffish_attributes-0.7.7-1.21-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FCFcFw09/versions/ypLgOe9H/puffish_attributes-0.7.7-1.21-neoforge.jar" +hash-format = "sha512" +hash = "78f0e1d1aaa10fe0637cae8c83259f43e6ad20e89e7eec2390e7023caa6eaa74d627664d73a42e0111d1304c05f75639b8244c59eb1d6a8ece6f9b4747b9cca6" + +[update] +[update.modrinth] +mod-id = "FCFcFw09" +version = "ypLgOe9H" diff --git a/mods/audrops.pw.toml b/mods/audrops.pw.toml new file mode 100644 index 0000000..7b36dca --- /dev/null +++ b/mods/audrops.pw.toml @@ -0,0 +1,13 @@ +name = "AlmostUnifiedDrops" +filename = "audrops-1.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Rik5mWU3/versions/iksGqeli/audrops-1.0.1.jar" +hash-format = "sha512" +hash = "39d3242d12246901031734ddb66d8ae86b221a7ea1c09584224f11876d1d69085d81ea44b281ebad2db3506a0d3e09f1aeeda7f29879c8d34ef7390ba02f266f" + +[update] +[update.modrinth] +mod-id = "Rik5mWU3" +version = "iksGqeli" diff --git a/mods/azurelib-armor.pw.toml b/mods/azurelib-armor.pw.toml new file mode 100644 index 0000000..a82b3c6 --- /dev/null +++ b/mods/azurelib-armor.pw.toml @@ -0,0 +1,13 @@ +name = "AzureLib Armor" +filename = "azurelibarmor-neo-1.21.1-3.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/pduQXSbl/versions/HyR8c65k/azurelibarmor-neo-1.21.1-3.1.1.jar" +hash-format = "sha512" +hash = "ee7109cad4b164b9f03d1ee355930de8eb3364a46bb030926ec1bc98a0f02f51ce9a86f24fe56c73d8220a09d9b24103df26ca410b5119fb51c71f8a5d1a5983" + +[update] +[update.modrinth] +mod-id = "pduQXSbl" +version = "HyR8c65k" diff --git a/mods/badoptimizations.pw.toml b/mods/badoptimizations.pw.toml new file mode 100644 index 0000000..0c12f54 --- /dev/null +++ b/mods/badoptimizations.pw.toml @@ -0,0 +1,13 @@ +name = "BadOptimizations" +filename = "BadOptimizations-2.3.1-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/XVLS5Akn/BadOptimizations-2.3.1-1.21.1.jar" +hash-format = "sha512" +hash = "8381f64b4c40e9847ed96bf612fd12f41b3ac22ea6a74b0c3eb43b7242e5c7411a7d27c68a0d38b06eb78773503a64b5afc096e1685ed6b4cf04cbd5f7befe6f" + +[update] +[update.modrinth] +mod-id = "g96Z4WVZ" +version = "XVLS5Akn" diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml new file mode 100644 index 0000000..cb983b0 --- /dev/null +++ b/mods/balm.pw.toml @@ -0,0 +1,13 @@ +name = "Balm" +filename = "balm-neoforge-1.21.1-21.0.54.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/Yiybaaus/balm-neoforge-1.21.1-21.0.54.jar" +hash-format = "sha512" +hash = "c07f28847484d877b0ee5437ab3207265483f767bac8f39cbd25dbb3e34b53e056bd054b8a622970c17a1bf24083535ab93e09a09d754816e6d82b51e459fd41" + +[update] +[update.modrinth] +mod-id = "MBAkmtvl" +version = "Yiybaaus" diff --git a/mods/bbrb.pw.toml b/mods/bbrb.pw.toml new file mode 100644 index 0000000..f94a51b --- /dev/null +++ b/mods/bbrb.pw.toml @@ -0,0 +1,13 @@ +name = "Better Biome Reblend" +filename = "betterbiomeblend-1.5.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Xh8hkQmD/versions/HZlLCOct/betterbiomeblend-1.5.2.jar" +hash-format = "sha512" +hash = "dbd8caa967f2537a61e4a8d199e6a55f27418db521d8a11f1aa77e1dcc02ea340f5077b12c4053114db886fa3b0f8168e36231c22bde292d388952f34202391e" + +[update] +[update.modrinth] +mod-id = "Xh8hkQmD" +version = "HZlLCOct" diff --git a/mods/bellsandwhistles.pw.toml b/mods/bellsandwhistles.pw.toml new file mode 100644 index 0000000..168e8e1 --- /dev/null +++ b/mods/bellsandwhistles.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Bells & Whistles" +filename = "bellsandwhistles-0.4.7-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gJ5afkVv/versions/w0mifib8/bellsandwhistles-0.4.7-1.21.1.jar" +hash-format = "sha512" +hash = "482ee096477b89ed8ec5ce008a4a8ac0ae853079a4f5ce16ad0e0dd9b2eb12b3326f17acaaca1eae0bc51ad238f4e51c8d5b93ded71fe7240717ac8600041c59" + +[update] +[update.modrinth] +mod-id = "gJ5afkVv" +version = "w0mifib8" diff --git a/mods/better-ping-display.pw.toml b/mods/better-ping-display.pw.toml new file mode 100644 index 0000000..1aefc6e --- /dev/null +++ b/mods/better-ping-display.pw.toml @@ -0,0 +1,13 @@ +name = "Better Ping Display [Forge/NeoForge]" +filename = "BetterPingDisplay-1.21.1-1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZvaHbwoZ/versions/AzKubcBR/BetterPingDisplay-1.21.1-1.1.jar" +hash-format = "sha512" +hash = "301362230f1e66a6725eb20fae106435f2d9561df631a54091956b052f9a2111a230b238dbeb0ae58a5bfa261be43474ab40315e50eebeeacef5a592e2c3bfbb" + +[update] +[update.modrinth] +mod-id = "ZvaHbwoZ" +version = "AzKubcBR" diff --git a/mods/better-selection.pw.toml b/mods/better-selection.pw.toml new file mode 100644 index 0000000..c4ecdd9 --- /dev/null +++ b/mods/better-selection.pw.toml @@ -0,0 +1,13 @@ +name = "Better Selection" +filename = "better-selection-1.6.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xIpcAYJL/versions/8ROPRyKd/better-selection-1.6.2.jar" +hash-format = "sha512" +hash = "9f80ebf0fded953d530198d24a023c64e9b533296717feef219f4f6d1dd8e2f96e336d9c949852ca865e4f723beed96af1dc63c46b4ea42abb20c5693e38d080" + +[update] +[update.modrinth] +mod-id = "xIpcAYJL" +version = "8ROPRyKd" diff --git a/mods/betterp2p.pw.toml b/mods/betterp2p.pw.toml new file mode 100644 index 0000000..1d74390 --- /dev/null +++ b/mods/betterp2p.pw.toml @@ -0,0 +1,13 @@ +name = "Better P2P" +filename = "betterp2p-1.5.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9DDxOvTJ/versions/NdUFCPLe/betterp2p-1.5.2.jar" +hash-format = "sha512" +hash = "97d68c8119dbc1a3534fd5c2ff74428a9dde97d2ae350388b41e1cfb1fe48b95161e627635b35d732ed398513bb400a86a6bf0679e1d63d02318f65efae7c02d" + +[update] +[update.modrinth] +mod-id = "9DDxOvTJ" +version = "NdUFCPLe" diff --git a/mods/blahaj_fabric.pw.toml b/mods/blahaj_fabric.pw.toml new file mode 100644 index 0000000..181a7c5 --- /dev/null +++ b/mods/blahaj_fabric.pw.toml @@ -0,0 +1,13 @@ +name = "Blahaj (Fabric) - replushed" +filename = "blahaj-fabric-1.21.1-2.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5bb5rG4b/versions/CkMaXmRe/blahaj-fabric-1.21.1-2.0.0.jar" +hash-format = "sha512" +hash = "42112431e80dde6ccf3fa96171be1f4e52a9383e764e802b134a1cf3fe8081d5bbabb0d5a5e004306a4a07452626bbb5a07bd921adf1fdbacf33e39cd542c0ce" + +[update] +[update.modrinth] +mod-id = "5bb5rG4b" +version = "CkMaXmRe" diff --git a/mods/boat-item-view.pw.toml b/mods/boat-item-view.pw.toml new file mode 100644 index 0000000..45a6f41 --- /dev/null +++ b/mods/boat-item-view.pw.toml @@ -0,0 +1,13 @@ +name = "Boat Item View" +filename = "boatiview-neoforge-0.0.6-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BdKIyOLe/versions/6EYLZUOH/boatiview-neoforge-0.0.6-1.21.1.jar" +hash-format = "sha512" +hash = "b61bcfb81daadcbd451538e088e34e42ec8876b62a1a960b729558dba9560614b76f593e743b1241703d3eae606f87a3ccfa01931da45e740526d811ca8df0f9" + +[update] +[update.modrinth] +mod-id = "BdKIyOLe" +version = "6EYLZUOH" diff --git a/mods/bookshelf-lib.pw.toml b/mods/bookshelf-lib.pw.toml new file mode 100644 index 0000000..1068698 --- /dev/null +++ b/mods/bookshelf-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Bookshelf" +filename = "bookshelf-neoforge-1.21.1-21.1.78.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uy4Cnpcm/versions/NuBaoVg8/bookshelf-neoforge-1.21.1-21.1.78.jar" +hash-format = "sha512" +hash = "ffc711fd16eab6d05f6c8b558f7bd57fb8961898533458a8b6fe424eeced7bac308725c7a08915e86eca612f188cceddcfc09fb4d6356b65dea25879ed0ab303" + +[update] +[update.modrinth] +mod-id = "uy4Cnpcm" +version = "NuBaoVg8" diff --git a/mods/bosses-of-mass-destruction-forge.pw.toml b/mods/bosses-of-mass-destruction-forge.pw.toml new file mode 100644 index 0000000..57af2ad --- /dev/null +++ b/mods/bosses-of-mass-destruction-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Bosses of Mass Destruction Forge" +filename = "BOMD-NeoForge-1.21-1.3.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hFUzfDsn/versions/HMIiPvSY/BOMD-NeoForge-1.21-1.3.2.jar" +hash-format = "sha512" +hash = "a0d8ee00f1190a6e35b1e03a6f088c2d559fd1cf9ea1e5a2f87698442bf800a2cee7bbacc9a02014b7805629b926f07f7183b68403a26815b6dc65a372885576" + +[update] +[update.modrinth] +mod-id = "hFUzfDsn" +version = "HMIiPvSY" diff --git a/mods/c2me-neoforge.pw.toml b/mods/c2me-neoforge.pw.toml new file mode 100644 index 0000000..61a8baa --- /dev/null +++ b/mods/c2me-neoforge.pw.toml @@ -0,0 +1,13 @@ +name = "Concurrent Chunk Management Engine (NeoForge)" +filename = "c2me-neoforge-mc1.21.1-0.3.0+alpha.0.87.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/COlSi5iR/versions/cOWJSXKK/c2me-neoforge-mc1.21.1-0.3.0%2Balpha.0.87.jar" +hash-format = "sha512" +hash = "954b4e07f6fe5c1bac8154757da347565cc40e1646939c55eba9dcd3501a4f75178afd1a41947fe5abda033c111344d5aac5b1d2a2237bbe687de55de77633c2" + +[update] +[update.modrinth] +mod-id = "COlSi5iR" +version = "cOWJSXKK" diff --git a/mods/calcmod.pw.toml b/mods/calcmod.pw.toml new file mode 100644 index 0000000..08260ca --- /dev/null +++ b/mods/calcmod.pw.toml @@ -0,0 +1,13 @@ +name = "CalcMod" +filename = "calcmod-1.3.2+fabric.1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/LE8aEZ5E/calcmod-1.3.2%2Bfabric.1.21.jar" +hash-format = "sha512" +hash = "cd6e2859661f2020a52d1f61596e1db8156af69cf8879cf297237cb80ea5a955c1cb9eb6ee4fd59c3538411779d121fab0333b9e915f863e9c605a89b6bb74fb" + +[update] +[update.modrinth] +mod-id = "XoHTb2Ap" +version = "LE8aEZ5E" diff --git a/mods/carry-on.pw.toml b/mods/carry-on.pw.toml new file mode 100644 index 0000000..de39313 --- /dev/null +++ b/mods/carry-on.pw.toml @@ -0,0 +1,13 @@ +name = "Carry On" +filename = "carryon-neoforge-1.21.1-2.2.2.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/joEfVgkn/versions/79dpvD0M/carryon-neoforge-1.21.1-2.2.2.11.jar" +hash-format = "sha512" +hash = "0a31ef680544d85c5842a54a2c61f4ead14776de69a97f36438db4076ee364cf852045d7bcd22efc269591d63fe4e2ee86bb73def795262617641b0060cb4f31" + +[update] +[update.modrinth] +mod-id = "joEfVgkn" +version = "79dpvD0M" diff --git a/mods/cave-dust.pw.toml b/mods/cave-dust.pw.toml new file mode 100644 index 0000000..0152c6a --- /dev/null +++ b/mods/cave-dust.pw.toml @@ -0,0 +1,13 @@ +name = "Cave Dust" +filename = "cave_dust-3.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/jawg7zT1/versions/8zG4dQ2R/cave_dust-3.0.1.jar" +hash-format = "sha512" +hash = "a2715a25a756b5e277955f3dd47b57541c9c3095127463a6ef3a263172eb6018563d3d1eb09ab3e1520e004b58ae1b78890e09fc8b318d3e4e296021b3e38409" + +[update] +[update.modrinth] +mod-id = "jawg7zT1" +version = "8zG4dQ2R" diff --git a/mods/cerbons-api.pw.toml b/mods/cerbons-api.pw.toml new file mode 100644 index 0000000..2c1ae8d --- /dev/null +++ b/mods/cerbons-api.pw.toml @@ -0,0 +1,13 @@ +name = "CERBON's API" +filename = "CerbonsAPI-NeoForge-1.21-1.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GkIc6rRo/versions/5wbxkBQ1/CerbonsAPI-NeoForge-1.21-1.3.0.jar" +hash-format = "sha512" +hash = "6bd24b718d532cdd0c49150eefc223b4d7c3550bbc81d5c65ed84b704bf3c8e20d3cb3524082688383cc4aba38e190921976b056b84d5755670c5399a7c7e627" + +[update] +[update.modrinth] +mod-id = "GkIc6rRo" +version = "5wbxkBQ1" diff --git a/mods/chalk.pw.toml b/mods/chalk.pw.toml new file mode 100644 index 0000000..a1889d3 --- /dev/null +++ b/mods/chalk.pw.toml @@ -0,0 +1,13 @@ +name = "Chalk (Fabric)" +filename = "chalk-2.2.5+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OrtjXTCH/versions/Pxtm7pgf/chalk-2.2.5%2B1.21.1.jar" +hash-format = "sha512" +hash = "66a984a978c75340a9cbd3025e6a1b8d146d5215ba56c8eb6645e369f50c59194b5b666ecae3742840a074b271d1482e327f9880e105835ee2ffa779a13a4698" + +[update] +[update.modrinth] +mod-id = "OrtjXTCH" +version = "Pxtm7pgf" diff --git a/mods/chunk-activity-tracker.pw.toml b/mods/chunk-activity-tracker.pw.toml new file mode 100644 index 0000000..6961842 --- /dev/null +++ b/mods/chunk-activity-tracker.pw.toml @@ -0,0 +1,13 @@ +name = "Chunk Activity Tracker" +filename = "chunkactivitytracker-neoforge-1.0.1-1.21.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/BNuR43mM/versions/ezAcslcX/chunkactivitytracker-neoforge-1.0.1-1.21.1.jar" +hash-format = "sha512" +hash = "353d240170fc3c37d7445b20579f814522bfa4526de57b9f26aef4cc5b1d48710ee0d675b5cb9fc4489815f5992f4ca6f0d1479b2fad9d03f7184ce8dd292273" + +[update] +[update.modrinth] +mod-id = "BNuR43mM" +version = "ezAcslcX" diff --git a/mods/clickthrough+.pw.toml b/mods/clickthrough+.pw.toml new file mode 100644 index 0000000..03d7975 --- /dev/null +++ b/mods/clickthrough+.pw.toml @@ -0,0 +1,13 @@ +name = "ClickThrough Plus" +filename = "clickthrough-plus-3.3+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fJi8nm80/versions/QRrKVNIN/clickthrough-plus-3.3%2B1.21.jar" +hash-format = "sha512" +hash = "8e4b8502b5a5df989c0cbd6ec478279e68ad80764abf5537387a406bac3bec72d994be0ade6f9451cac92069f435faee550787da571bdbc2aea87d2bf51ddc23" + +[update] +[update.modrinth] +mod-id = "fJi8nm80" +version = "QRrKVNIN" diff --git a/mods/clienthings.pw.toml b/mods/clienthings.pw.toml new file mode 100644 index 0000000..393f00b --- /dev/null +++ b/mods/clienthings.pw.toml @@ -0,0 +1,13 @@ +name = "ClienThings" +filename = "ClienThings 2.1.0 (1.21-1.21.1).jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/zaVwh7an/versions/8fsTqGFr/ClienThings%202.1.0%20%281.21-1.21.1%29.jar" +hash-format = "sha512" +hash = "4319d784c451f8ac2f0153445e0c253a95f5703b3d466b65946ac0c3aaf6aed7fe02ec152a89cef0c388f84b345d16df86bcc098485c293b2b194610c68f6dea" + +[update] +[update.modrinth] +mod-id = "zaVwh7an" +version = "8fsTqGFr" diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml new file mode 100644 index 0000000..2dac164 --- /dev/null +++ b/mods/cloth-config.pw.toml @@ -0,0 +1,13 @@ +name = "Cloth Config API" +filename = "cloth-config-15.0.140-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9s6osm5g/versions/izKINKFg/cloth-config-15.0.140-neoforge.jar" +hash-format = "sha512" +hash = "aaf9b010955b8cd294e5a92f069985b18729fd5e2cf22d351f1dff9680f15488688803ec41e77e941cbde130ceb535014ca4c868047d80ab69c2d508e216654d" + +[update] +[update.modrinth] +mod-id = "9s6osm5g" +version = "izKINKFg" diff --git a/mods/collective.pw.toml b/mods/collective.pw.toml new file mode 100644 index 0000000..daf6dc1 --- /dev/null +++ b/mods/collective.pw.toml @@ -0,0 +1,13 @@ +name = "Collective" +filename = "collective-1.21.1-8.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0M1UDsY/versions/VTg6femX/collective-1.21.1-8.13.jar" +hash-format = "sha512" +hash = "20ade6d666440659d38ec43202624993f47681a844c7f9e3e66a462e9f88f5d98bdd9a0a26278b1ed94bd4836b3c9cdbcfef73ad8515555f239e84bfea45d938" + +[update] +[update.modrinth] +mod-id = "e0M1UDsY" +version = "VTg6femX" diff --git a/mods/colorwheel-patcher.pw.toml b/mods/colorwheel-patcher.pw.toml new file mode 100644 index 0000000..cc56831 --- /dev/null +++ b/mods/colorwheel-patcher.pw.toml @@ -0,0 +1,13 @@ +name = "Colorwheel Patcher" +filename = "colorwheel_patcher-neoforge-1.0.3+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/KPsw5jDu/versions/WdHrOouX/colorwheel_patcher-neoforge-1.0.3%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "9ff7e2cafe42fc5e257e0b443363e7782d6ca27fb0692f14275f1cefc6ee998de473fe3b2b8d59ac1e249f5f2958dc324d60faedc196dc3c819618e1a6e92e81" + +[update] +[update.modrinth] +mod-id = "KPsw5jDu" +version = "WdHrOouX" diff --git a/mods/colorwheel.pw.toml b/mods/colorwheel.pw.toml new file mode 100644 index 0000000..ce93a6d --- /dev/null +++ b/mods/colorwheel.pw.toml @@ -0,0 +1,13 @@ +name = "Colorwheel" +filename = "colorwheel-neoforge-1.1.1+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/BzHgFoGz/versions/2VaQzS9X/colorwheel-neoforge-1.1.1%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "a51d2eb4f6a8b8f741d22f43c94588096bb7c06ae19792c4ec7888caaff4a8c2cfc5cddb01d5d35910bb04d341667565add7e702b41c2804833f7e938903b2e1" + +[update] +[update.modrinth] +mod-id = "BzHgFoGz" +version = "2VaQzS9X" diff --git a/mods/connector-extras.pw.toml b/mods/connector-extras.pw.toml new file mode 100644 index 0000000..b8ae233 --- /dev/null +++ b/mods/connector-extras.pw.toml @@ -0,0 +1,13 @@ +name = "Connector Extras" +filename = "ConnectorExtras-1.12.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FYpiwiBR/versions/dgLCqZyo/ConnectorExtras-1.12.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "ff9fc5d48a81e820c8c26b8a045e0ab7a3b0e9b5eaee7369b2eadb3f93d7eb423255073dfc327d131cb667df93be066560f3704b4cc8a12b07486b98a12bad1d" + +[update] +[update.modrinth] +mod-id = "FYpiwiBR" +version = "dgLCqZyo" diff --git a/mods/connector.pw.toml b/mods/connector.pw.toml new file mode 100644 index 0000000..5dd9d35 --- /dev/null +++ b/mods/connector.pw.toml @@ -0,0 +1,13 @@ +name = "Sinytra Connector" +filename = "connector-2.0.0-beta.10+1.21.1-full.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u58R1TMW/versions/a4IkLwwg/connector-2.0.0-beta.10%2B1.21.1-full.jar" +hash-format = "sha512" +hash = "51ed7bf5ed1385a1192b94fbc86105753cb5a8bedc63577f4e7a3353914d541431711d772c84e27dc7c500bac3efc706bfe083a4fdc5545f4248aaacfabe8aa0" + +[update] +[update.modrinth] +mod-id = "u58R1TMW" +version = "a4IkLwwg" diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml new file mode 100644 index 0000000..f381798 --- /dev/null +++ b/mods/controlling.pw.toml @@ -0,0 +1,13 @@ +name = "Controlling" +filename = "Controlling-neoforge-1.21.1-19.0.5.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xv94TkTM/versions/FaNppCJJ/Controlling-neoforge-1.21.1-19.0.5.jar" +hash-format = "sha512" +hash = "bd01b2a38a869ea38e5f2a8fcd601e67ea9b132b9883c6ae752bc35dff6e94f6d47b965e31c1ee5c2f6a1221653549680da779fcb5319d199aec261d221d179e" + +[update] +[update.modrinth] +mod-id = "xv94TkTM" +version = "FaNppCJJ" diff --git a/mods/coolrain.pw.toml b/mods/coolrain.pw.toml new file mode 100644 index 0000000..095e4b1 --- /dev/null +++ b/mods/coolrain.pw.toml @@ -0,0 +1,13 @@ +name = "Cool Rain" +filename = "coolrain-1.3.0-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iDyqnQLT/versions/RVH5ihnz/coolrain-1.3.0-1.21.1.jar" +hash-format = "sha512" +hash = "9110fe633edde11330d8ac09c37f1c3d99cc3bb50e56aae1c0566a90da0eb567f2041963da28dbc4c83e641a6b0621520b6fcbf58af99473e7e1ad9f31f71106" + +[update] +[update.modrinth] +mod-id = "iDyqnQLT" +version = "RVH5ihnz" diff --git a/mods/copycats.pw.toml b/mods/copycats.pw.toml new file mode 100644 index 0000000..b9b356c --- /dev/null +++ b/mods/copycats.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Copycats+" +filename = "copycats-3.0.2+mc.1.21.1-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/UT2M39wf/versions/wj2p9GZw/copycats-3.0.2%2Bmc.1.21.1-neoforge.jar" +hash-format = "sha512" +hash = "9032a85fdb1619eaab22947805591ea44c065f7cc20baef95a75331eaee2d8d3ef32b935949215c5cafa625834aed49b728bf70818f4de5bebb4ea9261363105" + +[update] +[update.modrinth] +mod-id = "UT2M39wf" +version = "wj2p9GZw" diff --git a/mods/coroutil.pw.toml b/mods/coroutil.pw.toml new file mode 100644 index 0000000..e1bb454 --- /dev/null +++ b/mods/coroutil.pw.toml @@ -0,0 +1,13 @@ +name = "CoroUtil" +filename = "coroutil-neoforge-1.21.0-1.3.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/H2YXCYUY/coroutil-neoforge-1.21.0-1.3.8.jar" +hash-format = "sha512" +hash = "daae9e37acddedccad05e3f8e565f8b4c237f25b2462e043428f88b32fc27e4bc3a00955ed7426a7d7f93f068b4e96b37e2e42d121d40fdf94a31b6c2b7440e0" + +[update] +[update.modrinth] +mod-id = "rLLJ1OZM" +version = "H2YXCYUY" diff --git a/mods/create-central-kitchen.pw.toml b/mods/create-central-kitchen.pw.toml new file mode 100644 index 0000000..ca867c3 --- /dev/null +++ b/mods/create-central-kitchen.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Central Kitchen" +filename = "create-central-kitchen-2.2.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/btq68HMO/versions/rYgctWCz/create-central-kitchen-2.2.6.jar" +hash-format = "sha512" +hash = "f6e0ffce362ae76b047e2ce82580436c569f85d3c2ef19d4e97fb4cc7b18309ff54c9f414335c68eed2e4b19d374711320fbc32275834f10eb1ee47250625b50" + +[update] +[update.modrinth] +mod-id = "btq68HMO" +version = "rYgctWCz" diff --git a/mods/create-design-n-decor.pw.toml b/mods/create-design-n-decor.pw.toml new file mode 100644 index 0000000..92f91d8 --- /dev/null +++ b/mods/create-design-n-decor.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Design n' Decor" +filename = "Design-n-Decor-1.21.1-2.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/x49wilh8/versions/m6PCLHcp/Design-n-Decor-1.21.1-2.1.0.jar" +hash-format = "sha512" +hash = "4aedb1e3a3fe67b391b5c877e094c6cbb5eb395b4f3173b860c90e2ea4e803d1367fd6593bb378184ad46991cf2d5c656444e60edebecf9887e053f29e9e5a9f" + +[update] +[update.modrinth] +mod-id = "x49wilh8" +version = "m6PCLHcp" diff --git a/mods/create-diesel-generators.pw.toml b/mods/create-diesel-generators.pw.toml new file mode 100644 index 0000000..c216235 --- /dev/null +++ b/mods/create-diesel-generators.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Diesel Generators" +filename = "createdieselgenerators-1.21.1-1.3.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZM3tt6p1/versions/GJ3rLH0C/createdieselgenerators-1.21.1-1.3.7.jar" +hash-format = "sha512" +hash = "76999caaf648216a9c67b0201db49e4c0a9a0bcbe59d78ecca19011085879256aca4b635720a429298ff1d735daf6b60421fd53c3f35febe45dc31d6d9b4cfa1" + +[update] +[update.modrinth] +mod-id = "ZM3tt6p1" +version = "GJ3rLH0C" diff --git a/mods/create-dragons-plus.pw.toml b/mods/create-dragons-plus.pw.toml new file mode 100644 index 0000000..35396d5 --- /dev/null +++ b/mods/create-dragons-plus.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Dragons Plus" +filename = "create-dragons-plus-1.8.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dzb1a5WV/versions/SzMfOokp/create-dragons-plus-1.8.5.jar" +hash-format = "sha512" +hash = "59bafc422073a2928b59e5d39d5011f0d9aac22d790c475e5795219560f22a99916e0126b842864335a959dbaa238ee2e9bdaae32862b6a971919d04b19d1949" + +[update] +[update.modrinth] +mod-id = "dzb1a5WV" +version = "SzMfOokp" diff --git a/mods/create-food.pw.toml b/mods/create-food.pw.toml new file mode 100644 index 0000000..11ae073 --- /dev/null +++ b/mods/create-food.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Food" +filename = "createfood-neoforge-1.21.1-2.0.0-beta-3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4HnO3el1/versions/Sd9pbQKb/createfood-neoforge-1.21.1-2.0.0-beta-3.jar" +hash-format = "sha512" +hash = "138a415ce7885bb1797a25176d38b9e5414c8ebc58782b9c49ff471afef100138f609e0c8dc61d11db00e7552a93101eb2e0af2b53c1ef8d5dc8efd4b6106803" + +[update] +[update.modrinth] +mod-id = "4HnO3el1" +version = "Sd9pbQKb" diff --git a/mods/create-new-age.pw.toml b/mods/create-new-age.pw.toml new file mode 100644 index 0000000..0b628bf --- /dev/null +++ b/mods/create-new-age.pw.toml @@ -0,0 +1,13 @@ +name = "Create: New Age" +filename = "create-new-age-1.1.5+neoforge-mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FTeXqI9v/versions/BwDq3HzX/create-new-age-1.1.5%2Bneoforge-mc1.21.1.jar" +hash-format = "sha512" +hash = "4195963e9867b2eeb946617fcef166579e880d6397384934e789cc2880d395b1a80d717428ea3a5b391eb9b0a62847706bbad73d55cfaf3e760e56e5d03d75d2" + +[update] +[update.modrinth] +mod-id = "FTeXqI9v" +version = "BwDq3HzX" diff --git a/mods/create-railways-navigator.pw.toml b/mods/create-railways-navigator.pw.toml new file mode 100644 index 0000000..ad0aaa0 --- /dev/null +++ b/mods/create-railways-navigator.pw.toml @@ -0,0 +1,13 @@ +name = "Create Railways Navigator" +filename = "createrailwaysnavigator-neoforge-1.21.1-beta-0.8.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Dq3STxps/versions/PrbRAPGr/createrailwaysnavigator-neoforge-1.21.1-beta-0.8.5.jar" +hash-format = "sha512" +hash = "f51224a99dfea9932d91c4bfdbeb8cf38ca8710869d7d5e4a12015fc7cf49d31df3af4e0e0b04e809a2ada3546e1e9ff52d87041f9e208072251dc49c9cfc1d9" + +[update] +[update.modrinth] +mod-id = "Dq3STxps" +version = "PrbRAPGr" diff --git a/mods/create-train-lights.pw.toml b/mods/create-train-lights.pw.toml new file mode 100644 index 0000000..6b895e6 --- /dev/null +++ b/mods/create-train-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Create Train Lights" +filename = "ctl-neoforge-1.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nRC3whhL/versions/u9Zl94Vv/ctl-neoforge-1.0.2.jar" +hash-format = "sha512" +hash = "c3deb51f6c64976ba55fa134bf6dec98274d7f98b91a58026badfaf1d3f4e20b5bfec19dc43a11d5aa109069d8a9611275010c465497a8aac24bdddc7cfebc98" + +[update] +[update.modrinth] +mod-id = "nRC3whhL" +version = "u9Zl94Vv" diff --git a/mods/create-train-parts.pw.toml b/mods/create-train-parts.pw.toml new file mode 100644 index 0000000..75924e2 --- /dev/null +++ b/mods/create-train-parts.pw.toml @@ -0,0 +1,13 @@ +name = "Create Train Parts" +filename = "create_train_parts-0.3.2-1.21.1-6.0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/h0bu4oDk/versions/AEYnUaMG/create_train_parts-0.3.2-1.21.1-6.0.8.jar" +hash-format = "sha512" +hash = "66433279283566ceb8f7361a68d9583f2dc9dcc05a6ed463932f86a88bb398e43db35491e87a2a97cff21537902a0da248207801c3cd3d425169e02192ab515a" + +[update] +[update.modrinth] +mod-id = "h0bu4oDk" +version = "AEYnUaMG" diff --git a/mods/create-trainutilities.pw.toml b/mods/create-trainutilities.pw.toml new file mode 100644 index 0000000..8345e54 --- /dev/null +++ b/mods/create-trainutilities.pw.toml @@ -0,0 +1,13 @@ +name = "Create Train Utilities" +filename = "trainutilities-neoforge-3.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kVIxLqso/versions/yS7ARA5A/trainutilities-neoforge-3.0.0.jar" +hash-format = "sha512" +hash = "d6a9910fa5271a026541c2ae33db617508d148f75ea96030ecf53acab36e4c1bad6a8995b0acf81f17ee0b44f507d2fa5a79dd73b20debf8afa8d301e5794e08" + +[update] +[update.modrinth] +mod-id = "kVIxLqso" +version = "yS7ARA5A" diff --git a/mods/create.pw.toml b/mods/create.pw.toml new file mode 100644 index 0000000..aa4089c --- /dev/null +++ b/mods/create.pw.toml @@ -0,0 +1,13 @@ +name = "Create" +filename = "create-1.21.1-6.0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LNytGWDc/versions/88L641Un/create-1.21.1-6.0.8.jar" +hash-format = "sha512" +hash = "cb3ffee35ee2b2ab212fb4649e75ccfcb8e99ae954cf0b0251591062e3f200e5e639e8f40d7af7c79b7dc71164a027b0e6fbcd5c0bafe2da88f888fc3ffd254c" + +[update] +[update.modrinth] +mod-id = "LNytGWDc" +version = "88L641Un" diff --git a/mods/createaddition.pw.toml b/mods/createaddition.pw.toml new file mode 100644 index 0000000..9bf4811 --- /dev/null +++ b/mods/createaddition.pw.toml @@ -0,0 +1,13 @@ +name = "Create Crafts & Additions" +filename = "createaddition-1.5.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kU1G12Nn/versions/hbhImJGs/createaddition-1.5.9.jar" +hash-format = "sha512" +hash = "4d41895c909f37db53118d4d43b5ed060c02074ba6be63c28b02b675db0f72d1b15059d8df262d5c29f9566ab800b649eaf1c6e34ffd8124243a15e9f5039537" + +[update] +[update.modrinth] +mod-id = "kU1G12Nn" +version = "hbhImJGs" diff --git a/mods/createbetterfps.pw.toml b/mods/createbetterfps.pw.toml new file mode 100644 index 0000000..0b0c729 --- /dev/null +++ b/mods/createbetterfps.pw.toml @@ -0,0 +1,13 @@ +name = "CreateBetterFps" +filename = "createbetterfps-1.21.1-1.1.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/lMYIHZNH/versions/fXfWOQ16/createbetterfps-1.21.1-1.1.3.jar" +hash-format = "sha512" +hash = "fa823eaa1a274c492045d625a0470dd0cbfb7b8b14c3fa9a80a02ee023550f01e7818daf417fa6d3e8e021469df6a90cee98269df3e516c9d2cb27f06f93170b" + +[update] +[update.modrinth] +mod-id = "lMYIHZNH" +version = "fXfWOQ16" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml new file mode 100644 index 0000000..dd17820 --- /dev/null +++ b/mods/creativecore.pw.toml @@ -0,0 +1,13 @@ +name = "CreativeCore" +filename = "CreativeCore_NEOFORGE_v2.13.15_mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/TyV1CDvv/CreativeCore_NEOFORGE_v2.13.15_mc1.21.1.jar" +hash-format = "sha512" +hash = "02e249852837fe7b7f2b480c17ca94fdff0c180fdc5e94bfc7e06f34e8da46db0ad2a24bcde9d20f4de2e905d448562e01fa0d703f14e3f338c09c64a2c3863c" + +[update] +[update.modrinth] +mod-id = "OsZiaDHq" +version = "TyV1CDvv" diff --git a/mods/ctrl-q.pw.toml b/mods/ctrl-q.pw.toml new file mode 100644 index 0000000..f78dfd3 --- /dev/null +++ b/mods/ctrl-q.pw.toml @@ -0,0 +1,13 @@ +name = "Ctrl Q" +filename = "ctrl-q-neoforge-1.9.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Dxv5rpnB/versions/vPF3yZ8N/ctrl-q-neoforge-1.9.2.jar" +hash-format = "sha512" +hash = "6f17fbc483ba165539e4c0eee7264e04c2c46d7b494b5d6cc40727ab664305e04cba6f017c846785d2443cae0d81bc78d19c6c6aa0c9c4bd197bd2bf75a1cec1" + +[update] +[update.modrinth] +mod-id = "Dxv5rpnB" +version = "vPF3yZ8N" diff --git a/mods/cubes-without-borders.pw.toml b/mods/cubes-without-borders.pw.toml new file mode 100644 index 0000000..b5c83a3 --- /dev/null +++ b/mods/cubes-without-borders.pw.toml @@ -0,0 +1,13 @@ +name = "Cubes Without Borders" +filename = "cwb-neoforge-3.0.0+mc1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ETlrkaYF/versions/epixUL1j/cwb-neoforge-3.0.0%2Bmc1.21.jar" +hash-format = "sha512" +hash = "cbe2770179a948bc5cc7ab9fffdb65262745bb42902d03860cb6218708c1d5ffbabfafe40046dd350c3290ab9d07797bf0225ee4a41f917fff120b23b9d9cc04" + +[update] +[update.modrinth] +mod-id = "ETlrkaYF" +version = "epixUL1j" diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml new file mode 100644 index 0000000..5e5f3a9 --- /dev/null +++ b/mods/curios.pw.toml @@ -0,0 +1,13 @@ +name = "Curios API" +filename = "curios-neoforge-9.5.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vvuO3ImH/versions/yohfFbgD/curios-neoforge-9.5.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "5981a267686b744e7e3c227f78cbcd5267c14ac6979a28e814695f4589273998563147207fef4a5cdb7cdbdc39797cd95d9e4abadb55869f18e02a38d0654ae5" + +[update] +[update.modrinth] +mod-id = "vvuO3ImH" +version = "yohfFbgD" diff --git a/mods/default-files.pw.toml b/mods/default-files.pw.toml new file mode 100644 index 0000000..b50fa01 --- /dev/null +++ b/mods/default-files.pw.toml @@ -0,0 +1,13 @@ +name = "Default Files" +filename = "default_files-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/5hAdlFQ4/versions/y2szdVKO/default_files-1.0.1.jar" +hash-format = "sha512" +hash = "3f202a20bd6e345702f385fe9382df32557a54a3f75571a2241a4591a43682cffc86b16355a8931c0e44148e33d8f999c7a607059926f9183ab8009b15ca22e9" + +[update] +[update.modrinth] +mod-id = "5hAdlFQ4" +version = "y2szdVKO" diff --git a/mods/default-skill-trees.pw.toml b/mods/default-skill-trees.pw.toml new file mode 100644 index 0000000..62d94e1 --- /dev/null +++ b/mods/default-skill-trees.pw.toml @@ -0,0 +1,13 @@ +name = "Default Skill Trees" +filename = "default_skill_trees-1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4w7YR25f/versions/x7XL8Z3U/default_skill_trees-1.1.jar" +hash-format = "sha512" +hash = "3f09b95c480ba7371264bd3b021f4ddb639bd1abeabb8a416d429ac4753b86b4f2aa462a3b1f77a49a70f8a28a9f558bde7c2b6dab0f735a686ba5b8538e9984" + +[update] +[update.modrinth] +mod-id = "4w7YR25f" +version = "x7XL8Z3U" diff --git a/mods/defaulted-hotkeys.pw.toml b/mods/defaulted-hotkeys.pw.toml new file mode 100644 index 0000000..820aa6f --- /dev/null +++ b/mods/defaulted-hotkeys.pw.toml @@ -0,0 +1,13 @@ +name = "Defaulted Hotkeys" +filename = "DefaultedHotkeys-2.0.1-1.21.1-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fE4Yg12d/versions/oEgCd0Xt/DefaultedHotkeys-2.0.1-1.21.1-neoforge.jar" +hash-format = "sha512" +hash = "e8bf70ff2acfa9b8fc9addbcbd036670feae3847a24e88f8d81c2d4506a1a947d72c2ad82605791509a18a43bbad4f9373ddeca32193cb28e28c315a90cfbdad" + +[update] +[update.modrinth] +mod-id = "fE4Yg12d" +version = "oEgCd0Xt" diff --git a/mods/ding.pw.toml b/mods/ding.pw.toml new file mode 100644 index 0000000..33a58fc --- /dev/null +++ b/mods/ding.pw.toml @@ -0,0 +1,13 @@ +name = "Ding" +filename = "Ding-1.21-NeoForge-1.5.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UEtTD3gP/versions/xDYKoTCG/Ding-1.21-NeoForge-1.5.0.jar" +hash-format = "sha512" +hash = "a8c11f36074a1fe928e510b63856ed3c46202a3e30615093474609298809dba22a0a7f8d75fe130af5bf2e2a4e89af0005ca27a1ae23a585f737a3c7847d8b6f" + +[update] +[update.modrinth] +mod-id = "UEtTD3gP" +version = "xDYKoTCG" diff --git a/mods/disable-accessibility-screen.pw.toml b/mods/disable-accessibility-screen.pw.toml new file mode 100644 index 0000000..cddbc7f --- /dev/null +++ b/mods/disable-accessibility-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Disable Accessibility Screen" +filename = "DisableAccessibilityScreen-1.0.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DohVVqgL/versions/OFLKtuug/DisableAccessibilityScreen-1.0.1.jar" +hash-format = "sha512" +hash = "be722fc317de86af69ab75415b4b3645de176073d91e797f6707ebbb0bd875f7ec46f1b40d702117b96f10bc6ab576ab4c845ca85511f44377826ffddf283583" + +[update] +[update.modrinth] +mod-id = "DohVVqgL" +version = "OFLKtuug" diff --git a/mods/distraction-free-recipes.pw.toml b/mods/distraction-free-recipes.pw.toml new file mode 100644 index 0000000..5bb98fd --- /dev/null +++ b/mods/distraction-free-recipes.pw.toml @@ -0,0 +1,13 @@ +name = "Distraction Free Recipes (EMI / REI / JEI)" +filename = "distraction_free_recipes-neoforge-1.2.1-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/gbJLUhZP/versions/H0rFJIiC/distraction_free_recipes-neoforge-1.2.1-1.21.1.jar" +hash-format = "sha512" +hash = "e32874486193ae21abe4b0afc03b8864a1e01173192bd26a1df258823ac27867101dcffa526e69a4370d008fe13755234ec18725a87bbe3c338173100f58d7ce" + +[update] +[update.modrinth] +mod-id = "gbJLUhZP" +version = "H0rFJIiC" diff --git a/mods/does-it-tick.pw.toml b/mods/does-it-tick.pw.toml new file mode 100644 index 0000000..04b706a --- /dev/null +++ b/mods/does-it-tick.pw.toml @@ -0,0 +1,13 @@ +name = "Does It Tick?" +filename = "does_it_tick-neoforge-1.1.4-1.21.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/vmg6jaPW/versions/LxZKFbNR/does_it_tick-neoforge-1.1.4-1.21.1.jar" +hash-format = "sha512" +hash = "e8e46f601b84f837a915d6fce0bdc085f5873122acd781844b053bd2a5ace0a904fba02f5f0516c9a2ed16003e4282d99e9b2fc32d77a7e95ad7b0bc6eb2649e" + +[update] +[update.modrinth] +mod-id = "vmg6jaPW" +version = "LxZKFbNR" diff --git a/mods/double-doors.pw.toml b/mods/double-doors.pw.toml new file mode 100644 index 0000000..7fef1b3 --- /dev/null +++ b/mods/double-doors.pw.toml @@ -0,0 +1,13 @@ +name = "Double Doors" +filename = "doubledoors-1.21.1-7.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/JrvR9OHr/versions/KgGapm4H/doubledoors-1.21.1-7.2.jar" +hash-format = "sha512" +hash = "c88215ccbd8fd491ab334d60dbcc00f22664f01f95b638b679307c1b3857340ddb8041b7887be18a2cce128baae7685b8d097f840796894bd3ae8eac979ced66" + +[update] +[update.modrinth] +mod-id = "JrvR9OHr" +version = "KgGapm4H" diff --git a/mods/dragonlib.pw.toml b/mods/dragonlib.pw.toml new file mode 100644 index 0000000..f15bb4b --- /dev/null +++ b/mods/dragonlib.pw.toml @@ -0,0 +1,13 @@ +name = "DragonLib" +filename = "dragonlib-neoforge-1.21.1-2.2.24.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sbIsGaOV/versions/Pg8xP8vM/dragonlib-neoforge-1.21.1-2.2.24.jar" +hash-format = "sha512" +hash = "fd2dab41559acc69644005553eb1c5cc461ba1d12214455354ebabc81fe04405784df9f43f5128577c1f0beed19a8d488bf7e5e3708d8f804a57e84f1581b0a1" + +[update] +[update.modrinth] +mod-id = "sbIsGaOV" +version = "Pg8xP8vM" diff --git a/mods/dripsounds.pw.toml b/mods/dripsounds.pw.toml new file mode 100644 index 0000000..5cf018b --- /dev/null +++ b/mods/dripsounds.pw.toml @@ -0,0 +1,13 @@ +name = "Drip Sounds" +filename = "Drip Sounds-0.5.1+1.21.5-NeoForge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/T8MMXTpr/versions/9CTlGpQF/Drip%20Sounds-0.5.1%2B1.21.5-NeoForge.jar" +hash-format = "sha512" +hash = "6de9a2940f1a9937a8f42eb53b8f7ac3764fd867c1c63d4aa5041b1246582b70e530a9b338edc1fa690fd5876557c6d0a29ab96ae12811b1ebc19d7cf7d744b3" + +[update] +[update.modrinth] +mod-id = "T8MMXTpr" +version = "9CTlGpQF" diff --git a/mods/dynamic-fps.pw.toml b/mods/dynamic-fps.pw.toml new file mode 100644 index 0000000..82d6dcd --- /dev/null +++ b/mods/dynamic-fps.pw.toml @@ -0,0 +1,13 @@ +name = "Dynamic FPS" +filename = "dynamic-fps-3.9.5+minecraft-1.21.0-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/LQ3K71Q1/versions/TWvfxJSz/dynamic-fps-3.9.5%2Bminecraft-1.21.0-neoforge.jar" +hash-format = "sha512" +hash = "e6f128e39eee182319d5d0f6f8a602007172906f49b4568e3f4d5c9aa32d0a375bdbd440567318c0d5e31e6fc446294e1919cbbedfb85edd9d7fa6c1853e830a" + +[update] +[update.modrinth] +mod-id = "LQ3K71Q1" +version = "TWvfxJSz" diff --git a/mods/ears.pw.toml b/mods/ears.pw.toml new file mode 100644 index 0000000..b363a56 --- /dev/null +++ b/mods/ears.pw.toml @@ -0,0 +1,13 @@ +name = "Ears (+ Snouts/Muzzles, Tails, Horns, Wings, and More)" +filename = "ears-neoforge-1.21-1.4.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/mfzaZK3Z/versions/Dxc2NR3x/ears-neoforge-1.21-1.4.7.jar" +hash-format = "sha512" +hash = "52fc315373bd014fd388c970c17bbd6873593e169841edb8d346bbf176401a527a65f074f1ddf28ebcb87cd5c469aadf64b3f99700f7112c1e0966b42920c7d8" + +[update] +[update.modrinth] +mod-id = "mfzaZK3Z" +version = "Dxc2NR3x" diff --git a/mods/emi-enchanting.pw.toml b/mods/emi-enchanting.pw.toml new file mode 100644 index 0000000..a8e2ad9 --- /dev/null +++ b/mods/emi-enchanting.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Enchanting" +filename = "emi_enchanting-0.1.2+1.21+neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/wbWoo11W/versions/ZyJ6TKvh/emi_enchanting-0.1.2%2B1.21%2Bneoforge.jar" +hash-format = "sha512" +hash = "90944c8ff897fa98d0323fe94e4053fb89f43cbaf4fd28d6ad58134cea1469c9398e0c0edd4328a5530e1578ad2286ec5822292bf9c587182e5606dbfff218be" + +[update] +[update.modrinth] +mod-id = "wbWoo11W" +version = "ZyJ6TKvh" diff --git a/mods/emi-loot.pw.toml b/mods/emi-loot.pw.toml new file mode 100644 index 0000000..591505a --- /dev/null +++ b/mods/emi-loot.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Loot" +filename = "emi_loot-0.7.6+1.21+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qbbO7Jns/versions/ZCSyd1co/emi_loot-0.7.6%2B1.21%2Bneoforge.jar" +hash-format = "sha512" +hash = "273dce3dc8746c664f95cd97f2afc8f32684dd107c69daacd40c514574207d856a9edf6133cb1529cf7c50d6fbc16f30028a9ecb8137162d29f52567cdc4c564" + +[update] +[update.modrinth] +mod-id = "qbbO7Jns" +version = "ZCSyd1co" diff --git a/mods/emi.pw.toml b/mods/emi.pw.toml new file mode 100644 index 0000000..3027eba --- /dev/null +++ b/mods/emi.pw.toml @@ -0,0 +1,13 @@ +name = "EMI" +filename = "emi-1.1.22+1.21.1+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fRiHVvU7/versions/ouSj7NfF/emi-1.1.22%2B1.21.1%2Bneoforge.jar" +hash-format = "sha512" +hash = "6b4f2b93ccd40bbbf3d1f368a9d92b43777543c44243a76ed4010bd563a7f9658decdd58a3d79a3cdc04a288bf98e327a1cce93a5a9d2b8840306578fe633bca" + +[update] +[update.modrinth] +mod-id = "fRiHVvU7" +version = "ouSj7NfF" diff --git a/mods/enchantment-descriptions.pw.toml b/mods/enchantment-descriptions.pw.toml new file mode 100644 index 0000000..d2ff60d --- /dev/null +++ b/mods/enchantment-descriptions.pw.toml @@ -0,0 +1,13 @@ +name = "Enchantment Descriptions" +filename = "enchdesc-neoforge-1.21.1-21.1.9.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/UVtY3ZAC/versions/zfAkJn0r/enchdesc-neoforge-1.21.1-21.1.9.jar" +hash-format = "sha512" +hash = "22258e118552e690ae77ad1a13e5dfe69bf94bdd765d2e614e2e4cc7410c406866b7937b54e8475660bba858b0eadb7efd430146563301143643622622d2c928" + +[update] +[update.modrinth] +mod-id = "UVtY3ZAC" +version = "zfAkJn0r" diff --git a/mods/enderscape.pw.toml b/mods/enderscape.pw.toml new file mode 100644 index 0000000..d22575d --- /dev/null +++ b/mods/enderscape.pw.toml @@ -0,0 +1,13 @@ +name = "Enderscape" +filename = "enderscape-neoforge-1.0.9+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/btCrWvHr/versions/K3Vz3uXn/enderscape-neoforge-1.0.9%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "8225a4e7873fe5cf336ca82aa9a2f01b18e169e59e160c033fdc0d80922e3abe270f50c9758adc6a70063b3d53e7e61da2eef029eb2320ee016d3ffeff15b917" + +[update] +[update.modrinth] +mod-id = "btCrWvHr" +version = "K3Vz3uXn" diff --git a/mods/endrem.pw.toml b/mods/endrem.pw.toml new file mode 100644 index 0000000..6c5252e --- /dev/null +++ b/mods/endrem.pw.toml @@ -0,0 +1,13 @@ +name = "End Remastered" +filename = "endrem-neoforge-1.21.X-6.0.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZJTGwAND/versions/aqYxfNAS/endrem-neoforge-1.21.X-6.0.2.jar" +hash-format = "sha512" +hash = "b7793835aa3c52c883d2b2016d20ac676eb88c12d8d19b5b24498dcd5da5ea2d2646dfa73eea116c5274ae9f160ca902d35a58a708ca99de57025ccc6131a2b8" + +[update] +[update.modrinth] +mod-id = "ZJTGwAND" +version = "aqYxfNAS" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml new file mode 100644 index 0000000..6c56b48 --- /dev/null +++ b/mods/entityculling.pw.toml @@ -0,0 +1,13 @@ +name = "Entity Culling" +filename = "entityculling-neoforge-1.9.3-mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/aymdvJn6/entityculling-neoforge-1.9.3-mc1.21.1.jar" +hash-format = "sha512" +hash = "12ebb7b46088a5603b18759a33c0be0b92629c86336f309be41d510c35ae05a1b359facb2993f51e950d71daf6f3506d8d1952a6704b3dfee8d398261e82ed88" + +[update] +[update.modrinth] +mod-id = "NNAgCjsB" +version = "aymdvJn6" diff --git a/mods/euphoria-patches.pw.toml b/mods/euphoria-patches.pw.toml new file mode 100644 index 0000000..71514c9 --- /dev/null +++ b/mods/euphoria-patches.pw.toml @@ -0,0 +1,13 @@ +name = "Euphoria Patches" +filename = "EuphoriaPatcher-1.7.7-r5.6.1-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4H6sumDB/versions/UBex8GXX/EuphoriaPatcher-1.7.7-r5.6.1-neoforge.jar" +hash-format = "sha512" +hash = "55e66001292e06f5f9d22da7439a9ca429c9ff1a78bcba338038b9af06ed5ef7d2b9c36afb5ab1838faffdb38e13dfb5fc3080da7a47e20f3664f705f6f482f8" + +[update] +[update.modrinth] +mod-id = "4H6sumDB" +version = "UBex8GXX" diff --git a/mods/even-better-nether.pw.toml b/mods/even-better-nether.pw.toml new file mode 100644 index 0000000..5558eae --- /dev/null +++ b/mods/even-better-nether.pw.toml @@ -0,0 +1,13 @@ +name = "Even Better Nether" +filename = "evenbetternether-1.3.0-neoforge-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZSdhSrVt/versions/cKXQ7dSi/evenbetternether-1.3.0-neoforge-1.21.1.jar" +hash-format = "sha512" +hash = "d14d8a0bea55c63545d9fd8b1063c949df6165d29e3496755c3c94895f9c925b9af8cbb2a5a5f1f775bacae20435a67fe77775906296defb26f59341fd4c25f0" + +[update] +[update.modrinth] +mod-id = "ZSdhSrVt" +version = "cKXQ7dSi" diff --git a/mods/exposure-expanded.pw.toml b/mods/exposure-expanded.pw.toml new file mode 100644 index 0000000..7596557 --- /dev/null +++ b/mods/exposure-expanded.pw.toml @@ -0,0 +1,13 @@ +name = "Exposure: Expanded" +filename = "exposure_expanded-neoforge-1.0.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/61XQmq6p/versions/jXl8swWT/exposure_expanded-neoforge-1.0.1.jar" +hash-format = "sha512" +hash = "93d8a04ae248afc61b7da6efa512dafeb530d43bb4676cefe6bfd084feb9eb8164e81c13d09894f7247349b5618ffa050ead5b52019f79f3f9bcce670a6aa464" + +[update] +[update.modrinth] +mod-id = "61XQmq6p" +version = "jXl8swWT" diff --git a/mods/exposure.pw.toml b/mods/exposure.pw.toml new file mode 100644 index 0000000..94e7316 --- /dev/null +++ b/mods/exposure.pw.toml @@ -0,0 +1,13 @@ +name = "Exposure" +filename = "exposure-neoforge-1.21.1-1.9.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hB899VmG/versions/wPQspUDc/exposure-neoforge-1.21.1-1.9.10.jar" +hash-format = "sha512" +hash = "1f24226ce4dce073335a2598d3b63bc3aec72f7d0933e4d215060c3b25eca3b240a7063ee4c623a4d6cb1d6d2cfc33560fbed3f17eb7c21c2ca0f0b07615c86b" + +[update] +[update.modrinth] +mod-id = "hB899VmG" +version = "wPQspUDc" diff --git a/mods/extra-mod-integrations.pw.toml b/mods/extra-mod-integrations.pw.toml new file mode 100644 index 0000000..686a07f --- /dev/null +++ b/mods/extra-mod-integrations.pw.toml @@ -0,0 +1,13 @@ +name = "EMI Addon: Extra Mod Integrations" +filename = "extra-mod-integrations-all-neoforge-1.0.3+1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/bpRHnWUb/versions/bxgGyUjY/extra-mod-integrations-all-neoforge-1.0.3%2B1.21.1.jar" +hash-format = "sha512" +hash = "9267359eefc56bdb1eca2992cba12363f54f974f27ca2031ecb0677ba4c3bcd1d563db94dd569bbdf085a8b890cd7aa681ae6f485859051565b6a2cf50adc4c8" + +[update] +[update.modrinth] +mod-id = "bpRHnWUb" +version = "bxgGyUjY" diff --git a/mods/fancymenu.pw.toml b/mods/fancymenu.pw.toml new file mode 100644 index 0000000..d9fcad9 --- /dev/null +++ b/mods/fancymenu.pw.toml @@ -0,0 +1,13 @@ +name = "FancyMenu" +filename = "fancymenu_neoforge_3.7.0_MC_1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Wq5SjeWM/versions/f5YVr9M0/fancymenu_neoforge_3.7.0_MC_1.21.1.jar" +hash-format = "sha512" +hash = "d0bc62f71faf92ece7adf38eeeb698e8d3b512810eaaf8e71b5dcb558bfc8e731291f9131f8f5af6fb90d2c148aef1e14a9f927e8155ba436040d765ee622cde" + +[update] +[update.modrinth] +mod-id = "Wq5SjeWM" +version = "f5YVr9M0" diff --git a/mods/farmers-cutting-collection.pw.toml b/mods/farmers-cutting-collection.pw.toml new file mode 100644 index 0000000..2a23556 --- /dev/null +++ b/mods/farmers-cutting-collection.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Cutting Collection" +filename = "farmers-cutting-collection-1.21.1-1.1-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/bApGjY4X/versions/9QqS5U4O/farmers-cutting-collection-1.21.1-1.1-neoforge.jar" +hash-format = "sha512" +hash = "62eb48a39f0c6e8843f5bea83f36c418ecf240030849b0f04604b99da013efb8b804c40cd7ef4f9a88f7f97f025e46e4904ce96f1d8525a8ec26508e012ee3f6" + +[update] +[update.modrinth] +mod-id = "bApGjY4X" +version = "9QqS5U4O" diff --git a/mods/farmers-delight.pw.toml b/mods/farmers-delight.pw.toml new file mode 100644 index 0000000..edcf2ea --- /dev/null +++ b/mods/farmers-delight.pw.toml @@ -0,0 +1,13 @@ +name = "Farmer's Delight" +filename = "FarmersDelight-1.21.1-1.2.9.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/R2OftAxM/versions/opCbq7uB/FarmersDelight-1.21.1-1.2.9.jar" +hash-format = "sha512" +hash = "00a7db6776e6aa305aa7511c267866b43cf044c154f3825d344ef2685758049486a84a2f1f19920e3cd663ad7971fda326c9a501f8352abe506a170dc05f7104" + +[update] +[update.modrinth] +mod-id = "R2OftAxM" +version = "opCbq7uB" diff --git a/mods/fast-ip-ping.pw.toml b/mods/fast-ip-ping.pw.toml new file mode 100644 index 0000000..fc3cc7f --- /dev/null +++ b/mods/fast-ip-ping.pw.toml @@ -0,0 +1,13 @@ +name = "Fast IP Ping" +filename = "fast-ip-ping-v1.0.7-mc1.21.1-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/9mtu0sUO/versions/eqzWgurh/fast-ip-ping-v1.0.7-mc1.21.1-neoforge.jar" +hash-format = "sha512" +hash = "37acea2d6da92cc82252a64da6f77c5bdc3bb9ca25c3cbbb3555c204f3594fbb7524be4b63887448ed5ea2b32de72b99513b8f2d3a19a35fff525442cf228641" + +[update] +[update.modrinth] +mod-id = "9mtu0sUO" +version = "eqzWgurh" diff --git a/mods/fastboot.pw.toml b/mods/fastboot.pw.toml new file mode 100644 index 0000000..656ef86 --- /dev/null +++ b/mods/fastboot.pw.toml @@ -0,0 +1,13 @@ +name = "FastBoot" +filename = "fastboot-1.21.x-v1.3neo.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nRL5uFe0/versions/RErgpJCz/fastboot-1.21.x-v1.3neo.jar" +hash-format = "sha512" +hash = "5ead877c3ab1cd70358b76174adbd19564a91dd7d247f21cfb0b830a4c383c622344c1568a170409bc33a1b5398235614aede9b40129af13254320497026895e" + +[update] +[update.modrinth] +mod-id = "nRL5uFe0" +version = "RErgpJCz" diff --git a/mods/faster-random.pw.toml b/mods/faster-random.pw.toml new file mode 100644 index 0000000..35cc56c --- /dev/null +++ b/mods/faster-random.pw.toml @@ -0,0 +1,13 @@ +name = "Faster Random" +filename = "fasterrandom-5.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RfFxanNh/versions/BbFqiKvi/fasterrandom-5.1.0.jar" +hash-format = "sha512" +hash = "af2d0825ec4e3521fd82b0a5fd5a3f04daf98e09b138d099407861c03a4e17546900befd791a7abe7cbe109c3045dee0646d02f1703b8e68bc37903d21c20acd" + +[update] +[update.modrinth] +mod-id = "RfFxanNh" +version = "BbFqiKvi" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml new file mode 100644 index 0000000..419f2ed --- /dev/null +++ b/mods/ferrite-core.pw.toml @@ -0,0 +1,13 @@ +name = "FerriteCore" +filename = "ferritecore-7.0.2-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/uXXizFIs/versions/CnpoQxCx/ferritecore-7.0.2-neoforge.jar" +hash-format = "sha512" +hash = "2a5a7b79473c42572bdbbd1f429a459630d793b35f3eb17051139a94bced2d13c39e9c6309c81368d5502bc46c509e9868a8b5fa3cf93c51375a694cd96c20ac" + +[update] +[update.modrinth] +mod-id = "uXXizFIs" +version = "CnpoQxCx" diff --git a/mods/figura.pw.toml b/mods/figura.pw.toml new file mode 100644 index 0000000..1dab9ce --- /dev/null +++ b/mods/figura.pw.toml @@ -0,0 +1,7 @@ +name = "figura" +filename = "figura-0.1.5+1.21.1-neoforge-mc.jar" + +[download] +url = "https://goop.network/figura-0.1.5+1.21.1-neoforge-mc.jar" +hash-format = "sha256" +hash = "a2e4e58d2aabc5a3352ef605155f92eb7d617419e24d651806d748f4b5cde3bc" diff --git a/mods/flerovium.pw.toml b/mods/flerovium.pw.toml new file mode 100644 index 0000000..19acb86 --- /dev/null +++ b/mods/flerovium.pw.toml @@ -0,0 +1,13 @@ +name = "Flerovium" +filename = "flerovium-neoforge-1.21.1-1.0.15-all.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/4Rh1Mobu/versions/YYzGojgd/flerovium-neoforge-1.21.1-1.0.15-all.jar" +hash-format = "sha512" +hash = "d6911552ac0879b7b8937ae9592988b0784edef6d3efe2ddce9f12b00b6e4ed8422fec36cc330c1c39d304a81fa5e5d2ce81e3787a5119483058dccadc3082f0" + +[update] +[update.modrinth] +mod-id = "4Rh1Mobu" +version = "YYzGojgd" diff --git a/mods/flw-vanillin.pw.toml b/mods/flw-vanillin.pw.toml new file mode 100644 index 0000000..e830f9e --- /dev/null +++ b/mods/flw-vanillin.pw.toml @@ -0,0 +1,13 @@ +name = "Vanillin" +filename = "vanillin-neoforge-1.21.1-1.1.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/6qTrsXCy/versions/Qn76dRvj/vanillin-neoforge-1.21.1-1.1.3.jar" +hash-format = "sha512" +hash = "b4c42bd310e66f20f679ff091192bb01739670f21162344bd177c812da20e873704ecb6ea5f6fd4d87661aee7be59a160808391582dfb97753833bfbb9fde236" + +[update] +[update.modrinth] +mod-id = "6qTrsXCy" +version = "Qn76dRvj" diff --git a/mods/fog.pw.toml b/mods/fog.pw.toml new file mode 100644 index 0000000..c0adb87 --- /dev/null +++ b/mods/fog.pw.toml @@ -0,0 +1,13 @@ +name = "Fog" +filename = "Fog-neoforge-1.11.0-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WuGVWUF2/versions/c4ytB02Y/Fog-neoforge-1.11.0-1.21.1.jar" +hash-format = "sha512" +hash = "930acf4610db47432ae305ab12ed317c00961e96bbb6c8c41c2f528f5b16a798405297b42f313dc641fbf725cb9d2aae8ab98e83a72739669284843e1df2959d" + +[update] +[update.modrinth] +mod-id = "WuGVWUF2" +version = "c4ytB02Y" diff --git a/mods/forgified-fabric-api.pw.toml b/mods/forgified-fabric-api.pw.toml new file mode 100644 index 0000000..e9f861b --- /dev/null +++ b/mods/forgified-fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Forgified Fabric API" +filename = "forgified-fabric-api-0.115.6+2.1.4+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Aqlf1Shp/versions/9uOfdsZC/forgified-fabric-api-0.115.6%2B2.1.4%2B1.21.1.jar" +hash-format = "sha512" +hash = "b412ba686f327ec501f58f2335667de02eea0f6350f78a48ca0faaec9015d0e142058c2fc25aba35485096434a01e09a3b94fa930f44977142bd200bb606a2b3" + +[update] +[update.modrinth] +mod-id = "Aqlf1Shp" +version = "9uOfdsZC" diff --git a/mods/forgiving-void.pw.toml b/mods/forgiving-void.pw.toml new file mode 100644 index 0000000..13bef1a --- /dev/null +++ b/mods/forgiving-void.pw.toml @@ -0,0 +1,13 @@ +name = "Forgiving Void" +filename = "forgivingvoid-neoforge-1.21.1-21.1.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/1vkzEZjE/versions/TrR0edkY/forgivingvoid-neoforge-1.21.1-21.1.5.jar" +hash-format = "sha512" +hash = "92d440fbedc433bb9bec9b76e3d0097c45a2fa8d53a8ea0ba3bd9885263e9fb40b04b744d652fe7f6695c6d154531888e0a7ea9baf8bd510d6d1c9d2684be58c" + +[update] +[update.modrinth] +mod-id = "1vkzEZjE" +version = "TrR0edkY" diff --git a/mods/friends-and-foes-forge.pw.toml b/mods/friends-and-foes-forge.pw.toml new file mode 100644 index 0000000..e17ec21 --- /dev/null +++ b/mods/friends-and-foes-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Friends&Foes (Forge/NeoForge)" +filename = "friendsandfoes-neoforge-4.0.15+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BOCJKD49/versions/7E8zpilx/friendsandfoes-neoforge-4.0.15%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "f6658a9287b2ac7a714a5c09f71036d776b6f1311834bec4096b640ca721efc9f4a14c849b226e58c63c730df7a67c52890188dbba0838b593a02dae87e548a7" + +[update] +[update.modrinth] +mod-id = "BOCJKD49" +version = "7E8zpilx" diff --git a/mods/fusion-connected-textures.pw.toml b/mods/fusion-connected-textures.pw.toml new file mode 100644 index 0000000..b7d7c4d --- /dev/null +++ b/mods/fusion-connected-textures.pw.toml @@ -0,0 +1,13 @@ +name = "Fusion (Connected Textures)" +filename = "fusion-1.2.11b-neoforge-mc1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/p19vrgc2/versions/Yu4K7Wuw/fusion-1.2.11b-neoforge-mc1.21.jar" +hash-format = "sha512" +hash = "1ce8ff9823e4b183141b699284009cb6f61fab3787d9527f6382e73d664d13e9ce2d072ad389bb29adceb19064c654ff68db3796e83fb6ba91ea7a684477ad81" + +[update] +[update.modrinth] +mod-id = "p19vrgc2" +version = "Yu4K7Wuw" diff --git a/mods/fzzy-config.pw.toml b/mods/fzzy-config.pw.toml new file mode 100644 index 0000000..a3f5135 --- /dev/null +++ b/mods/fzzy-config.pw.toml @@ -0,0 +1,13 @@ +name = "Fzzy Config" +filename = "fzzy_config-0.7.3+1.21+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hYykXjDp/versions/656NUHDc/fzzy_config-0.7.3%2B1.21%2Bneoforge.jar" +hash-format = "sha512" +hash = "941d8a054f61b8446a9777a1bee0089ae311f6319801bf0b2d250d9f56c79c20d28c4c86017d4c032f4034f94fb672e7c089dd7a6d0500ec8f93639795d2c9ba" + +[update] +[update.modrinth] +mod-id = "hYykXjDp" +version = "656NUHDc" diff --git a/mods/geckolib.pw.toml b/mods/geckolib.pw.toml new file mode 100644 index 0000000..3d9e507 --- /dev/null +++ b/mods/geckolib.pw.toml @@ -0,0 +1,13 @@ +name = "Geckolib" +filename = "geckolib-neoforge-1.21.1-4.8.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8BmcQJ2H/versions/RVIo5f6E/geckolib-neoforge-1.21.1-4.8.2.jar" +hash-format = "sha512" +hash = "6b70d7dc11adb68cd590110c6b29de39eaae40b55f934026288a2018f6d529a2579124d0596825126db4a499f0dfc26248e4005a452bc1b0d4d05c0279e33602" + +[update] +[update.modrinth] +mod-id = "8BmcQJ2H" +version = "RVIo5f6E" diff --git a/mods/glitchcore.pw.toml b/mods/glitchcore.pw.toml new file mode 100644 index 0000000..6a6c851 --- /dev/null +++ b/mods/glitchcore.pw.toml @@ -0,0 +1,13 @@ +name = "GlitchCore" +filename = "GlitchCore-neoforge-1.21.1-2.1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/s3dmwKy5/versions/8wmCpbQ2/GlitchCore-neoforge-1.21.1-2.1.0.0.jar" +hash-format = "sha512" +hash = "008ec969716ffa2a45bf74f8c44d2c28e16558688a71806670e307d29fa76a82daf4d2f990a4964345228a7ba77bdb8592d1572c723b7b06c8f9c3ffae63acdb" + +[update] +[update.modrinth] +mod-id = "s3dmwKy5" +version = "8wmCpbQ2" diff --git a/mods/gnetum.pw.toml b/mods/gnetum.pw.toml new file mode 100644 index 0000000..80066ca --- /dev/null +++ b/mods/gnetum.pw.toml @@ -0,0 +1,13 @@ +name = "Gnetum" +filename = "gnetum-3.2.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/7MoE34WK/versions/Hmf8XXIo/gnetum-3.2.3.jar" +hash-format = "sha512" +hash = "5f00f539410d1ea683e7495f5aebc371bccbf06d9c60f0936483d21479e28cb6ab5ca5f3cbc6c3361864aa262fc6c8984f4fa980c5d6a3b5e3008c9713f73690" + +[update] +[update.modrinth] +mod-id = "7MoE34WK" +version = "Hmf8XXIo" diff --git a/mods/gputape.pw.toml b/mods/gputape.pw.toml new file mode 100644 index 0000000..0e1f91b --- /dev/null +++ b/mods/gputape.pw.toml @@ -0,0 +1,13 @@ +name = "GPUBooster" +filename = "GPUTape-1.20.6-1.21x-1.0.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5CTSrY8X/versions/nlerwS8N/GPUTape-1.20.6-1.21x-1.0.3.jar" +hash-format = "sha512" +hash = "63056c4ebc324244720d0ac35900ca121bcaee210b8684a48b4dd53c72c471f9075a6ca2da68270c72f2c2f8dedd970df02da250d44d18b95208c7f1deff3031" + +[update] +[update.modrinth] +mod-id = "5CTSrY8X" +version = "nlerwS8N" diff --git a/mods/guideme.pw.toml b/mods/guideme.pw.toml new file mode 100644 index 0000000..479f97b --- /dev/null +++ b/mods/guideme.pw.toml @@ -0,0 +1,13 @@ +name = "GuideME" +filename = "guideme-21.1.15.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ck4E7v7R/versions/ILW6vM7o/guideme-21.1.15.jar" +hash-format = "sha512" +hash = "4a35b2d9ae3958cb9e152757223b0fc0f85ed2c55da2c3bb773b9a353cf5db15e4294ac2b6d897c0d7c82674dd86c084dd2e35fb80b5bcf92067735c03288edc" + +[update] +[update.modrinth] +mod-id = "Ck4E7v7R" +version = "ILW6vM7o" diff --git a/mods/hypertube.pw.toml b/mods/hypertube.pw.toml new file mode 100644 index 0000000..e1ab594 --- /dev/null +++ b/mods/hypertube.pw.toml @@ -0,0 +1,13 @@ +name = "Create: Hypertubes" +filename = "create_hypertube-0.2.6-hotfix-NEOFORGE.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ATDdrG1y/versions/LanBvn9M/create_hypertube-0.2.6-hotfix-NEOFORGE.jar" +hash-format = "sha512" +hash = "0fa6ce93f6eef094e9cee8f11caa03f93a4a36c4147a0ef0f74cabb6374c3d159a2974ff72eb4686891d967e3c8b99c2424764f6822f3e6c1c033db9a2481b8a" + +[update] +[update.modrinth] +mod-id = "ATDdrG1y" +version = "LanBvn9M" diff --git a/mods/ibo.pw.toml b/mods/ibo.pw.toml new file mode 100644 index 0000000..619d286 --- /dev/null +++ b/mods/ibo.pw.toml @@ -0,0 +1,13 @@ +name = "Incendium Biomes Only" +filename = "ibo-3.1.0-neoforge-1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gmUU3UdW/versions/ZQz8SbYS/ibo-3.1.0-neoforge-1.21.jar" +hash-format = "sha512" +hash = "f1bb92da048ff14f0add99a9e393bdac000b2eb0a6cebe8ef6876d4bf00fcb55320d6067fbda12c6dcae790c337c9c461717ef13bfb0bb46c242b6222187a4f7" + +[update] +[update.modrinth] +mod-id = "gmUU3UdW" +version = "ZQz8SbYS" diff --git a/mods/ichunutil.pw.toml b/mods/ichunutil.pw.toml new file mode 100644 index 0000000..6be903f --- /dev/null +++ b/mods/ichunutil.pw.toml @@ -0,0 +1,13 @@ +name = "iChunUtil" +filename = "iChunUtil-1.21-NeoForge-1.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/W6ROj0Hl/versions/OvIyyNh4/iChunUtil-1.21-NeoForge-1.0.3.jar" +hash-format = "sha512" +hash = "f91fd9d81639364ef13a796fdbfebf9d67ba1ca946d7ddacfade98c085dfac3097d9440ee16fb3f7b7fa22c6a75c6ff5cb0cfd57024144ec41ff12b9036ea11f" + +[update] +[update.modrinth] +mod-id = "W6ROj0Hl" +version = "OvIyyNh4" diff --git a/mods/immediatelyfast.pw.toml b/mods/immediatelyfast.pw.toml new file mode 100644 index 0000000..bf04925 --- /dev/null +++ b/mods/immediatelyfast.pw.toml @@ -0,0 +1,13 @@ +name = "ImmediatelyFast" +filename = "ImmediatelyFast-NeoForge-1.6.7+1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/VerzLexd/ImmediatelyFast-NeoForge-1.6.7%2B1.21.1.jar" +hash-format = "sha512" +hash = "b02523cbdd7834177bbb6c19359fb6ee5b7de6d42e18010a913612acf405db27e4382f1ea26048a5a3f46f40534d88771c5cdb630267034bec6f75a8334bc16b" + +[update] +[update.modrinth] +mod-id = "5ZwdcRci" +version = "VerzLexd" diff --git a/mods/immersive-optimization.pw.toml b/mods/immersive-optimization.pw.toml new file mode 100644 index 0000000..d2e6d44 --- /dev/null +++ b/mods/immersive-optimization.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Optimization" +filename = "immersive_optimization-neoforge-1.21-0.1.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/vNZgQmjg/versions/1xYKtazd/immersive_optimization-neoforge-1.21-0.1.0.jar" +hash-format = "sha512" +hash = "78b515e91e62694185ed0e6ed35e11d8b4ab724e354dd12ae4984fdeac221948215a33aafe56b8d981e244d32e900f6876399f7eff3a74c0a50176d1860d3b5b" + +[update] +[update.modrinth] +mod-id = "vNZgQmjg" +version = "1xYKtazd" diff --git a/mods/immersive-paintings.pw.toml b/mods/immersive-paintings.pw.toml new file mode 100644 index 0000000..95ed63a --- /dev/null +++ b/mods/immersive-paintings.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Paintings" +filename = "immersive_paintings-neoforge-1.21.1-0.7.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/6txNkua3/versions/wVfl5LeH/immersive_paintings-neoforge-1.21.1-0.7.4.jar" +hash-format = "sha512" +hash = "23f376cd649a241a0d8e8da6876669516b0213f6b7c0503163f29fcee5d1e929c049c19af2a676bdc5432ab3250406e297736157309c67bd6d60203cbcae93dc" + +[update] +[update.modrinth] +mod-id = "6txNkua3" +version = "wVfl5LeH" diff --git a/mods/immersive-snow.pw.toml b/mods/immersive-snow.pw.toml new file mode 100644 index 0000000..41bb184 --- /dev/null +++ b/mods/immersive-snow.pw.toml @@ -0,0 +1,13 @@ +name = "Immersive Snow" +filename = "immersivesnow-1.21.1-1.4.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/mQdEVqSA/versions/Of60m2yB/immersivesnow-1.21.1-1.4.0.jar" +hash-format = "sha512" +hash = "69a2fa9a0fa8dc7285fa2c067f6f26e9184ad27d3537c7f92f2004d3f50438380644bd31862500af9dbb07b076041ec5ea890b8b62492f05e6e6ae5677b3469a" + +[update] +[update.modrinth] +mod-id = "mQdEVqSA" +version = "Of60m2yB" diff --git a/mods/incendium.pw.toml b/mods/incendium.pw.toml new file mode 100644 index 0000000..5b2a38e --- /dev/null +++ b/mods/incendium.pw.toml @@ -0,0 +1,13 @@ +name = "Incendium" +filename = "Incendium_1.21.x_v5.4.4.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZVzW5oNS/versions/7mVvV9Th/Incendium_1.21.x_v5.4.4.jar" +hash-format = "sha512" +hash = "ca897be9059ea691860715dac6c0ccd934720d7d42c8af45b95257e8f91a6c9470f506bfb9ef3c770e6a6c57e58885add2126150a35927848817433fd227ce0e" + +[update] +[update.modrinth] +mod-id = "ZVzW5oNS" +version = "7mVvV9Th" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml new file mode 100644 index 0000000..cb7be00 --- /dev/null +++ b/mods/iris.pw.toml @@ -0,0 +1,13 @@ +name = "Iris Shaders" +filename = "iris-neoforge-1.8.12+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/t3ruzodq/iris-neoforge-1.8.12%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "57b8026a3c3c433cf6123d63dc6ce7e11f6d480a72926370db1fc7f2b06059bc16a753ecd7e7af659c19e90b592103196b0e89585ce4f0744a4ca433f59bcf1a" + +[update] +[update.modrinth] +mod-id = "YL57xq9U" +version = "t3ruzodq" diff --git a/mods/item-obliterator.pw.toml b/mods/item-obliterator.pw.toml new file mode 100644 index 0000000..3f0e3ee --- /dev/null +++ b/mods/item-obliterator.pw.toml @@ -0,0 +1,13 @@ +name = "Item Obliterator" +filename = "Item-Obliterator-NeoForge-MC1.21.1-2.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3ESR84kR/versions/jy3ApWAm/Item-Obliterator-NeoForge-MC1.21.1-2.3.0.jar" +hash-format = "sha512" +hash = "b6d3cc651fa76c03d6845dd667fc673b74bd7409e7a1631907d82200b15ae50d76dd018c9224bc9314a46314bb478c0a48cc7b37d717e70f05dad8fb2878ac77" + +[update] +[update.modrinth] +mod-id = "3ESR84kR" +version = "jy3ApWAm" diff --git a/mods/ixeris.pw.toml b/mods/ixeris.pw.toml new file mode 100644 index 0000000..ae9df04 --- /dev/null +++ b/mods/ixeris.pw.toml @@ -0,0 +1,13 @@ +name = "Ixeris" +filename = "Ixeris-3.7.0+1.21.1-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/p8RJPJIC/versions/ylbazDoQ/Ixeris-3.7.0%2B1.21.1-neoforge.jar" +hash-format = "sha512" +hash = "853648606b6219826bbf7cd8acf76fb4a04aa58ed8694f6bd0bd3856b8ddbce098a4d58f26062af947db80a8f04f908fcdcd75f72d84f3ddef720c52df0ac192" + +[update] +[update.modrinth] +mod-id = "p8RJPJIC" +version = "ylbazDoQ" diff --git a/mods/jade-addons-forge.pw.toml b/mods/jade-addons-forge.pw.toml new file mode 100644 index 0000000..31a00dc --- /dev/null +++ b/mods/jade-addons-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Jade Addons (Neo/Forge)" +filename = "JadeAddons-1.21.1-NeoForge-6.1.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xuDOzCLy/versions/Z9s9lM56/JadeAddons-1.21.1-NeoForge-6.1.0.jar" +hash-format = "sha512" +hash = "dcf1135718e74c55d4b01116c9955b88a8c8a5180e61dc51d292479aff3d2fff38c8ca0f1b4a6e42e54644f1c8907846a61799491df455b71541aa342d8b8896" + +[update] +[update.modrinth] +mod-id = "xuDOzCLy" +version = "Z9s9lM56" diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml new file mode 100644 index 0000000..453b928 --- /dev/null +++ b/mods/jade.pw.toml @@ -0,0 +1,13 @@ +name = "Jade 🔍" +filename = "Jade-1.21.1-NeoForge-15.10.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nvQzSEkH/versions/43sRR8f6/Jade-1.21.1-NeoForge-15.10.3.jar" +hash-format = "sha512" +hash = "351926187c564d1f2bae2f084c77f80fe850dc90837153ef01506c049f16b02307196ed383ae25cd334530106aa741b12dd90f5e1b205439fde2b74d09274bc0" + +[update] +[update.modrinth] +mod-id = "nvQzSEkH" +version = "43sRR8f6" diff --git a/mods/jamlib.pw.toml b/mods/jamlib.pw.toml new file mode 100644 index 0000000..7a85c01 --- /dev/null +++ b/mods/jamlib.pw.toml @@ -0,0 +1,13 @@ +name = "JamLib" +filename = "jamlib-neoforge-1.3.5+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/IYY9Siz8/versions/8Ph8BKRh/jamlib-neoforge-1.3.5%2B1.21.1.jar" +hash-format = "sha512" +hash = "14ce51b9b1a040dc92ea87cabe9cf064bc56ffc3917a2969db417c7a204a92518dfa20d0807071ac6d9a8b1adbf31ed50aff44b216b604c1dec705c57ef3031b" + +[update] +[update.modrinth] +mod-id = "IYY9Siz8" +version = "8Ph8BKRh" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..7a23f89 --- /dev/null +++ b/mods/jei.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Items (JEI)" +filename = "jei-1.21.1-neoforge-19.25.0.325.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/OwlaxQID/jei-1.21.1-neoforge-19.25.0.325.jar" +hash-format = "sha512" +hash = "da6dd78c4d45b62d22406e699077749d005c82e5ace7fe3bd852d35598c49879ff31111a110b2c8f39e2cb7346acd2b5605a1e535f03ee88e3c9bc7fd122497e" + +[update] +[update.modrinth] +mod-id = "u6dRKJwZ" +version = "OwlaxQID" diff --git a/mods/jewelry.pw.toml b/mods/jewelry.pw.toml new file mode 100644 index 0000000..73b2080 --- /dev/null +++ b/mods/jewelry.pw.toml @@ -0,0 +1,13 @@ +name = "Jewelry (RPG Series)" +filename = "jewelry-neoforge-2.3.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sNJAIjUm/versions/6yaGdFgV/jewelry-neoforge-2.3.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "8a318f2d15157e9d325810a906204c6f10856d1071e2753d9eec2c4b876424fc44b69e449c05843161a0c271e4f04ab28cd734d8153958e254939590e24600f8" + +[update] +[update.modrinth] +mod-id = "sNJAIjUm" +version = "6yaGdFgV" diff --git a/mods/kiwi.pw.toml b/mods/kiwi.pw.toml new file mode 100644 index 0000000..2afb585 --- /dev/null +++ b/mods/kiwi.pw.toml @@ -0,0 +1,13 @@ +name = "Kiwi 🥝" +filename = "Kiwi-1.21.1-NeoForge-15.8.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ufdDoWPd/versions/eCzvKS7q/Kiwi-1.21.1-NeoForge-15.8.2.jar" +hash-format = "sha512" +hash = "25a745c24d3baa3c24e7840ff85cdbd0b10cdbee194f5d41e28d419595b67b7175a4a648a6b141acf11c6c8137e0f73e0fd903d7d51d8d29e675eb9734314f14" + +[update] +[update.modrinth] +mod-id = "ufdDoWPd" +version = "eCzvKS7q" diff --git a/mods/konkrete.pw.toml b/mods/konkrete.pw.toml new file mode 100644 index 0000000..6a9192b --- /dev/null +++ b/mods/konkrete.pw.toml @@ -0,0 +1,13 @@ +name = "Konkrete" +filename = "konkrete_neoforge_1.9.9_MC_1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/J81TRJWm/versions/stJDU839/konkrete_neoforge_1.9.9_MC_1.21.jar" +hash-format = "sha512" +hash = "378bd12e3c32329abbae5cd514e1d1cc2a3cc3a45979fedb1d4e4c0a6732bdcf4b7d1bf7f7a112074bf288957edf86152c9c090a27d1d5de84a9a7825d3d6511" + +[update] +[update.modrinth] +mod-id = "J81TRJWm" +version = "stJDU839" diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml new file mode 100644 index 0000000..3bfef0b --- /dev/null +++ b/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-5.10.0-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ordsPcFz/versions/pp2cY80Q/kotlinforforge-5.10.0-all.jar" +hash-format = "sha512" +hash = "0c7a23c6b8017c9a24694bc6c0dbcb3d9b4ec630ae2ff965c0ee478ca881ad70f4755388678430b0175c3abe18c66fcbc25ed9be6f600bcdc083743eaecbfc35" + +[update] +[update.modrinth] +mod-id = "ordsPcFz" +version = "pp2cY80Q" diff --git a/mods/krypton-foxified.pw.toml b/mods/krypton-foxified.pw.toml new file mode 100644 index 0000000..e77ff49 --- /dev/null +++ b/mods/krypton-foxified.pw.toml @@ -0,0 +1,13 @@ +name = "KryptonFoxified" +filename = "KryptonFoxified-0.1.0+mc1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rmFH8I1v/versions/TFGMCLED/KryptonFoxified-0.1.0%2Bmc1.21.jar" +hash-format = "sha512" +hash = "57f5252cdb730521fe2b28241b6250c73df3d8954af904661a35ca5ce6915425216e5db46519d0d2db6cd13c4a07bcf47c123b0746647e5173fdd322d681d5ab" + +[update] +[update.modrinth] +mod-id = "rmFH8I1v" +version = "TFGMCLED" diff --git a/mods/ksyxis.pw.toml b/mods/ksyxis.pw.toml new file mode 100644 index 0000000..0da4856 --- /dev/null +++ b/mods/ksyxis.pw.toml @@ -0,0 +1,13 @@ +name = "Ksyxis" +filename = "Ksyxis-1.3.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/2ecVyZ49/versions/ZQJ73k0i/Ksyxis-1.3.0.jar" +hash-format = "sha512" +hash = "3a193fa1717dc5c7faa5a3376143f802a7c5dd71bad47ae7ed2e6ede9b9bc0da3e24141665158b39db301dd26523d5436a78bf665f936ac87435b1300a0c9bbe" + +[update] +[update.modrinth] +mod-id = "2ecVyZ49" +version = "ZQJ73k0i" diff --git a/mods/l_enders-cataclysm-delight.pw.toml b/mods/l_enders-cataclysm-delight.pw.toml new file mode 100644 index 0000000..bbe25f9 --- /dev/null +++ b/mods/l_enders-cataclysm-delight.pw.toml @@ -0,0 +1,13 @@ +name = "L_Ender 's Cataclysm Delight" +filename = "lendersdelight-1.21.1-1.0.10.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/a48R8AGk/versions/Mk8hYics/lendersdelight-1.21.1-1.0.10.jar" +hash-format = "sha512" +hash = "b1e68b4f3e0e5459c802f60238287a86de8f8737170730b7969f94878f2daea7ce9ae0e2b88125b75de63e1c4d9988bf6f3e83a8545f5374a09df29912bd4b8a" + +[update] +[update.modrinth] +mod-id = "a48R8AGk" +version = "Mk8hYics" diff --git a/mods/l_enders-cataclysm.pw.toml b/mods/l_enders-cataclysm.pw.toml new file mode 100644 index 0000000..876c228 --- /dev/null +++ b/mods/l_enders-cataclysm.pw.toml @@ -0,0 +1,13 @@ +name = "L_Ender's Cataclysm" +filename = "L_Ender's Cataclysm 1.21.1-3.16.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/46KJle7n/versions/FSm3cpWc/L_Ender%27s%20Cataclysm%201.21.1-3.16.jar" +hash-format = "sha512" +hash = "0289605e6e1c6e276eb58e160994b63155e049ec57dc672779d4630858f4d35c80254f11ef16ccf9cc7d18f70db19a2214e87c702933958fa275bc023c02bf4d" + +[update] +[update.modrinth] +mod-id = "46KJle7n" +version = "FSm3cpWc" diff --git a/mods/leaves-be-gone.pw.toml b/mods/leaves-be-gone.pw.toml new file mode 100644 index 0000000..337ef09 --- /dev/null +++ b/mods/leaves-be-gone.pw.toml @@ -0,0 +1,13 @@ +name = "Leaves Be Gone" +filename = "LeavesBeGone-v21.1.0-1.21.1-NeoForge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/AVq17PqV/versions/TOHEOE2X/LeavesBeGone-v21.1.0-1.21.1-NeoForge.jar" +hash-format = "sha512" +hash = "0f6e5131b2be64f3ebc9cc628bace6023c8d4748051092d1490e6523bd708892acfdf353dcec8032076be6fbc2fc6e5f4c7656e0b2a127b277c3676798d1e92a" + +[update] +[update.modrinth] +mod-id = "AVq17PqV" +version = "TOHEOE2X" diff --git a/mods/lionfish-api.pw.toml b/mods/lionfish-api.pw.toml new file mode 100644 index 0000000..2784496 --- /dev/null +++ b/mods/lionfish-api.pw.toml @@ -0,0 +1,13 @@ +name = "Lionfish-API" +filename = "lionfishapi-2.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FoVacERa/versions/RdsxgL41/lionfishapi-2.6.jar" +hash-format = "sha512" +hash = "87167d2c54f6a5539c30ed5ae12cdfe407c608ca32d6b864b27f3d1c994134687b0e4aba42aced0d204fba1d72452906dcc02bb5b17ba9f6e8951834d4758202" + +[update] +[update.modrinth] +mod-id = "FoVacERa" +version = "RdsxgL41" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml new file mode 100644 index 0000000..db62501 --- /dev/null +++ b/mods/lithium.pw.toml @@ -0,0 +1,13 @@ +name = "Lithium" +filename = "lithium-neoforge-0.15.0+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/xYxpXTIt/lithium-neoforge-0.15.0%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "34c0250ab119e7d83eb069433315883a572cd197d025dcc043c5f7e399c1e350addd79aed756da0bda87cc76add1a8747c5f69293ec2b9278b0348a1c15cdb32" + +[update] +[update.modrinth] +mod-id = "gvQqBUqZ" +version = "xYxpXTIt" diff --git a/mods/lmd.pw.toml b/mods/lmd.pw.toml new file mode 100644 index 0000000..c211903 --- /dev/null +++ b/mods/lmd.pw.toml @@ -0,0 +1,13 @@ +name = "Let Me Despawn" +filename = "letmedespawn-1.21.x-neoforge-1.5.0.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/vE2FN5qn/versions/fgcMDg9B/letmedespawn-1.21.x-neoforge-1.5.0.jar" +hash-format = "sha512" +hash = "e6c892bb621a9382728c6f5735922736283cd54ec4f5a5d4d7d0745dedbe39851e21a69abcdf7af783fbacf8c700789b6ef9278dc09782ad1cd63ec004bc7a35" + +[update] +[update.modrinth] +mod-id = "vE2FN5qn" +version = "fgcMDg9B" diff --git a/mods/lmft.pw.toml b/mods/lmft.pw.toml new file mode 100644 index 0000000..03a084d --- /dev/null +++ b/mods/lmft.pw.toml @@ -0,0 +1,13 @@ +name = "Load My F***ing Tags" +filename = "lmft-1.1.1+1.21.9-neoforge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/67kVxsaO/versions/poGMd0AE/lmft-1.1.1%2B1.21.9-neoforge.jar" +hash-format = "sha512" +hash = "e8fcbeae565ea05ca78e6aeebe3c1ef539039bcd25b57f9842e3025de2e35d295317af6c842f57d0969918fe5aed80032fb68f0f98a81bbec84450408b3ac0e6" + +[update] +[update.modrinth] +mod-id = "67kVxsaO" +version = "poGMd0AE" diff --git a/mods/longer-chat-history.pw.toml b/mods/longer-chat-history.pw.toml new file mode 100644 index 0000000..9ca81c7 --- /dev/null +++ b/mods/longer-chat-history.pw.toml @@ -0,0 +1,13 @@ +name = "Longer Chat History" +filename = "LongerChatHistory-neoforge-1.7.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/f4P7fNKN/versions/Une73t0n/LongerChatHistory-neoforge-1.7.jar" +hash-format = "sha512" +hash = "8f912d2b1a85203718058d067d073872deb30ff2b031edfa70873eeaf77afee8de8a92a4e9ead3d8c8dcea9539c42297ba3cbeb91833d74b9a2f07dd65279975" + +[update] +[update.modrinth] +mod-id = "f4P7fNKN" +version = "Une73t0n" diff --git a/mods/lootr.pw.toml b/mods/lootr.pw.toml new file mode 100644 index 0000000..75a2ee0 --- /dev/null +++ b/mods/lootr.pw.toml @@ -0,0 +1,13 @@ +name = "Lootr" +filename = "lootr-neoforge-1.21-1.10.35.91.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/EltpO5cN/versions/QMRmPuOh/lootr-neoforge-1.21-1.10.35.91.jar" +hash-format = "sha512" +hash = "0bc76fd2bec843a357e2443b78c40c5811f73b068fead044bd619c50611a8d2eaf4b82e47c1f6894f7da6af2130992506c40d6c5fc334fe4d6ffaaabb4eaae06" + +[update] +[update.modrinth] +mod-id = "EltpO5cN" +version = "QMRmPuOh" diff --git a/mods/macos-input-fixes.pw.toml b/mods/macos-input-fixes.pw.toml new file mode 100644 index 0000000..07d61d6 --- /dev/null +++ b/mods/macos-input-fixes.pw.toml @@ -0,0 +1,13 @@ +name = "MacOS Input Fixes" +filename = "macos-input-fixes-1.10.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/x9BrsVME/versions/XJx2d4Os/macos-input-fixes-1.10.jar" +hash-format = "sha512" +hash = "3c0b92ef243ea34be5e0240afbbc7c2eaa18a8378ad3c9ce71a3699c8ffd8d3c5424c0ab029a123dcf0fc218c769f08805d0e0a40d1196a1593247e05b881989" + +[update] +[update.modrinth] +mod-id = "x9BrsVME" +version = "XJx2d4Os" diff --git a/mods/melody.pw.toml b/mods/melody.pw.toml new file mode 100644 index 0000000..3c4ff45 --- /dev/null +++ b/mods/melody.pw.toml @@ -0,0 +1,13 @@ +name = "Melody" +filename = "melody_neoforge_1.0.10_MC_1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/CVT4pFB2/versions/efcdRVZP/melody_neoforge_1.0.10_MC_1.21.jar" +hash-format = "sha512" +hash = "3bd96b851a65fa95d92d051851e6a7a415927f718fcb05f0dfb5983eb3ca54edfb842ea85f1497e1b3510b5884181b8f9c6080d2b15642ceadac695011c00ec1" + +[update] +[update.modrinth] +mod-id = "CVT4pFB2" +version = "efcdRVZP" diff --git a/mods/midnightlib.pw.toml b/mods/midnightlib.pw.toml new file mode 100644 index 0000000..e48bd93 --- /dev/null +++ b/mods/midnightlib.pw.toml @@ -0,0 +1,13 @@ +name = "MidnightLib" +filename = "midnightlib-neoforge-1.9.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/codAaoxh/versions/uGySRC8x/midnightlib-neoforge-1.9.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "bc030686d41559254d3c0463e62df0b94669da58b36bd824c5be79e044b37fd24b15bc253334c4cf3f4cf088c1ae8917e8d8247d7f739346a51d8e3c4dfe6ff9" + +[update] +[update.modrinth] +mod-id = "codAaoxh" +version = "uGySRC8x" diff --git a/mods/modelfix.pw.toml b/mods/modelfix.pw.toml new file mode 100644 index 0000000..cb3470e --- /dev/null +++ b/mods/modelfix.pw.toml @@ -0,0 +1,13 @@ +name = "Model Gap Fix" +filename = "modelfix-1.21-1.10.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/QdG47OkI/versions/X2U8ceG9/modelfix-1.21-1.10.jar" +hash-format = "sha512" +hash = "647cab9a1bed84e10cfe77732a66bdfe116a6371dcceadcf896083654f7ab39542df4152674b5a3a653e3b36f517f5c1bff4c25db37dd789df9eeb1e1d799c07" + +[update] +[update.modrinth] +mod-id = "QdG47OkI" +version = "X2U8ceG9" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml new file mode 100644 index 0000000..f147762 --- /dev/null +++ b/mods/modernfix.pw.toml @@ -0,0 +1,13 @@ +name = "ModernFix" +filename = "modernfix-neoforge-5.25.1+mc1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/8Be8uJW6/modernfix-neoforge-5.25.1%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "e82ba385f2f4737bc5817db449c9e0082ec86e710265f6e991df562da8dbf2f27b1472c62f7f74ff9c38d51b49a5cc4acd8680d3aa00a266c10826a54624ca84" + +[update] +[update.modrinth] +mod-id = "nmDcB62a" +version = "8Be8uJW6" diff --git a/mods/moonlight.pw.toml b/mods/moonlight.pw.toml new file mode 100644 index 0000000..e9920c3 --- /dev/null +++ b/mods/moonlight.pw.toml @@ -0,0 +1,13 @@ +name = "Moonlight Lib" +filename = "moonlight-1.21-2.26.3-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/twkfQtEc/versions/86D1JAu2/moonlight-1.21-2.26.3-neoforge.jar" +hash-format = "sha512" +hash = "53aa191d1f88883b1302f7dab3df6abc56ed36bf701c158fac411e51e3f121ed4003a246a4dfb04043ca691b3f43d9b5d52938c041a2a8cd603b9966430fd048" + +[update] +[update.modrinth] +mod-id = "twkfQtEc" +version = "86D1JAu2" diff --git a/mods/morechathistory.pw.toml b/mods/morechathistory.pw.toml new file mode 100644 index 0000000..8df4ee9 --- /dev/null +++ b/mods/morechathistory.pw.toml @@ -0,0 +1,13 @@ +name = "More Chat History" +filename = "morechathistory-1.3.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/3siYJiWG/morechathistory-1.3.1.jar" +hash-format = "sha512" +hash = "31831973dafb0cd4e1ead267b0143aa9ce803d8ebf8fec1dfad884c62ad52cf94da0349b2b0b72d9c0c9a7fb83af75180d85e7ea8a44c459d4d5e960b4e3ea06" + +[update] +[update.modrinth] +mod-id = "8qkXwOnk" +version = "3siYJiWG" diff --git a/mods/moreculling.pw.toml b/mods/moreculling.pw.toml new file mode 100644 index 0000000..c4a3990 --- /dev/null +++ b/mods/moreculling.pw.toml @@ -0,0 +1,13 @@ +name = "More Culling" +filename = "moreculling-neoforge-1.21.1-1.0.6.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/51shyZVL/versions/2w0zNJb4/moreculling-neoforge-1.21.1-1.0.6.jar" +hash-format = "sha512" +hash = "fa0081e9aae10d31f30a0f829bafe62768a6536123d8cb5abdebeebbb4e90dc72732d35165452a324bbdb93b3bb4d357427a205b502d063459a15ceb6e280a92" + +[update] +[update.modrinth] +mod-id = "51shyZVL" +version = "2w0zNJb4" diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml new file mode 100644 index 0000000..c665b4f --- /dev/null +++ b/mods/mouse-tweaks.pw.toml @@ -0,0 +1,13 @@ +name = "Mouse Tweaks" +filename = "MouseTweaks-neoforge-mc1.21-2.26.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aC3cM3Vq/versions/9I21YYxf/MouseTweaks-neoforge-mc1.21-2.26.1.jar" +hash-format = "sha512" +hash = "f95c0cc881211ee0442434976775e07aae40b4a2ba4e3a85455bc57ca9d3c991e239cd98374a8abd442dc9c378dcd9001e2caa1bf69991d424b5652dd7f3483b" + +[update] +[update.modrinth] +mod-id = "aC3cM3Vq" +version = "9I21YYxf" diff --git a/mods/mru.pw.toml b/mods/mru.pw.toml new file mode 100644 index 0000000..bb113fb --- /dev/null +++ b/mods/mru.pw.toml @@ -0,0 +1,13 @@ +name = "M.R.U" +filename = "mru-1.0.19+LTS+1.21.1+neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/SNVQ2c0g/versions/qYqVf5jP/mru-1.0.19%2BLTS%2B1.21.1%2Bneoforge.jar" +hash-format = "sha512" +hash = "c0b39727c6d4e312cc6a6e6e5137149ecf907f3c9a518313e4188a05c8301b80c088fb62f7096831e9aa1026fc95a09d79b99fc43456f8da2a1ee36e9a86154d" + +[update] +[update.modrinth] +mod-id = "SNVQ2c0g" +version = "qYqVf5jP" diff --git a/mods/mystical-oak-tree.pw.toml b/mods/mystical-oak-tree.pw.toml new file mode 100644 index 0000000..9d16be1 --- /dev/null +++ b/mods/mystical-oak-tree.pw.toml @@ -0,0 +1,13 @@ +name = "Mystical Oak Tree" +filename = "mysticaloaktree-1.21-1.14-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/eUma2vmY/versions/DnclMSEE/mysticaloaktree-1.21-1.14-neoforge.jar" +hash-format = "sha512" +hash = "e38417a51fff91155c3d1f8005bf2ffdd162894a39ae4ee2ae53015af7ce1dc5b2a827832ca2d604332f35f2e975eaa6d5a952d715c90ca691c7ec9ec9a84b2c" + +[update] +[update.modrinth] +mod-id = "eUma2vmY" +version = "DnclMSEE" diff --git a/mods/natures-spirit.pw.toml b/mods/natures-spirit.pw.toml new file mode 100644 index 0000000..5f61f98 --- /dev/null +++ b/mods/natures-spirit.pw.toml @@ -0,0 +1,13 @@ +name = "Nature's Spirit" +filename = "natures_spirit-2.2.5-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WBvnqHfV/versions/MGjl80vc/natures_spirit-2.2.5-1.21.1.jar" +hash-format = "sha512" +hash = "c99aa5b451c2a8cc3cdb7c36fb9bdf81a8b69bf54956c2897bd7af7478bb1b870cbffc7f3d9e78679e3ed457f2a543daef8e232bef7f130cf7facd2931810a1b" + +[update] +[update.modrinth] +mod-id = "WBvnqHfV" +version = "MGjl80vc" diff --git a/mods/necronomicon.pw.toml b/mods/necronomicon.pw.toml new file mode 100644 index 0000000..682f349 --- /dev/null +++ b/mods/necronomicon.pw.toml @@ -0,0 +1,13 @@ +name = "Necronomicon API" +filename = "Necronomicon-NeoForge-1.6.0+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P1Kv5EAO/versions/4iO8Tbfj/Necronomicon-NeoForge-1.6.0%2B1.21.jar" +hash-format = "sha512" +hash = "fc564e55e8cc2050261db9540afbdbab9ebf6559c1c5cae58ab4a3d4d1b7f1b0842459e5ea1bc780e03fed620a0a2af6bbe1eace037d6a1411ae853dc5e77dae" + +[update] +[update.modrinth] +mod-id = "P1Kv5EAO" +version = "4iO8Tbfj" diff --git a/mods/neo-language-reload.pw.toml b/mods/neo-language-reload.pw.toml new file mode 100644 index 0000000..623cf5b --- /dev/null +++ b/mods/neo-language-reload.pw.toml @@ -0,0 +1,13 @@ +name = "Neo Language Reload" +filename = "neo_language_reload-1.1.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/QdvyilOW/versions/1J2UnAyq/neo_language_reload-1.1.0.jar" +hash-format = "sha512" +hash = "8fa504f59657d475e6cadba5392903e3079fc83ece32f7d37b5da26db7567474f9a3b133ad4d0454be12b506c7f0ce101f9043d461972e72acc733a1d8a2e8fa" + +[update] +[update.modrinth] +mod-id = "QdvyilOW" +version = "1J2UnAyq" diff --git a/mods/netherportalfix.pw.toml b/mods/netherportalfix.pw.toml new file mode 100644 index 0000000..35c9938 --- /dev/null +++ b/mods/netherportalfix.pw.toml @@ -0,0 +1,13 @@ +name = "NetherPortalFix" +filename = "netherportalfix-neoforge-1.21.1-21.1.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/nPZr02ET/versions/O09BGtgh/netherportalfix-neoforge-1.21.1-21.1.1.jar" +hash-format = "sha512" +hash = "be26c53b4e7aa9dc27b05fe4cafdd120a3d1356410b35d25381d473bd9a7aa19ce6cec1bb982fda842f2a663d15dec5d12248b50141f9479a5e9ec33ed2ab3f7" + +[update] +[update.modrinth] +mod-id = "nPZr02ET" +version = "O09BGtgh" diff --git a/mods/network-protocol-disconnect.pw.toml b/mods/network-protocol-disconnect.pw.toml new file mode 100644 index 0000000..084ac25 --- /dev/null +++ b/mods/network-protocol-disconnect.pw.toml @@ -0,0 +1,13 @@ +name = "Network Protocol Disconnect" +filename = "netprodis-2.0.0+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/XFlUmiDF/versions/lfDECel8/netprodis-2.0.0%2B1.21.jar" +hash-format = "sha512" +hash = "95ab339aafb49b5e05d912648ad71169e6588ea80645758e080a125dfb94b879659581ecbd8e231abda84216e74913155321484a606e50fdea1373a4a7f96652" + +[update] +[update.modrinth] +mod-id = "XFlUmiDF" +version = "lfDECel8" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml new file mode 100644 index 0000000..8042b65 --- /dev/null +++ b/mods/no-chat-reports.pw.toml @@ -0,0 +1,13 @@ +name = "No Chat Reports" +filename = "NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/ZV8eL55E/NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar" +hash-format = "sha512" +hash = "292a3623b5addb17e9f15681a4f2534562e9882ef809e504f49da4778fafc12e21a71995b5d05554d435201f401ace1e86af50e6e26f6ce9d203a5896a1ece21" + +[update] +[update.modrinth] +mod-id = "qQyHxfxd" +version = "ZV8eL55E" diff --git a/mods/no-realms-button.pw.toml b/mods/no-realms-button.pw.toml new file mode 100644 index 0000000..7ea0f03 --- /dev/null +++ b/mods/no-realms-button.pw.toml @@ -0,0 +1,13 @@ +name = "No Realms Button" +filename = "NoRealmsButton-2.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AMMUyCdF/versions/ZPsxuqtp/NoRealmsButton-2.0.2.jar" +hash-format = "sha512" +hash = "e4bbc1cfd08229876dcf6a1827811e4a2b02e17582eaf160ef73ca5d7e8ffefda5a553e621ef47ab2d0e059d9887404cd8de8b33cd429cb40cb47c7ea010db7f" + +[update] +[update.modrinth] +mod-id = "AMMUyCdF" +version = "ZPsxuqtp" diff --git a/mods/no-resource-pack-warnings-forge.pw.toml b/mods/no-resource-pack-warnings-forge.pw.toml new file mode 100644 index 0000000..9a43ba4 --- /dev/null +++ b/mods/no-resource-pack-warnings-forge.pw.toml @@ -0,0 +1,13 @@ +name = "No Resource Pack Warnings forge" +filename = "no_resource_pack_warnings_forge-1.21-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/cWtswsPK/versions/WOEnyYmM/no_resource_pack_warnings_forge-1.21-1.0.0.jar" +hash-format = "sha512" +hash = "19bf3c42f674d29c1fba67c1fe87c2e7b73894ba7c87b2ff6c39fde1395cb652d67588e579ea7ceff49d987ddc9b30d5140412555262b4d47065429747e3e33e" + +[update] +[update.modrinth] +mod-id = "cWtswsPK" +version = "WOEnyYmM" diff --git a/mods/notenoughrecipebook.pw.toml b/mods/notenoughrecipebook.pw.toml new file mode 100644 index 0000000..8ef09c2 --- /dev/null +++ b/mods/notenoughrecipebook.pw.toml @@ -0,0 +1,13 @@ +name = "Not Enough Recipe Book [NERB]" +filename = "Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/bQh7xzFq/versions/8SBaRv1t/Not%20Enough%20Recipe%20Book-NEOFORGE-0.4.3%2B1.21.jar" +hash-format = "sha512" +hash = "544f83caec2e894e7422571f154bb5a470e9156d5b5b70e6352c754f1bac47ac2c055893064faae2d05ca3a8bef699343c851c925c2c1f8c3ace7de38cfd67ed" + +[update] +[update.modrinth] +mod-id = "bQh7xzFq" +version = "8SBaRv1t" diff --git a/mods/octo-lib.pw.toml b/mods/octo-lib.pw.toml new file mode 100644 index 0000000..fd13031 --- /dev/null +++ b/mods/octo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "OctoLib" +filename = "OctoLib-NEOFORGE-0.6.0.4+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/RH2KUdKJ/versions/cSBObQER/OctoLib-NEOFORGE-0.6.0.4%2B1.21.jar" +hash-format = "sha512" +hash = "66b27e29aa3c15b1beef24f219cb1f3ed442aad4cdca2d276fc0516131b65dc977cacd17d6555433bad062ddb9feb8145d71ca87d7b99e70d9c5091542818785" + +[update] +[update.modrinth] +mod-id = "RH2KUdKJ" +version = "cSBObQER" diff --git a/mods/overflowing-bars.pw.toml b/mods/overflowing-bars.pw.toml new file mode 100644 index 0000000..aaee0dd --- /dev/null +++ b/mods/overflowing-bars.pw.toml @@ -0,0 +1,13 @@ +name = "Overflowing Bars" +filename = "OverflowingBars-v21.1.1-1.21.1-NeoForge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/XD7XOrAF/versions/PYRrjTaY/OverflowingBars-v21.1.1-1.21.1-NeoForge.jar" +hash-format = "sha512" +hash = "2962a12664e24711096d9be98bfda2ae0b86c5050d0860a36b3567870d794767d308328060c6fbe4f4854b569d97ce465b8b250775f3ae7a5d0a563f342a4136" + +[update] +[update.modrinth] +mod-id = "XD7XOrAF" +version = "PYRrjTaY" diff --git a/mods/owo-lib.pw.toml b/mods/owo-lib.pw.toml new file mode 100644 index 0000000..e0124c1 --- /dev/null +++ b/mods/owo-lib.pw.toml @@ -0,0 +1,13 @@ +name = "oωo (owo-lib)" +filename = "owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ccKDOlHs/versions/NMCHU6DZ/owo-lib-neoforge-0.12.15.5-beta.1%2B1.21.jar" +hash-format = "sha512" +hash = "4de5c5d52139244b8c5260d641087664d992624b822599a32e03c08eb133be854a2f413667dbca1e55772445b04a70210c17b3bc13e3c88e425e7d928104b9fa" + +[update] +[update.modrinth] +mod-id = "ccKDOlHs" +version = "NMCHU6DZ" diff --git a/mods/packet-fixer.pw.toml b/mods/packet-fixer.pw.toml new file mode 100644 index 0000000..a166dda --- /dev/null +++ b/mods/packet-fixer.pw.toml @@ -0,0 +1,13 @@ +name = "Packet Fixer" +filename = "packetfixer-3.3.1-1.20.5-1.21.X-merged.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/c7m1mi73/versions/2C41Q8WX/packetfixer-3.3.1-1.20.5-1.21.X-merged.jar" +hash-format = "sha512" +hash = "d0acfaa6ef394fc7d9e677022bda06a6c8be7851ba8860897999775b657b5e10878578fe626505b0c9dbc01d26f559dbb1214aabb081d076824648047094e2e1" + +[update] +[update.modrinth] +mod-id = "c7m1mi73" +version = "2C41Q8WX" diff --git a/mods/paladins-and-priests.pw.toml b/mods/paladins-and-priests.pw.toml new file mode 100644 index 0000000..36658f8 --- /dev/null +++ b/mods/paladins-and-priests.pw.toml @@ -0,0 +1,13 @@ +name = "Paladins & Priests (RPG Series)" +filename = "paladins-neoforge-2.6.4+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FxXkHaLe/versions/RWrztPGW/paladins-neoforge-2.6.4%2B1.21.1.jar" +hash-format = "sha512" +hash = "8128a8b05344678965ea8d95034127a14a7e10f2c5556c65eb37cc1f225136d3afcc2aa95b1f3a8796971e1908eb623bbfa27a0572ac1db78ab656cbbeec78eb" + +[update] +[update.modrinth] +mod-id = "FxXkHaLe" +version = "RWrztPGW" diff --git a/mods/particle-core.pw.toml b/mods/particle-core.pw.toml new file mode 100644 index 0000000..12dabe8 --- /dev/null +++ b/mods/particle-core.pw.toml @@ -0,0 +1,13 @@ +name = "Particle Core" +filename = "particle_core-0.2.6+1.21+neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RSeLon5O/versions/o1Zk6Pde/particle_core-0.2.6%2B1.21%2Bneoforge.jar" +hash-format = "sha512" +hash = "f3bc6618df0694fe45a3159ff7d9161a6d63b115739353572a5683807bf74c3d5d3251491893312d1ca44f663bdd91aa119ee434ab3d8361942d7895a231a8c8" + +[update] +[update.modrinth] +mod-id = "RSeLon5O" +version = "o1Zk6Pde" diff --git a/mods/particle-interactions.pw.toml b/mods/particle-interactions.pw.toml new file mode 100644 index 0000000..881f5df --- /dev/null +++ b/mods/particle-interactions.pw.toml @@ -0,0 +1,13 @@ +name = "Particle Interactions" +filename = "eg_particle_interactions-0.4.1-neoforge-mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/xFCYuAs8/versions/Js4y2r4d/eg_particle_interactions-0.4.1-neoforge-mc1.21.1.jar" +hash-format = "sha512" +hash = "4218eb6c842b687a2559bc2bc98437df5f105d77c49458f198942b34cb9f6a6cc748a57554f5be5647b753c73519a174a01c4525f603792dbfb2c7e132671df5" + +[update] +[update.modrinth] +mod-id = "xFCYuAs8" +version = "Js4y2r4d" diff --git a/mods/particle-rain.pw.toml b/mods/particle-rain.pw.toml new file mode 100644 index 0000000..0d11c34 --- /dev/null +++ b/mods/particle-rain.pw.toml @@ -0,0 +1,13 @@ +name = "Particle Rain" +filename = "particlerain-4.0.0-beta.3+1.21.1-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/nrikgvxm/versions/Uf3Px9g6/particlerain-4.0.0-beta.3%2B1.21.1-neoforge.jar" +hash-format = "sha512" +hash = "bbb6a741b754a1ec809306efc89358ddc27827b021464f5ce73c9a07c429f37be0029f4a00556106c0004aeda2cf65e969979594260defb5f9ddaadeae52891c" + +[update] +[update.modrinth] +mod-id = "nrikgvxm" +version = "Uf3Px9g6" diff --git a/mods/particular-reforged.pw.toml b/mods/particular-reforged.pw.toml new file mode 100644 index 0000000..b9d8506 --- /dev/null +++ b/mods/particular-reforged.pw.toml @@ -0,0 +1,13 @@ +name = "Particular ✨ Reforged" +filename = "particular-1.21.1-NeoForge-1.1.6.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/pYFUU6cq/versions/q9E2B44D/particular-1.21.1-NeoForge-1.1.6.jar" +hash-format = "sha512" +hash = "a465b92101e9ea7b0729869445cee9af826964b2d1ac44c58c643351b48f0cd934067f050ce4f9d818554f6c0b56eb2d05a21ca94dad7243cb0c434e62a7e1c4" + +[update] +[update.modrinth] +mod-id = "pYFUU6cq" +version = "q9E2B44D" diff --git a/mods/paxi.pw.toml b/mods/paxi.pw.toml new file mode 100644 index 0000000..2b0f018 --- /dev/null +++ b/mods/paxi.pw.toml @@ -0,0 +1,13 @@ +name = "Paxi" +filename = "Paxi-1.21.1-NeoForge-5.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CU0PAyzb/versions/CLZfFbCx/Paxi-1.21.1-NeoForge-5.1.3.jar" +hash-format = "sha512" +hash = "ed6a33eb9a4ac6ce4dd0cd03a45aba6068536121ab89cd4040d8c53964d59a7a8ceaee2f3bae13a3df3813eaf8d4fc4f82883e28ac4577b53aa26b750a181699" + +[update] +[update.modrinth] +mod-id = "CU0PAyzb" +version = "CLZfFbCx" diff --git a/mods/playeranimator.pw.toml b/mods/playeranimator.pw.toml new file mode 100644 index 0000000..68dd423 --- /dev/null +++ b/mods/playeranimator.pw.toml @@ -0,0 +1,13 @@ +name = "playerAnimator" +filename = "player-animation-lib-forge-2.0.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/gedNE4y2/versions/q60QWuOK/player-animation-lib-forge-2.0.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "1b6fdeec973d36fed687d27af05c1ea8467564b21b8f884a0de8cf97e8a8f91d5e7b0cffaa3a687a7341f2357dae8c47e989e2bba44cd3fbb9d90726207f427b" + +[update] +[update.modrinth] +mod-id = "gedNE4y2" +version = "q60QWuOK" diff --git a/mods/presence-footsteps.pw.toml b/mods/presence-footsteps.pw.toml new file mode 100644 index 0000000..1350c49 --- /dev/null +++ b/mods/presence-footsteps.pw.toml @@ -0,0 +1,13 @@ +name = "Presence Footsteps" +filename = "PresenceFootsteps-1.11.0+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/VgtNc4Rg/PresenceFootsteps-1.11.0%2B1.21.jar" +hash-format = "sha512" +hash = "f435512aa58aeb294c1ee91ca884a5dc8f8a04dec117c73ab272bbfb6c5287bf9c67524403d8e6658e4d6be77d11740d21ff2c063d654084eccc02d9864f21d9" + +[update] +[update.modrinth] +mod-id = "rcTfTZr3" +version = "VgtNc4Rg" diff --git a/mods/prickle.pw.toml b/mods/prickle.pw.toml new file mode 100644 index 0000000..e72c054 --- /dev/null +++ b/mods/prickle.pw.toml @@ -0,0 +1,13 @@ +name = "Prickle" +filename = "prickle-neoforge-1.21.1-21.1.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/aaRl8GiW/versions/EE1FHDyD/prickle-neoforge-1.21.1-21.1.11.jar" +hash-format = "sha512" +hash = "154d42795ccf1f3e07714775cdb82fd5db17574319286ced13d86b0456b64e4cf5bb89ffbcbfcefce67b73ed0b83e4e2944e493d79d9a385ff9de23006ee7bf5" + +[update] +[update.modrinth] +mod-id = "aaRl8GiW" +version = "EE1FHDyD" diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml new file mode 100644 index 0000000..71db749 --- /dev/null +++ b/mods/puzzles-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Puzzles Lib" +filename = "PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/QAGBst4M/versions/EgWWSAhJ/PuzzlesLib-v21.1.39-1.21.1-NeoForge.jar" +hash-format = "sha512" +hash = "84bac5cddae511234eea4387d34a96cc961a0e7d23b8c1ab17523b9762bee96a6aa132f57a417e5bc679565439784c268b92ee8d353e4b26f86d3ef5e1c5453b" + +[update] +[update.modrinth] +mod-id = "QAGBst4M" +version = "EgWWSAhJ" diff --git a/mods/ranged-weapon-api.pw.toml b/mods/ranged-weapon-api.pw.toml new file mode 100644 index 0000000..6149963 --- /dev/null +++ b/mods/ranged-weapon-api.pw.toml @@ -0,0 +1,13 @@ +name = "Ranged Weapon API" +filename = "ranged_weapon_api-neoforge-2.3.2+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AqaIIO6D/versions/806nOJPA/ranged_weapon_api-neoforge-2.3.2%2B1.21.1.jar" +hash-format = "sha512" +hash = "5c35492ecfaad3650d48d54c2b043335b5153ef24e36c69c64ff16d70a59996ff23c69666c79b7b07ecd58c490a55a36cfd236a21dd2499ef6f7a650b97ae8ea" + +[update] +[update.modrinth] +mod-id = "AqaIIO6D" +version = "806nOJPA" diff --git a/mods/rechiseled-ae2.pw.toml b/mods/rechiseled-ae2.pw.toml new file mode 100644 index 0000000..c13f1df --- /dev/null +++ b/mods/rechiseled-ae2.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled: AE2" +filename = "rechiseledae2-neoforge-1.21-1.21.1-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sDBUwZVY/versions/QyElNsOO/rechiseledae2-neoforge-1.21-1.21.1-1.0.0.jar" +hash-format = "sha512" +hash = "355c9c95aaad5f126f93db9e694c12bba836632313060722eeed38b7d39eb48a44290864d4d7f3b03755897ac8b547706de6f05b16fe1d1d1c50782e2ab1d7c3" + +[update] +[update.modrinth] +mod-id = "sDBUwZVY" +version = "QyElNsOO" diff --git a/mods/rechiseled-create.pw.toml b/mods/rechiseled-create.pw.toml new file mode 100644 index 0000000..412c3f8 --- /dev/null +++ b/mods/rechiseled-create.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled: Create" +filename = "rechiseledcreate-1.0.2a-neoforge-mc1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E6867niZ/versions/nVRC1t23/rechiseledcreate-1.0.2a-neoforge-mc1.21.jar" +hash-format = "sha512" +hash = "5fcb978c04e3bff7b5a60e2589f0fd206169c6b26828a3c310aeb93d52ec93f594986006ac2d507d049a3b9ac8d1089a255034c7c7948cd3945b135581ee6cce" + +[update] +[update.modrinth] +mod-id = "E6867niZ" +version = "nVRC1t23" diff --git a/mods/rechiseled.pw.toml b/mods/rechiseled.pw.toml new file mode 100644 index 0000000..30a4356 --- /dev/null +++ b/mods/rechiseled.pw.toml @@ -0,0 +1,13 @@ +name = "Rechiseled" +filename = "rechiseled-1.1.6a-neoforge-mc1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/B0g2vT6l/versions/UZPjD9WH/rechiseled-1.1.6a-neoforge-mc1.21.jar" +hash-format = "sha512" +hash = "522c870ce447eed0ffe269805f5bd3d776a960249f864a49ba3f203bff2d2f353cc62cd79978fd9a352d68b312e0f02f918d53b3f66869c80c9c9af311e5b534" + +[update] +[update.modrinth] +mod-id = "B0g2vT6l" +version = "UZPjD9WH" diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml new file mode 100644 index 0000000..8d69bd9 --- /dev/null +++ b/mods/reeses-sodium-options.pw.toml @@ -0,0 +1,13 @@ +name = "Reese's Sodium Options" +filename = "reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/xAiCe6w8/reeses-sodium-options-neoforge-1.8.3%2Bmc1.21.4.jar" +hash-format = "sha512" +hash = "d66b5d30e1bb8316cb75d52ba8485c6c1cfb0d03624288f39c1826b92de9da9c3d79351be9d7303ca3226176255921f35063139da118c755cf9a709186129744" + +[update] +[update.modrinth] +mod-id = "Bh37bMuy" +version = "xAiCe6w8" diff --git a/mods/relics-rpg.pw.toml b/mods/relics-rpg.pw.toml new file mode 100644 index 0000000..d76b9e0 --- /dev/null +++ b/mods/relics-rpg.pw.toml @@ -0,0 +1,13 @@ +name = "Relics (RPG Series)" +filename = "relics-neoforge-1.2.1+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/BDQucwF0/versions/e5R4FsdA/relics-neoforge-1.2.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "c57b540347ce7e81e4a596294ecd91347459df561a7a3f0db939c36d181ba012bfa91bce06e829caec1bff36fe15c866bc72557d1d59bf67f57eee513f831452" + +[update] +[update.modrinth] +mod-id = "BDQucwF0" +version = "e5R4FsdA" diff --git a/mods/remove-terralith-intro-message.pw.toml b/mods/remove-terralith-intro-message.pw.toml new file mode 100644 index 0000000..1f90b46 --- /dev/null +++ b/mods/remove-terralith-intro-message.pw.toml @@ -0,0 +1,13 @@ +name = "Remove Terralith Intro Message" +filename = "remove-terralith-intro-message-1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/sk4iFZGy/versions/Ad77N3iX/remove-terralith-intro-message-1.1.jar" +hash-format = "sha512" +hash = "62391dc2948f14ea0bebab89bdd88bf768bacf458a1832dcd53f95b709c1caf3dde3470cb5b12f3efe5d6904c72410452c56fce952b03f474d9d7a5dc932dfbb" + +[update] +[update.modrinth] +mod-id = "sk4iFZGy" +version = "Ad77N3iX" diff --git a/mods/resourceful-config.pw.toml b/mods/resourceful-config.pw.toml new file mode 100644 index 0000000..baea237 --- /dev/null +++ b/mods/resourceful-config.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Config" +filename = "resourcefulconfig-neoforge-1.21-3.0.11.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/M1953qlQ/versions/lSbyRD6v/resourcefulconfig-neoforge-1.21-3.0.11.jar" +hash-format = "sha512" +hash = "8e4ccc37732b3f5190e7e98df34dbc1339fe614494fcabf1aeaeab9ad8e5993522964b51be31882000c08c48a6d0096b5458364415bb81f2b2b775a7daf2eb87" + +[update] +[update.modrinth] +mod-id = "M1953qlQ" +version = "lSbyRD6v" diff --git a/mods/resourceful-lib.pw.toml b/mods/resourceful-lib.pw.toml new file mode 100644 index 0000000..ab5aa95 --- /dev/null +++ b/mods/resourceful-lib.pw.toml @@ -0,0 +1,13 @@ +name = "Resourceful Lib" +filename = "resourcefullib-neoforge-1.21-3.0.12.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/G1hIVOrD/versions/x99nCLTm/resourcefullib-neoforge-1.21-3.0.12.jar" +hash-format = "sha512" +hash = "a9d20e345faa9bcb297bd95ac9524205834804d1bb13518397dd4f7f62b352b08c3339ee7f7870d3669078ceeb33d5c31ea527aecce4b31d62ec1ff7d8b562c8" + +[update] +[update.modrinth] +mod-id = "G1hIVOrD" +version = "x99nCLTm" diff --git a/mods/rogues-and-warriors.pw.toml b/mods/rogues-and-warriors.pw.toml new file mode 100644 index 0000000..8d7908f --- /dev/null +++ b/mods/rogues-and-warriors.pw.toml @@ -0,0 +1,13 @@ +name = "Rogues & Warriors (RPG Series)" +filename = "rogues-neoforge-2.6.4+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/3MKqoGuP/versions/oc0Z98i9/rogues-neoforge-2.6.4%2B1.21.1.jar" +hash-format = "sha512" +hash = "d7cff6d4b30e9dffcdb16f46cad5f046bb7c0e4d945e3b5b39eeafbcf85b8bc43c5301d4e94e711c85b0d46ca139b483be977c4f91906db00c2c2d017b59e223" + +[update] +[update.modrinth] +mod-id = "3MKqoGuP" +version = "oc0Z98i9" diff --git a/mods/runes.pw.toml b/mods/runes.pw.toml new file mode 100644 index 0000000..52a825f --- /dev/null +++ b/mods/runes.pw.toml @@ -0,0 +1,13 @@ +name = "Runes" +filename = "runes-neoforge-1.2.0+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/lP9Yrr1E/versions/aTTHCEaa/runes-neoforge-1.2.0%2B1.21.1.jar" +hash-format = "sha512" +hash = "aa359148ebb76e39ed722ab91203a24ed845b858ac9a834c0a26d356485f4e24f5ef73f5ce8093453302f27b35148779344b5a04c220d2daebdd3aeb25a1b616" + +[update] +[update.modrinth] +mod-id = "lP9Yrr1E" +version = "aTTHCEaa" diff --git a/mods/saturn.pw.toml b/mods/saturn.pw.toml new file mode 100644 index 0000000..8578331 --- /dev/null +++ b/mods/saturn.pw.toml @@ -0,0 +1,13 @@ +name = "Saturn" +filename = "saturn-mc1.21.1-0.1.5.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/2eT495vq/versions/V5lIEjKs/saturn-mc1.21.1-0.1.5.jar" +hash-format = "sha512" +hash = "e328d85d449bf61a0ba90e7ca801db0aea4ef4e1f8fbdc0cb774d21892bd65ae3f1546aa78cb8fdd0acf2361653c1e205aec823233e089de9d067e67b6fd4e8f" + +[update] +[update.modrinth] +mod-id = "2eT495vq" +version = "V5lIEjKs" diff --git a/mods/scalablelux.pw.toml b/mods/scalablelux.pw.toml new file mode 100644 index 0000000..fd19c14 --- /dev/null +++ b/mods/scalablelux.pw.toml @@ -0,0 +1,13 @@ +name = "ScalableLux" +filename = "ScalableLux-0.1.0.1+neoforge.1cb1e91-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ps1zyz6x/versions/j10HNoNf/ScalableLux-0.1.0.1%2Bneoforge.1cb1e91-all.jar" +hash-format = "sha512" +hash = "9378b6a70eca81b018121c01a1467c16245ee3f0bb3cfeece6e9045508ae18834256aed4a72d045df9fc3feca94f006518788260e47094173fa64c39d8450223" + +[update] +[update.modrinth] +mod-id = "Ps1zyz6x" +version = "j10HNoNf" diff --git a/mods/screenshot-compression.pw.toml b/mods/screenshot-compression.pw.toml new file mode 100644 index 0000000..ac43f0c --- /dev/null +++ b/mods/screenshot-compression.pw.toml @@ -0,0 +1,13 @@ +name = "Screenshot Compression" +filename = "screenshotcompression-1.21.1-1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/cfrxss4E/versions/U8vrkfAK/screenshotcompression-1.21.1-1.1.jar" +hash-format = "sha512" +hash = "fbc1bd1987e51cfb37a891ab9064067df8c5f988daf731440903aff4f113bd610258e4edaa4a756d0535228afcd695dbb6913dac7d4d201229aabda2f2f9a04c" + +[update] +[update.modrinth] +mod-id = "cfrxss4E" +version = "U8vrkfAK" diff --git a/mods/screenshot-to-clipboard.pw.toml b/mods/screenshot-to-clipboard.pw.toml new file mode 100644 index 0000000..597eba3 --- /dev/null +++ b/mods/screenshot-to-clipboard.pw.toml @@ -0,0 +1,13 @@ +name = "Screenshot to Clipboard" +filename = "screenshot-to-clipboard-neoforge-1.0.10.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/1KiJRrTg/versions/tnP4eg1K/screenshot-to-clipboard-neoforge-1.0.10.jar" +hash-format = "sha512" +hash = "70621a29e84be664eabac05f5fc08f3960726e1311dd29de9bb88c104dea3f49f481f02cef24cae0d44608b4b3b6c4102fea8b2093b4f0cf97611316866ae547" + +[update] +[update.modrinth] +mod-id = "1KiJRrTg" +version = "tnP4eg1K" diff --git a/mods/seamless-loading-screen.pw.toml b/mods/seamless-loading-screen.pw.toml new file mode 100644 index 0000000..8b4c75c --- /dev/null +++ b/mods/seamless-loading-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Seamless Loading Screen " +filename = "seamless-loading-screen-2.2.1+1.21-neoforge.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/TyTPFOiF/versions/lEeBiPTm/seamless-loading-screen-2.2.1%2B1.21-neoforge.jar" +hash-format = "sha512" +hash = "4815727f635c506d028a0da1c6b8a0b5114df3d378d95776ab1f40d694e80b56709cd0d18a2e68984d5d6cb0b31fc24b3d6803d9f26e462bef5bc81911ac6a7b" + +[update] +[update.modrinth] +mod-id = "TyTPFOiF" +version = "lEeBiPTm" diff --git a/mods/seamless.pw.toml b/mods/seamless.pw.toml new file mode 100644 index 0000000..4e6d74c --- /dev/null +++ b/mods/seamless.pw.toml @@ -0,0 +1,13 @@ +name = "Seamless" +filename = "seamless-2.3.2-neoforge-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rhyHyQke/versions/vtqXlAWL/seamless-2.3.2-neoforge-1.21.1.jar" +hash-format = "sha512" +hash = "59fc062413f60134218e602f6dcc1d97ddf39d132ec437ed668cd4ecb03cf21449d60c8201e4d8409b145dd26aeee7d51da677c8b982034c12434053d7a77318" + +[update] +[update.modrinth] +mod-id = "rhyHyQke" +version = "vtqXlAWL" diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml new file mode 100644 index 0000000..fded818 --- /dev/null +++ b/mods/searchables.pw.toml @@ -0,0 +1,13 @@ +name = "Searchables" +filename = "Searchables-neoforge-1.21.1-1.0.2.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/fuuu3xnx/versions/iEE85X0w/Searchables-neoforge-1.21.1-1.0.2.jar" +hash-format = "sha512" +hash = "d0824bac1900142ac9a53e68f7ec3b4c0d33d9366bbd3f1d0d93eed860e5eb6b5e6f5a215a69bfffa70bcb48573ff49b5a12bbaa96096ceac6636000d506027a" + +[update] +[update.modrinth] +mod-id = "fuuu3xnx" +version = "iEE85X0w" diff --git a/mods/seasonhud.pw.toml b/mods/seasonhud.pw.toml new file mode 100644 index 0000000..982413d --- /dev/null +++ b/mods/seasonhud.pw.toml @@ -0,0 +1,13 @@ +name = "SeasonHUD" +filename = "seasonhud-neoforge-1.21.1-1.13.14.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/VNjUn3NA/versions/KEBStjn2/seasonhud-neoforge-1.21.1-1.13.14.jar" +hash-format = "sha512" +hash = "fb6db00ef75039d06ac646d63d505f3167675e5400e7bcdb641b1a607c295d6ed481a9ef367c2e435547dd9dfcc26a55954be3f525e8bbf913c346f1b4bb7559" + +[update] +[update.modrinth] +mod-id = "VNjUn3NA" +version = "KEBStjn2" diff --git a/mods/serene-seasons.pw.toml b/mods/serene-seasons.pw.toml new file mode 100644 index 0000000..1532b6a --- /dev/null +++ b/mods/serene-seasons.pw.toml @@ -0,0 +1,13 @@ +name = "Serene Seasons" +filename = "SereneSeasons-neoforge-1.21.1-10.1.0.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/e0bNACJD/versions/SPj5bJoM/SereneSeasons-neoforge-1.21.1-10.1.0.3.jar" +hash-format = "sha512" +hash = "8d6c2712019da586c9f3a1372f2951173cd5f7a821645ffa03e4448e56f6b277aab0651307e1d4d9e0944cb02d32b2caff581bde912cb21fc6fd7b7d84655b8c" + +[update] +[update.modrinth] +mod-id = "e0bNACJD" +version = "SPj5bJoM" diff --git a/mods/servercore.pw.toml b/mods/servercore.pw.toml new file mode 100644 index 0000000..c2cade2 --- /dev/null +++ b/mods/servercore.pw.toml @@ -0,0 +1,13 @@ +name = "ServerCore" +filename = "servercore-neoforge-1.5.10+1.21.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/4WWQxlQP/versions/77MAnmOn/servercore-neoforge-1.5.10%2B1.21.1.jar" +hash-format = "sha512" +hash = "eb6ed9c72219de80b22d2c9ca63a5cd4c613fd02d72d5bc1de432fe6c501afa2fecf271bb1696ffc987146192de2cba47e7a34fae87076e0a400b962ce3b67bc" + +[update] +[update.modrinth] +mod-id = "4WWQxlQP" +version = "77MAnmOn" diff --git a/mods/shield-api.pw.toml b/mods/shield-api.pw.toml new file mode 100644 index 0000000..da77b7b --- /dev/null +++ b/mods/shield-api.pw.toml @@ -0,0 +1,13 @@ +name = "Shield API" +filename = "shield_api-neoforge-2.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/y9clIFY4/versions/fgK2cNYi/shield_api-neoforge-2.2.0.jar" +hash-format = "sha512" +hash = "8c4e5ade7539bc8b27bc456b5a00581472b7ff255a7e0ec828d32fd9aa0addc4245c78f7537565f8517852bf00b477837b0fbb1953e89075e5906e9c71dc22f2" + +[update] +[update.modrinth] +mod-id = "y9clIFY4" +version = "fgK2cNYi" diff --git a/mods/shut-up-gl-error.pw.toml b/mods/shut-up-gl-error.pw.toml new file mode 100644 index 0000000..70974a2 --- /dev/null +++ b/mods/shut-up-gl-error.pw.toml @@ -0,0 +1,13 @@ +name = "Shut Up GL Error" +filename = "shut_up_gl_error-neoforge-2.0.0+1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/houIxdGF/versions/ZBew9Akz/shut_up_gl_error-neoforge-2.0.0%2B1.21.1.jar" +hash-format = "sha512" +hash = "327811f96d219655a141e72e51226425d671a5890079264dcd1b933f326f30b8dde17ce593ab10fca523221e76273c6939835a4cc7a397bfe5d7f3fe8cf6f32d" + +[update] +[update.modrinth] +mod-id = "houIxdGF" +version = "ZBew9Akz" diff --git a/mods/simple-snowy-fix-(forge-fabric).pw.toml b/mods/simple-snowy-fix-(forge-fabric).pw.toml new file mode 100644 index 0000000..b200d8e --- /dev/null +++ b/mods/simple-snowy-fix-(forge-fabric).pw.toml @@ -0,0 +1,13 @@ +name = "Simple Snowy Fix (Forge / Fabric)" +filename = "simple_snowy_fix-1.21.1-1.21.10-2.1.5-neoforge.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/3WP3HZRG/versions/9gMSq9py/simple_snowy_fix-1.21.1-1.21.10-2.1.5-neoforge.jar" +hash-format = "sha512" +hash = "fdb4fc5575725a972f11f0483559227e64498374af7c716d55b91257e9ec9e75fb09320f25ff6d668c4003869b57af75ced5343d13190cfcaefb46b11dff014f" + +[update] +[update.modrinth] +mod-id = "3WP3HZRG" +version = "9gMSq9py" diff --git a/mods/simple-voice-chat.pw.toml b/mods/simple-voice-chat.pw.toml new file mode 100644 index 0000000..9e74c92 --- /dev/null +++ b/mods/simple-voice-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Simple Voice Chat" +filename = "voicechat-neoforge-1.21.1-2.6.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9eGKb6K1/versions/xPCSVWfI/voicechat-neoforge-1.21.1-2.6.6.jar" +hash-format = "sha512" +hash = "ce2b4464034c3cb85df73bebd6bfcdc9c4cfa4a26bbb90ac327e3d08a2880207c46ffa7ecf5e6f0b6f41a63338e70085f1c0f0ea582cf615ccb7c4e60d98cc20" + +[update] +[update.modrinth] +mod-id = "9eGKb6K1" +version = "xPCSVWfI" diff --git a/mods/skill-tree.pw.toml b/mods/skill-tree.pw.toml new file mode 100644 index 0000000..232369c --- /dev/null +++ b/mods/skill-tree.pw.toml @@ -0,0 +1,13 @@ +name = "Skill Tree (RPG Series)" +filename = "skill_tree-neoforge-1.2.2+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/PjDhruSC/versions/bkPU3oXA/skill_tree-neoforge-1.2.2%2B1.21.1.jar" +hash-format = "sha512" +hash = "0766b48a2464e8ed0c0118c8eac60affba0939c05c403a22e0b859863efd00021ac413deae6be2568183487928cf18c40651e637618e0620e8bb055403e42d16" + +[update] +[update.modrinth] +mod-id = "PjDhruSC" +version = "bkPU3oXA" diff --git a/mods/skills.pw.toml b/mods/skills.pw.toml new file mode 100644 index 0000000..fd52ea0 --- /dev/null +++ b/mods/skills.pw.toml @@ -0,0 +1,13 @@ +name = "Pufferfish's Skills" +filename = "puffish_skills-0.16.8-1.21-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hqQqvaa4/versions/iHtYs3aQ/puffish_skills-0.16.8-1.21-neoforge.jar" +hash-format = "sha512" +hash = "7c34b3e0fcd5fb7cdad4434144e627b2819bb3e401fdc6054aa6d9984517d2f761503d6e357ac98869e08840133c9c552c2b3e3d5847eca19f8e01d4627f7f67" + +[update] +[update.modrinth] +mod-id = "hqQqvaa4" +version = "iHtYs3aQ" diff --git a/mods/slice-and-dice.pw.toml b/mods/slice-and-dice.pw.toml new file mode 100644 index 0000000..3f52873 --- /dev/null +++ b/mods/slice-and-dice.pw.toml @@ -0,0 +1,13 @@ +name = "Create Slice & Dice" +filename = "sliceanddice-forge-4.2.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/GmjmRQ0A/versions/DwseRoo3/sliceanddice-forge-4.2.2.jar" +hash-format = "sha512" +hash = "6bc2bb30ae523b1b522e3fdd4bd6437e9f69074a4101b0d43bac3867b0e37ee60eb05cdaee55fea434444323f5c1fc4b3cab9bca0b6fda53b3685291b8b734ef" + +[update] +[update.modrinth] +mod-id = "GmjmRQ0A" +version = "DwseRoo3" diff --git a/mods/snow-real-magic.pw.toml b/mods/snow-real-magic.pw.toml new file mode 100644 index 0000000..d00d566 --- /dev/null +++ b/mods/snow-real-magic.pw.toml @@ -0,0 +1,13 @@ +name = "Snow! Real Magic! ⛄" +filename = "SnowRealMagic-1.21.1-NeoForge-12.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iJNje1E8/versions/bRJ7ymMR/SnowRealMagic-1.21.1-NeoForge-12.1.2.jar" +hash-format = "sha512" +hash = "f575a67758e225ac8cc98fc34ea54b7ee5b98da8e950ca6c9f60ca9da58b1004889de44b534fd7abb1de4facc7cd280a0f101c7f5a424735c78a7b741d370957" + +[update] +[update.modrinth] +mod-id = "iJNje1E8" +version = "bRJ7ymMR" diff --git a/mods/sodium-dynamic-lights.pw.toml b/mods/sodium-dynamic-lights.pw.toml new file mode 100644 index 0000000..4a5c7aa --- /dev/null +++ b/mods/sodium-dynamic-lights.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Dynamic Lights" +filename = "sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PxQSWIcD/versions/XI0WLXdn/sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar" +hash-format = "sha512" +hash = "ec19a81cf2dfde255990a457d8f6d7375df53cb94190dce71c4bfe5d5263f4862027ce4aa0af20cb11d56c7c031d5e149b3bdf95bec6343e5bd4552450b14c0a" + +[update] +[update.modrinth] +mod-id = "PxQSWIcD" +version = "XI0WLXdn" diff --git a/mods/sodium-extra.pw.toml b/mods/sodium-extra.pw.toml new file mode 100644 index 0000000..5004f97 --- /dev/null +++ b/mods/sodium-extra.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Extra" +filename = "sodium-extra-neoforge-0.6.0+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PtjYWJkn/versions/pFmw1eci/sodium-extra-neoforge-0.6.0%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "6f7383ef3f4b572c76d3371a7441bc3d625db9d404cf61b249fab018bc3ffd1fa82e735ec21916df3f4072f0927dad3673efbc40bf8d11846c3d6fecc9329bb7" + +[update] +[update.modrinth] +mod-id = "PtjYWJkn" +version = "pFmw1eci" diff --git a/mods/sodium-options-api.pw.toml b/mods/sodium-options-api.pw.toml new file mode 100644 index 0000000..b034e9e --- /dev/null +++ b/mods/sodium-options-api.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium Options API" +filename = "sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Es5v4eyq/versions/lrsX3TMS/sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar" +hash-format = "sha512" +hash = "f2f022183f300961d7d0503461daa59e3e606c32f189f1cb3307edaf765986c541929205b7bf6f40c4c88319696e9d863c1bf711bd441dc9b7081c198ddb445b" + +[update] +[update.modrinth] +mod-id = "Es5v4eyq" +version = "lrsX3TMS" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml new file mode 100644 index 0000000..b2530b8 --- /dev/null +++ b/mods/sodium.pw.toml @@ -0,0 +1,13 @@ +name = "Sodium" +filename = "sodium-neoforge-0.6.13+mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/AANobbMI/versions/Pb3OXVqC/sodium-neoforge-0.6.13%2Bmc1.21.1.jar" +hash-format = "sha512" +hash = "ce58f34d05d96c0a109a5cea23c741f6bdb2e6be31fc087c5989274cefca5f10ba0c08c62083cf554a51f2c7667bf46e4164383f675c844e77633aef2659996b" + +[update] +[update.modrinth] +mod-id = "AANobbMI" +version = "Pb3OXVqC" diff --git a/mods/sound-physics-remastered.pw.toml b/mods/sound-physics-remastered.pw.toml new file mode 100644 index 0000000..62ac0a4 --- /dev/null +++ b/mods/sound-physics-remastered.pw.toml @@ -0,0 +1,13 @@ +name = "Sound Physics Remastered" +filename = "sound-physics-remastered-neoforge-1.21.1-1.5.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/qyVF9oeo/versions/Dd2tmpsk/sound-physics-remastered-neoforge-1.21.1-1.5.1.jar" +hash-format = "sha512" +hash = "ff7e9f0b968eeb2ba0e833328a122813cad0434cfe2d5c3d527c1c0d564504f13a737fc05f22d3fea562a2f86568d31b95212bf5347dd10da36cd49ad56143a6" + +[update] +[update.modrinth] +mod-id = "qyVF9oeo" +version = "Dd2tmpsk" diff --git a/mods/spark.pw.toml b/mods/spark.pw.toml new file mode 100644 index 0000000..69dd75e --- /dev/null +++ b/mods/spark.pw.toml @@ -0,0 +1,13 @@ +name = "spark" +filename = "spark-1.10.124-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/l6YH9Als/versions/v5qtqRQi/spark-1.10.124-neoforge.jar" +hash-format = "sha512" +hash = "f86ce34f2759c69df82578c397ff55b666c84626229a98f598458b960c21b38c95d6bfef4772af7f963c4f4868e5e2d9aef6b99c1d51bab55bf45e0e6e6b5ed4" + +[update] +[update.modrinth] +mod-id = "l6YH9Als" +version = "v5qtqRQi" diff --git a/mods/spell-engine.pw.toml b/mods/spell-engine.pw.toml new file mode 100644 index 0000000..e1a53e1 --- /dev/null +++ b/mods/spell-engine.pw.toml @@ -0,0 +1,13 @@ +name = "Spell Engine" +filename = "spell_engine-neoforge-1.8.14+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/XvoWJaA2/versions/mTbe040C/spell_engine-neoforge-1.8.14%2B1.21.1.jar" +hash-format = "sha512" +hash = "247aa566261f4669557202130d2bc0529bd3ee52916c6f88ab464e6817013bdf59d6fead0e2216b6b39cef545bf3c927b338512e0e81c65f6614c9a5d7a7b273" + +[update] +[update.modrinth] +mod-id = "XvoWJaA2" +version = "mTbe040C" diff --git a/mods/spell-power.pw.toml b/mods/spell-power.pw.toml new file mode 100644 index 0000000..b1eb397 --- /dev/null +++ b/mods/spell-power.pw.toml @@ -0,0 +1,13 @@ +name = "Spell Power Attributes" +filename = "spell_power-neoforge-1.4.4+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8ooWzSQP/versions/iDoaN9RP/spell_power-neoforge-1.4.4%2B1.21.1.jar" +hash-format = "sha512" +hash = "52573d81ce8c13a6069129633af9ca6c6afd31a0dcca6ef1067952475425ed19baa62a43a8d8a222a4883e4e17a467a9072f43c85fcb3f740ba4d7989d47aad9" + +[update] +[update.modrinth] +mod-id = "8ooWzSQP" +version = "iDoaN9RP" diff --git a/mods/structure-layout-optimizer.pw.toml b/mods/structure-layout-optimizer.pw.toml new file mode 100644 index 0000000..b34f7e4 --- /dev/null +++ b/mods/structure-layout-optimizer.pw.toml @@ -0,0 +1,13 @@ +name = "Structure Layout Optimizer" +filename = "structure_layout_optimizer-neoforge-1.0.11.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ayPU0OHc/versions/GCoftSqH/structure_layout_optimizer-neoforge-1.0.11.jar" +hash-format = "sha512" +hash = "c50941151515909d0cc8f3e8e87dd23ec8a7f951d196093649fb68ea04ffdc95911cd5fa356f26f5ac826a88674ccc2fc3c4aa2f5d38527a77b490c6d80b456e" + +[update] +[update.modrinth] +mod-id = "ayPU0OHc" +version = "GCoftSqH" diff --git a/mods/structure-pool-api.pw.toml b/mods/structure-pool-api.pw.toml new file mode 100644 index 0000000..0005960 --- /dev/null +++ b/mods/structure-pool-api.pw.toml @@ -0,0 +1,13 @@ +name = "Structure Pool API" +filename = "structure_pool_api-neoforge-1.2.1+1.21.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/LrYZi08Q/versions/kdWVYKdx/structure_pool_api-neoforge-1.2.1%2B1.21.1.jar" +hash-format = "sha512" +hash = "e5c433ce500f1f9350b41e804aca28d80a2fb4b72d01bb997aca59968c9e255eacfccd0fafd804e2c07ab5b4dba7448211fb827453467727de2b64bf2826ce6b" + +[update] +[update.modrinth] +mod-id = "LrYZi08Q" +version = "kdWVYKdx" diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml new file mode 100644 index 0000000..b70b6d5 --- /dev/null +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Config Lib" +filename = "supermartijn642configlib-1.1.8-neoforge-mc1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/LN9BxssP/versions/qKL9jM75/supermartijn642configlib-1.1.8-neoforge-mc1.21.jar" +hash-format = "sha512" +hash = "768d8ca178c5e653986f5131b7aeb7fa57ce7d32c16ed399ced01b273565a2b640130c55c7092747efeff40dbb0348876b18b415f59b0d16dd2c7f32f1798ce2" + +[update] +[update.modrinth] +mod-id = "LN9BxssP" +version = "qKL9jM75" diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml new file mode 100644 index 0000000..1f5b71b --- /dev/null +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -0,0 +1,13 @@ +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.18a-neoforge-mc1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/rOUBggPv/versions/I55kQvEh/supermartijn642corelib-1.1.18a-neoforge-mc1.21.jar" +hash-format = "sha512" +hash = "6f37d2f76928f1421d7ec4f60dead6ad806606f7a25f0545c547316513284f309396b221749328579c76d75a70fdf22e6f953b27abc5c78f2c2d68f2dfa545bb" + +[update] +[update.modrinth] +mod-id = "rOUBggPv" +version = "I55kQvEh" diff --git a/mods/supplementaries-squared.pw.toml b/mods/supplementaries-squared.pw.toml new file mode 100644 index 0000000..fac1b8f --- /dev/null +++ b/mods/supplementaries-squared.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries Squared" +filename = "suppsquared-1.21-1.2.14-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/dCCkNFwE/versions/m9CoftwQ/suppsquared-1.21-1.2.14-neoforge.jar" +hash-format = "sha512" +hash = "a803aabb4795cfc16c7e0c27b477ce9f5d2e61ad6b91dc030a3b32c800209d8e0e1f0bb46d9af4383c676504ef446a7069e17668d9d9db0a14acdf913976a1d0" + +[update] +[update.modrinth] +mod-id = "dCCkNFwE" +version = "m9CoftwQ" diff --git a/mods/supplementaries.pw.toml b/mods/supplementaries.pw.toml new file mode 100644 index 0000000..a091821 --- /dev/null +++ b/mods/supplementaries.pw.toml @@ -0,0 +1,13 @@ +name = "Supplementaries" +filename = "supplementaries-1.21-3.4.20-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/rEEPz2OX/supplementaries-1.21-3.4.20-neoforge.jar" +hash-format = "sha512" +hash = "0206956afafee9846f902bd8d40b56b1707d77bfb8ae6eb1a61499860eccb897ccff81d0a64a8f99202daa2df0111998bf276dd625199129d2ce628a899b2bed" + +[update] +[update.modrinth] +mod-id = "fFEIiSDQ" +version = "rEEPz2OX" diff --git a/mods/surveyor.pw.toml b/mods/surveyor.pw.toml new file mode 100644 index 0000000..da495d5 --- /dev/null +++ b/mods/surveyor.pw.toml @@ -0,0 +1,13 @@ +name = "Surveyor Map Framework" +filename = "surveyor-0.6.26+1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/4KjqhPc9/versions/O3tZIYTa/surveyor-0.6.26%2B1.21.jar" +hash-format = "sha512" +hash = "d98d45206fd86c215d1e0aee4d63c49c33dd46ee45b58d9df373cd1a5c61f6747ed9651b5a42553ad5bccd313f1cbcd04d2aba0fff9f3114f6af34c31ab7a8a5" + +[update] +[update.modrinth] +mod-id = "4KjqhPc9" +version = "O3tZIYTa" diff --git a/mods/symbol-chat.pw.toml b/mods/symbol-chat.pw.toml new file mode 100644 index 0000000..17ed068 --- /dev/null +++ b/mods/symbol-chat.pw.toml @@ -0,0 +1,13 @@ +name = "Symbol Chat" +filename = "symbol-chat-1.21.1-1.2.8.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/NKvLVQMc/versions/OXCY0CpU/symbol-chat-1.21.1-1.2.8.jar" +hash-format = "sha512" +hash = "9c5b89b9c5c26ca473c777c998b41b7f7026b7f6932aabb1da22ca95f5513b497fd556ba36bed95fe66fd5a83ebe81aae4e17f12023afad2964942ab9ca146f1" + +[update] +[update.modrinth] +mod-id = "NKvLVQMc" +version = "OXCY0CpU" diff --git a/mods/tag-tooltips.pw.toml b/mods/tag-tooltips.pw.toml new file mode 100644 index 0000000..e7f1729 --- /dev/null +++ b/mods/tag-tooltips.pw.toml @@ -0,0 +1,13 @@ +name = "Tag Tooltips" +filename = "tagtooltips-neoforge-1.21.1-1.2.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/2MgfuPip/versions/6gXB1Kcv/tagtooltips-neoforge-1.21.1-1.2.0.jar" +hash-format = "sha512" +hash = "76d079843900825172d633776c82598cc19cc5dbc4f9e74ea497dc52c6fb530f10437b30b781f0a05982e25f59198e813634623664b211c6ba396e22d0bf552d" + +[update] +[update.modrinth] +mod-id = "2MgfuPip" +version = "6gXB1Kcv" diff --git a/mods/tan-compat-pack.pw.toml b/mods/tan-compat-pack.pw.toml new file mode 100644 index 0000000..ca7083e --- /dev/null +++ b/mods/tan-compat-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Tough As Nails - Compatibility Pack" +filename = "tan-compat-pack-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/U1b0lF34/versions/EHDTQbxx/tan-compat-pack-1.0.0.jar" +hash-format = "sha512" +hash = "cbb6868523a936aabde2870b4f187cfadc533b7f16263aa0b9515dc7e8a9aa727d06b98fd414aef2f73d7e29a342f5274038e5726c9614cd254856c17998a4c6" + +[update] +[update.modrinth] +mod-id = "U1b0lF34" +version = "EHDTQbxx" diff --git a/mods/tenpercentoff.pw.toml b/mods/tenpercentoff.pw.toml new file mode 100644 index 0000000..4760650 --- /dev/null +++ b/mods/tenpercentoff.pw.toml @@ -0,0 +1,7 @@ +name = "tenpercentoff" +filename = "tenpercentoff.jar" + +[download] +url = "https://goop.network/tenpercentoff.jar" +hash-format = "sha256" +hash = "ffd9831f63661918fae04ca617d022dda49a0b9c90fe427ebbfd564e66ccb3f2" diff --git a/mods/terrablender.pw.toml b/mods/terrablender.pw.toml new file mode 100644 index 0000000..598494e --- /dev/null +++ b/mods/terrablender.pw.toml @@ -0,0 +1,13 @@ +name = "TerraBlender" +filename = "TerraBlender-neoforge-1.21.1-4.1.0.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/kkmrDlKT/versions/6e8GCrLb/TerraBlender-neoforge-1.21.1-4.1.0.8.jar" +hash-format = "sha512" +hash = "9d4b2a1be5139c0fb2fad92ed21805b17d9e83b6ea48e637e018bb14063c1823a206390755dbfe8d025c20fd62ac11cdd84db53ddb956dabaeda01bff57bac50" + +[update] +[update.modrinth] +mod-id = "kkmrDlKT" +version = "6e8GCrLb" diff --git a/mods/terrablenderfix.pw.toml b/mods/terrablenderfix.pw.toml new file mode 100644 index 0000000..456d799 --- /dev/null +++ b/mods/terrablenderfix.pw.toml @@ -0,0 +1,13 @@ +name = "TerraBlenderFix" +filename = "terrablenderfix-neoforge-1.21.1-0.0.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/t2pgJYye/versions/mj0Dc8K5/terrablenderfix-neoforge-1.21.1-0.0.1.jar" +hash-format = "sha512" +hash = "b54de742dec0d9227b1ac805f749850376a5ef89fc3d7370ab85ec96c509e63e00fc26c94eb56b91cbdd4408a01ac83b4b1571080c7dfa5fb2b0a71fe6a05c2d" + +[update] +[update.modrinth] +mod-id = "t2pgJYye" +version = "mj0Dc8K5" diff --git a/mods/terralith.pw.toml b/mods/terralith.pw.toml new file mode 100644 index 0000000..b662da4 --- /dev/null +++ b/mods/terralith.pw.toml @@ -0,0 +1,13 @@ +name = "Terralith" +filename = "Terralith_1.21.x_v2.5.8.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/8oi3bsk5/versions/MuJMtPGQ/Terralith_1.21.x_v2.5.8.jar" +hash-format = "sha512" +hash = "f862ed5435ce4c11a97d2ea5c40eee9f817c908f3223b5fd3e3fff0562a55111d7429dc73a2f1ca0b1af7b1ff6fa0470ed6efebb5de13336c40bb70fb357dd60" + +[update] +[update.modrinth] +mod-id = "8oi3bsk5" +version = "MuJMtPGQ" diff --git a/mods/threatengl.pw.toml b/mods/threatengl.pw.toml new file mode 100644 index 0000000..b685a31 --- /dev/null +++ b/mods/threatengl.pw.toml @@ -0,0 +1,13 @@ +name = "ThreatenGL" +filename = "threatengl-neoforge-2.0.4-release.10.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/RSFrpoou/versions/6Xu0Lib5/threatengl-neoforge-2.0.4-release.10.jar" +hash-format = "sha512" +hash = "f83691dc285de7997308af36280a33972f08ea457501926a1442267ab83fc25c69279ee37593674494e9f0d4f1d6d242cb97f43e888c73513d9da9a903dff204" + +[update] +[update.modrinth] +mod-id = "RSFrpoou" +version = "6Xu0Lib5" diff --git a/mods/tightfire.pw.toml b/mods/tightfire.pw.toml new file mode 100644 index 0000000..b55672f --- /dev/null +++ b/mods/tightfire.pw.toml @@ -0,0 +1,13 @@ +name = "Tightfire" +filename = "tightfire-1.21.1-1.0-SNAPSHOT.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/jExZM2Rj/versions/NJCeyKqT/tightfire-1.21.1-1.0-SNAPSHOT.jar" +hash-format = "sha512" +hash = "c87b4eb2799a9df527ad2c1c1736665762a34a0fdadd785b40cc83eb5db72dc409909f687537fba5fa50cd1182734abf10c8647a017fdaa5f7f23de66d5bebab" + +[update] +[update.modrinth] +mod-id = "jExZM2Rj" +version = "NJCeyKqT" diff --git a/mods/toadlib.pw.toml b/mods/toadlib.pw.toml new file mode 100644 index 0000000..62807e4 --- /dev/null +++ b/mods/toadlib.pw.toml @@ -0,0 +1,13 @@ +name = "ToadLib" +filename = "Toadlib-1.3.2-1.21-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/CYQ7VYrM/versions/Ljldqqcx/Toadlib-1.3.2-1.21-1.21.1.jar" +hash-format = "sha512" +hash = "d5fe1eb3c493974cad7ac320fb6e481221d9a15ae2b7c4732989e955681cb8422eb95cc85766a84df1087914c10c14887af8ca5e6648fe316487b5fe4c149c89" + +[update] +[update.modrinth] +mod-id = "CYQ7VYrM" +version = "Ljldqqcx" diff --git a/mods/too-fast.pw.toml b/mods/too-fast.pw.toml new file mode 100644 index 0000000..d285089 --- /dev/null +++ b/mods/too-fast.pw.toml @@ -0,0 +1,13 @@ +name = "Too Fast" +filename = "toofast-1.21.0-0.4.3.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/w6JSkKSH/versions/pDkjMI8q/toofast-1.21.0-0.4.3.5.jar" +hash-format = "sha512" +hash = "4108ff7d3ca21c4392f99df510bdcc5ca968def79ed0a855c8e77be91b583b4f435ee643b952a8238369db3bdcda3725c2efc84ca105fd0978b76c803ea250ec" + +[update] +[update.modrinth] +mod-id = "w6JSkKSH" +version = "pDkjMI8q" diff --git a/mods/tough-as-nails-vanilla-pack.pw.toml b/mods/tough-as-nails-vanilla-pack.pw.toml new file mode 100644 index 0000000..0dd7ed5 --- /dev/null +++ b/mods/tough-as-nails-vanilla-pack.pw.toml @@ -0,0 +1,13 @@ +name = "Tough As Nails - Vanilla Pack" +filename = "tough-as-nails-vanilla-pack-1.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/xpkHVUmV/versions/od8I3qW0/tough-as-nails-vanilla-pack-1.0.0.jar" +hash-format = "sha512" +hash = "be6b790b3003d039cac2b851618803c3ae67be0c2fbd47e445125680a52522ea387127327752080571aadfc0f4ea3fcce7ac0946a72337e7da485528097240bc" + +[update] +[update.modrinth] +mod-id = "xpkHVUmV" +version = "od8I3qW0" diff --git a/mods/tough-as-nails.pw.toml b/mods/tough-as-nails.pw.toml new file mode 100644 index 0000000..1ad1112 --- /dev/null +++ b/mods/tough-as-nails.pw.toml @@ -0,0 +1,13 @@ +name = "Tough As Nails" +filename = "ToughAsNails-neoforge-1.21.1-10.1.0.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ge1sOdFH/versions/mboAbksk/ToughAsNails-neoforge-1.21.1-10.1.0.13.jar" +hash-format = "sha512" +hash = "ee6984b6b97f9a4ee03103ea3caaaeb373bbd39eca5e4bd268f62c21e3e365c3ff91a707ab0f15b3352d0052d44d78903fab20ae6d9d259a4b19f1eb49954659" + +[update] +[update.modrinth] +mod-id = "ge1sOdFH" +version = "mboAbksk" diff --git a/mods/trimmed.pw.toml b/mods/trimmed.pw.toml new file mode 100644 index 0000000..20660cb --- /dev/null +++ b/mods/trimmed.pw.toml @@ -0,0 +1,13 @@ +name = "Trimmed" +filename = "trimmed-neo-1.21-3.0.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/q8k4zHw5/versions/wqxXFq0d/trimmed-neo-1.21-3.0.0.jar" +hash-format = "sha512" +hash = "d6efb0c378b94d539cdd99ce7ce11862518e971973210ff383506996af69b40a1fb54aecd71ebf73bd0f1e453ce80227b810781d1ad7f9a2dd076b7bb6d00811" + +[update] +[update.modrinth] +mod-id = "q8k4zHw5" +version = "wqxXFq0d" diff --git a/mods/trussful.pw.toml b/mods/trussful.pw.toml new file mode 100644 index 0000000..f594b84 --- /dev/null +++ b/mods/trussful.pw.toml @@ -0,0 +1,13 @@ +name = "Trussful" +filename = "trusses-1.21.1-1.3.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ZoqU5yMR/versions/rH1JIojk/trusses-1.21.1-1.3.0.jar" +hash-format = "sha512" +hash = "8e168fac8fad6e4c2f981c5a98f4a4d4aa46306475b4071e4d06322d51a17c29e7f218bdf8170f6445b781d4dda01018373fb77b0c7fb98b4f05be3e221fbe1b" + +[update] +[update.modrinth] +mod-id = "ZoqU5yMR" +version = "rH1JIojk" diff --git a/mods/txnilib.pw.toml b/mods/txnilib.pw.toml new file mode 100644 index 0000000..b079158 --- /dev/null +++ b/mods/txnilib.pw.toml @@ -0,0 +1,13 @@ +name = "TxniLib" +filename = "txnilib-neoforge-1.0.24-1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/vBbPDuOs/versions/M1CyD3Uu/txnilib-neoforge-1.0.24-1.21.1.jar" +hash-format = "sha512" +hash = "656cd5746fe1b3a2cc7c516619d9f88556f37387e672bb0f362c8aecefc6f1d06705d3a84564c8779856fbbf69fee67b6038a24ffcf46f36f2c478a1aff43a57" + +[update] +[update.modrinth] +mod-id = "vBbPDuOs" +version = "M1CyD3Uu" diff --git a/mods/vertical-bobbing.pw.toml b/mods/vertical-bobbing.pw.toml new file mode 100644 index 0000000..c4864a4 --- /dev/null +++ b/mods/vertical-bobbing.pw.toml @@ -0,0 +1,13 @@ +name = "Vertical Bobbing" +filename = "vertical-bobbing-1.3.2+1.19.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/SHjbQIbu/versions/2f3ZBb6z/vertical-bobbing-1.3.2%2B1.19.3.jar" +hash-format = "sha512" +hash = "e1f2fbd6df75da3ed477035de946a20f00ea81e0e3066d578b7b42012eb495902ca8fb73e1386b01bff8ae72eb0ff8390c922bf679e74d81ac3d20d45a107926" + +[update] +[update.modrinth] +mod-id = "SHjbQIbu" +version = "2f3ZBb6z" diff --git a/mods/visuality.pw.toml b/mods/visuality.pw.toml new file mode 100644 index 0000000..db64aed --- /dev/null +++ b/mods/visuality.pw.toml @@ -0,0 +1,13 @@ +name = "Visuality" +filename = "visuality-0.7.7+1.21.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/dhKbgdIb/visuality-0.7.7%2B1.21.jar" +hash-format = "sha512" +hash = "793f7164f9caf1b8e2b6b2f9f1327c40179b633217702bf79e16930cc5c548e44e6f0cac4628963fcc9e65cc9d63c4493678840242017c33be92a0e94c880f51" + +[update] +[update.modrinth] +mod-id = "rI0hvYcd" +version = "dhKbgdIb" 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..0124529 --- /dev/null +++ b/mods/what-are-they-up-to.pw.toml @@ -0,0 +1,13 @@ +name = "What Are They Up To (Watut)" +filename = "watut-neoforge-1.21.0-1.2.7.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/AtB5mHky/versions/uWr2aTW9/watut-neoforge-1.21.0-1.2.7.jar" +hash-format = "sha512" +hash = "b96bd6146344a86e4ad45fd4c274a15f0e146bcc13747940f8b9f0ea21c8ea8bca4d005444f2bf8082f29ec7ad1ce03507764ddfbdda64ac9284d8ac400b44c5" + +[update] +[update.modrinth] +mod-id = "AtB5mHky" +version = "uWr2aTW9" diff --git a/mods/wizards.pw.toml b/mods/wizards.pw.toml new file mode 100644 index 0000000..f1630bc --- /dev/null +++ b/mods/wizards.pw.toml @@ -0,0 +1,13 @@ +name = "Wizards (RPG Series)" +filename = "wizards-neoforge-2.6.5+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NkGaQMDA/versions/24Ypkfrp/wizards-neoforge-2.6.5%2B1.21.1.jar" +hash-format = "sha512" +hash = "46c67c0dc27827c8fcbcf348751e68d381c9796768dcde7d16221db9da256e2d8bf054732a4eabf8bb3cdf8e80c17e070137dc34ac2e07b37c7e26db93807740" + +[update] +[update.modrinth] +mod-id = "NkGaQMDA" +version = "24Ypkfrp" diff --git a/mods/xaero-train-map.pw.toml b/mods/xaero-train-map.pw.toml new file mode 100644 index 0000000..f7a8e76 --- /dev/null +++ b/mods/xaero-train-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero Train Map" +filename = "xaerotrainmap-1.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/Ov2r3aVY/versions/mgDpAA4x/xaerotrainmap-1.0.0.jar" +hash-format = "sha512" +hash = "6bdd0cc65492523cce939d2514632a60cbb38701ece15d4ab5caccc4a837fb28b0e1308698a0afe1921adb4f0ad0e6a69bf4aee68ab3277c47ea9b815d00068d" + +[update] +[update.modrinth] +mod-id = "Ov2r3aVY" +version = "mgDpAA4x" diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml new file mode 100644 index 0000000..f72a190 --- /dev/null +++ b/mods/xaeros-minimap.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_25.2.10_NeoForge_1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1bokaNcj/versions/DyuxZXfy/Xaeros_Minimap_25.2.10_NeoForge_1.21.jar" +hash-format = "sha512" +hash = "8c39668792ea4053e0dfd52f7045819dde26b18dddf2deae2a76b1873c9593f4c4c1b5c51c7134e288732ce35cd360fd01904354334e8320cb35634090e74988" + +[update] +[update.modrinth] +mod-id = "1bokaNcj" +version = "DyuxZXfy" diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml new file mode 100644 index 0000000..8bf2aad --- /dev/null +++ b/mods/xaeros-world-map.pw.toml @@ -0,0 +1,13 @@ +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.39.12_NeoForge_1.21.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/NcUtCpym/versions/3WghnUq9/XaerosWorldMap_1.39.12_NeoForge_1.21.jar" +hash-format = "sha512" +hash = "1753332e797230f81865607e8e90ddb97c8093154974de02f0b3dc00e7a4bc62ff268314260bc6b215aaea17c0cef3f78ea9e8c66f5c97179496b8bc42cf0ebd" + +[update] +[update.modrinth] +mod-id = "NcUtCpym" +version = "3WghnUq9" diff --git a/mods/xibao-plus-plus.pw.toml b/mods/xibao-plus-plus.pw.toml new file mode 100644 index 0000000..81a03cd --- /dev/null +++ b/mods/xibao-plus-plus.pw.toml @@ -0,0 +1,13 @@ +name = "Xibao Plus Plus / 喜报++" +filename = "XibaoPlusPlus-Fabric-0.2.0-release-mc1.21.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h2xjHxOS/versions/oJMwlOly/XibaoPlusPlus-Fabric-0.2.0-release-mc1.21.1.jar" +hash-format = "sha512" +hash = "0cc532741286973fd74676a8c7f31e6c9225a327601530bb81477a2aa40afcabc2e2c74a7bb28edb7959263671230283d25cee1cff2b159fa9ef581b80167155" + +[update] +[update.modrinth] +mod-id = "h2xjHxOS" +version = "oJMwlOly" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml new file mode 100644 index 0000000..44b87a6 --- /dev/null +++ b/mods/yacl.pw.toml @@ -0,0 +1,13 @@ +name = "YetAnotherConfigLib (YACL)" +filename = "yet_another_config_lib_v3-3.8.0+1.21.1-neoforge.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/d5rKuZdL/yet_another_config_lib_v3-3.8.0%2B1.21.1-neoforge.jar" +hash-format = "sha512" +hash = "bec8d66c49034a4acacd69a08f56444f8561e7d64570ccde0d9401389927fe41b4fe6cc8b055395286bc3f2d38abac5a57ac3b304f220042ed7c4d5e10275e97" + +[update] +[update.modrinth] +mod-id = "1eAoo2KR" +version = "d5rKuZdL" diff --git a/mods/yeetus-experimentus.pw.toml b/mods/yeetus-experimentus.pw.toml new file mode 100644 index 0000000..ef0f5df --- /dev/null +++ b/mods/yeetus-experimentus.pw.toml @@ -0,0 +1,13 @@ +name = "Yeetus Experimentus" +filename = "yeetusexperimentus-neoforge-87.0.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HaaH232J/versions/Pp0TjcvD/yeetusexperimentus-neoforge-87.0.0.jar" +hash-format = "sha512" +hash = "cc2dc46dcaa0424c820cb7931fd2ceb3826669934189c011fd1ebd5692cdf7652c725034abec2828bfea2238c9615d6f9c36e3e01e21fc9eb44551eb51e06fe3" + +[update] +[update.modrinth] +mod-id = "HaaH232J" +version = "Pp0TjcvD" diff --git a/mods/yigd.pw.toml b/mods/yigd.pw.toml new file mode 100644 index 0000000..86df160 --- /dev/null +++ b/mods/yigd.pw.toml @@ -0,0 +1,13 @@ +name = "You're in Grave Danger" +filename = "youre-in-grave-danger-neoforge-2.0.13.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/HnD1GX6e/versions/Axk4bfXT/youre-in-grave-danger-neoforge-2.0.13.jar" +hash-format = "sha512" +hash = "562ea8d82184139e361db5f959ad5a993bbd76d34532248e0f89dd5ef7e2555f2a79e12d353fd389a7508bc34b6e1b654616c67e975ea7cb8a43f1e972284f61" + +[update] +[update.modrinth] +mod-id = "HnD1GX6e" +version = "Axk4bfXT" diff --git a/mods/yungs-api.pw.toml b/mods/yungs-api.pw.toml new file mode 100644 index 0000000..113a482 --- /dev/null +++ b/mods/yungs-api.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's API" +filename = "YungsApi-1.21.1-NeoForge-5.1.6.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/ZB22DE9q/YungsApi-1.21.1-NeoForge-5.1.6.jar" +hash-format = "sha512" +hash = "5f36d5166a67a156df52699071f20219bc2320b3c4fbcd9dac38631f66136f034e3219ac89ff4bfb6e26e4c68513a94c833797f2e5ed5bf58cfa1531eeed162d" + +[update] +[update.modrinth] +mod-id = "Ua7DFN59" +version = "ZB22DE9q" diff --git a/mods/yungs-better-desert-temples.pw.toml b/mods/yungs-better-desert-temples.pw.toml new file mode 100644 index 0000000..bbe5d5a --- /dev/null +++ b/mods/yungs-better-desert-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Desert Temples" +filename = "YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/GQ9iNWkI/YungsBetterDesertTemples-1.21.1-NeoForge-4.1.5.jar" +hash-format = "sha512" +hash = "6454c955f75f66104810e967a59ae032ddf1ccc5a854346af6bfba6e44cd456e755cd8feb1e0968be4e9132ea6c5d1cb2126fe5e85d3eb18c8d3ea3c81ffdf9a" + +[update] +[update.modrinth] +mod-id = "XNlO7sBv" +version = "GQ9iNWkI" diff --git a/mods/yungs-better-dungeons.pw.toml b/mods/yungs-better-dungeons.pw.toml new file mode 100644 index 0000000..e6061a8 --- /dev/null +++ b/mods/yungs-better-dungeons.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Dungeons" +filename = "YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/D6aZn0Em/YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar" +hash-format = "sha512" +hash = "40513bacd13fa9860abcab507b1fc09dc51649af4b615ce466e0ec361557f02d35e6e44bea1cc17cb4120805f862aad01394eb185f46611e7be63dfd97f272df" + +[update] +[update.modrinth] +mod-id = "o1C1Dkj5" +version = "D6aZn0Em" diff --git a/mods/yungs-better-end-island.pw.toml b/mods/yungs-better-end-island.pw.toml new file mode 100644 index 0000000..d58e425 --- /dev/null +++ b/mods/yungs-better-end-island.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better End Island" +filename = "YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/2BwBOmBQ/versions/I52NZ1qK/YungsBetterEndIsland-1.21.1-NeoForge-3.1.2.jar" +hash-format = "sha512" +hash = "02923a1a97eb81ec13d69bdc6b7e8b36dfb9e6f1a98adfcf103707ec3afde35831ccd4b210e9b3a9c7662541c38ea593a3d94c12171b4072ea7feafa75c95f96" + +[update] +[update.modrinth] +mod-id = "2BwBOmBQ" +version = "I52NZ1qK" diff --git a/mods/yungs-better-jungle-temples.pw.toml b/mods/yungs-better-jungle-temples.pw.toml new file mode 100644 index 0000000..4f40cfc --- /dev/null +++ b/mods/yungs-better-jungle-temples.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Jungle Temples" +filename = "YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/P00i2hJn/YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar" +hash-format = "sha512" +hash = "eca4233e874a55886c63d2111b8685d479771d3627bad2922582e65b78c51ba74733dc4624aabf91f2a2178a940a72d9209ae33eef74e34f84f07d62256709d9" + +[update] +[update.modrinth] +mod-id = "z9Ve58Ih" +version = "P00i2hJn" diff --git a/mods/yungs-better-mineshafts.pw.toml b/mods/yungs-better-mineshafts.pw.toml new file mode 100644 index 0000000..b383c2b --- /dev/null +++ b/mods/yungs-better-mineshafts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Mineshafts" +filename = "YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/Go3nbneL/YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar" +hash-format = "sha512" +hash = "8b01b386f53feeaa55f0c62697578b82e00501e45e428b2a68df6bda34efb6a4b3b4e3582abf13fe767ebcb61aef9368186f53c03999958bef38f31c41a7f8b2" + +[update] +[update.modrinth] +mod-id = "HjmxVlSr" +version = "Go3nbneL" diff --git a/mods/yungs-better-nether-fortresses.pw.toml b/mods/yungs-better-nether-fortresses.pw.toml new file mode 100644 index 0000000..2cc4307 --- /dev/null +++ b/mods/yungs-better-nether-fortresses.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Nether Fortresses" +filename = "YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/iopJiJQp/YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.5.jar" +hash-format = "sha512" +hash = "18b461298d3df1215fa3b4d2c0cb2ef1c7ed76701d8a0bb140277b21923e31abd939f0fd9b400c5bd676d739f1cda31c43b4dc753f9187251542223f3424d336" + +[update] +[update.modrinth] +mod-id = "Z2mXHnxP" +version = "iopJiJQp" diff --git a/mods/yungs-better-ocean-monuments.pw.toml b/mods/yungs-better-ocean-monuments.pw.toml new file mode 100644 index 0000000..0bcef8a --- /dev/null +++ b/mods/yungs-better-ocean-monuments.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Ocean Monuments" +filename = "YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/yFjEcj2g/YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.jar" +hash-format = "sha512" +hash = "77c864da36f1d2173e6460dc335996893a804954b8a5c274173fc95dfdbf437e80d9dce32f6060306a662fc35322566eecf5dfe24e2d3fab79bf7e0ff9fa4db6" + +[update] +[update.modrinth] +mod-id = "3dT9sgt4" +version = "yFjEcj2g" diff --git a/mods/yungs-better-witch-huts.pw.toml b/mods/yungs-better-witch-huts.pw.toml new file mode 100644 index 0000000..f1f0f6f --- /dev/null +++ b/mods/yungs-better-witch-huts.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Better Witch Huts" +filename = "YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/t5FRdP87/versions/AvedwcIe/YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar" +hash-format = "sha512" +hash = "9baa8a1f36a2a36efc3df58ab9347fd9f326b551ad78e3f600ed9d68862c619752ac0770804807efb15a46fcb4d9f6e2baf6a11f622d3ebb6c865662f6c7bcfd" + +[update] +[update.modrinth] +mod-id = "t5FRdP87" +version = "AvedwcIe" diff --git a/mods/yungs-bridges.pw.toml b/mods/yungs-bridges.pw.toml new file mode 100644 index 0000000..c8526ef --- /dev/null +++ b/mods/yungs-bridges.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Bridges" +filename = "YungsBridges-1.21.1-NeoForge-5.1.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/Ht4BfYp6/versions/urkCzBf6/YungsBridges-1.21.1-NeoForge-5.1.1.jar" +hash-format = "sha512" +hash = "20b07ae4c08974980f976bcae32f18ccb885745d6cd50d4a5d0156eb5c51c29e49f8b2bf7dc2ae160d39b62f2332513bd9850efc5cba13697e36a2ac2848bc3b" + +[update] +[update.modrinth] +mod-id = "Ht4BfYp6" +version = "urkCzBf6" diff --git a/mods/yungs-cave-biomes.pw.toml b/mods/yungs-cave-biomes.pw.toml new file mode 100644 index 0000000..d438d13 --- /dev/null +++ b/mods/yungs-cave-biomes.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Cave Biomes" +filename = "YungsCaveBiomes-1.21.1-NeoForge-3.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/cs7iGVq1/versions/HYGqXWqQ/YungsCaveBiomes-1.21.1-NeoForge-3.1.1.jar" +hash-format = "sha512" +hash = "9e88b5109e06c791f27c23df16ebd2c535b5b27cf9b748ee6a439dccf3e560d32110b81ace5ea7dcca2992394b439223c20e4f2688e80e263efa103e2b154024" + +[update] +[update.modrinth] +mod-id = "cs7iGVq1" +version = "HYGqXWqQ" diff --git a/mods/yungs-extras.pw.toml b/mods/yungs-extras.pw.toml new file mode 100644 index 0000000..e956d45 --- /dev/null +++ b/mods/yungs-extras.pw.toml @@ -0,0 +1,13 @@ +name = "YUNG's Extras" +filename = "YungsExtras-1.21.1-NeoForge-5.1.1.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/ZYgyPyfq/versions/N2EpMhR7/YungsExtras-1.21.1-NeoForge-5.1.1.jar" +hash-format = "sha512" +hash = "d4ef831a034977abdcaec40a7662adbc37c32cf141c68245250da501f6ada2ce193c5351166fbcf2ffb1c452b60bfca8ac578963332aa4a1b523e43912b8cb8c" + +[update] +[update.modrinth] +mod-id = "ZYgyPyfq" +version = "N2EpMhR7" diff --git a/mods/zume.pw.toml b/mods/zume.pw.toml new file mode 100644 index 0000000..972aaec --- /dev/null +++ b/mods/zume.pw.toml @@ -0,0 +1,13 @@ +name = "Zume" +filename = "zume-1.2.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/o6qsdrrQ/versions/zOLMcYq6/zume-1.2.0.jar" +hash-format = "sha512" +hash = "52a04c612ea939063115a927f948a1349eaab5f354db06d2084bd071ac072459bedefd82d5365677f4649cc7078fd265f3515b9208acec566e97a3cb5cbb49ad" + +[update] +[update.modrinth] +mod-id = "o6qsdrrQ" +version = "zOLMcYq6" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..8cf86ea --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "goog" +author = "reidlab" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "96221bfbd95757ea997bc48bca0f95583ae984225b80e8ac9ff301c39c49c286" + +[versions] +minecraft = "1.21.1" +neoforge = "21.1.213" diff --git a/resourcepacks/ae2-pbr.pw.toml b/resourcepacks/ae2-pbr.pw.toml new file mode 100644 index 0000000..3bf8d4b --- /dev/null +++ b/resourcepacks/ae2-pbr.pw.toml @@ -0,0 +1,13 @@ +name = "AE2-PBR" +filename = "AE2-1.21-LabPBR-v9.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/5x1MHOKX/versions/zYr9Gx3n/AE2-1.21-LabPBR-v9.zip" +hash-format = "sha512" +hash = "d3332854f24c533c2de0bdf2a91d6638cdb947f3f81a8cbe86037bfbfffe749f8f724def2bce25f1deb93ffbcb05c2cc2296348be849117cf267546fbfa16a02" + +[update] +[update.modrinth] +mod-id = "5x1MHOKX" +version = "zYr9Gx3n" diff --git a/resourcepacks/create-pbr.pw.toml b/resourcepacks/create-pbr.pw.toml new file mode 100644 index 0000000..4d78b56 --- /dev/null +++ b/resourcepacks/create-pbr.pw.toml @@ -0,0 +1,13 @@ +name = "Create-PBR" +filename = "Create-LabPBR-v12.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/CFeoJnHX/versions/z4DFwE0n/Create-LabPBR-v12.zip" +hash-format = "sha512" +hash = "ad690590ba7b517ac1ef4467bf93fcd0d766c127e2773ee80eaae4bf91c174f87ca0595b6188800365922aab490b138a8c27a7c37bc4a21b57ed32c3afe2c3ca" + +[update] +[update.modrinth] +mod-id = "CFeoJnHX" +version = "z4DFwE0n" diff --git a/resourcepacks/spbr-farmersdelight.pw.toml b/resourcepacks/spbr-farmersdelight.pw.toml new file mode 100644 index 0000000..7028f07 --- /dev/null +++ b/resourcepacks/spbr-farmersdelight.pw.toml @@ -0,0 +1,13 @@ +name = "SPBR-Farmer's Delight" +filename = "SPBR-Farmer's Delight_1.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kdAPiuKp/versions/UfxXuYPL/SPBR-Farmer%27s%20Delight_1.1.zip" +hash-format = "sha512" +hash = "385ee4d5ecfb345513fc32186e10056fb99109cb412b631e0ae6ee3fd1b88f7ea432bd5353f704be8108b1aab1018ec4a267218457255b197fde0b9d70c2facf" + +[update] +[update.modrinth] +mod-id = "kdAPiuKp" +version = "UfxXuYPL" diff --git a/resourcepacks/spbr.pw.toml b/resourcepacks/spbr.pw.toml new file mode 100644 index 0000000..869a9f0 --- /dev/null +++ b/resourcepacks/spbr.pw.toml @@ -0,0 +1,13 @@ +name = "SPBR" +filename = "SPBR-16_2.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/aNcOVoD7/versions/jtNbhldU/SPBR-16_2.zip" +hash-format = "sha512" +hash = "c96d7026679ac6843b460267bf3e7300d7e0e48bdff438979579fab323fc9cff40f9912cbea6091d713c3bdc756db500665d9d8cfe892215c304933dd89ae44b" + +[update] +[update.modrinth] +mod-id = "aNcOVoD7" +version = "jtNbhldU" diff --git a/shaderpacks/complementary-reimagined.pw.toml b/shaderpacks/complementary-reimagined.pw.toml new file mode 100644 index 0000000..2de5071 --- /dev/null +++ b/shaderpacks/complementary-reimagined.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Reimagined" +filename = "ComplementaryReimagined_r5.6.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/OfRF7dTR/ComplementaryReimagined_r5.6.1.zip" +hash-format = "sha512" +hash = "01426ce261df8a4fa99366efe30e98656bac43ac8a71db1265edb0b49c5e4abb9ada09d6877a6c1d728244fde202f57118339d3a0503a1cbc8af88325c8d4f5a" + +[update] +[update.modrinth] +mod-id = "HVnmMxH1" +version = "OfRF7dTR" diff --git a/shaderpacks/complementary-unbound.pw.toml b/shaderpacks/complementary-unbound.pw.toml new file mode 100644 index 0000000..a7caed3 --- /dev/null +++ b/shaderpacks/complementary-unbound.pw.toml @@ -0,0 +1,13 @@ +name = "Complementary Shaders - Unbound" +filename = "ComplementaryUnbound_r5.6.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/LXrX6oqm/ComplementaryUnbound_r5.6.1.zip" +hash-format = "sha512" +hash = "3c46b335faf0dde03666571d23bdc3aa04cdd30fa9ea3fd01214203a7a80bbf52ffa648b44d9c06c62308c234138da48a69ac381196de0683c57ec452ff68f41" + +[update] +[update.modrinth] +mod-id = "R6NEzAwj" +version = "LXrX6oqm" diff --git a/unsup.ini b/unsup.ini new file mode 100644 index 0000000..37fd259 --- /dev/null +++ b/unsup.ini @@ -0,0 +1,5 @@ +version=1 +preset=minecraft + +source_format=packwiz +source=https://reidlab.pink/f/goog/pack.toml \ No newline at end of file