Reinitailized repository
This commit is contained in:
commit
b4fb99fc02
2864 changed files with 697863 additions and 0 deletions
31
.gitattributes
vendored
Normal file
31
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# === MODPACK FILES
|
||||
# These files are modpack-specific.
|
||||
# Each derived modpack should have their own, completely independent version of these files.
|
||||
# The git driver can be setup as:
|
||||
# git config merge.ours.name "Keep ours"
|
||||
# git config merge.ours.driver true
|
||||
# This tells git to ignore upstream files and keep local ones on merge.
|
||||
|
||||
index.toml merge=ours
|
||||
pack.toml merge=ours
|
||||
README.md merge=ours
|
||||
config/fabric_loader_dependencies.json merge=ours
|
||||
config/isxander-main-menu-credits.json merge=ours
|
||||
|
||||
# === BASE FILES
|
||||
# These are files added by the modpack.
|
||||
# Each derived modpack should have these files as is.
|
||||
# The git driver can be setup as:
|
||||
# git config merge.theirs.name "Use theirs"
|
||||
# git config merge.theirs.driver "cp %B %A" # UNIX
|
||||
# git config merge.theirs.driver "copy %B %A" # Windows
|
||||
# This tells git to replace local files with upstream ones on merge.
|
||||
|
||||
mods/* merge=theirs
|
||||
resourcepacks/* merge=theirs
|
||||
shaderpacks/* merge=theirs
|
||||
config/yosbr/config/* merge=theirs
|
||||
scripts/* merge=theirs
|
||||
|
||||
# === OTHER FILES
|
||||
# All other files must be merged manually.
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
releases/
|
||||
4
.packwizignore
Normal file
4
.packwizignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.gitignore
|
||||
.gitattributes
|
||||
releases/
|
||||
README.md
|
||||
42
README.md
Normal file
42
README.md
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
**Fabulous** is a Vanilla++ modpack that adds tons of beautiful client-side enhancements, gameplay polish, and additional optimization tools to make Minecraft look and feel _truly majestic_, even without shaders. Who needs shaders anyways?
|
||||
|
||||
## What's inside?
|
||||
|
||||
- **Performance**: Built on top of _5 optimization modpacks_, this pack adds even more optimization and profiling mods for smooth gameplay with minimal setup. Just gimme that fine speed bruh 🙏
|
||||
|
||||
- **Enhanced Visuals**: Dynamic lighting, ambient sounds, fog effects, improved animations, redefined entities, and more. Your world will truly look ✨ beautiful ✨ - _you can even download resources and shaders in-game!_
|
||||
|
||||
- **Quality of Life**: Helpful tooltips, JEI, Jade, minimaps, ~~zoomers~~ zoom functionality, UI tweaks, block information... great for beginners and technical players alike. Never forget how to craft your nuclear reactor again ☢️
|
||||
|
||||
- **Gameplay Tweaks**: Customizable armor stands and other fixes that make the vanilla experience smoother and more fun. Who's never needed a calculator in their chat before? 🖩
|
||||
|
||||
- **Social & Customization**: Skins, capes, emotes, emojis and voice chat, all preconfigured to make multiplayer more expressive and seamless. Show off your dragon skin to all your friends! 🐉
|
||||
|
||||
- **Expansion Friendly**: This pack was built with expansion in mind. It tries to be as compatible as it can be with other mods. A perfect example is [RandomAhhPack](https://modrinth.com/modpack/RandomAhhPack), which uses Fabulous along with 100+ random mods and doesn't crash. Most of the time.
|
||||
|
||||
### Built for performance
|
||||
|
||||
Fabulous was built upon the base of these **5 optimization-focused modpacks**:
|
||||
|
||||
- [Fabulously Optimized](https://modrinth.com/modpack/fabulously-optimized)
|
||||
- [Simply Optimized](https://modrinth.com/modpack/sop)
|
||||
- [OptiFabric](https://modrinth.com/modpack/optifabric-modpack)
|
||||
- [FPS Modpack](https://modrinth.com/modpack/fps)
|
||||
- [Additive](https://modrinth.com/modpack/additive)
|
||||
|
||||
This pack takes the best features from all of the above to ensure the best performance possible.
|
||||
|
||||
## Server compatibility
|
||||
|
||||
This pack includes a few mods, like Simple Voice Chat, WATUT and EmoteCraft, that include server-side features. If the server doesn't have them installed, they should just disable themselves and hopefully not crash your whole computer.
|
||||
|
||||
Also, if playing on big servers, consider disabling mods like Better Bridging as they could get you banned for cheating. I mean, it is not cheating, but admins think it is, so you better be cautious (also, maybe don’t enable XRay unless you’re in for a "friendly chat" with an admin).
|
||||
|
||||
<details>
|
||||
<summary>Note</summary>
|
||||
|
||||
This isn’t a professional level modpack (yet™). It’s just a copy-paste of the above mentioned packs with extra mods, tweaks, and resource packs thrown at it. While it’s fast, beautiful, and highly usable, I can't guarantee stability nor compatibility with other mods.
|
||||
|
||||
The other packs themselves probably have years of development, regular updates, and a large community. This pack builds on that solid foundation, but keep in mind: it's a personal project, not a finished product.
|
||||
|
||||
</details>
|
||||
1
config/bluemap/core.conf
Normal file
1
config/bluemap/core.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
accept-download: true
|
||||
BIN
config/bluemap/packs/Excalibur.zip
Normal file
BIN
config/bluemap/packs/Excalibur.zip
Normal file
Binary file not shown.
1
config/yosbr/config/NoChatReports/NCR-Client.json
Normal file
1
config/yosbr/config/NoChatReports/NCR-Client.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"defaultSigningMode":"ON_DEMAND","enableMod":true,"showNCRButton":false,"showReloadButton":false,"verifiedIconEnabled":false,"showServerSafety":true,"hideInsecureMessageIndicators":true,"hideModifiedMessageIndicators":false,"hideSystemMessageIndicators":true,"hideWarningToast":true,"hideSigningRequestMessage":true,"alwaysHideReportButton":false,"skipRealmsWarning":true,"skipSigningWarning":true,"disableTelemetry":false,"removeTelemetryButton":false,"demandOnServer":false}
|
||||
1
config/yosbr/config/NoChatReports/NCR-Common.json
Normal file
1
config/yosbr/config/NoChatReports/NCR-Common.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"demandOnClient":false,"convertToGameMessage":true,"addQueryData":false,"enableDebugLog":false}
|
||||
1
config/yosbr/config/NoChatReports/NCR-Encryption.json
Normal file
1
config/yosbr/config/NoChatReports/NCR-Encryption.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"skipWarning":false,"enableEncryption":false,"encryptPublic":true,"showEncryptionButton":false,"showEncryptionIndicators":true}
|
||||
1
config/yosbr/config/PaginatedAdvancements.json5
Normal file
1
config/yosbr/config/PaginatedAdvancements.json5
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"PinningEnabled":false,"ShowAdvancementIDInDebugTooltip":false,"ShowDebugInfo":"ALWAYS","MaxCriterionEntries":6,"FadeOutBackgroundOnAdvancementHover":false,"SaveLastSelectedTab":false,"PinnedTabs":[],"LastSelectedTab":"","SpacingBetweenHorizontalTabs":4,"SpacingBetweenPinnedTabs":2}
|
||||
1
config/yosbr/config/bettergrass.json5
Normal file
1
config/yosbr/config/bettergrass.json5
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ "betterGrassMode": "FAST" }
|
||||
28
config/yosbr/config/bettermineshafts-fabric-1_20.toml
Normal file
28
config/yosbr/config/bettermineshafts-fabric-1_20.toml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
minY = -85
|
||||
maxY = 60
|
||||
disableVanillaMineshafts = true
|
||||
|
||||
[spawnRates]
|
||||
lanternSpawnRate = 0.0067
|
||||
torchSpawnRate = 0.02
|
||||
workstationSpawnRate = 0.025
|
||||
workstationDungeonSpawnRate = 0.25
|
||||
smallShaftSpawnRate = 0.07
|
||||
cobwebSpawnRate = 0.15
|
||||
smallShaftChestMinecartSpawnRate = 0.003
|
||||
mainShaftChestMinecartSpawnRate = 0.03
|
||||
smallShaftTntMinecartSpawnRate = 0.0024999999441206455
|
||||
mainShaftTntMinecartSpawnRate = 0.0024999999441206455
|
||||
zombieVillagerRoomSpawnChance = 2
|
||||
smallShaftPieceChainLength = 18
|
||||
|
||||
[ores]
|
||||
enabled = true
|
||||
cobble = 25
|
||||
coal = 20
|
||||
iron = 15
|
||||
redstone = 12
|
||||
gold = 11
|
||||
lapis = 7
|
||||
emerald = 5
|
||||
diamond = 5
|
||||
68
config/yosbr/config/biomesoplenty/biome_toggles.json
Normal file
68
config/yosbr/config/biomesoplenty/biome_toggles.json
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
{
|
||||
"aspen_glade_enabled": true,
|
||||
"auroral_garden_enabled": true,
|
||||
"bayou_enabled": false,
|
||||
"bog_enabled": true,
|
||||
"cold_desert_enabled": false,
|
||||
"coniferous_forest_enabled": false,
|
||||
"crag_enabled": true,
|
||||
"crystalline_chasm_enabled": true,
|
||||
"dead_forest_enabled": false,
|
||||
"dryland_enabled": false,
|
||||
"dune_beach_enabled": true,
|
||||
"erupting_inferno_enabled": false,
|
||||
"field_enabled": true,
|
||||
"fir_clearing_enabled": true,
|
||||
"floodplain_enabled": false,
|
||||
"forested_field_enabled": false,
|
||||
"fungal_jungle_enabled": true,
|
||||
"glowing_grotto_enabled": true,
|
||||
"grassland_enabled": true,
|
||||
"gravel_beach_enabled": false,
|
||||
"highland_enabled": true,
|
||||
"hot_springs_enabled": true,
|
||||
"jacaranda_glade_enabled": false,
|
||||
"jade_cliffs_enabled": true,
|
||||
"lavender_field_enabled": true,
|
||||
"lush_desert_enabled": false,
|
||||
"lush_savanna_enabled": false,
|
||||
"maple_woods_enabled": true,
|
||||
"marsh_enabled": false,
|
||||
"mediterranean_forest_enabled": true,
|
||||
"moor_enabled": true,
|
||||
"muskeg_enabled": false,
|
||||
"mystic_grove_enabled": false,
|
||||
"old_growth_dead_forest_enabled": false,
|
||||
"old_growth_woodland_enabled": true,
|
||||
"ominous_woods_enabled": false,
|
||||
"orchard_enabled": true,
|
||||
"origin_valley_enabled": true,
|
||||
"overgrown_greens_enabled": false,
|
||||
"pasture_enabled": true,
|
||||
"prairie_enabled": true,
|
||||
"pumpkin_patch_enabled": false,
|
||||
"rainforest_enabled": false,
|
||||
"redwood_forest_enabled": true,
|
||||
"rocky_rainforest_enabled": false,
|
||||
"rocky_shrubland_enabled": false,
|
||||
"scrubland_enabled": false,
|
||||
"seasonal_forest_enabled": true,
|
||||
"shrubland_enabled": true,
|
||||
"snowblossom_grove_enabled": true,
|
||||
"snowy_coniferous_forest_enabled": true,
|
||||
"snowy_fir_clearing_enabled": false,
|
||||
"snowy_maple_woods_enabled": true,
|
||||
"spider_nest_enabled": true,
|
||||
"tropics_enabled": true,
|
||||
"tundra_enabled": false,
|
||||
"undergrowth_enabled": false,
|
||||
"visceral_heap_enabled": true,
|
||||
"volcanic_plains_enabled": false,
|
||||
"volcano_enabled": true,
|
||||
"wasteland_enabled": false,
|
||||
"wasteland_steppe_enabled": false,
|
||||
"wetland_enabled": false,
|
||||
"wintry_origin_valley_enabled": true,
|
||||
"withered_abyss_enabled": true,
|
||||
"woodland_enabled": false
|
||||
}
|
||||
13
config/yosbr/config/biomesoplenty/generation.toml
Normal file
13
config/yosbr/config/biomesoplenty/generation.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[nether]
|
||||
#The weighting of bop biome regions in the nether.
|
||||
bop_nether_region_weight = 13
|
||||
#The weighting of rare bop biome regions in the nether.
|
||||
bop_nether_rare_region_weight = 2
|
||||
|
||||
[overworld]
|
||||
#The weighting of primary bop biome regions in the overworld.
|
||||
bop_primary_overworld_region_weight = 20
|
||||
#The weighting of rare bop biome regions in the overworld.
|
||||
bop_overworld_rare_region_weight = 8
|
||||
#The weighting of secondary bop biome regions in the overworld.
|
||||
bop_secondary_overworld_region_weight = 8
|
||||
1
config/yosbr/config/capes.json5
Normal file
1
config/yosbr/config/capes.json5
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"clientCapeType":"MINECRAFTCAPES","enableOptifine":true,"enableLabyMod":true,"enableWynntils":true,"enableMinecraftCapesMod":true,"enableCosmetica":true,"enableCloaksPlus":false,"enableElytraTexture":true}
|
||||
1
config/yosbr/config/cem.conf
Normal file
1
config/yosbr/config/cem.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
"use_optifine_folder"=true
|
||||
1
config/yosbr/config/citresewn.json
Normal file
1
config/yosbr/config/citresewn.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"broken_paths":true}
|
||||
2
config/yosbr/config/clienttweaks-common.toml
Normal file
2
config/yosbr/config/clienttweaks-common.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[tweaks]
|
||||
hideShieldUnlessHoldingWeapon = false
|
||||
1
config/yosbr/config/controlify.json
Normal file
1
config/yosbr/config/controlify.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"global":{"delegate_setup":true}}
|
||||
1
config/yosbr/config/debugify.json
Normal file
1
config/yosbr/config/debugify.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"MC-577":true,"MC-59810":true,"MC-89146":true,"MC-90683":true,"MC-112730":true,"MC-121772":true,"MC-122477":true,"MC-140646":true,"MC-199467":true,"MC-235035":true,"MC-237493":true,"MC-263865":true,"opt_out_updater":true,"gameplay_fixes_in_multiplayer":false,"default_disabled":true}
|
||||
1
config/yosbr/config/dynamic_fps.json
Normal file
1
config/yosbr/config/dynamic_fps.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"states":{"hovered":{"graphics_state":"default","show_toasts":true,"run_garbage_collector":false,"frame_rate_target":60,"volume_multiplier":1},"unfocused":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":true,"frame_rate_target":1,"volume_multiplier":0.25},"invisible":{"graphics_state":"default","show_toasts":false,"run_garbage_collector":true,"frame_rate_target":0,"volume_multiplier":0}}}
|
||||
1
config/yosbr/config/entity_texture_features.json
Normal file
1
config/yosbr/config/entity_texture_features.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"allowIllegalTexturePaths":true,"illegalPathSupportMode":"Entity","skinFeaturesEnabled":false,"skinFeaturesEnableTransparency":false,"hideConfigButton":true}
|
||||
11
config/yosbr/config/fabric_loader_dependencies.json
Normal file
11
config/yosbr/config/fabric_loader_dependencies.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"version": 1,
|
||||
"overrides": {
|
||||
"fabricloader": { "+depends": { "fabricloader": ">=0.18.4" } },
|
||||
"minecraft": {
|
||||
"+recommends": { "Retards Modpack": ">=1.1.0" }
|
||||
},
|
||||
"sodium-extra": { "recommends": {} },
|
||||
"reeses-sodium-options": { "recommends": {} }
|
||||
}
|
||||
}
|
||||
BIN
config/yosbr/config/fancymenu/assets/background.jpeg
Normal file
BIN
config/yosbr/config/fancymenu/assets/background.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
29
config/yosbr/config/fancymenu/customizablemenus.txt
Normal file
29
config/yosbr/config/fancymenu/customizablemenus.txt
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
type = customizablemenus
|
||||
|
||||
net.minecraft.class_433 {
|
||||
}
|
||||
|
||||
net.minecraft.class_3928 {
|
||||
}
|
||||
|
||||
net.minecraft.class_424 {
|
||||
}
|
||||
|
||||
net.minecraft.class_435 {
|
||||
}
|
||||
|
||||
net.minecraft.class_412 {
|
||||
}
|
||||
|
||||
net.minecraft.class_434 {
|
||||
}
|
||||
|
||||
de.keksuccino.drippyloadingscreen.customization.DrippyOverlayScreen {
|
||||
}
|
||||
|
||||
net.minecraft.class_500 {
|
||||
}
|
||||
|
||||
net.minecraft.class_442 {
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,171 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = connect_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768859820346
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:ddc210ad-c24a-45e5-8b63-405970600baf-1768859801553] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||
slide = false
|
||||
repeat_texture = false
|
||||
parallax = false
|
||||
parallax_intensity = 0.02
|
||||
invert_parallax = false
|
||||
restart_animated_on_menu_load = false
|
||||
instance_identifier = e0e020bd-e323-46f1-b5ff-19b8e98d6e2a-1768859807993
|
||||
background_type = image
|
||||
}
|
||||
|
||||
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 {
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = b28012f1-d42f-4152-b8e4-9e2a3809dc86-1768859001801
|
||||
[executable_block:b28012f1-d42f-4152-b8e4-9e2a3809dc86-1768859001801][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 = c2451ee6-e0df-468c-bc00-e34adbaf64fe-1768859001801
|
||||
[loading_requirement_container_meta:c2451ee6-e0df-468c-bc00-e34adbaf64fe-1768859001801] = [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 = status
|
||||
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 = 140
|
||||
y = 76
|
||||
width = 200
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = d0b86d97-b941-4384-b72a-86244610f296-1768859001801
|
||||
[loading_requirement_container_meta:d0b86d97-b941-4384-b72a-86244610f296-1768859001801] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 257ad6bf-bbba-4c5d-8ebb-41e189a8e41b-1768859001801
|
||||
[executable_block:257ad6bf-bbba-4c5d-8ebb-41e189a8e41b-1768859001801][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 = 7e9f6494-857b-4040-a191-953b18e6a005-1768859001801
|
||||
[loading_requirement_container_meta:7e9f6494-857b-4040-a191-953b18e6a005-1768859001801] = [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 = 400382
|
||||
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 = 1012
|
||||
sticky_anchor = false
|
||||
anchor_point = vanilla
|
||||
x = 140
|
||||
y = 195
|
||||
width = 200
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = e4c72845-ac2a-4e75-af62-9d2287a2a761-1768859001801
|
||||
[loading_requirement_container_meta:e4c72845-ac2a-4e75-af62-9d2287a2a761-1768859001801] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,298 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = disconnected_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768859858265
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:44b56f6c-2461-466c-9844-09a9e61679fd-1768859842016] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||
slide = false
|
||||
repeat_texture = false
|
||||
parallax = false
|
||||
parallax_intensity = 0.02
|
||||
invert_parallax = false
|
||||
restart_animated_on_menu_load = false
|
||||
instance_identifier = 92f9065f-7dc5-4ed4-a8f4-c7f8985b5b11-1768859846179
|
||||
background_type = image
|
||||
}
|
||||
|
||||
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 {
|
||||
button_element_executable_block_identifier = 590970e9-7979-42ec-95cc-36f08aeeadb4-1768859086384
|
||||
[executable_action_instance:d3e409bc-9b33-4976-b552-546d811fb91b-1768859130625][action_type:joinserver] = mc.brixserver.uk
|
||||
[executable_block:590970e9-7979-42ec-95cc-36f08aeeadb4-1768859086384][type:generic] = [executables:d3e409bc-9b33-4976-b552-546d811fb91b-1768859130625;]
|
||||
restartbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label = Retry
|
||||
navigatable = true
|
||||
widget_active_state_requirement_container_identifier = 73671e40-4610-4255-adb1-30ca19c77b1f-1768859086384
|
||||
[loading_requirement_container_meta:73671e40-4610-4255-adb1-30ca19c77b1f-1768859086384] = [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 = custom_button
|
||||
instance_identifier = 3b8cf562-3ff2-4337-9db6-8aa702f285f6-1768859086384
|
||||
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 = 1012
|
||||
sticky_anchor = false
|
||||
anchor_point = element
|
||||
anchor_point_element = back_to_menu_button
|
||||
x = 25
|
||||
y = 0
|
||||
width = 100
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = ebf32dca-fd6f-42de-8f6a-dc0730ae1f54-1768859086384
|
||||
[loading_requirement_container_meta:ebf32dca-fd6f-42de-8f6a-dc0730ae1f54-1768859086384] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = -1.8805748
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 4e2db8a0-647d-4e51-b0a4-bb5ebd33b498-1768859074339
|
||||
[executable_block:4e2db8a0-647d-4e51-b0a4-bb5ebd33b498-1768859074339][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 = 4d2a0fbb-c319-4938-893d-af59d2deb761-1768859074339
|
||||
[loading_requirement_container_meta:4d2a0fbb-c319-4938-893d-af59d2deb761-1768859074339] = [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 = screen_title
|
||||
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 = 169
|
||||
y = 87
|
||||
width = 141
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 44c570d7-26a2-4d0f-92d0-4ea61dc194e1-1768859074339
|
||||
[loading_requirement_container_meta:44c570d7-26a2-4d0f-92d0-4ea61dc194e1-1768859074339] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = a1069cd3-28d1-49ac-b78c-6e0a345ce618-1768859074339
|
||||
[executable_block:a1069cd3-28d1-49ac-b78c-6e0a345ce618-1768859074339][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 = 5ef79e21-a9cf-4442-a738-1b6d72db5b7f-1768859074339
|
||||
[loading_requirement_container_meta:5ef79e21-a9cf-4442-a738-1b6d72db5b7f-1768859074339] = [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 = back_to_menu_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 = 1012
|
||||
sticky_anchor = false
|
||||
anchor_point = vanilla
|
||||
x = 165
|
||||
y = 145
|
||||
width = 150
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = e5ac6b5b-3433-4e5f-8746-0203761639fb-1768859074339
|
||||
[loading_requirement_container_meta:e5ac6b5b-3433-4e5f-8746-0203761639fb-1768859074339] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 552258b0-f874-453d-9487-d60bc8816886-1768859074339
|
||||
[executable_block:552258b0-f874-453d-9487-d60bc8816886-1768859074339][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 = 15d804a5-8740-47eb-8dc1-723550b7736e-1768859074339
|
||||
[loading_requirement_container_meta:15d804a5-8740-47eb-8dc1-723550b7736e-1768859074339] = [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 = disconnect_reason
|
||||
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 = 209
|
||||
y = 116
|
||||
width = 62
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = b7059eed-032a-44a3-98b3-05735e01dd09-1768859074339
|
||||
[loading_requirement_container_meta:b7059eed-032a-44a3-98b3-05735e01dd09-1768859074339] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,171 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = drippy_loading_overlay
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768861737827
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:4514c492-0559-4e47-a3df-d347ebddcf72-1768861722387] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||
slide = false
|
||||
repeat_texture = false
|
||||
parallax = false
|
||||
parallax_intensity = 0.02
|
||||
invert_parallax = false
|
||||
restart_animated_on_menu_load = false
|
||||
instance_identifier = fbdf3fd6-7432-41ac-bbd0-c479581583dd-1768861725730
|
||||
background_type = image
|
||||
}
|
||||
|
||||
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 {
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = de451da0-57e4-46ae-bbc3-cf6b54bcd059-1768861722389
|
||||
[executable_block:de451da0-57e4-46ae-bbc3-cf6b54bcd059-1768861722389][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 = 68a10d7d-4b41-4906-bfae-daf8519359ae-1768861722389
|
||||
[loading_requirement_container_meta:68a10d7d-4b41-4906-bfae-daf8519359ae-1768861722389] = [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 = mojang_logo
|
||||
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 = 114
|
||||
y = 95
|
||||
width = 252
|
||||
height = 62
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = d0fcc92b-7059-432b-9d23-dd36e8ff5fca-1768861722389
|
||||
[loading_requirement_container_meta:d0fcc92b-7059-432b-9d23-dd36e8ff5fca-1768861722389] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 966d1c82-269e-4327-8357-dd91f6775bca-1768861722389
|
||||
[executable_block:966d1c82-269e-4327-8357-dd91f6775bca-1768861722389][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 = 12280ac1-451f-48f0-b208-67fc394446e8-1768861722389
|
||||
[loading_requirement_container_meta:12280ac1-451f-48f0-b208-67fc394446e8-1768861722389] = [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 = progress_bar
|
||||
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 = 114
|
||||
y = 205
|
||||
width = 252
|
||||
height = 10
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 9145b114-8d62-4b9f-8492-2bf3528ca822-1768861722389
|
||||
[loading_requirement_container_meta:9145b114-8d62-4b9f-8492-2bf3528ca822-1768861722389] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = generic_dirt_message_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768859992101
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:0edea2cd-738a-4f2b-aad2-27f56ddad740-1768859976946] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||
slide = false
|
||||
repeat_texture = false
|
||||
parallax = false
|
||||
parallax_intensity = 0.02
|
||||
invert_parallax = false
|
||||
restart_animated_on_menu_load = false
|
||||
instance_identifier = 9b99eaa3-44f4-4903-a163-27485724bf7e-1768859980673
|
||||
background_type = image
|
||||
}
|
||||
|
||||
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 {
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,477 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = join_multiplayer_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768862407179
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:4b1b09de-4e66-48f6-8945-ce0f439d177a-1768862383637] = [groups:][instances:]
|
||||
}
|
||||
|
||||
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 {
|
||||
open_screen_executable_block_identifier = 512b14d4-245f-4c9e-8d7b-1ff038f408b7-1768862389385
|
||||
[executable_action_instance:eff40fc5-e657-4806-b7e3-ba572598b091-1768862393511][action_type:joinserver] = mc.brixserver.uk
|
||||
[executable_block:512b14d4-245f-4c9e-8d7b-1ff038f408b7-1768862389385][type:generic] = [executables:eff40fc5-e657-4806-b7e3-ba572598b091-1768862393511;]
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = f5dfb3ea-039e-4fbe-b964-c3f1d8b7d07d-1768862383640
|
||||
[executable_block:f5dfb3ea-039e-4fbe-b964-c3f1d8b7d07d-1768862383640][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 = 8a349fa1-0f79-45c3-abeb-cb306b6b3fc1-1768862383640
|
||||
[loading_requirement_container_meta:8a349fa1-0f79-45c3-abeb-cb306b6b3fc1-1768862383640] = [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 = 424970
|
||||
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 = 164
|
||||
y = 223
|
||||
width = 74
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 8c491ccf-8c12-4ffb-88b4-13477bb59918-1768862383640
|
||||
[loading_requirement_container_meta:8c491ccf-8c12-4ffb-88b4-13477bb59918-1768862383640] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 360bf3d5-ce7f-4106-b2b4-0d486073f052-1768862383640
|
||||
[executable_block:360bf3d5-ce7f-4106-b2b4-0d486073f052-1768862383640][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 = cc560821-dab8-460b-b7ab-75bd99b06d84-1768862383640
|
||||
[loading_requirement_container_meta:cc560821-dab8-460b-b7ab-75bd99b06d84-1768862383640] = [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 = 346946
|
||||
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 = 86
|
||||
y = 199
|
||||
width = 100
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = d7c76ce4-436b-46c1-9eb4-472006872b13-1768862383639
|
||||
[loading_requirement_container_meta:d7c76ce4-436b-46c1-9eb4-472006872b13-1768862383639] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 6df22340-2859-418c-ae4e-378323083ace-1768862383640
|
||||
[executable_block:6df22340-2859-418c-ae4e-378323083ace-1768862383640][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 = 2a06207a-6361-4bdc-b832-9e42c186ef32-1768862383640
|
||||
[loading_requirement_container_meta:2a06207a-6361-4bdc-b832-9e42c186ef32-1768862383640] = [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 = 346970
|
||||
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 = 86
|
||||
y = 223
|
||||
width = 74
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 8cbe858a-55ea-41da-bbf0-c2a983b6dcbc-1768862383640
|
||||
[loading_requirement_container_meta:8cbe858a-55ea-41da-bbf0-c2a983b6dcbc-1768862383640] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 1ebe4eaf-904d-46ec-b4d5-b6b288f6dcaa-1768862383640
|
||||
[executable_block:1ebe4eaf-904d-46ec-b4d5-b6b288f6dcaa-1768862383640][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 = 1c162c99-6562-4015-baa0-69e25a29dfa3-1768862383640
|
||||
[loading_requirement_container_meta:1c162c99-6562-4015-baa0-69e25a29dfa3-1768862383640] = [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 = 580970
|
||||
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 = 320
|
||||
y = 223
|
||||
width = 74
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = dbe870ab-2882-4029-bebf-57cc8d632912-1768862383640
|
||||
[loading_requirement_container_meta:dbe870ab-2882-4029-bebf-57cc8d632912-1768862383640] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = f7df91bf-46fd-4dbf-8546-d3b70a0e0d51-1768862383640
|
||||
[executable_block:f7df91bf-46fd-4dbf-8546-d3b70a0e0d51-1768862383640][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 = 3d7dd539-9c97-430d-b074-a6d4c490ad93-1768862383640
|
||||
[loading_requirement_container_meta:3d7dd539-9c97-430d-b074-a6d4c490ad93-1768862383640] = [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 = 450946
|
||||
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 = 190
|
||||
y = 199
|
||||
width = 100
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 40f7d121-9b1a-4de4-8ba9-8e91532c74cc-1768862383640
|
||||
[loading_requirement_container_meta:40f7d121-9b1a-4de4-8ba9-8e91532c74cc-1768862383640] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 98bee67a-ef6e-4725-8f2d-a0591ca26c4e-1768862383640
|
||||
[executable_block:98bee67a-ef6e-4725-8f2d-a0591ca26c4e-1768862383640][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 = a199c347-1cb6-4bd5-9547-be5703e5fda2-1768862383640
|
||||
[loading_requirement_container_meta:a199c347-1cb6-4bd5-9547-be5703e5fda2-1768862383640] = [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 = 554946
|
||||
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 = 294
|
||||
y = 199
|
||||
width = 100
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 622fc3fe-2200-43e6-b624-f4d13c05969e-1768862383640
|
||||
[loading_requirement_container_meta:622fc3fe-2200-43e6-b624-f4d13c05969e-1768862383640] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 810e5334-ba40-4a46-ba82-0ae70f0d0c5b-1768862383640
|
||||
[executable_block:810e5334-ba40-4a46-ba82-0ae70f0d0c5b-1768862383640][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 = c6471d8f-d8a4-4763-a849-a20f1ffe5b0e-1768862383640
|
||||
[loading_requirement_container_meta:c6471d8f-d8a4-4763-a849-a20f1ffe5b0e-1768862383640] = [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 = 502970
|
||||
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 = 242
|
||||
y = 223
|
||||
width = 74
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = ee8ee132-f345-442a-9152-f1a0ac1882dd-1768862383640
|
||||
[loading_requirement_container_meta:ee8ee132-f345-442a-9152-f1a0ac1882dd-1768862383640] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,171 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = level_loading_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768860793440
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:377f51af-422f-4ac2-a67d-379237308e12-1768860774178] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||
slide = false
|
||||
repeat_texture = false
|
||||
parallax = false
|
||||
parallax_intensity = 0.02
|
||||
invert_parallax = false
|
||||
restart_animated_on_menu_load = false
|
||||
instance_identifier = c6f64af7-8d20-4f0e-ac5a-abd2cb628554-1768860779470
|
||||
background_type = image
|
||||
}
|
||||
|
||||
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 {
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = e90f43b8-9339-4530-82bc-195d30113b87-1768860774179
|
||||
[executable_block:e90f43b8-9339-4530-82bc-195d30113b87-1768860774179][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 = f22aba8d-bab4-4112-8cb0-4d2748cb97da-1768860774179
|
||||
[loading_requirement_container_meta:f22aba8d-bab4-4112-8cb0-4d2748cb97da-1768860774179] = [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 = percentage
|
||||
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 = 140
|
||||
y = 92
|
||||
width = 200
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 8ee8bfe4-a2a5-4198-8d7a-c80371fcc0c7-1768860774179
|
||||
[loading_requirement_container_meta:8ee8bfe4-a2a5-4198-8d7a-c80371fcc0c7-1768860774179] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = cd82b7e1-a111-4d41-8864-67a36a7768c5-1768860774179
|
||||
[executable_block:cd82b7e1-a111-4d41-8864-67a36a7768c5-1768860774179][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 = 200c4c6e-341e-4ed8-9a74-2dabb7844fb2-1768860774179
|
||||
[loading_requirement_container_meta:200c4c6e-341e-4ed8-9a74-2dabb7844fb2-1768860774179] = [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 = chunks
|
||||
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 = 190
|
||||
y = 106
|
||||
width = 100
|
||||
height = 100
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 8320a595-e633-44a5-a6ec-66b83d57f36f-1768860774179
|
||||
[loading_requirement_container_meta:8320a595-e633-44a5-a6ec-66b83d57f36f-1768860774179] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,726 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = pause_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768861473983
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:b748f4f4-d2a3-4ce7-bc3d-c99301a44f01-1768861396304] = [groups:][instances:]
|
||||
}
|
||||
|
||||
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 {
|
||||
button_element_executable_block_identifier = d207074f-c9ea-444d-af09-a7a95a7f0bae-1768859638555
|
||||
[executable_action_instance:d97cbf68-18f7-4764-bbb2-549718fafaad-1768859686922][action_type:quitgame] =
|
||||
[executable_block:d207074f-c9ea-444d-af09-a7a95a7f0bae-1768859638555][type:generic] = [executables:d97cbf68-18f7-4764-bbb2-549718fafaad-1768859686922;]
|
||||
restartbackgroundanimations = true
|
||||
nine_slice_custom_background = false
|
||||
nine_slice_border_x = 5
|
||||
nine_slice_border_y = 5
|
||||
label = Quit Game
|
||||
navigatable = true
|
||||
widget_active_state_requirement_container_identifier = c7b1f9e9-12d1-4dfa-998a-b5d18fbb5009-1768859638555
|
||||
[loading_requirement_container_meta:c7b1f9e9-12d1-4dfa-998a-b5d18fbb5009-1768859638555] = [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 = custom_button
|
||||
instance_identifier = 8ebfbe38-ec68-4c01-9cba-904796a722ed-1768859638555
|
||||
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 = 1012
|
||||
sticky_anchor = false
|
||||
anchor_point = mid-centered
|
||||
x = -102
|
||||
y = 41
|
||||
width = 204
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 9a2e8e5b-2bcf-4440-affd-397159733c0c-1768859638555
|
||||
[loading_requirement_container_meta:9a2e8e5b-2bcf-4440-affd-397159733c0c-1768859638555] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 61b3cc93-8e3a-4ba5-b5c6-f8f9f07032f6-1768859630052
|
||||
[executable_block:61b3cc93-8e3a-4ba5-b5c6-f8f9f07032f6-1768859630052][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 = c5ac5079-1444-461d-b92b-2f6e1d51c7d4-1768859630052
|
||||
[loading_requirement_container_meta:c5ac5079-1444-461d-b92b-2f6e1d51c7d4-1768859630052] = [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 = 40
|
||||
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 = 0
|
||||
y = 40
|
||||
width = 480
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = f6e052ad-7453-4980-a7cd-0eae55fb7db7-1768859630052
|
||||
[loading_requirement_container_meta:f6e052ad-7453-4980-a7cd-0eae55fb7db7-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 7bd3fa99-1aa2-45af-a094-461b665fa66f-1768859630052
|
||||
[executable_block:7bd3fa99-1aa2-45af-a094-461b665fa66f-1768859630052][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 = 9e62af28-4645-417a-ad24-4ed0bdc4d820-1768859630052
|
||||
[loading_requirement_container_meta:9e62af28-4645-417a-ad24-4ed0bdc4d820-1768859630052] = [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 = pause_return_to_game_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 = 138
|
||||
y = 71
|
||||
width = 204
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 7413b3e3-5c23-41b4-be11-f7388b2906f8-1768859630052
|
||||
[loading_requirement_container_meta:7413b3e3-5c23-41b4-be11-f7388b2906f8-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = bd57e22c-f1a3-40ed-b7c0-d35c4f19489d-1768859630052
|
||||
[executable_block:bd57e22c-f1a3-40ed-b7c0-d35c4f19489d-1768859630052][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 = 064009d4-3453-47db-bffb-6a96ac0ca28d-1768859630052
|
||||
[loading_requirement_container_meta:064009d4-3453-47db-bffb-6a96ac0ca28d-1768859630052] = [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 = pause_share_to_lan_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 = 244
|
||||
y = 143
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 1760b72f-9c6a-43ed-9f8f-37bd6af0c2b8-1768859630052
|
||||
[loading_requirement_container_meta:1760b72f-9c6a-43ed-9f8f-37bd6af0c2b8-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 2ccffd61-faf9-4913-9ee7-1af12a2a9d85-1768859630052
|
||||
[executable_block:2ccffd61-faf9-4913-9ee7-1af12a2a9d85-1768859630052][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 = 4b4b130c-b299-408c-84f5-1f2e37742ae9-1768859630052
|
||||
[loading_requirement_container_meta:4b4b130c-b299-408c-84f5-1f2e37742ae9-1768859630052] = [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 = pause_send_feedback_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 = 138
|
||||
y = 119
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = c47c4aed-b750-41b6-85ea-2e0016db663d-1768859630052
|
||||
[loading_requirement_container_meta:c47c4aed-b750-41b6-85ea-2e0016db663d-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = a5d10e6a-a066-42a3-96e6-c3fe9a1d21a5-1768859630052
|
||||
[executable_block:a5d10e6a-a066-42a3-96e6-c3fe9a1d21a5-1768859630052][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 = 27b175bc-eb1a-469e-95f1-7912bdee3731-1768859630052
|
||||
[loading_requirement_container_meta:27b175bc-eb1a-469e-95f1-7912bdee3731-1768859630052] = [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 = pause_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 = 138
|
||||
y = 143
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = d2f96618-0bbc-447c-ab01-86490121621e-1768859630052
|
||||
[loading_requirement_container_meta:d2f96618-0bbc-447c-ab01-86490121621e-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 2f47c6a7-7102-45d7-ab1b-736bf595da36-1768859630052
|
||||
[executable_block:2f47c6a7-7102-45d7-ab1b-736bf595da36-1768859630052][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 = 2c44520f-3238-4681-a1fa-be686ebbecb7-1768859630052
|
||||
[loading_requirement_container_meta:2c44520f-3238-4681-a1fa-be686ebbecb7-1768859630052] = [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 = pause_stats_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 = 244
|
||||
y = 95
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 5c41e7b8-e054-4bb1-9d98-44dcdd2ca68f-1768859630052
|
||||
[loading_requirement_container_meta:5c41e7b8-e054-4bb1-9d98-44dcdd2ca68f-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = f947fa30-c5b7-4aeb-9c19-e80465dff5c1-1768859630052
|
||||
[executable_block:f947fa30-c5b7-4aeb-9c19-e80465dff5c1-1768859630052][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 = c8595a08-a142-46b1-941e-c6c320c21320-1768859630052
|
||||
[loading_requirement_container_meta:c8595a08-a142-46b1-941e-c6c320c21320-1768859630052] = [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 = 504306
|
||||
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 = 244
|
||||
y = 119
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = abeda792-3ded-4d6b-86a9-86e20841fcb7-1768859630052
|
||||
[loading_requirement_container_meta:abeda792-3ded-4d6b-86a9-86e20841fcb7-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 107016d1-233f-4bfb-8f26-1c5366c56344-1768859630052
|
||||
[executable_block:107016d1-233f-4bfb-8f26-1c5366c56344-1768859630052][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 = 2a2a71ab-f84d-4347-baeb-e247ba7b4766-1768859630052
|
||||
[loading_requirement_container_meta:2a2a71ab-f84d-4347-baeb-e247ba7b4766-1768859630052] = [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 = pause_advancements_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 = 138
|
||||
y = 95
|
||||
width = 98
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = beaeef1c-c9a0-4eaa-b71a-7d939b3e1a03-1768859630052
|
||||
[loading_requirement_container_meta:beaeef1c-c9a0-4eaa-b71a-7d939b3e1a03-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 7973c57c-af6c-4529-8f2d-a9c5312af4b0-1768859630052
|
||||
[executable_block:7973c57c-af6c-4529-8f2d-a9c5312af4b0-1768859630052][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 = 0226cdec-44c9-47af-ad7a-364bf8e6cf80-1768859630052
|
||||
[loading_requirement_container_meta:0226cdec-44c9-47af-ad7a-364bf8e6cf80-1768859630052] = [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 = 374306
|
||||
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 = 114
|
||||
y = 119
|
||||
width = 20
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 8e8633df-62e3-41f4-adf5-8e59b9e79192-1768859630052
|
||||
[loading_requirement_container_meta:8e8633df-62e3-41f4-adf5-8e59b9e79192-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = e37337a1-576a-41b0-8c55-1174fa556f91-1768859630052
|
||||
[executable_block:e37337a1-576a-41b0-8c55-1174fa556f91-1768859630052][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 = 50d081b5-3a2b-4adb-afd0-01afac471a60-1768859630052
|
||||
[loading_requirement_container_meta:50d081b5-3a2b-4adb-afd0-01afac471a60-1768859630052] = [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 = pause_disconnect_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 = 1012
|
||||
sticky_anchor = false
|
||||
anchor_point = vanilla
|
||||
x = 138
|
||||
y = 167
|
||||
width = 204
|
||||
height = 20
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 911d9dda-4e65-4a47-94f0-3c95745686fe-1768859630052
|
||||
[loading_requirement_container_meta:911d9dda-4e65-4a47-94f0-3c95745686fe-1768859630052] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = true
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,171 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = progress_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768860824587
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:7e6169ae-34e5-4707-b6df-8ec82ff899c9-1768860809142] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||
slide = false
|
||||
repeat_texture = false
|
||||
parallax = false
|
||||
parallax_intensity = 0.02
|
||||
invert_parallax = false
|
||||
restart_animated_on_menu_load = false
|
||||
instance_identifier = 444a3d1c-06f5-44c8-b012-e66ecc66b8e1-1768860815697
|
||||
background_type = image
|
||||
}
|
||||
|
||||
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 {
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 9f275fc5-c6d1-41ed-862d-95b96f976099-1768860809144
|
||||
[executable_block:9f275fc5-c6d1-41ed-862d-95b96f976099-1768860809144][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 = d7f1e32f-578c-4807-b9cb-28077e33dd52-1768860809144
|
||||
[loading_requirement_container_meta:d7f1e32f-578c-4807-b9cb-28077e33dd52-1768860809144] = [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 = stage
|
||||
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 = -10
|
||||
y = 90
|
||||
width = 500
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 786d1596-bcc8-4905-928a-7464c9ed3d06-1768860809144
|
||||
[loading_requirement_container_meta:786d1596-bcc8-4905-928a-7464c9ed3d06-1768860809144] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 6353408d-5478-4f5e-9da0-1f8036438180-1768860809144
|
||||
[executable_block:6353408d-5478-4f5e-9da0-1f8036438180-1768860809144][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 = ebb2de44-c36c-469a-8f0c-5add8ad80f65-1768860809144
|
||||
[loading_requirement_container_meta:ebb2de44-c36c-469a-8f0c-5add8ad80f65-1768860809144] = [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 = header
|
||||
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 = -10
|
||||
y = 70
|
||||
width = 500
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 062ce4de-3268-4936-a60f-6b272330a82d-1768860809144
|
||||
[loading_requirement_container_meta:062ce4de-3268-4936-a60f-6b272330a82d-1768860809144] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,108 @@
|
|||
type = fancymenu_layout
|
||||
|
||||
layout-meta {
|
||||
identifier = receiving_level_screen
|
||||
render_custom_elements_behind_vanilla = false
|
||||
last_edited_time = 1768860031333
|
||||
is_enabled = true
|
||||
randommode = false
|
||||
randomgroup = 1
|
||||
randomonlyfirsttime = false
|
||||
layout_index = 0
|
||||
[loading_requirement_container_meta:7c6cb120-91b2-4969-88d3-1efa961cdbe7-1768860015959] = [groups:][instances:]
|
||||
}
|
||||
|
||||
menu_background {
|
||||
image_path = [source:local]/config/fancymenu/assets/background.jpeg
|
||||
slide = false
|
||||
repeat_texture = false
|
||||
parallax = false
|
||||
parallax_intensity = 0.02
|
||||
invert_parallax = false
|
||||
restart_animated_on_menu_load = false
|
||||
instance_identifier = 2b291129-8562-4dbf-863f-9cb5e6f406d0-1768860019829
|
||||
background_type = image
|
||||
}
|
||||
|
||||
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 {
|
||||
}
|
||||
|
||||
vanilla_button {
|
||||
button_element_executable_block_identifier = 048282d5-2d8c-4586-87e1-402b9856df14-1768860015960
|
||||
[executable_block:048282d5-2d8c-4586-87e1-402b9856df14-1768860015960][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 = 1bfd727d-70a8-4fa6-b7f7-a16b69781a8b-1768860015960
|
||||
[loading_requirement_container_meta:1bfd727d-70a8-4fa6-b7f7-a16b69781a8b-1768860015960] = [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 = downloading_terrain
|
||||
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 = 140
|
||||
y = 76
|
||||
width = 200
|
||||
height = 9
|
||||
stretch_x = false
|
||||
stretch_y = false
|
||||
stay_on_screen = true
|
||||
element_loading_requirement_container_identifier = 0afb7d41-7f3d-45d3-96fc-a57b333803de-1768860015960
|
||||
[loading_requirement_container_meta:0afb7d41-7f3d-45d3-96fc-a57b333803de-1768860015960] = [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
|
||||
rotation_degrees = 0.0
|
||||
advanced_rotation_mode = false
|
||||
vertical_tilt_degrees = 0.0
|
||||
advanced_vertical_tilt_mode = false
|
||||
horizontal_tilt_degrees = 0.0
|
||||
advanced_horizontal_tilt_mode = false
|
||||
is_hidden = false
|
||||
automated_button_clicks = 0
|
||||
}
|
||||
|
||||
1055
config/yosbr/config/fancymenu/customization/title_screen_layout.txt
Normal file
1055
config/yosbr/config/fancymenu/customization/title_screen_layout.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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/yosbr/config/fancymenu/legacy_checklist.txt
Normal file
3
config/yosbr/config/fancymenu/legacy_checklist.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
##[legacy]
|
||||
|
||||
B:custom_guis_ported = 'true';
|
||||
2
config/yosbr/config/fancymenu/listener_instances.txt
Normal file
2
config/yosbr/config/fancymenu/listener_instances.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
type = listener_instances
|
||||
|
||||
95
config/yosbr/config/fancymenu/options.txt
Normal file
95
config/yosbr/config/fancymenu/options.txt
Normal file
|
|
@ -0,0 +1,95 @@
|
|||
##[general]
|
||||
|
||||
B:force_fullscreen = 'false';
|
||||
I:default_gui_scale = '-1';
|
||||
B:play_vanilla_menu_music = 'true';
|
||||
|
||||
|
||||
##[customization]
|
||||
|
||||
B:modpack_mode = 'true';
|
||||
B:show_customization_overlay = 'true';
|
||||
B:advanced_customization_mode = 'false';
|
||||
|
||||
|
||||
##[loading]
|
||||
|
||||
S:preload_resources = '';
|
||||
B:allow_game_intro_skip = 'true';
|
||||
S:game_intro_animation_name = '';
|
||||
B:game_intro_fade_out = 'true';
|
||||
S:custom_game_intro_skip_text = '';
|
||||
|
||||
|
||||
##[window]
|
||||
|
||||
S:custom_window_icon_16 = '';
|
||||
B:show_custom_window_icon = 'false';
|
||||
S:custom_window_icon_macos = '';
|
||||
S:custom_window_icon_32 = '';
|
||||
S:custom_window_title = 'Retards Server';
|
||||
|
||||
|
||||
##[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';
|
||||
S:anchor_overlay_color_base_override = '';
|
||||
B:enable_element_rotation_controls = 'true';
|
||||
F:anchor_overlay_opacity_normal = '0.5';
|
||||
F:anchor_overlay_opacity_busy = '0.7';
|
||||
D:anchor_overlay_hover_charging_time_seconds = '2.0';
|
||||
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';
|
||||
I:layout_editor_grid_size = '10';
|
||||
B:invert_anchor_overlay_color = 'false';
|
||||
B:enable_buddy = 'true';
|
||||
S:anchor_overlay_color_border_override = '';
|
||||
B:enable_element_tilting_controls = 'true';
|
||||
|
||||
|
||||
##[ui]
|
||||
|
||||
F:ui_scale = '4.0';
|
||||
B:play_ui_click_sounds = 'true';
|
||||
B:enable_ui_text_shadow = 'false';
|
||||
I:context_menu_hover_open_speed = '1';
|
||||
S:ui_theme = 'nether';
|
||||
|
||||
|
||||
##[debug_overlay]
|
||||
|
||||
B:debug_overlay_show_basic_screen_category = 'true';
|
||||
B:show_debug_overlay = 'false';
|
||||
B:debug_overlay_show_resources_category = 'true';
|
||||
B:debug_overlay_show_system_category = 'true';
|
||||
B:debug_overlay_show_advanced_screen_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';
|
||||
2
config/yosbr/config/fancymenu/user_variables.db
Normal file
2
config/yosbr/config/fancymenu/user_variables.db
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
type = user_variables
|
||||
|
||||
3
config/yosbr/config/iris.properties
Normal file
3
config/yosbr/config/iris.properties
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
disableUpdateMessage=true
|
||||
maxShadowRenderDistance=6
|
||||
enableShaders=false
|
||||
13
config/yosbr/config/isxander-main-menu-credits.json
Normal file
13
config/yosbr/config/isxander-main-menu-credits.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"main_menu": {
|
||||
"bottom_right": [
|
||||
{
|
||||
"text": "Retards Modpack 1.1.0",
|
||||
"clickEvent": {
|
||||
"action": "open_url",
|
||||
"value": "https://modrinth.com/modpack/fabulous-modpack"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
9
config/yosbr/config/jade/jade.json
Normal file
9
config/yosbr/config/jade/jade.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"general": {
|
||||
"itemModNameTooltip": false
|
||||
},
|
||||
"overlay": {
|
||||
"activeTheme": "jade:create",
|
||||
"overlayPosY": 0.98994803
|
||||
}
|
||||
}
|
||||
5
config/yosbr/config/jade/plugins.json
Normal file
5
config/yosbr/config/jade/plugins.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"jade": {
|
||||
"mod_name": false
|
||||
}
|
||||
}
|
||||
2
config/yosbr/config/justzoom/config.txt
Normal file
2
config/yosbr/config/justzoom/config.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
##[gui]
|
||||
B:show_options_button_in_pause_screen = 'false';
|
||||
9
config/yosbr/config/lambdynlights.toml
Normal file
9
config/yosbr/config/lambdynlights.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
mode = "fancy"
|
||||
|
||||
[light_sources]
|
||||
water_sensitive_check = false
|
||||
block_entities = false
|
||||
entities = false
|
||||
self = true
|
||||
tnt = "simple"
|
||||
creeper = "simple"
|
||||
1
config/yosbr/config/modernfix-mixins.properties
Normal file
1
config/yosbr/config/modernfix-mixins.properties
Normal file
|
|
@ -0,0 +1 @@
|
|||
mixin.perf.dynamic_resources=true
|
||||
1
config/yosbr/config/modmenu.json
Normal file
1
config/yosbr/config/modmenu.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"sorting":"ascending","count_libraries":false,"compact_list":false,"count_children":true,"mods_button_style":"shrink","game_menu_button_style":"replace_bugs","count_hidden_mods":false,"mod_count_location":"title_screen","hide_mod_links":false,"show_libraries":false,"hide_mod_license":true,"hide_badges":true,"hide_mod_credits":true,"easter_eggs":false,"modify_title_screen":true,"modify_game_menu":true,"hide_config_buttons":false,"random_java_colors":false,"translate_names":true,"translate_descriptions":true,"config_mode":false,"disable_drag_and_drop":false,"hidden_mods":["citresewn-defaults","indium","minecraft","puzzle-base","puzzle-gui","puzzle-models","puzzle-splashscreen"],"hidden_configs":[],"disable_update_checker":[],"update_checker":false,"button_update_badge":false,"quick_configure":true}
|
||||
20
config/yosbr/config/moreculling.toml
Normal file
20
config/yosbr/config/moreculling.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
enableSodiumMenu = true
|
||||
cloudCulling = true
|
||||
signTextCulling = true
|
||||
rainCulling = true
|
||||
useBlockStateCulling = true
|
||||
useCustomItemFrameRenderer = false
|
||||
itemFrameMapCulling = true
|
||||
useItemFrameLOD = true
|
||||
itemFrameLODRange = 384
|
||||
useItemFrame3FaceCulling = true
|
||||
itemFrame3FaceCullingRange = 12.0
|
||||
leavesCullingMode = "CHECK"
|
||||
leavesCullingAmount = 2
|
||||
includeMangroveRoots = true
|
||||
powderSnowCulling = true
|
||||
entityModelCulling = false
|
||||
useOnModdedBlocksByDefault = true
|
||||
|
||||
[modCompatibility]
|
||||
minecraft = true
|
||||
75
config/yosbr/config/panorama_screens/settings.json
Normal file
75
config/yosbr/config/panorama_screens/settings.json
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"printScreenNames": false,
|
||||
"panoramaAllowList": [
|
||||
"net.minecraft.",
|
||||
"net.optifine.gui.",
|
||||
"quark.base.client",
|
||||
"shedaniel.clothconfig2.gui.",
|
||||
"bumblesoftware.fastload.client",
|
||||
"fuzs.configmenusforge.client",
|
||||
"jellysquid.mods.sodium.client.",
|
||||
"reeses_sodium_options.client",
|
||||
"blamejared.controlling",
|
||||
"mc.ipnext.gui",
|
||||
"me.juancarloscp52.spyglass_improvements.client",
|
||||
"dev.tr7zw.skinlayers.",
|
||||
"mcp.mobius.waila.gui.",
|
||||
"dqu.additionaladditions.config",
|
||||
"bclib.client.gui.",
|
||||
"cominixo.betterf3.config.gui",
|
||||
"pepperbell.continuity.client.config",
|
||||
"redlimerl.detailab.screen",
|
||||
"kyrptonaught.kyrptconfig.config.screen",
|
||||
"megane.runtime.config.screen",
|
||||
"terraformersmc.modmenu.gui.ModMenuOptionsScreen",
|
||||
"yalter.mousetweaks.ConfigScreen",
|
||||
"dev.tr7zw.notenoughanimations.",
|
||||
"ha3.presencefootsteps.",
|
||||
"shedaniel.rei.impl.client.gui.credits.",
|
||||
"xaero.common.gui.",
|
||||
"xaero.map.gui.",
|
||||
"juuxel.adorn.client.gui.screen.",
|
||||
"net.puzzlemc.gui.screen.",
|
||||
"midnightdust.core.screen.",
|
||||
"midnightdust.lib.config.",
|
||||
"betternether.config.screen",
|
||||
"minenash.enhanced_attack_indicator.config.",
|
||||
"jamalam360.jamlib.config.",
|
||||
"darkhax.tipsmod.impl.gui.",
|
||||
"natamus.collective_common_forge.config.",
|
||||
"natamus.collective_common_fabric.config.",
|
||||
"natamus.collective.fabric.config",
|
||||
"natamus.collective.forge.config",
|
||||
"izofar.takesapillage.client.gui",
|
||||
"snownee.jade.gui.",
|
||||
"chunksfadein.gui.",
|
||||
"colormatic.",
|
||||
"deepslatecutting.config.",
|
||||
"nicerskies.gui.",
|
||||
"pingwheel.client.",
|
||||
"corail.tombstone.gui",
|
||||
"fpsreducer.gui.",
|
||||
"moreoverlays.gui.",
|
||||
"minecraftforge.client.gui.config.",
|
||||
".computercraft.",
|
||||
"ctm.client.config",
|
||||
"healthoverlay.config.",
|
||||
".cotton.gui.impl.modmenu.",
|
||||
"spell_engine.client.gui.",
|
||||
"catalogue.client.",
|
||||
"bisecthosting.mods.bhmenu",
|
||||
"oauth.gui.",
|
||||
"borderless.client.",
|
||||
"borderlessmining.config",
|
||||
"languagereload.config.",
|
||||
"ftbauxilium.screens.",
|
||||
"advancednetherite.client.",
|
||||
"minetogether.orderform.screen.",
|
||||
"minetogether.chat.gui.MutedUsersScreen",
|
||||
"minetogether.gui.SettingsScreen",
|
||||
"configured.client",
|
||||
"voicechat.gui.VoiceChatSettingsScreen",
|
||||
"dev.dediamondpro.resourcify.gui.browsepage.BrowseScreen"
|
||||
],
|
||||
"panoramaBlockList": ["net.optifine.shaders.gui."]
|
||||
}
|
||||
1
config/yosbr/config/puzzle.json
Normal file
1
config/yosbr/config/puzzle.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"disabledIntegrations":["cem","citresewn","continuity","cullleaves","entity_texture_features","iris","lambdabettergrass","lambdynlights","dynamicfps","borderlessmining","colormatic","entity_model_features"],"enablePuzzleButton":false,"debugMessages":false,"checkUpdates":false,"showPuzzleInfo":false}
|
||||
1
config/yosbr/config/sodium-options.json
Normal file
1
config/yosbr/config/sodium-options.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"quality":{"weather_quality":"FAST"}}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
block_absorption=0.2
|
||||
update_moving_sounds=true
|
||||
simple_voice_chat_hear_self=true
|
||||
17
config/yosbr/config/terrablender.toml
Normal file
17
config/yosbr/config/terrablender.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#General settings
|
||||
general = {}
|
||||
|
||||
#Generation settings
|
||||
[generation_settings]
|
||||
#The size of overworld biome regions from each mod that uses TerraBlender.
|
||||
#Range: 2-6
|
||||
overworld_region_size = 2
|
||||
#The weighting of vanilla biome regions in the nether.
|
||||
#Range: 0-2147483647
|
||||
vanilla_nether_region_weight = 4
|
||||
#The size of nether biome regions from each mod that uses TerraBlender.
|
||||
#Range: 2-6
|
||||
nether_region_size = 2
|
||||
#The weighting of vanilla biome regions in the overworld.
|
||||
#Range: 0-2147483647
|
||||
vanilla_overworld_region_weight = 10
|
||||
|
|
@ -0,0 +1,88 @@
|
|||
/*
|
||||
This config file makes it possible to switch off any structure from Towns and Towers. Big thanks to Cristelknight for making this all possible.
|
||||
To disable a structure, simply set the value of that structure to "false".
|
||||
o change the rarity of a structure category, use the other file in the config.
|
||||
|
||||
LINKS
|
||||
=====
|
||||
Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers
|
||||
Modrinth link: https://modrinth.com/mod/towns-and-towers
|
||||
PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/
|
||||
GitHub Repository: [NEED TO MAKE ONE]
|
||||
*/
|
||||
{
|
||||
// Here you can find all pillager outposts.
|
||||
"towers": {
|
||||
"pillager_outpost_badlands": true,
|
||||
"pillager_outpost_beach": true,
|
||||
"pillager_outpost_birch_forest": true,
|
||||
"pillager_outpost_desert": true,
|
||||
"pillager_outpost_flower_forest": true,
|
||||
"pillager_outpost_forest": true,
|
||||
"pillager_outpost_grove": true,
|
||||
"pillager_outpost_jungle": true,
|
||||
"pillager_outpost_meadow": true,
|
||||
"pillager_outpost_mushroom_fields": true,
|
||||
"pillager_outpost_ocean": true,
|
||||
"pillager_outpost_old_growth_taiga": true,
|
||||
"pillager_outpost_savanna": true,
|
||||
"pillager_outpost_savanna_plateau": true,
|
||||
"pillager_outpost_snowy_beach": true,
|
||||
"pillager_outpost_snowy_plains": true,
|
||||
"pillager_outpost_snowy_slopes": true,
|
||||
"pillager_outpost_sparse_jungle": true,
|
||||
"pillager_outpost_sunflower_plains": true,
|
||||
"pillager_outpost_swamp": true,
|
||||
"pillager_outpost_taiga": true,
|
||||
"pillager_outpost_snowy_taiga": true,
|
||||
"pillager_outpost_wooded_badlands": true,
|
||||
// Here you can find all pillager outposts which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.).
|
||||
"exclusives": {
|
||||
"pillager_outpost_mediterranean": true,
|
||||
"pillager_outpost_tudor": true,
|
||||
"pillager_outpost_classic": true,
|
||||
"pillager_outpost_oriental": true,
|
||||
"pillager_outpost_swedish": true,
|
||||
"pillager_outpost_iberian": true,
|
||||
"pillager_outpost_rustic": true
|
||||
}
|
||||
},
|
||||
// Here you can find all structures that aren't villages or outposts.
|
||||
"other": {
|
||||
"mimic_desert": true,
|
||||
"wreckage_ocean": true
|
||||
},
|
||||
// Here you can find all villages.
|
||||
"towns": {
|
||||
"village_badlands": true,
|
||||
"village_beach": true,
|
||||
"village_birch_forest": true,
|
||||
"village_flower_forest": true,
|
||||
"village_forest": true,
|
||||
"village_snowy_slopes": true,
|
||||
"village_jungle": true,
|
||||
"village_meadow": true,
|
||||
"village_mushroom_fields": true,
|
||||
"village_ocean": true,
|
||||
"village_old_growth_taiga": true,
|
||||
"village_grove": true,
|
||||
"village_savanna_plateau": true,
|
||||
"village_sunflower_plains": true,
|
||||
"village_snowy_taiga": true,
|
||||
"village_sparse_jungle": true,
|
||||
"village_swamp": true,
|
||||
"village_wooded_badlands": true,
|
||||
// Here you can find all villages which are exclusive to other worldgen mods (ex.: WWOO, Terralith, BoP, BYG, etc.).
|
||||
"exclusives": {
|
||||
"village_mediterranean": true,
|
||||
"village_swedish": true,
|
||||
"village_tudor": true,
|
||||
"village_wandering_trader_camp": true,
|
||||
"village_classic": true,
|
||||
"village_rustic": true,
|
||||
"village_iberian": true,
|
||||
"village_nilotic": true,
|
||||
"village_piglin": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,43 @@
|
|||
/*
|
||||
This config file makes it possible to change the spacing, separation, salt (and frequency) of Towns and Towers' structure sets. Big thanks to Cristelknight for making this all possible.
|
||||
SPACING --- controls how far a structure can be from others of its kind
|
||||
SEPARATION --- controls how close to each other two structures of the same type can be.
|
||||
By default, the values should be 48/24 for villages and outposts (spacing/separation respectively) - a hypothetical village is going to appear not further than 48 chunks away (ca. 760 blocks), but not closer than 24 chunks (ca. 380 blocks).
|
||||
* If you want a structure to spawn more frequently, decrease those values.
|
||||
* If you want a structure to spawn less frequently, increase those values.
|
||||
KEEP IN MIND THAT SPACING ALWAYS NEEDS TO BE HIGHER THAN SEPARATION.
|
||||
|
||||
LINKS
|
||||
=====
|
||||
Curseforge link: https://www.curseforge.com/minecraft/mc-mods/towns-and-towers
|
||||
Modrinth link: https://modrinth.com/mod/towns-and-towers
|
||||
PMC link: https://www.planetminecraft.com/data-pack/towns-amp-towers-structure-overhaul/
|
||||
GitHub Repository: [NEED TO MAKE ONE]
|
||||
*/
|
||||
{
|
||||
// Here you can find all pillager outposts.
|
||||
"towers": {
|
||||
// DEFAULT 48
|
||||
"spacing": 10,
|
||||
// DEFAULT 24
|
||||
"separation": 5,
|
||||
"frequency": 0.7,
|
||||
"salt": 205745294
|
||||
},
|
||||
// Here you can find all structures that aren't villages or outposts.
|
||||
"other": {
|
||||
// DEFAULT 32
|
||||
"spacing": 10,
|
||||
// DEFAULT 16
|
||||
"separation": 5,
|
||||
"salt": 30084234
|
||||
},
|
||||
// Here you can find all villages.
|
||||
"towns": {
|
||||
// DEFAULT 48
|
||||
"spacing": 10,
|
||||
// DEFAULT 24
|
||||
"separation": 5,
|
||||
"salt": 10587309
|
||||
}
|
||||
}
|
||||
1
config/yosbr/config/worldedit/worldedit.properties
Normal file
1
config/yosbr/config/worldedit/worldedit.properties
Normal file
|
|
@ -0,0 +1 @@
|
|||
wand-item=wectools\:wand
|
||||
1
config/yosbr/config/xaero/minimap/client.cfg
Normal file
1
config/yosbr/config/xaero/minimap/client.cfg
Normal file
|
|
@ -0,0 +1 @@
|
|||
update_notifications = false
|
||||
3
config/yosbr/config/xaero/minimap/profiles/default.cfg
Normal file
3
config/yosbr/config/xaero/minimap/profiles/default.cfg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
display_radar = false
|
||||
minimap_shape = 1
|
||||
minimap_north_locked = true
|
||||
1
config/yosbr/config/xaerohud.txt
Normal file
1
config/yosbr/config/xaerohud.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
module;id=xaerominimap:minimap;x=0;y=0;centered=false;fromRight=true;fromBottom=false;flippedVer=false;flippedHor=false;
|
||||
2
config/yosbr/config/zombieawareness/Features.toml
Normal file
2
config/yosbr/config/zombieawareness/Features.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[general]
|
||||
wanderingHordes = true
|
||||
11600
index.toml
Normal file
11600
index.toml
Normal file
File diff suppressed because it is too large
Load diff
16
kubejs/config/client.properties
Normal file
16
kubejs/config/client.properties
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#KubeJS Client Properties
|
||||
#Sat Feb 07 11:24:15 CET 2026
|
||||
backgroundColor=2E3440
|
||||
barBorderColor=ECEFF4
|
||||
exportAtlases=false
|
||||
menuBackgroundBrightness=64
|
||||
disableRecipeBook=false
|
||||
title=
|
||||
barColor=ECEFF4
|
||||
overrideColors=false
|
||||
fmlLogColor=ECEFF4
|
||||
showTagNames=false
|
||||
fmlMemoryColor=ECEFF4
|
||||
menuBackgroundScale=32.0
|
||||
blurScaledPackIcon=true
|
||||
menuInnerBackgroundBrightness=32
|
||||
13
kubejs/config/common.properties
Normal file
13
kubejs/config/common.properties
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#KubeJS Common Properties
|
||||
#Sat Feb 07 11:23:27 CET 2026
|
||||
matchJsonRecipes=true
|
||||
allowAsyncStreams=true
|
||||
announceReload=true
|
||||
startupErrorGUI=true
|
||||
serverOnly=false
|
||||
hideServerScriptErrors=false
|
||||
saveDevPropertiesInConfig=false
|
||||
packmode=
|
||||
ignoreCustomUniqueRecipeIds=false
|
||||
creativeModeTabIcon=minecraft\:purple_dye
|
||||
startupErrorReportUrl=
|
||||
34
kubejs/config/settings.json
Normal file
34
kubejs/config/settings.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"dimensions": [
|
||||
{
|
||||
"id": "retards:creative",
|
||||
"gamemode": "creative",
|
||||
"portal": {
|
||||
"material": "minecraft:glowstone",
|
||||
"fluid": "minecraft:water",
|
||||
"color": "#1E66F5"
|
||||
},
|
||||
"worldgen": {
|
||||
"minecraft:bedrock": 1,
|
||||
"minecraft:stone": 40,
|
||||
"minecraft:dirt": 8,
|
||||
"minecraft:grass_block": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "retards:adventure",
|
||||
"gamemode": "adventure",
|
||||
"portal": {
|
||||
"material": "minecraft:bedrock",
|
||||
"fluid": "minecraft:water",
|
||||
"color": "#1E66F5"
|
||||
},
|
||||
"worldgen": {
|
||||
"minecraft:bedrock": 1,
|
||||
"minecraft:stone": 40,
|
||||
"minecraft:dirt": 8,
|
||||
"minecraft:grass_block": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
72
kubejs/server_scripts/creative.js
Normal file
72
kubejs/server_scripts/creative.js
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
// Creates and configures the Creative dimension
|
||||
|
||||
/*
|
||||
const config = global.config;
|
||||
const hexToRgb = global.hexToRgb;
|
||||
|
||||
/////////////////
|
||||
/// DIMENSION ///
|
||||
/////////////////
|
||||
// Defines the Creative dimension
|
||||
ServerEvents.highPriorityData((event) => {
|
||||
event.addJson("retards:dimension/creative.json", {
|
||||
type: "minecraft:overworld",
|
||||
generator: {
|
||||
type: "minecraft:flat",
|
||||
settings: {
|
||||
biome: "minecraft:plains",
|
||||
lakes: false,
|
||||
features: false,
|
||||
layers: Object.entries(config.creative.layers).map(
|
||||
([block, count]) => ({
|
||||
block: block,
|
||||
height: count,
|
||||
}),
|
||||
),
|
||||
structures: {},
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
//////////////
|
||||
/// PORTAL ///
|
||||
//////////////
|
||||
// Defines the Creative portal
|
||||
/*
|
||||
ServerEvents.highPriorityData((event) => {
|
||||
const portal = config.creative;
|
||||
const color = hexToRgb(portal.color);
|
||||
event.addJson("retards:portals/creative.json", {
|
||||
block: portal.material,
|
||||
dim: "retards:creative",
|
||||
r: color.r,
|
||||
g: color.g,
|
||||
b: color.b,
|
||||
ignitionType: "FLUID",
|
||||
ignitionSource: portal.fluid,
|
||||
});
|
||||
});
|
||||
|
||||
//////////////
|
||||
/// DIMINV ///
|
||||
//////////////
|
||||
// Applies Dimensional Inventories to the Creative dimension
|
||||
PlayerEvents.loggedIn((event) => {
|
||||
const data = event.server.persistentData;
|
||||
if (!data.creativeInitialized) {
|
||||
data.creativeInitialized = true;
|
||||
event.server.runCommandSilent("diminv pool creative create");
|
||||
event.server.runCommandSilent(
|
||||
"diminv pool creative dimension retards:creative assign",
|
||||
);
|
||||
event.server.runCommandSilent("diminv pool creative gameMode creative");
|
||||
event.server.runCommandSilent(
|
||||
"diminv pool creative progressAdvancements false",
|
||||
);
|
||||
event.server.runCommandSilent(
|
||||
"diminv pool creative incrementStatistics false",
|
||||
);
|
||||
}
|
||||
});
|
||||
*/
|
||||
92
kubejs/server_scripts/dimensions.js
Normal file
92
kubejs/server_scripts/dimensions.js
Normal file
|
|
@ -0,0 +1,92 @@
|
|||
// Creates and configures custom dimensions
|
||||
|
||||
const raw = JsonIO.readJson("kubejs/config/settings.json");
|
||||
const config = raw ? JSON.parse(raw.toString()) : {};
|
||||
|
||||
function hexToRgb(hex) {
|
||||
const h = hex.replace("#", "");
|
||||
return {
|
||||
r: parseInt(h.substring(0, 2), 16),
|
||||
g: parseInt(h.substring(2, 4), 16),
|
||||
b: parseInt(h.substring(4, 6), 16),
|
||||
};
|
||||
}
|
||||
|
||||
var portalColor;
|
||||
|
||||
ServerEvents.highPriorityData((event) => {
|
||||
if (config.dimensions) {
|
||||
config.dimensions.forEach((dimension) => {
|
||||
const [modId, dimId] = dimension.id.split(":");
|
||||
|
||||
/////////////////
|
||||
/// DIMENSION ///
|
||||
/////////////////
|
||||
const dimJson = { type: "minecraft:overworld" };
|
||||
if (dimension.worldgen)
|
||||
dimJson["generator"] = {
|
||||
type: "minecraft:flat",
|
||||
settings: {
|
||||
biome: "minecraft:plains",
|
||||
lakes: false,
|
||||
features: false,
|
||||
structures: {},
|
||||
layers: Object.entries(dimension.worldgen).map(
|
||||
([block, count]) => ({
|
||||
block: block,
|
||||
height: count,
|
||||
}),
|
||||
),
|
||||
},
|
||||
};
|
||||
event.addJson(`${modId}:dimension/${dimId}.json`, dimJson);
|
||||
|
||||
//////////////
|
||||
/// PORTAL ///
|
||||
//////////////
|
||||
const portal = dimension.portal;
|
||||
if (portal) {
|
||||
portalColor = hexToRgb(portal.color);
|
||||
event.addJson(`${modId}:portals/${dimId}.json`, {
|
||||
block: portal.material,
|
||||
dim: dimension.id,
|
||||
r: portalColor.r,
|
||||
g: portalColor.g,
|
||||
b: portalColor.b,
|
||||
ignitionType: "FLUID",
|
||||
ignitionSource: portal.fluid,
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
//////////////
|
||||
/// DIMINV ///
|
||||
//////////////
|
||||
PlayerEvents.loggedIn((event) => {
|
||||
if (config.dimensions) {
|
||||
config.dimensions.forEach((dimension) => {
|
||||
const [modId, dimId] = dimension.id.split(":");
|
||||
const data = event.server.persistentData;
|
||||
if (!data.getBoolean(`${dimId}Initialized`)) {
|
||||
data.putBoolean(`${dimId}Initialized`, true);
|
||||
event.server.scheduleInTicks(20, () => {
|
||||
event.server.runCommandSilent(`diminv pool ${dimId} create`);
|
||||
event.server.runCommandSilent(
|
||||
`diminv pool ${dimId} dimension ${dimension.id} assign`,
|
||||
);
|
||||
event.server.runCommandSilent(
|
||||
`diminv pool ${dimId} gameMode ${dimension.gamemode}`,
|
||||
);
|
||||
event.server.runCommandSilent(
|
||||
`diminv pool ${dimId} progressAdvancements false`,
|
||||
);
|
||||
event.server.runCommandSilent(
|
||||
`diminv pool ${dimId} incrementStatistics false`,
|
||||
);
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
23
kubejs/server_scripts/keep.js
Normal file
23
kubejs/server_scripts/keep.js
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
// Makes Tickets of Eternal Keeping not consumed on death.
|
||||
|
||||
const tickets = {};
|
||||
|
||||
EntityEvents.death((event) => {
|
||||
const player = event.player;
|
||||
if (event.entity.isPlayer()) {
|
||||
tickets[player.uuid] = null;
|
||||
|
||||
player.inventory.allItems.forEach((item) => {
|
||||
if (item.nbt && item.nbt.EternalKeep) tickets[player.uuid] = item.copy();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
PlayerEvents.respawned((event) => {
|
||||
const player = event.player;
|
||||
|
||||
const ticket = tickets[player.uuid];
|
||||
if (ticket != null) player.give(Item.of(ticket, 1));
|
||||
|
||||
tickets[player.uuid] = null;
|
||||
});
|
||||
13
mods/3dskinlayers.pw.toml
Normal file
13
mods/3dskinlayers.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "3D Skin Layers"
|
||||
filename = "skinlayers3d-fabric-1.10.1-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/zV5r3pPn/versions/KnaROh3k/skinlayers3d-fabric-1.10.1-mc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "de80faac5adf26fe315716bfbfb2ece6a543dab4a5e4b14d96d345b6e1e0dc12746d4d8209f4ea114df2df7069b81296c5e5a7913b7d86255ef7d993f699b239"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "zV5r3pPn"
|
||||
version = "KnaROh3k"
|
||||
13
mods/alcocraft.pw.toml
Normal file
13
mods/alcocraft.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "AlcoCraft+"
|
||||
filename = "alcocraftplus-1.20-2.1.0-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/6t2MdNbo/versions/YGV8m7DU/alcocraftplus-1.20-2.1.0-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0ecb43645957d6f4e6f4dcf60555a76e892970f953fb5aac1c72fb62c972a4ee1dc95ee0ccb27baf82521e1b57abaa94b6569ede784777ac4d76f430ba6e95cf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "6t2MdNbo"
|
||||
version = "YGV8m7DU"
|
||||
13
mods/ambientsounds.pw.toml
Normal file
13
mods/ambientsounds.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "AmbientSounds"
|
||||
filename = "AmbientSounds_FABRIC_v6.3.4_mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fM515JnW/versions/Y8F6BpQg/AmbientSounds_FABRIC_v6.3.4_mc1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "3d047c3b8fa124089459a93951c9bca07da58bf07f2b63ed80e3abf69b6fe8d62bd6c991bf9beaa5deabbaf84ab40349c68a9e090d851c5e4a0356aefed09ad1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fM515JnW"
|
||||
version = "Y8F6BpQg"
|
||||
13
mods/animatica.pw.toml
Normal file
13
mods/animatica.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Animatica"
|
||||
filename = "animatica-0.6.1+1.20.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/PRN43VSY/versions/M2xzBL7h/animatica-0.6.1%2B1.20.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "50b5d89d2a52a62496c6d459d528341e26d6d3836df3098b58da06a0907d28badfa4ae2ce1635ae48c729d8824f3f0ef9a32de10c77461b33cc04fe3a5da1662"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "PRN43VSY"
|
||||
version = "M2xzBL7h"
|
||||
13
mods/anti-xray.pw.toml
Normal file
13
mods/anti-xray.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "AntiXray"
|
||||
filename = "antixray-fabric-1.4.6+1.20.1.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/sml2FMaA/versions/6vxHsVZq/antixray-fabric-1.4.6%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "ec46ca0c5c4c10caac1a12983cb675e133f092f8a1bf61567b23c955adc78c98a15921c214f0533718a93217fea796641741d3b476f6115249f9031d59e3aba4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "sml2FMaA"
|
||||
version = "6vxHsVZq"
|
||||
13
mods/appleskin.pw.toml
Normal file
13
mods/appleskin.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "AppleSkin"
|
||||
filename = "appleskin-fabric-mc1.20.1-2.5.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/N5XeV21r/appleskin-fabric-mc1.20.1-2.5.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "712ca0f86050ab3c6dbdbe62c5d9fabe77837d70529d1cd686f915a5f09d3a4f71ad4d3866984fbdded63ae2eb1c1ceedfb3386253510ee3a54857f77677e4f4"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "EsAfCjCV"
|
||||
version = "N5XeV21r"
|
||||
13
mods/architectury-api.pw.toml
Normal file
13
mods/architectury-api.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Architectury API"
|
||||
filename = "architectury-9.2.14-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/lhGA9TYQ/versions/WbL7MStR/architectury-9.2.14-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4cb8f009fd522d68a795d2cf5a657bdbe248b32ba7c33cd968f5ab521e9d60e198f8a3f6c50e7d960a2b8f50375116be0db1fd44b5710ea758697d8ea70d15de"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "lhGA9TYQ"
|
||||
version = "WbL7MStR"
|
||||
13
mods/armor-of-the-ages.pw.toml
Normal file
13
mods/armor-of-the-ages.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Armor of the Ages"
|
||||
filename = "Armor of the Ages-fabric-1.20.1-1.3.12.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vEgtiJIY/versions/fZN07J9e/Armor%20of%20the%20Ages-fabric-1.20.1-1.3.12.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "235900ee253ff2f7631e7c68fa8845e18fbd9e3ab07eb9fe5f4f69cbd1bad97e8c48540fb6d1b0567da2b3c2ad909924c8019eed6564d39146e9a3844affe271"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vEgtiJIY"
|
||||
version = "fZN07J9e"
|
||||
13
mods/armor-statues.pw.toml
Normal file
13
mods/armor-statues.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Armor Statues"
|
||||
filename = "ArmorStatues-v8.0.6-1.20.1-Fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/bbGCtEvb/versions/D9e0CJWj/ArmorStatues-v8.0.6-1.20.1-Fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "939d1d2f676e3b20d2804377c940a6e81256b2bb1f45ecf644ed82de2108a467e7f39bc4c89d3e48680dfeca786231f5347ecabdf7c6c124ce3230de48e98be2"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "bbGCtEvb"
|
||||
version = "D9e0CJWj"
|
||||
13
mods/artifacts.pw.toml
Normal file
13
mods/artifacts.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Artifacts"
|
||||
filename = "artifacts-fabric-9.5.15.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/P0Mu4wcQ/versions/jf0yT7BF/artifacts-fabric-9.5.15.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "317c1f5a7b48d003a59b04cc00795299be7d0950ef834f29d9dd8bc1a0d02fb2b9241b4ee3bbca757a70d6ec338680c9a8f531c81a1eaad3e7712852737d0464"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "P0Mu4wcQ"
|
||||
version = "jf0yT7BF"
|
||||
13
mods/ashens-zombie-apocalypse.pw.toml
Normal file
13
mods/ashens-zombie-apocalypse.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Ashen's Zombie Apocalypse"
|
||||
filename = "ashens-zombie-apocalypse-1.0.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Ik4MAnIs/versions/w9L7oVu8/ashens-zombie-apocalypse-1.0.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "f144809b1c59276f9aa82d23d51ecc186096640b25fe01d7273d4d834ffee84a5bb4d506d6ef032769f9c3e6b2c86ed0d3cf5ae2b517b90fd9b71c06d1d6f475"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Ik4MAnIs"
|
||||
version = "w9L7oVu8"
|
||||
13
mods/automobility.pw.toml
Normal file
13
mods/automobility.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Automobility"
|
||||
filename = "automobility-0.4.2+1.20.1-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rqIsPf9F/versions/G97BY8OB/automobility-0.4.2%2B1.20.1-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "359883a402fabc987608186f236a552deb7c6bb7abe2e75c166717a6cd97278050e16f6c88d58b1d6c4b1d3d5fc40f344ae27f1bfde0f3fcddfc94704230fdd8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rqIsPf9F"
|
||||
version = "G97BY8OB"
|
||||
13
mods/badoptimizations.pw.toml
Normal file
13
mods/badoptimizations.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "BadOptimizations"
|
||||
filename = "BadOptimizations-2.4.1-1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/g96Z4WVZ/versions/DIugITgU/BadOptimizations-2.4.1-1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "5e02d9c5a5bc3dccfccbfac4809cda4eb755c015060063b696e92568e0be3d8354a01f6ac5dae99bd27111b7e20bb680512287119459ad069dcf3e7d17cace0f"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "g96Z4WVZ"
|
||||
version = "DIugITgU"
|
||||
13
mods/balm.pw.toml
Normal file
13
mods/balm.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Balm"
|
||||
filename = "balm-fabric-1.20.1-7.3.38.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/MBAkmtvl/versions/TSihd8MJ/balm-fabric-1.20.1-7.3.38.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "fc3212781606186b881a956846d262fbe7fc068668b601749aa965b341cb20fb28e28da7591a258e4fa184d3931ef4c5e9bf7c298c8450ccd367d0be0510e8fa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "MBAkmtvl"
|
||||
version = "TSihd8MJ"
|
||||
13
mods/better-mount-hud.pw.toml
Normal file
13
mods/better-mount-hud.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Better Mount HUD"
|
||||
filename = "bettermounthud-1.2.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/kqJFAPU9/versions/h1QpxElt/bettermounthud-1.2.2.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "1275717f84ece63f59714162a68b4e19ca626f843acefbfca49f4d446665559edd007db20cf4e66abf9ff1e76fe05f36bf5ca88fb1e63ef78c15a6b7fef01bb6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "kqJFAPU9"
|
||||
version = "h1QpxElt"
|
||||
13
mods/betterf3.pw.toml
Normal file
13
mods/betterf3.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "BetterF3"
|
||||
filename = "BetterF3-7.0.2-Fabric-1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "1b1f5bae45050bf01a23c57cfe94b7f42c6e0e9d669150effc04d3d09fd43c2dbea6c634117309ab1ee11253fcdb3c6061a9034e963b7f08476a76f1e98c3b8a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "8shC1gFX"
|
||||
version = "7WkFnw9F"
|
||||
13
mods/bettergrassify.pw.toml
Normal file
13
mods/bettergrassify.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "BetterGrassify"
|
||||
filename = "BetterGrassify-1.4.4+fabric.1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/m5T5xmUy/versions/GVS6ujFJ/BetterGrassify-1.4.4%2Bfabric.1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "282323691606ec631de08abe55aede0d61597a0e068553f5b92a6d2de7a32473d054729deddec77e51a262addde9306cfae5c6c438fa59609984c277c013dab8"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "m5T5xmUy"
|
||||
version = "GVS6ujFJ"
|
||||
13
mods/biomes-o-plenty.pw.toml
Normal file
13
mods/biomes-o-plenty.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Biomes O' Plenty"
|
||||
filename = "BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/HXF82T3G/versions/eZaag2ca/BiomesOPlenty-fabric-1.20.1-19.0.0.96.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "0d8af03235f92465c158a38f4a3497658895d3f6cbb761b7c1eaf549d86622a2b3214d32d92de30b1ed86fa55085fd78c6f03cae289e51f09cd8701fda8b4619"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "HXF82T3G"
|
||||
version = "eZaag2ca"
|
||||
13
mods/bluemap.pw.toml
Normal file
13
mods/bluemap.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "BlueMap"
|
||||
filename = "BlueMap-5.3-fabric-1.20.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/swbUV1cr/versions/lHRktt6S/BlueMap-5.3-fabric-1.20.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "d3a3173cd3f6d19f5a868562d25a902a3f8936246d8a21613fe57b14497c81b989f094fa899eb6f879ffd8d0768ed354e6d8e6e6c750b4254edef8e9a2b727bc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "swbUV1cr"
|
||||
version = "lHRktt6S"
|
||||
13
mods/blur-plus.pw.toml
Normal file
13
mods/blur-plus.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Blur+"
|
||||
filename = "blur-3.1.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/NK39zBp2/versions/dki8Ab2D/blur-3.1.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "c2e8d0bc87eb8bb5d36f4e980ef1a680e6238043f79553fa13248f6c9d46d18fce209ed57c66e1d1ce7aff04a397dd0ec907c3e07ff02c2c94c20998c6a22768"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "NK39zBp2"
|
||||
version = "dki8Ab2D"
|
||||
13
mods/calcmod.pw.toml
Normal file
13
mods/calcmod.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "CalcMod"
|
||||
filename = "calcmod-fabric-1.20-1.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/XoHTb2Ap/versions/Ma4inj0t/calcmod-fabric-1.20-1.3.0.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9dede017b69fbf0060e9cf4c0ac0d179ac09e1937be822b674eacc7e121b6660d82a3bca78ed6f1861d6eb380b16ea02e5b46d970c0a0bf9a9f8fac3b6afb87a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "XoHTb2Ap"
|
||||
version = "Ma4inj0t"
|
||||
13
mods/cameraoverhaul.pw.toml
Normal file
13
mods/cameraoverhaul.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Camera Overhaul"
|
||||
filename = "CameraOverhaul-v2.0.6-fabric+mc[1.20.0-1.20.5].jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/m0oRwcZx/versions/ZWBJA0XZ/CameraOverhaul-v2.0.6-fabric%2Bmc%5B1.20.0-1.20.5%5D.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "15be9dfdad0557f2761919b2c76b8862d4032279c3b6200fdcf509e37ddf00965bc4ef6779f41b78abddc3851aadc9adc750f4246202cd391bb140ae6565acfb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "m0oRwcZx"
|
||||
version = "ZWBJA0XZ"
|
||||
13
mods/capes.pw.toml
Normal file
13
mods/capes.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Capes"
|
||||
filename = "capes-1.5.2+1.20-fabric.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/89Wsn8GD/versions/z2zOEvPP/capes-1.5.2%2B1.20-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "e8e0b46e6a7da55e83a3883497e29666941cf865c6166b319d56ba574a5124d864353be257c05468f3626813c28544c69fb8015fb24acc41a7ef9356b83714eb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "89Wsn8GD"
|
||||
version = "z2zOEvPP"
|
||||
13
mods/chat-heads.pw.toml
Normal file
13
mods/chat-heads.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Chat Heads"
|
||||
filename = "chat_heads-0.15.0-fabric-1.20.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/Nfb15p2T/chat_heads-0.15.0-fabric-1.20.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "6609950f77ff6cc450ab93449d40671899c91d49c17abca4111e730c6b7b0a2b8a6eb2c4851a48dfd011e575e3d0042ab0345494fde40b81c01d87626262b496"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wb5oqrBJ"
|
||||
version = "Nfb15p2T"
|
||||
13
mods/chunky.pw.toml
Normal file
13
mods/chunky.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Chunky"
|
||||
filename = "Chunky-1.3.146.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fALzjamp/versions/NHWYq9at/Chunky-1.3.146.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "9dbb82993302a8dfbe6ce1f46a051d72b5ada924424f4e23674ce660d209257584159a33248fa9247793e9ba03d3a117299ce1ff6685f06a7fb87c96504459aa"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fALzjamp"
|
||||
version = "NHWYq9at"
|
||||
13
mods/cicada.pw.toml
Normal file
13
mods/cicada.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "CICADA"
|
||||
filename = "cicada-lib-0.14.3+1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/IwCkru1D/versions/BWXjXtWI/cicada-lib-0.14.3%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "56a3d616b4a79c0d8d54487e994dcd5a48ac6becd02829eeb0c3cf6d150d392e0162510f45c23df2106df65ee1e90594b62b751ae7c16bfca385be8edfe418cc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "IwCkru1D"
|
||||
version = "BWXjXtWI"
|
||||
13
mods/cit-resewn.pw.toml
Normal file
13
mods/cit-resewn.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "CIT Resewn"
|
||||
filename = "citresewn-1.2.2+1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/otVJckYQ/versions/VzDTHJkq/citresewn-1.2.2%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "33b0edd61adb9d337226aeefd7fdb7b1cd76fc583f3f423a3d0d64c2487bf922a86f84e8a0344f77d5a39400226b7a6859a4c1e9961de0a443372dee798a7a59"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "otVJckYQ"
|
||||
version = "VzDTHJkq"
|
||||
13
mods/client-tweaks.pw.toml
Normal file
13
mods/client-tweaks.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Client Tweaks"
|
||||
filename = "clienttweaks-fabric-1.20.1-11.1.6.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/vPNqo58Q/versions/tY4EglHo/clienttweaks-fabric-1.20.1-11.1.6.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "27668ab313969a35ee5674d8bbbbcb2f627e7d4d1bbc5ff6202c4008e0cedd3783aa843295c807900f9cddbcf1ff17478ad2eaf500d695f6643cce74432014e3"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "vPNqo58Q"
|
||||
version = "tY4EglHo"
|
||||
13
mods/cloth-config.pw.toml
Normal file
13
mods/cloth-config.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Cloth Config API"
|
||||
filename = "cloth-config-11.1.136-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/9s6osm5g/versions/2xQdCMyG/cloth-config-11.1.136-fabric.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2da85c071c854223cc30c8e46794391b77e53f28ecdbbde59dc83b3dbbdfc74be9e68da9ed464e7f98b4361033899ba4f681ebff1f35edc2c60e599a59796f1c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "9s6osm5g"
|
||||
version = "2xQdCMyG"
|
||||
13
mods/clumps.pw.toml
Normal file
13
mods/clumps.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Clumps"
|
||||
filename = "Clumps-fabric-1.20.1-12.0.0.4.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Wnxd13zP/versions/hefSwtn6/Clumps-fabric-1.20.1-12.0.0.4.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "2235d29b1239d5526035bffd547d35fe33b9e737d3e75cd341f6689d9cd834d0a7dc03ed80748772162cd9595ba08e7a0ab51221bc145a8fd979d596c3967544"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Wnxd13zP"
|
||||
version = "hefSwtn6"
|
||||
13
mods/continuity.pw.toml
Normal file
13
mods/continuity.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "Continuity"
|
||||
filename = "continuity-3.0.0+1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/1IjD5062/versions/qGTDcjHM/continuity-3.0.0%2B1.20.1.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "7205cae3c534fd5d5328a9659146911381c06e54da995aabd11745ad72def5bd5120b7cb792fab2e8dcaa4670c23bdba21079b8f6da94152cfc6ea4b415edcbf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "1IjD5062"
|
||||
version = "qGTDcjHM"
|
||||
13
mods/coroutil.pw.toml
Normal file
13
mods/coroutil.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "CoroUtil"
|
||||
filename = "coroutil-fabric-1.20.1-1.3.7.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/rLLJ1OZM/versions/7tRnsYkP/coroutil-fabric-1.20.1-1.3.7.jar"
|
||||
hash-format = "sha512"
|
||||
hash = "4a03363dd9cfd517eb04bea77779c88e74f12c1dacadc726869cb9b595348d615e50041893ad72155f7ac2c359219604710d6157dec95a46fe0e598ef5642035"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "rLLJ1OZM"
|
||||
version = "7tRnsYkP"
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue