init
8
.editorconfig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
1
.packwizignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
.editorconfig
|
||||
8
config/default_files/config/MouseTweaks.cfg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
RMBTweak=1
|
||||
LMBTweakWithItem=1
|
||||
LMBTweakWithoutItem=1
|
||||
WheelTweak=0
|
||||
WheelSearchOrder=1
|
||||
WheelScrollDirection=0
|
||||
ScrollItemScaling=0
|
||||
Debug=0
|
||||
7
config/default_files/config/figura.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"CONFIG_VERSION": 1,
|
||||
"action_wheel_button": "key.keyboard.unknown",
|
||||
"popup_button": "key.keyboard.unknown",
|
||||
"default_permission_level": 4,
|
||||
"emojis": 0
|
||||
}
|
||||
4
config/default_files/config/lmft.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"disableIngameError": true,
|
||||
"showToOnlyPrivileged": false
|
||||
}
|
||||
94
config/default_files/config/modernfix-mixins.properties
Normal file
|
|
@ -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
|
||||
2
config/default_files/config/toadlib_config.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
showCfgButton:false
|
||||
tooltipLineLength:280
|
||||
9
config/default_files/config/waterdripsound.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"volume": 1.0,
|
||||
"dripChance": 5,
|
||||
"useDripstoneSounds": true,
|
||||
"soundCategory": "ambient",
|
||||
"blockAnimateRangeMultiplier": 1.0,
|
||||
"blockAnimateCountMultiplier": 1.0
|
||||
}
|
||||
166
config/default_files/options.txt
Normal file
|
|
@ -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
|
||||
BIN
config/fancymenu/assets/minecraft_title.png
Normal file
|
After Width: | Height: | Size: 74 KiB |
5
config/fancymenu/custom_gui_screens.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
type = custom_gui_screens
|
||||
|
||||
overridden_screens {
|
||||
}
|
||||
|
||||
5
config/fancymenu/customizablemenus.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
type = customizablemenus
|
||||
|
||||
net.minecraft.client.gui.screens.TitleScreen {
|
||||
}
|
||||
|
||||
765
config/fancymenu/customization/title_screen_layout.txt
Normal file
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
@ -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
|
||||
}
|
||||
|
||||
3
config/fancymenu/legacy_checklist.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
##[legacy]
|
||||
|
||||
B:custom_guis_ported = 'true';
|
||||
93
config/fancymenu/options.txt
Normal file
|
|
@ -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';
|
||||
BIN
config/fancymenu/panoramas/loux/panorama/panorama_0.png
Normal file
|
After Width: | Height: | Size: 705 KiB |
BIN
config/fancymenu/panoramas/loux/panorama/panorama_1.png
Normal file
|
After Width: | Height: | Size: 894 KiB |
BIN
config/fancymenu/panoramas/loux/panorama/panorama_2.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
config/fancymenu/panoramas/loux/panorama/panorama_3.png
Normal file
|
After Width: | Height: | Size: 796 KiB |
BIN
config/fancymenu/panoramas/loux/panorama/panorama_4.png
Normal file
|
After Width: | Height: | Size: 915 KiB |
BIN
config/fancymenu/panoramas/loux/panorama/panorama_5.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
9
config/fancymenu/panoramas/loux/properties.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
type = panorama
|
||||
|
||||
panorama-meta {
|
||||
name = loux
|
||||
speed = 2.0
|
||||
fov = 85.0
|
||||
angle = 0.0
|
||||
start_rotation = 45
|
||||
}
|
||||
181
config/fancymenu/ui_themes/dark.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
181
config/fancymenu/ui_themes/light.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
2
config/fancymenu/user_variables.db
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
type = user_variables
|
||||
|
||||
94
config/item_obliterator.json5
Normal file
|
|
@ -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
|
||||
}
|
||||
13
config/paxi/resourcepacks/fusion-connected-blocks.pw.toml
Normal file
|
|
@ -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"
|
||||
13
config/paxi/resourcepacks/fusion-connected-glass.pw.toml
Normal file
|
|
@ -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"
|
||||
13
config/paxi/resourcepacks/pixel-twemoji-18x.pw.toml
Normal file
|
|
@ -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"
|
||||
1455
index.toml
Normal file
13
mods/3dskinlayers.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/aa4-atlas.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/accessories-compat-layer.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/accessories.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/ae2.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/alltheleaks.pw.toml
Normal file
|
|
@ -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
|
||||
13
mods/almanac.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/almost-unified.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/alternate-current.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/ambientsounds.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/amendments.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/antique-atlas-4.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/appleskin.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/archers.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/architectury-api.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/armory-rpg-series.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/arsenal-rpg-series.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/asyncparticles.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/attributes.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/audrops.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/azurelib-armor.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/badoptimizations.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/balm.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/bbrb.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/bellsandwhistles.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/better-ping-display.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/better-selection.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/betterp2p.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/blahaj_fabric.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/boat-item-view.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/bookshelf-lib.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/bosses-of-mass-destruction-forge.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/c2me-neoforge.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/calcmod.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/carry-on.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/cave-dust.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/cerbons-api.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/chalk.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/chunk-activity-tracker.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/clickthrough+.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/clienthings.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/cloth-config.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/collective.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/colorwheel-patcher.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/colorwheel.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/connector-extras.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/connector.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/controlling.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/coolrain.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/copycats.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/coroutil.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-central-kitchen.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-design-n-decor.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-diesel-generators.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-dragons-plus.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-food.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-new-age.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-railways-navigator.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-train-lights.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-train-parts.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create-trainutilities.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/create.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/createaddition.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/createbetterfps.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/creativecore.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/ctrl-q.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/cubes-without-borders.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/curios.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/default-files.pw.toml
Normal file
|
|
@ -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"
|
||||