This commit is contained in:
2026-07-11 11:50:31 +02:00
commit 813c2fe468
382 changed files with 35534 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
RMBTweak=1
LMBTweakWithItem=1
LMBTweakWithoutItem=1
WheelTweak=1
WheelSearchOrder=1
WheelScrollDirection=0
ScrollItemScaling=0
Debug=0
+14
View File
@@ -0,0 +1,14 @@
{
"PinningEnabled": true,
"ShowAdvancementIDInDebugTooltip": false,
"ShowDebugInfo": "NEVER",
"MaxCriterionEntries": 2,
"FadeOutBackgroundOnAdvancementHover": false,
"SaveLastSelectedTab": true,
"PinnedTabs": [
"cobbleverse:root"
],
"LastSelectedTab": "cobbleverse:root",
"SpacingBetweenHorizontalTabs": 4,
"SpacingBetweenPinnedTabs": 2
}
+41
View File
@@ -0,0 +1,41 @@
{
"tick_per_minute": 1200,
"drop_chance_per_minute": 0.15,
"item_blacklist": [
"minecraft:porkchop",
"minecraft:beef",
"minecraft:chicken",
"minecraft:mutton",
"minecraft:rabbit",
"minecraft:fish",
"minecraft:cooked_porkchop",
"minecraft:cooked_beef",
"minecraft:cooked_chicken",
"minecraft:cooked_mutton",
"minecraft:cooked_rabbit",
"minecraft:cooked_fish",
"minecraft:cod",
"minecraft:pufferfish",
"minecraft:bone_block",
"minecraft:salmon",
"minecraft:white_wool",
"minecraft:gray_wool",
"minecraft:light_gray_wool",
"minecraft:black_wool",
"minecraft:brown_wool",
"minecraft:red_wool",
"minecraft:orange_wool",
"minecraft:yellow_wool",
"minecraft:lime_wool",
"minecraft:green_wool",
"minecraft:cyan_wool",
"minecraft:light_blue_wool",
"minecraft:blue_wool",
"minecraft:purple_wool",
"minecraft:magenta_wool",
"minecraft:pink_wool",
"cobblemon:sharp_beak",
"cobblemon:tasty_tail"
],
"legacy_flatten_item_quantity": false
}
+14
View File
@@ -0,0 +1,14 @@
{
"features": {
// The highest possible price percent discount a villager can give on it's default trade price (100 = vanilla, 0 = none)
"max_discount": 100,
// The highest possible price percent raise a villager can give on it's default trade price (100 = vanilla, 0 = none)
"max_raise": 100,
// Chance for a villager to convert to a villager-zombie (-1 = vanilla behaviour, 100 = 100%)
"conversion_chance": -1,
// Whether villagers trades will change, when their workstation is replaced (true = vanilla)
"trade_cycling": true,
// Whether villagers need to restock their trades (false = vanilla)
"infinite_trades": false
}
}
+41
View File
@@ -0,0 +1,41 @@
{
"useExperimentalCaching": false,
"clientOptions": {
"equipControl": "DISABLED",
"forceNullRenderReplacement": false,
"disableEmptySlotScreenError": false,
"showCosmeticAccessories": true,
"disabledDefaultRenders": []
},
"screenOptions": {
"selectedScreenType": "EXPERIMENTAL_V1",
"showUnusedSlots": false,
"allowSlotScrolling": true,
"inventoryButtonOffset": {
"x": 66,
"y": 8
},
"creativeInventoryButtonOffset": {
"x": 96,
"y": 6
},
"isDarkMode": true,
"showEquippedStackSlotType": true,
"entityLooksAtMouseCursor": true,
"allowSideBarCraftingGrid": true,
"showGroupTabs": true,
"hoveredOptions": {
"brightenHovered": true,
"cycleBrightness": true,
"line": false,
"clickbait": false
},
"unHoveredOptions": {
"renderUnHovered": true,
"darkenUnHovered": true,
"darkenedBrightness": 0.5,
"darkenedOpacity": 1.0
}
},
"modifiers": []
}
+12
View File
@@ -0,0 +1,12 @@
{
"slotIdRedirects": [
{
"trinketsId": "charm/spell_book",
"accessoriesId": "spellbook",
"additionalSlot": 1
}
],
"dumpDataWhenNullEntries": false,
"addPocketSlot": false,
"showPocketSlotInTooltip": false
}
+3
View File
@@ -0,0 +1,3 @@
disabledMods = [
"beautify", "rctmod", "repurposed_structures"
]
+73
View File
@@ -0,0 +1,73 @@
#Client Configuration
[client]
[client.visual_options]
# If plaques should show on the top of the screen.
on_top = true
# The distance from the top or bottom of the screen, in pixels.
#Range: 8 ~ 256
distance = 16
# The horizontal offset from the center, in pixels.
#Range: -256 ~ 256
horizontal_offset = 0
# Hide waila/hwyla/jade popups while plaques are showing.
hide_waila = true
# If plaques should show for task advancements (normal advancements).
tasks = true
# If plaques should show for goal advancements (medium-difficulty advancements).
goals = true
# If plaques should show for challenge advancements (high-difficulty advancements).
challenges = true
# Text color to use for plaque titles (like "Advancement made!"). Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
title_color = "#FFDD25"
# Text color to use for advancement names on plaques. Can be entered as an 8-digit hex color code #AARRGGBB for convenience. If Prism library is installed, any Prism color definition is supported.
name_color = "#FFFFFFFF"
[client.duration_options]
# Duration of the shiny effect fade in for tasks.
#Range: 0.1 ~ 3.0
task_effect_fadein = 0.5
# Duration of the shiny effect fade out for tasks.
#Range: 0.1 ~ 3.0
task_effect_fadeout = 1.5
# Duration of the plaques for tasks (minus the effect fade in/out durations).
#Range: 2.0 ~ 10.0
task_duration = 5.0
# Duration of the shiny effect fade in for goals.
#Range: 0.1 ~ 3.0
goal_effect_fadein = 0.5
# Duration of the shiny effect fade out for goals.
#Range: 0.1 ~ 3.0
goal_effect_fadeout = 1.5
# Duration of the plaques for goals (minus the effect fade in/out durations).
#Range: 2.0 ~ 10.0
goal_duration = 7.0
# Duration of the shiny effect fade in for challenges.
#Range: 0.1 ~ 3.0
challenge_effect_fadein = 1.25
# Duration of the shiny effect fade out for challenges.
#Range: 0.1 ~ 3.0
challenge_effect_fadeout = 1.5
# Duration of the plaques for challenges (minus the effect fade in/out durations).
#Range: 2.0 ~ 10.0
challenge_duration = 9.0
[client.functionality_options]
# Blacklist of advancements to never show plaques for. Takes precedence over whitelist if they conflict.
# Options:
# Advancement ID (eg. "minecraft:adventure/adventuring_time")
# Mod ID (Omit the colon, eg. "minecraft")
# Advancement Category (End with a /, eg. "minecraft:story/")
blacklist = []
# Whitelist of advancements to show plaques for. Leave empty to display for all.
# Same options available as blacklist.
whitelist = []
# Volume of task sounds. Set to 0 to mute.
#Range: 0.0 ~ 1.0
task_volume = 1.0
# Volume of goal sounds. Set to 0 to mute.
#Range: 0.0 ~ 1.0
goal_volume = 1.0
# Volume of challenge sounds. Set to 0 to mute.
#Range: 0.0 ~ 1.0
challenge_volume = 1.0
+81
View File
@@ -0,0 +1,81 @@
# BadOptimizations configuration
# Toggle and configure optimizations here.
# *All* of these require restarts.
# Whether we should cancel updating the lightmap if not needed.
enable_lightmap_caching: true
# How much the in-game time must change in ticks (default tick rate = 1/20th of a second)
# for the lightmap to update.
# Higher values will result in less frequent updates
# to block lighting, but slightly better performance.
# Values below 2 will disable the optimization.
# Has no effect in Minecraft 1.21.11+ as lightmap caching no longer directly uses time.
lightmap_time_change_needed_for_update: 80
# Whether the sky's color should be cached unless you're on a biome border.
# Has no effect in Minecraft 1.21.11+ as the sky color was made data-driven.
enable_sky_color_caching: false
# How much the in-game time must change in ticks for the sky color to
# be recalculated when not between biome borders. Higher values will result in
# the sky updating less frequently, but slightly better performance.
# Values below 2 will all have the same effect.
skycolor_time_change_needed_for_update: 3
# Whether we should avoid calling debug renderers
# if there are no debug entries to render or process.
enable_debug_renderer_disable_if_not_needed: true
#
# Micro optimizations
#
# Whether we should avoid calling the particle manager
# and its calculations if there are no particles.
enable_particle_manager_optimization: true
# Whether we should avoid calling the toast manager if there are no toasts.
enable_toast_optimizations: true
# Whether the result of getSkyAngle should be cached
# for the entire frame during rendering.
enable_sky_angle_caching_in_worldrenderer: true
# Whether entity renderers should be stored directly in EntityType instead of a HashMap.
# If your entity-adding mod crashes with BadOptimizations, try disabling this first.
enable_entity_renderer_caching: true
# Whether block entity renderers should be stored in BlockEntityType instead of a HashMap.
enable_block_entity_renderer_caching: true
# Whether entity flags should be cached instead of calling DataTracker.
# Also removes the unnecessary thread lock in DataTracker.
# Unneeded with Lithium. Has no effect in Minecraft 1.20.5+.
enable_entity_flag_caching: false
# Whether we should avoid calling FOV calculations
# if the FOV effect scale is zero.
enable_remove_redundant_fov_calculations: true
# Don't tick the tutorial if the game is not in demo mode.
enable_remove_tutorial_if_not_demo: true
#
# Other
#
# Whether BadOptimizations <version> should be added onto
# the left text of the F3 menu.
# In 1.21.9+, enabling this puts it into the F3 customizer screen.
show_f3_text: true
# Some config options will be force-disabled if certain mods are present
# due to incompatibilities (e.g. entity rendering caching
# is disabled w/ Twilight Forest / BedrockSkinUtility / SkinShuffle).
# However, if you still want to use the optimizations, you can override it
# by setting this to true. Beware of crashes. And Herobrine.
ignore_mod_incompatibilities: false
# Some mods add hooks that add extra conditions to lightmap/skycolor caching.
# Set this to true to ignore loading them. Enabling may cause issues with
# lighting mods and is not recommended.
ignore_mod_cache_hooks: false
# Whether to log the entire config into console when booting up.
# If you plan on reporting an issue, please keep this on.
log_config: true
# Do not change this
config_version: 6
+9
View File
@@ -0,0 +1,9 @@
{
"blinds": {
"searchRadius": 8,
"opensFromRoot": true
},
"houses": {
"botanistSpawnWeight": 2
}
}
+123
View File
@@ -0,0 +1,123 @@
{
"general": {
"disable_mod": false,
"hide_bossbar": false,
"shadow_text": true,
"auto_start": false,
"animationSpeed": 1.0,
"always_show_ping": false,
"hide_debug_crosshair": true,
"background_color": 2135969872,
"space_modules": false,
"always_show_profiler": false,
"animations": true,
"fontScale": 1.0,
"hide_sidebar": true,
"always_show_tps": false
},
"modules_right": [
{
"name": "system",
"name_color": 16755200,
"value_color": 16777215,
"lines": {
"opengl_version": false,
"allocation_rate": false,
"display": false,
"java_version": false,
"gpu_driver": false,
"memory_usage": true,
"allocated_memory": false,
"cpu": false,
"gpu_utilization": false,
"time": false,
"gpu": false
},
"enabled": true
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "target",
"name_color": 43775,
"value_color": 16777215,
"lines": {
"id_fluid": false,
"fluid_tags": false,
"block_states": false,
"targeted_block": true,
"block_tags": false,
"id_block": true,
"nothing": true,
"nothing2": false,
"targeted_fluid": false,
"targeted_entity": true,
"fluid_states": false
},
"enabled": true
}
],
"modules_left": [
{
"color_high": 5635925,
"color_med": 16777045,
"name": "fps",
"lines": {
"fps": true
},
"enabled": true,
"color_low": 16733525
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"color_x": 16772659,
"color_y": 3407871,
"color_z": 16755251,
"name": "coords",
"name_color": 16777215,
"lines": {
"chunk_coords": false,
"player_coords": true,
"block_coords": false,
"absolute_velocity": false,
"velocity": false,
"chunk_relative_coords": false,
"horizontal_velocity": false
},
"enabled": true
},
{
"name": "location",
"name_color": 43775,
"value_color": 16777215,
"lines": {
"light": false,
"biome": true,
"rotation": false,
"facing": true,
"slime_chunk": false,
"local_difficulty": true,
"day_ticks": true,
"days_played": true,
"dimension": true,
"highest_block": false,
"highest_block_server": false,
"light_server": false
},
"enabled": true
}
]
}
+16
View File
@@ -0,0 +1,16 @@
{
// Align player to camera on left & right clicks
"aimOnInteract": false,
// How long player will be aligned to camera after left & right clicks
"aimDuration": 40,
// Angle in degrees within the player will slightly follow camera yaw (while standing still)
"followYaw": 45,
// Does camera should rotate freely during elytra flight
"freeCameraDuringElytraFlight": false,
// Completely remove third-person front view
"skipThirdPersonFrontView": false,
// How fast player changes movement direction in third-person
"playerRotationSpeed": 45,
// How fast player pitch follows camera pitch in third-person
"pitchChangeSpeed": 60
}
+40
View File
@@ -0,0 +1,40 @@
! Put your rules here in the format:
! old_biome > new_biome
!
! Examples (remove ! in front of one to activate it):
! minecraft:dark_forest > minecraft:cherry_grove
! #minecraft:is_forest > minecraft:desert
! #terralith:skylands > null
terralith:alpha_islands > minecraft:mushroom_fields
terralith:alpha_islands_winter > minecraft:mushroom_fields
terralith:basalt_cliffs > minecraft:badlands
terralith:cave/infested_caves > minecraft:dripstone_caves
terralith:cave/mantle_caves > minecraft:lush_caves
terralith:cave/thermal_caves > minecraft:lush_caves
terralith:cave/tuff_caves > minecraft:dripstone_caves
terralith:desert_spires > minecraft:desert
terralith:emerald_peaks > minecraft:stony_peaks
terralith:fractured_savanna > minecraft:savanna_plateau
terralith:frozen_cliffs > minecraft:snowy_plains
terralith:granite_cliffs > minecraft:grove
terralith:gravel_desert > minecraft:pale_garden
terralith:haze_mountain > minecraft:windswept_forest
terralith:highlands > minecraft:meadow
terralith:jungle_mountains > minecraft:jungle
terralith:painted_mountains > minecraft:snowy_slopes
terralith:rocky_shrubland > minecraft:pale_garden
terralith:savanna_badlands > minecraft:savanna_plateau
terralith:scarlet_mountains > minecraft:wooded_badlands
terralith:shield_clearing > minecraft:cherry_grove
terralith:skylands_autumn > minecraft:lukewarm_ocean
terralith:skylands_spring > minecraft:plains
terralith:skylands_summer > minecraft:deep_lukewarm_ocean
terralith:skylands_winter > minecraft:deep_cold_ocean
terralith:snowy_maple_forest > minecraft:ice_spikes
terralith:stony_spires > minecraft:stony_shore
terralith:tropical_jungle > minecraft:sparse_jungle
terralith:warped_mesa > minecraft:eroded_badlands
terralith:white_mesa > minecraft:beach
terralith:windswept_spires > minecraft:windswept_gravelly_hills
terralith:yellowstone > minecraft:mushroom_fields
+20
View File
@@ -0,0 +1,20 @@
enablePinning = false
keepCentered = true
settingsButton = false
enableBook = true
[newRecipes]
unlockAll = true
enableBounce = false
[instantCraft]
showButton = true
enabled = false
[alternativeRecipes]
onHover = true
noGrouped = true
[scrolling]
enableScrolling = true
scrollAround = false
+208
View File
@@ -0,0 +1,208 @@
version = 3
# (Default:
# max(
# 1,
# min(
# if( is_windows,
# (cpus / 1.6),
# (cpus / 1.3)
# ) - if(is_client, 1, 0),
# ( ( mem_gb - (if(is_client, 1.2, 0.6)) ) / 0.6 )
# )
# )
# )
# The expression for the default value of global executor parallelism.
# This is used when the parallelism isn't overridden.
# Available variables: is_windows, is_j9vm, is_client, cpus, mem_gb
#
defaultGlobalExecutorParallelismExpression = "default"
# (Default: 4) Sets the thread priority for worker threads
#
# References:
# - https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Thread.html#setPriority(int)
#
threadPoolPriority = "default"
# (Default: 14) Configures the parallelism of global executor
globalExecutorParallelism = "default"
[fixes]
# (Default: true)
# Whether to disable the shutdown hook of log4j2 on dedicated servers.
# Enabling this also makes the JVM exit when the dedicated server is considered fully shut down.
# This option have no effect on client-side.
# We has historically been doing this, and this config option allows you to disable this behavior.
#
disableLoggingShutdownHook = "default"
# (Default: true) Enforces safe world random access.
# This feature detects unsafe off-thread world random access, helping to find the causes
# of mysterious "Accessing LegacyRandomSource from multiple threads" crash.
# The default behavior is to fail hard when such bad things happens.
# Disabling this option will replace this behavior with a warning.
#
# It is generally not recommended to disable this settings unless you know what you are doing
#
#
enforceSafeWorldRandomAccess = "default"
[clientSideConfig.modifyMaxVDConfig]
# (Default: true) Whether to modify maximum view distance
enabled = "default"
# (Default: 82) Max render distance allowed in game options
maxViewDistance = "default"
# (Default: true) Enable client-side support for extended render distance protocol (c2me:ext_render_distance_v1)
# This allows requesting render distances higher than 127 chunks from the server
#
# Requires Fabric API (currently available)
#
# Note: The server must advertise support this protocol for this to work
#
enableExtRenderDistanceProtocol = "default"
[noTickViewDistance]
# (Default: true) Whether to enable no-tick view distance
enabled = "default"
# (Default: 15) No-tick view distance max concurrent chunk loads
# Lower this for a better latency and higher this for a faster loading
maxConcurrentChunkLoads = "default"
# (Default: true) Whether to use compatibility mode to send chunks
# This may fix some mod compatibility issues
compatibilityMode = "default"
# (Default: true) Enable server-side support for extended render distance protocol (c2me:ext_render_distance_v1)
# This allows requesting render distances higher than 127 chunks from the server
#
# Requires Fabric API (currently available)
#
enableExtRenderDistanceProtocol = "default"
# (Default: false) Whether to ensure correct chunks within normal render distance
# This will send chunks twice increasing network load
ensureChunkCorrectness = "default"
[ioSystem]
# (Default: 8192) Soft limit for io worker nbt cache
chunkDataCacheSoftLimit = "default"
# (Default: 32678) Hard limit for io worker nbt cache
chunkDataCacheLimit = "default"
# (Default: false) EXPERIMENTAL FEATURE
# This replaces the way your chunks are saved.
# Please keep regular backups of your world if you are using this feature,
# and report any world issues you encounter with this feature to our GitHub.
#
# Whether to use the fast reduced allocation chunk serializer
# (may cause incompatibility with other mods)
#
# Set to false for the following reasons:
# Incompatible with architectury@13.0.8 (*) (defined in c2me)
gcFreeChunkSerializer = "default"
# (Default: true) Whether to use the optimized implementation of IO system
replaceImpl = "default"
[vanillaWorldGenOptimizations]
# (Default: false) Whether to use density function compiler to accelerate world generation
#
# Density function: https://minecraft.wiki/w/Density_function
#
# This functionality compiles density functions from world generation
# datapacks (including vanilla generation) to JVM bytecode to increase
# performance by allowing JVM JIT to better optimize the code
#
# Currently, all functions provided by vanilla are implemented.
# Chunk upgrades from pre-1.18 versions are not implemented and will
# fall back to the unoptimized version of density functions.
#
useDensityFunctionCompiler = "default"
# (Default: true) Whether to enable aquifer optimizations to accelerate overworld worldgen
# (may cause incompatibility with other mods)
optimizeAquifer = "default"
# (Default: true) Whether to enable End Biome Cache to accelerate The End worldgen
# This is no longer included in lithium-fabric
# (may cause incompatibility with other mods)
#
useEndBiomeCache = "default"
# (Default: true) Whether to enable StructureWeightSampler optimizations to accelerate world generation
#
optimizeStructureWeightSampler = "default"
[generalOptimizations]
# (Default: 100000) The task interval of mid-tick chunk tasks in nanoseconds (-1 to disable)
# Mid-tick chunk tasks is to execute chunk tasks during server tick loop
# to speed up chunk loading and generation
# This helps chunks loading and generating under high MSPT but may raise
# MSPT when chunks are loading or generating
#
# It is generally not recommended to adjust this value unless you know
# what you are doing
#
# Incompatible with Dimensional Threading (dimthread)
#
midTickChunkTasksInterval = "default"
[generalOptimizations.autoSave]
# (Default: ENHANCED) Defines how auto save should be handled
# VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking)
# ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking)
# PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking)
#
# Please preserve quotes so this config don't break
#
mode = "default"
[chunkSystem]
# (Default: true) Whether to enable async serialization
#
asyncSerialization = "default"
# (Default: false) Whether to recover from errors when loading chunks
# This will cause errored chunk to be regenerated entirely, which may cause data loss
# Only applies when async chunk loading is enabled
#
recoverFromErrors = "default"
# (Default: true) Whether to allow POIs (Point of Interest) to be unloaded
# Unloaded POIs are reloaded on-demand or when the corresponding chunks are loaded again,
# which should not cause any behavior change
#
# Note:
# Vanilla never unloads POIs when chunks unload, causing small memory leaks
# These leaks adds up and eventually cause issues after generating millions of chunks
# in a single world instance
#
allowPOIUnloading = "default"
# (Default: false) This option workarounds MC-276863, a bug that makes mushrooms appear in non-postprocessed chunks
# This bug is amplified with notickvd as it exposes non-postprocessed chunks to players
#
# This should not affect other worldgen behavior and game mechanics in general
#
suppressGhostMushrooms = "default"
# (Default: true) Whether to synchronize the management of player tickets
#
# In vanilla Minecraft, player tickets are not always removed immediately when players leave an area.
# The delay in removal increases with the chunk systems throughput, but due to vanillas typically
# slow chunk loading, tickets are almost always removed immediately. However, some contraptions rely
# on this immediate removal behavior and tend to be broken with the increased chunk throughput.
# Enabling this option synchronizes player ticket handling, making it more predictable and
# thus improving compatibility with these contraptions.
#
syncPlayerTickets = "default"
# (Default: true) Whether to turn fluid postprocessing into scheduled tick
#
# Fluid post-processing is very expensive when loading in new chunks, and this can affect
# MSPT significantly. This option delays fluid post-processing to scheduled tick to hopefully
# mitigate this issue.
#
fluidPostProcessingToScheduledTick = "default"
# (Default: true) Whether to filter fluid post-processing on worldgen threads
#
# The worldgen processes creates a lot of unnecessary fluid post-processing tasks,
# which can overload the server thread and cause stutters.
# This applies a rough filter to filter out fluids that are definitely not going to flow
#
filterFluidPostProcessing = "default"
# (Default: true) Whether to use legacy scheduling for neighbor chunks
#
# Enabling this restores the behavior of always loading in neighbor chunks when a chunk is loaded.
#
useLegacyScheduling = "default"
# (Default: false) Whether to enable low memory mode
#
# This option will attempt to aggressively unload unused chunks.
# Only applies when useLegacyScheduling is disabled.
#
lowMemoryMode = "default"
+9
View File
@@ -0,0 +1,9 @@
{
"inBattleExpAll": false,
"inBattleExpMultiplier": 0.4,
"inBattleGrantEvs": true,
"outOfBattleExpAll": false,
"outOfBattleExpMultiplier": 0.2,
"outOfBattleGrantEvs": false,
"debug": false
}
+9
View File
@@ -0,0 +1,9 @@
# If set to false, warnings will not get logged when a component fails to be resolved (typically due to mods being removed)
# Default value: true
log-deserialization-warnings = true
# If log-deserialization-warnings is enabled, warnings will be printed at most *this number of times* for every component type
# Default value: 5
max-deserialization-warnings = 5
# Internal value, do not edit or your changes may be arbitrarily reset
config-version = 2
+38
View File
@@ -0,0 +1,38 @@
// Catch Indicator client config
// Each setting is a key=value pair.
//
// enabled: true or false
enabled=true
//
// reveal_unknown_names: true or false
// If true, unknown species will show their real name instead of ???
reveal_unknown_names=true
//
// discovery_popups: true or false
// If true, shows a popup when you discover a new species or form
discovery_popups=true
//
// show_shiny_suffix: true or false
// If true, appends a shiny marker before the other suffixes
show_shiny_suffix=true
//
// show_special_suffix: true or false
// If true, appends Alpha/Boss/Special when an aspect matches
show_special_suffix=false
//
// show_size_suffix: true or false
// If true, appends XS/S/L/XL based on scale modifier
show_size_suffix=false
//
// show_gender_suffix: true or false
// If true, appends the Pokemon gender after the displayed name
show_gender_suffix=true
//
// caught_icon_style: choose one of the styles below
// style_1: Classic Pokeball
// style_2: Blue Pokeball
// style_3: Green Pokeball
// style_4: Cherish Ball
// style_5: Luxury Ball
// style_6: Master Ball
caught_icon_style=style_1
+9
View File
@@ -0,0 +1,9 @@
{
"hudAnchor": "BOTTOM_CENTER",
"hudOffsetX": 0,
"hudOffsetY": -50,
"hudEnabled": true,
"showOutOfCombat": true,
"hideUnencounteredInfo": true,
"debugLogging": false
}
+172
View File
@@ -0,0 +1,172 @@
{
"CONFIG_VERSION_INTERNAL": 3,
"boostSettings": {
"effectDistanceBlocks": 40.0,
"expBoostMultiplier": 2.0,
"catchRateMultiplier": 2.0,
"shinyBoostMultiplier": 48.0,
"teraBoostChance": 0.95,
"natureBoostChance": 0.95,
"scaleMinValue": 0.9,
"scaleMaxValue": 1.1,
"ivMinValue": 20,
"ivMaxValue": 31,
"haBoostChance": 2.0
},
"itemSettings": {
"beanFriendship": 1,
"pokepuffFriendship": 6,
"malasadaFriendship": 12,
"lowShakeEv": 2,
"mediumShakeEv": 4,
"highShakeEv": 8
},
"effectDuration": {
"shinyBoostEffectDuration": 3000,
"expBoostEffectDuration": 6000,
"catchRateEffectDuration": 6000,
"typeBoostEffectDuration": 6000,
"teraBoostEffectDuration": 6000,
"eggBoostEffectDuration": 6000,
"natureBoostEffectDuration": 6000,
"statBoostEffectDuration": 6000,
"yieldBoostEffectDuration": 6000,
"scaleBoostEffectDuration": 6000,
"dubiousFoodEffectDuration": 6000
},
"dropRates": {
"beanSeedsDropRate": 0.1,
"galaricaNutDropRate": 0.25,
"beanDropRate": 0.25,
"torchflowerDropRate": 0.25,
"torchflowerSeedsDropRate": 0.25
},
"typeMultipliers": {
"bug": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"normal": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"fire": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"water": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"electric": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"grass": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"ice": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"fighting": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"poison": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"ground": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"flying": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"psychic": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"rock": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"ghost": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"dragon": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"steel": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"dark": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"fairy": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
}
},
"eggGroupMultipliers": {
"amorphous": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"fairy": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"bug": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"dragon": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"field": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"flying": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"grass": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"humanLike": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"mineral": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"monster": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"undiscovered": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"water1": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
},
"water23": {
"weightMultiplier": 5.0,
"nonWeightMultiplier": 0.1
}
}
}
+324
View File
@@ -0,0 +1,324 @@
{
"bank": [
{
"item": "minecraft:emerald",
"price": 400
},
{
"item": "minecraft:emerald_block",
"price": 3750
},
{
"item": "minecraft:elytra",
"price": 25000
},
{
"item": "cobblemon:relic_coin",
"price": 50
},
{
"item": "cobblemon:relic_coin_pouch",
"price": 475
},
{
"item": "cobblemon:relic_coin_sack",
"price": 4500
},
{
"item": "cobblemon:potion",
"price": 50
},
{
"item": "cobblemon:super_potion",
"price": 175
},
{
"item": "cobblemon:hyper_potion",
"price": 375
},
{
"item": "cobblemon:max_potion",
"price": 625
},
{
"item": "cobblemon:full_restore",
"price": 750
},
{
"item": "cobblemon:ether",
"price": 300
},
{
"item": "cobblemon:max_ether",
"price": 500
},
{
"item": "cobblemon:elixir",
"price": 750
},
{
"item": "cobblemon:max_elixir",
"price": 1125
},
{
"item": "cobblemon:revive",
"price": 500
},
{
"item": "cobblemon:max_revive",
"price": 1000
},
{
"item": "cobblemon:hp_up",
"price": 2500
},
{
"item": "cobblemon:protein",
"price": 2500
},
{
"item": "cobblemon:iron",
"price": 2500
},
{
"item": "cobblemon:calcium",
"price": 2500
},
{
"item": "cobblemon:zinc",
"price": 2500
},
{
"item": "cobblemon:carbos",
"price": 2500
},
{
"item": "cobblemon:pp_up",
"price": 2500
},
{
"item": "cobblemon:pp_max",
"price": 3500
},
{
"item": "lumymon:glacier_feather",
"price": 5000
},
{
"item": "lumymon:thunder_feather",
"price": 5000
},
{
"item": "lumymon:ember_feather",
"price": 5000
},
{
"item": "lumymon:soul_feather",
"price": 30000
},
{
"item": "minecraft:apple",
"price": 5
},
{
"item": "minecraft:mushroom_stew",
"price": 25
},
{
"item": "minecraft:bread",
"price": 5
},
{
"item": "minecraft:porkchop",
"price": 10
},
{
"item": "minecraft:cooked_porkchop",
"price": 20
},
{
"item": "minecraft:cod",
"price": 10
},
{
"item": "minecraft:salmon",
"price": 10
},
{
"item": "minecraft:tropical_fish",
"price": 10
},
{
"item": "minecraft:pufferfish",
"price": 20
},
{
"item": "minecraft:cooked_cod",
"price": 20
},
{
"item": "minecraft:cooked_salmon",
"price": 20
},
{
"item": "minecraft:cake",
"price": 40
},
{
"item": "minecraft:cookie",
"price": 5
},
{
"item": "minecraft:melon_slice",
"price": 5
},
{
"item": "minecraft:dried_kelp",
"price": 10
},
{
"item": "minecraft:beef",
"price": 10
},
{
"item": "minecraft:cooked_beef",
"price": 20
},
{
"item": "minecraft:chicken",
"price": 10
},
{
"item": "minecraft:cooked_chicken",
"price": 20
},
{
"item": "minecraft:carrot",
"price": 5
},
{
"item": "minecraft:potato",
"price": 5
},
{
"item": "minecraft:baked_potato",
"price": 10
},
{
"item": "minecraft:golden_carrot",
"price": 20
},
{
"item": "minecraft:pumpkin_pie",
"price": 20
},
{
"item": "minecraft:rabbit",
"price": 10
},
{
"item": "minecraft:cooked_rabbit",
"price": 20
},
{
"item": "minecraft:rabbit_stew",
"price": 30
},
{
"item": "minecraft:mutton",
"price": 10
},
{
"item": "minecraft:cooked_mutton",
"price": 20
},
{
"item": "minecraft:chorus_fruit",
"price": 5
},
{
"item": "minecraft:beetroot",
"price": 5
},
{
"item": "minecraft:beetroot_soup",
"price": 20
},
{
"item": "minecraft:sweet_berries",
"price": 5
},
{
"item": "minecraft:glow_berries",
"price": 20
},
{
"item": "cobblemon:poke_cake",
"price": 120
},
{
"item": "cobblemon:old_gateau",
"price": 40
},
{
"item": "cobblemon:smoked_tail_curry",
"price": 70
},
{
"item": "cobblemon:candied_apple",
"price": 33
},
{
"item": "cobblemon:rage_candy_bar",
"price": 40
},
{
"item": "cobblemon:lumiose_galette",
"price": 30
},
{
"item": "cobblemon:candied_berry",
"price": 30
},
{
"item": "cobblemon:jubilife_muffin",
"price": 40
},
{
"item": "cobblemon:casteliacone",
"price": 30
},
{
"item": "cobblemon:ponigiri",
"price": 30
},
{
"item": "cobblemon:vivichoke_dip",
"price": 75
},
{
"item": "cobblemon:lava_cookie",
"price": 10
},
{
"item": "cobblemon:big_malasada",
"price": 35
},
{
"item": "cobblemon:pewter_crunchies",
"price": 40
},
{
"item": "cobblemon:potato_mochi",
"price": 25
},
{
"item": "cobblemon:open_faced_sandwich",
"price": 70
},
{
"item": "cobblemon:tasty_tail",
"price": 49
}
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"overlayPosition": "bottom_right"
}
+6
View File
@@ -0,0 +1,6 @@
{
"earnCobbleDollarsFromNPC": true,
"earnCobbleDollarsFromWildPokemon": true,
"cobbleDollarsIncomeMultiplier": 0.5,
"playerDataSaveFrequency": 15
}
+120
View File
@@ -0,0 +1,120 @@
{
"defaultShop": [
{
"Cobble Ball": [
{
"item": "cobblemon:poke_ball",
"price": 400
},
{
"item": "cobblemon:citrine_ball",
"price": 400
},
{
"item": "cobblemon:verdant_ball",
"price": 400
},
{
"item": "cobblemon:azure_ball",
"price": 400
},
{
"item": "cobblemon:roseate_ball",
"price": 400
},
{
"item": "cobblemon:slate_ball",
"price": 400
},
{
"item": "cobblemon:great_ball",
"price": 750
},
{
"item": "cobblemon:ultra_ball",
"price": 1000
},
{
"item": "cobblemon:luxury_ball",
"price": 4000
}
]
},
{
"Potions": [
{
"item": "cobblemon:potion",
"price": 600
},
{
"item": "cobblemon:super_potion",
"price": 900
},
{
"item": "cobblemon:hyper_potion",
"price": 1600
},
{
"item": "cobblemon:revive",
"price": 3000
}
]
},
{
"Mob Drops": [
{
"item": "minecraft:egg",
"price": 250
},
{
"item": "minecraft:feather",
"price": 300
},
{
"item": "minecraft:rabbit_hide",
"price": 350
},
{
"item": "minecraft:ink_sac",
"price": 400
},
{
"item": "minecraft:bone",
"price": 450
},
{
"item": "minecraft:glow_ink_sac",
"price": 550
},
{
"item": "minecraft:gunpowder",
"price": 600
},
{
"item": "minecraft:leather",
"price": 700
},
{
"item": "minecraft:slime_ball",
"price": 800
},
{
"item": "minecraft:ender_pearl",
"price": 1600
}
]
},
{
"Cards": [
{
"item": "rctmod:trainer_card",
"price": 500
},
{
"item": "lumymon:store_card",
"price": 999
}
]
}
]
}
+18
View File
@@ -0,0 +1,18 @@
{
"modCompatibility": {
"cobbledollars": "",
"sophisticatedbackpacks": "",
"cobblenav": "",
"travelersbackpack": "",
"waystones": "",
"fightorflight": "",
"cobblepedia": ""
},
"developerSettings": {
"enableLootScan": false,
"enableItemScan": false
},
"lootMultiplier": {
"lootRollMultiplierPercent": 64.0
}
}
+4
View File
@@ -0,0 +1,4 @@
{
"hideOpponentPokeballTypes": false,
"battleSpeedMultiplier": 1.0
}
+64
View File
@@ -0,0 +1,64 @@
{
"enableDebugLogging": false,
"enableTypeIcons": true,
"enableStatStages": true,
"enableAbilityPopups": true,
"abilityPopupDuration": 3.0,
"abilityPopupCentered": false,
"standbyHudTransparencyMode": 0,
"enableWeatherTerrain": true,
"enableEntryHazards": true,
"enableControllerNavigation": false,
"enableAutoExpandLog": true,
"enableBattleNameplates": true,
"nameplateStyle": 2,
"nameplateStyleDefaultMigrated": true,
"battleNameplateOpacity": 1.0,
"battleNameplateBrightness": 0.3,
"enableScreensDisplay": true,
"enableVolatileStatusIcons": true,
"enableMoveTooltips": true,
"moveTooltipScale": 0.75,
"moveTooltipAnchorMode": 1,
"moveTooltipAnchorDefaultMigrated": true,
"enableSwitchTooltips": true,
"enableSwitchMatchupBorder": true,
"enableMoveDamageRange": false,
"enableInstantNPCForfeit": false,
"enableBattleLogChatMessages": true,
"enableInstantWildRun": true,
"enableTurnCounter": false,
"enablePokemonCount": true,
"hideOpponentPokeballTypes": false,
"enableBButtonReenterBattle": true,
"battleBackKey": 340,
"battleAnimationSpeed": 1.0,
"enableWeaknessTooltip": true,
"enableBattleLogColoring": true,
"enableBattleLogRecording": false,
"enableSpeedRange": false,
"hideBattleTiles": false,
"enableCustomTopBattleTiles": false,
"enableCustomEdgeStatTabs": false,
"enableCustomActionButtons": false,
"enableCustomMoveTiles": false,
"enableCustomTurnCounterUi": false,
"enableCustomPokemonCountUi": false,
"customBattleUiSplitMigrated": true,
"playerStatTabOffsetX": 0,
"playerStatTabOffsetY": 1,
"opponentStatTabOffsetX": 0,
"opponentStatTabOffsetY": 0,
"enableXPGainedDisplay": true,
"useEnhancedBattleLogStyle": true,
"enableBattleInfoPanel": true,
"battleLogCustomPosition": true,
"battleLogX": 664,
"battleLogY": 350,
"battleLogScale": 1.0,
"battleLogWidth": 180,
"battleLogHeight": 120,
"battleLogExpanded": true,
"battleLogFontScale": 0.9,
"enhancedBattleLogTheme": 0
}
+106
View File
@@ -0,0 +1,106 @@
{
"lastSavedVersion": "1.7.3",
"maxPokemonLevel": 100,
"maxPokemonFriendship": 255,
"announceDropItems": true,
"defaultDropItemMethod": "on-entity",
"dropAfterDeathAnimation": true,
"ambientPokemonCryTicks": 1080,
"defaultKeyItems": [],
"defaultBoxCount": 60,
"pokemonSaveIntervalSeconds": 30,
"storageFormat": "nbt",
"preventCompletePartyDeposit": true,
"mongoDBConnectionString": "mongodb://localhost:27017",
"mongoDBDatabaseName": "cobblemon",
"maxVerticalCorrectionBlocks": 64,
"minimumLevelRangeMax": 5,
"enableSpawning": true,
"minimumDistanceBetweenEntities": 8.0,
"maxNearbyBlocksHorizontalRange": 4,
"maxNearbyBlocksVerticalRange": 2,
"maxVerticalSpace": 8,
"spawningZoneDiameter": 8,
"spawningZoneHeight": 16,
"ticksBetweenSpawnAttempts": 20.0,
"minimumSpawningZoneDistanceFromPlayer": 16.0,
"maximumSpawningZoneDistanceFromPlayer": 64.0,
"maximumSpawnsPerPass": 2,
"exportSpawnConfig": true,
"savePokemonToWorld": true,
"exportStarterConfig": true,
"autoUpdateShowdown": true,
"defaultFleeDistance": 20.0,
"allowExperienceFromPvP": true,
"experienceShareMultiplier": 0.5,
"luckyEggMultiplier": 1.5,
"allowSpectating": true,
"experienceMultiplier": 2.0,
"pokemonPerChunk": 1.0,
"pokeSnackPokemonPerChunk": 2.0,
"passiveStatuses": {
"cobblemon:poison": "180-300",
"cobblemon:poisonbadly": "180-300",
"cobblemon:paralysis": "180-300",
"cobblemon:frozen": "180-300",
"cobblemon:sleep": "180-300",
"cobblemon:burn": "180-300"
},
"infiniteHealerCharge": false,
"maxHealerCharge": 6.0,
"secondsToChargeHealingMachine": 300.0,
"defaultFaintTimer": 300,
"faintAwakenHealthPercent": 0.2,
"healPercent": 0.05,
"healTimer": 60,
"baseApricornTreeGenerationChance": 0.1,
"displayEntityLevelLabel": true,
"displayEntityNameLabel": true,
"displayNameForUnknownPokemon": false,
"displayEntityLabelsWhenCrouchingOnly": false,
"shinyRate": 2048.0,
"shinyNoticeParticlesDistance": 48.0,
"captureCalculator": "cobblemon",
"playerDamagePokemon": false,
"appleLeftoversChance": 0.025,
"maxRootsInArea": 6,
"bigRootPropagationChance": 0.2,
"energyRootChance": 0.25,
"maxDynamaxLevel": 10,
"teraTypeRate": 20.0,
"defaultPasturedPokemonLimit": 16,
"pastureBlockUpdateTicks": 40,
"pastureMaxWanderDistance": 36,
"pastureMaxPerChunk": 4.0,
"maxInsertedFossilItems": 2,
"walkingInBattleAnimations": true,
"battleWildMaxDistance": 18.0,
"tradeMaxDistance": 18.0,
"battlePvPMaxDistance": 32.0,
"battleSpectateMaxDistance": 64.0,
"maxPokedexScanningDetectionRange": 12.0,
"hideUnimplementedPokemonInThePokedex": false,
"summaryPokemonFollowCursor": true,
"partyPortraitAnimations": "NEVER_ANIMATE",
"pcProfileAnimations": "ANIMATE_SELECTED",
"summaryProfileAnimations": "ANIMATE_SELECTED",
"animateBattleTiles": false,
"thirdPersonViewBobbing": true,
"invertRoll": false,
"invertPitch": false,
"invertYaw": false,
"xAxisSensitivity": 1.0,
"yAxisSensitivity": 1.0,
"swapXAndYAxes": false,
"rightingDelay": -1.0,
"disableRoll": false,
"displayControlSeconds": 0,
"infiniteRideStamina": true,
"rememberRidingCamera": false,
"enableInFlightDismounting": false,
"enableDebugKeys": false,
"despawnerNearDistance": 32.0,
"despawnerFarDistance": 96.0,
"despawnerMinAgeTicks": 600,
"despawnerMaxAgeTicks": 3600
}
+27
View File
@@ -0,0 +1,27 @@
{
"version": 1,
"replaceWithNewVersion": true,
"spawnablePositionTypeWeights": {
"grounded": 1.0,
"submerged": 1.0,
"surface": 1.0
},
"buckets": [
{
"name": "common",
"weight": 88.5
},
{
"name": "uncommon",
"weight": 10.0
},
{
"name": "rare",
"weight": 1.2
},
{
"name": "ultra-rare",
"weight": 0.3
}
]
}
+126
View File
@@ -0,0 +1,126 @@
{
"allowStarterOnJoin": true,
"promptStarterOnceOnly": false,
"useConfigStarters": false,
"starters": [
{
"name": "Kanto",
"displayName": "cobblemon.starterselection.category.kanto",
"pokemon": [
"Charmander level=5",
"Squirtle level=5",
"Bulbasaur level=5"
]
},
{
"name": "Johto",
"displayName": "cobblemon.starterselection.category.johto",
"pokemon": [
"Cyndaquil level=5",
"Totodile level=5",
"Chikorita level=5"
]
},
{
"name": "Hoenn",
"displayName": "cobblemon.starterselection.category.hoenn",
"pokemon": [
"Torchic level=5",
"Mudkip level=5",
"Treecko level=5"
]
},
{
"name": "Sinnoh",
"displayName": "cobblemon.starterselection.category.sinnoh",
"pokemon": [
"Chimchar level=5",
"Piplup level=5",
"Turtwig level=5"
]
},
{
"name": "Unova",
"displayName": "cobblemon.starterselection.category.unova",
"pokemon": [
"Tepig level=5",
"Oshawott level=5",
"Snivy level=5"
]
},
{
"name": "Kalos",
"displayName": "cobblemon.starterselection.category.kalos",
"pokemon": [
"Fennekin level=5",
"Froakie level=5",
"Chespin level=5"
]
},
{
"name": "Alola",
"displayName": "cobblemon.starterselection.category.alola",
"pokemon": [
"Litten level=5",
"Popplio level=5",
"Rowlet level=5"
]
},
{
"name": "Galar",
"displayName": "cobblemon.starterselection.category.galar",
"pokemon": [
"Scorbunny level=5",
"Sobble level=5",
"Grookey level=5"
]
},
{
"name": "Hisui",
"displayName": "cobblemon.starterselection.category.hisui_bias",
"pokemon": [
"Cyndaquil region_bias=hisui level=5 pokeball=ancient_poke_ball",
"Oshawott region_bias=hisui level=5 pokeball=ancient_poke_ball",
"Rowlet region_bias=hisui level=5 pokeball=ancient_poke_ball"
]
},
{
"name": "Paldea",
"displayName": "cobblemon.starterselection.category.paldea",
"pokemon": [
"Fuecoco level=5",
"Quaxly level=5",
"Sprigatito level=5"
]
},
{
"name": "Pallet",
"displayName": "Pallet",
"pokemon": [
"Pikachu level=5",
"Eevee level=5",
"Pichu level=5 region_bias=alola"
]
},
{
"name": "Lumya",
"displayName": "Lumya",
"pokemon": [
"Bagon level=5 pokeball=great_ball",
"Azurill level=5 gender=female pokeball=great_ball",
"Budew level=5 gender=female pokeball=great_ball"
]
},
{
"name": "Cosplay",
"displayName": "Cosplay",
"pokemon": [
"Pikachu level=5 cosplay=belle",
"Pikachu level=5 cosplay=libre",
"Pikachu level=5 cosplay=phd",
"Pikachu level=5 cosplay=pop_star",
"Pikachu level=5 cosplay=rock_star"
]
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"horizontalSearchRadius": 16,
"verticalSearchRange": 3,
"doublesOffset": 2.0,
"triplesOffset": 3.0,
"spawnHeightOffset": 2.0,
"debugLogging": false
}
+45
View File
@@ -0,0 +1,45 @@
{
// List of blacklisted Pokemon for the player in raid battles.
"pokemon": [],
// List of blacklisted abilities for the player in raid battles
"abilities": [
"wonderguard",
"perishbody"
],
// List of blacklisted held items for the player in raid battles.
"held_items": [],
// List of blacklisted moves for the player in raid battles.
"moves": [
"bestow",
"circlethrow",
"destinybond",
"disable",
"encore",
"endeavor",
"entrainment",
"fissure",
"guardsplit",
"guillotine",
"horndrill",
"imprison",
"instruct",
"naturesmadness",
"painsplit",
"perishsong",
"powersplit",
"roar",
"ruination",
"sheercold",
"simplebeam",
"skillswap",
"skydrop",
"superfang",
"taunt",
"torment",
"trick",
"whirlwind",
"worryseed"
],
// List of blacklisted commands in raids.
"commands": []
}
+30
View File
@@ -0,0 +1,30 @@
{
// Show Beacon Beam for Tier One Raids
"show_beam_tier_one": true,
// Show Beacon Beam for Tier Two Raids
"show_beam_tier_two": true,
// Show Beacon Beam for Tier Three Raids
"show_beam_tier_three": true,
// Show Beacon Beam for Tier Four Raids
"show_beam_tier_four": true,
// Show Beacon Beam for Tier Five Raids
"show_beam_tier_five": true,
// Show Beacon Beam for Tier Six Raids
"show_beam_tier_six": true,
// Show Beacon Beam for Tier Seven Raids
"show_beam_tier_seven": true,
// Render the raid crystal particle effects
"show_particles": true,
// Render the legacy beacon effect
"show_legacy_beacon": false,
// Automatically accept raid join requests
"auto_accept_requests": false,
// Show raid logs during raids
"enable_raid_logs": true,
// Show health bars above Pokemon during raids
"enable_health_bars": false,
"raid_status_x": 100,
"raid_status_y": 50,
"raid_popup_x": 50,
"raid_popup_y": 77
}
+36
View File
@@ -0,0 +1,36 @@
{
// Enable natural spawning of raid dens. Default: true
"enable_spawning": true,
// Weighted probability of each raid tier from Tier 1 to Tier 7 per dimension. Leave empty to use overworld/default. Default: {"minecraft:overworld": [9.0, 15.0, 25.0, 25.0, 20.0, 5.0, 1.0]}
"dimension_tier_weights": {
"minecraft:overworld": [
10.0,
16.0,
20.0,
24.0,
22.0,
6.0,
2.0
]
},
// The chance of a raid den spawning per dimension as 1 in X. Leave empty to use overworld/default. Default: {"minecraft:overworld": 256}
"dimension_spawn_rate": {
"minecraft:overworld": 640
},
// How long in seconds until raid dens reset (Set to -1 for no resets). Default: 7200
"reset_time": 7200,
// Whether the raid boss and raid tier changes between resets (Options: NONE, LOCK_BOTH, LOCK_TIER, LOCK_TYPE, BUCKET, ALL). Default: ALL
"cycle_mode": "ALL",
// Whether failed raids count towards the max clears. Default: false
"max_clears_include_fails": false,
// Whether the reward Pokemon attributes (IVs/Shiny/etc.) are synced between all players or rolled individually. Default: true
"sync_rewards": true,
// Whether raid crystals can be broken. Default: true
"can_break": true,
// The reward distribution algorithm (Options: random, damage, survivor). Default: random
"reward_distribution": "DAMAGE",
// The maximum number of players in a raid before shared supporting moves are disabled. Default: 4
"max_players_for_support": 4,
// The amount of raid energy required to convert a raid shard. Default: 100
"required_energy": 100
}
+28
View File
@@ -0,0 +1,28 @@
{
// List of all conditions to be synced in raid battles. Only edit this file to add custom moves.
"primal_weather": [
"primordialsea",
"desolateland",
"deltastream"
],
"screens": [
"reflect",
"screen",
"veil"
],
"tailwind": [
"tailwind"
],
// The only hazards labelled as Hazard in Cobblemon.
"hazards": [
"spikes",
"rock",
"web"
],
"terrain": [
"electricterrain",
"grassyterrain",
"mistyterrain",
"psychicterrain"
]
}
+59
View File
@@ -0,0 +1,59 @@
{
// Raids require key items to interact with. Default: false
"requires_key": false,
// Whether all players require the unique key or just the host. Default: true
"all_require_unique": true,
// Maximum number of players in a raid (Set to -1 for no limit). Default: 4
"max_players": 4,
// Number of clears until the raid den deactivates (Set to -1 for no limit). Default: 3
"max_clears": 3,
// The max number of cheers a player can use per raid. Default: 3
"max_cheers": 3,
// The chance for raid bosses to have their hidden ability. Default: 0.20
"ha_rate": 0.2,
// The max number Pokemon a player can use in a raid. Default: 1
"raid_party_size": 1,
// Raid boss HP multiplier. Default: 20
"health_multiplier": 20,
// Bonus raid boss HP multiplier for each extra player that joins the raid battle. Default: 1.0
"multiplayer_health_multiplier": 1.5,
// Raid boss level. Default: 75
"boss_level": 75,
// Reward Pokemon level. Default: 75
"reward_level": 75,
// Reward Pokemon number of max IVs. Default: 4
"ivs": 4,
// The default shiny chance for raid bosses as 1 in X (Set to -1 to use the Cobblemon rate). Default: -1.0
"shiny_rate": -1.0,
// How much currency is rewarded for clearing a raid boss (Requires CobbleDollars). Default: 20000
"currency": 10000,
// The max number of Pokemon that can be caught from a raid battle. Default: -1.
"max_catches": -1,
// The default script to add to raid bosses without a script. Default: {}
"default_scripts": {
"hp:0.5": [
"SHIELD_UP",
"RESET_BOSS"
],
"hp:0.3": [
"RESET_PLAYER"
],
"hp:0.2": [
"SHIELD_DOWN"
]
},
// The battle AI used by the raid boss (Options: random, strong, rct). Default: random
"raid_ai": "RANDOM",
// The list of marks the reward Pokemon will have. Default: [].
"marks": [],
// The number of lives a player has per raid battle. Default: 1
"lives": 1,
// Whether all players share lives in raids. Default: false
"players_share_lives": false,
// How much raid energy is given from a cleared raid. Default: 10
"energy": 10,
// The required damage percentage contribution a player needs to do to get rewards. Default: 0.0
"required_damage": 0.1599999964237213,
// The base catch rate of the raid boss. Default: 1.0
"catch_rate": 1.0
}
+56
View File
@@ -0,0 +1,56 @@
{
// Raids require key items to interact with. Default: false
"requires_key": false,
// Whether all players require the unique key or just the host. Default: true
"all_require_unique": true,
// Maximum number of players in a raid (Set to -1 for no limit). Default: 4
"max_players": 4,
// Number of clears until the raid den deactivates (Set to -1 for no limit). Default: 3
"max_clears": 3,
// The max number of cheers a player can use per raid. Default: 3
"max_cheers": 3,
// The chance for raid bosses to have their hidden ability. Default: 0.20
"ha_rate": 0.2,
// The max number Pokemon a player can use in a raid. Default: 1
"raid_party_size": 1,
// Raid boss HP multiplier. Default: 12
"health_multiplier": 15,
// Bonus raid boss HP multiplier for each extra player that joins the raid battle. Default: 1.0
"multiplayer_health_multiplier": 1.5,
// Raid boss level. Default: 45
"boss_level": 45,
// Reward Pokemon level. Default: 45
"reward_level": 45,
// Reward Pokemon number of max IVs. Default: 3
"ivs": 3,
// The default shiny chance for raid bosses as 1 in X (Set to -1 to use the Cobblemon rate). Default: -1.0
"shiny_rate": -1.0,
// How much currency is rewarded for clearing a raid boss (Requires CobbleDollars). Default: 10000
"currency": 5000,
// The max number of Pokemon that can be caught from a raid battle. Default -1.
"max_catches": -1,
// The default script to add to raid bosses without a script. Default: {}
"default_scripts": {
"hp:0.4": [
"SHIELD_UP",
"RESET_BOSS"
],
"hp:0.2": [
"SHIELD_DOWN"
]
},
// The battle AI used by the raid boss (Options: random, strong, rct). Default: random
"raid_ai": "RANDOM",
// The list of marks the reward Pokemon will have. Default: [].
"marks": [],
// The number of lives a player has per raid battle. Default: 1
"lives": 1,
// Whether all players share lives in raids. Default: false
"players_share_lives": false,
// How much raid energy is given from a cleared raid. Default: 5
"energy": 5,
// The required damage percentage contribution a player needs to do to get rewards. Default: 0.0
"required_damage": 0.1599999964237213,
// The base catch rate of the raid boss. Default: 1.0
"catch_rate": 1.0
}
+48
View File
@@ -0,0 +1,48 @@
{
// Raids require key items to interact with. Default: false
"requires_key": false,
// Whether all players require the unique key or just the host. Default: true
"all_require_unique": true,
// Maximum number of players in a raid (Set to -1 for no limit). Default: 4
"max_players": 1,
// Number of clears until the raid den deactivates (Set to -1 for no limit). Default: 3
"max_clears": 3,
// The max number of cheers a player can use per raid. Default: 3
"max_cheers": 3,
// The chance for raid bosses to have their hidden ability. Default: 0.20
"ha_rate": 0.2,
// The max number Pokemon a player can use in a raid. Default: 1
"raid_party_size": 1,
// Raid boss HP multiplier. Default: 5
"health_multiplier": 5,
// Bonus raid boss HP multiplier for each extra player that joins the raid battle. Default: 1.0
"multiplayer_health_multiplier": 1.5,
// Raid boss level. Default: 12
"boss_level": 12,
// Reward Pokemon level. Default: 12
"reward_level": 12,
// Reward Pokemon number of max IVs. Default: 0
"ivs": 0,
// The default shiny chance for raid bosses as 1 in X (Set to -1 to use the Cobblemon rate). Default: -1.0
"shiny_rate": -1.0,
// How much currency is rewarded for clearing a raid boss (Requires CobbleDollars). Default: 1000
"currency": 500,
// The max number of Pokemon that can be caught from a raid battle. Default -1.
"max_catches": -1,
// The default script to add to raid bosses without a script. Default: {}
"default_scripts": { },
// The battle AI used by the raid boss (Options: random, strong, rct). Default: random
"raid_ai": "RANDOM",
// The list of marks the reward Pokemon will have. Default: [].
"marks": [],
// The number of lives a player has per raid battle. Default: 1
"lives": 1,
// Whether all players share lives in raids. Default: false
"players_share_lives": false,
// How much raid energy is given from a cleared raid. Default: 0
"energy": 1,
// The required damage percentage contribution a player needs to do to get rewards. Default: 0.0
"required_damage": 0.20000000298023224,
// The base catch rate of the raid boss. Default: 1.0
"catch_rate": 1.0
}
+65
View File
@@ -0,0 +1,65 @@
{
// Raids require key items to interact with. Default: false
"requires_key": false,
// Whether all players require the unique key or just the host. Default: true
"all_require_unique": true,
// Maximum number of players in a raid (Set to -1 for no limit). Default: 4
"max_players": 4,
// Number of clears until the raid den deactivates (Set to -1 for no limit). Default: 3
"max_clears": 3,
// The max number of cheers a player can use per raid. Default: 3
"max_cheers": 3,
// The chance for raid bosses to have their hidden ability. Default: 0.20
"ha_rate": 0.2,
// The max number Pokemon a player can use in a raid. Default: 1
"raid_party_size": 1,
// Raid boss HP multiplier. Default: 30
"health_multiplier": 30,
// Bonus raid boss HP multiplier for each extra player that joins the raid battle. Default: 1.0
"multiplayer_health_multiplier": 1.5,
// Raid boss level. Default: 100
"boss_level": 100,
// Reward Pokemon level. Default: 100
"reward_level": 100,
// Reward Pokemon number of max IVs. Default: 6
"ivs": 6,
// The default shiny chance for raid bosses as 1 in X (Set to -1 to use the Cobblemon rate). Default: -1.0
"shiny_rate": -1.0,
// How much currency is rewarded for clearing a raid boss (Requires CobbleDollars). Default: 100000
"currency": 50000,
// The max number of Pokemon that can be caught from a raid battle. Default -1.
"max_catches": -1,
// The default script to add to raid bosses without a script. Default: {}
"default_scripts": {
"hp:0.8": [
"RESET_PLAYER"
],
"hp:0.7": [
"SHIELD_UP",
"RESET_BOSS"
],
"turn:1": [
"BOSS_STAT_DEF_1"
],
"hp:0.3": [
"RESET_PLAYER"
],
"hp:0.2": [
"SHIELD_DOWN"
]
},
// The battle AI used by the raid boss (Options: random, strong, rct). Default: random
"raid_ai": "STRONG",
// The list of marks the reward Pokemon will have. Default: [].
"marks": [],
// The number of lives a player has per raid battle. Default: 1
"lives": 1,
// Whether all players share lives in raids. Default: false
"players_share_lives": false,
// How much raid energy is given from a cleared raid. Default: 20
"energy": 20,
// The required damage percentage contribution a player needs to do to get rewards. Default: 0.0
"required_damage": 0.1599999964237213,
// The base catch rate of the raid boss. Default: 1.0
"catch_rate": 1.0
}
+62
View File
@@ -0,0 +1,62 @@
{
// Raids require key items to interact with. Default: false
"requires_key": false,
// Whether all players require the unique key or just the host. Default: true
"all_require_unique": true,
// Maximum number of players in a raid (Set to -1 for no limit). Default: 4
"max_players": 4,
// Number of clears until the raid den deactivates (Set to -1 for no limit). Default: 3
"max_clears": 3,
// The max number of cheers a player can use per raid. Default: 3
"max_cheers": 3,
// The chance for raid bosses to have their hidden ability. Default: 0.20
"ha_rate": 0.2,
// The max number Pokemon a player can use in a raid. Default: 1
"raid_party_size": 1,
// Raid boss HP multiplier. Default: 25
"health_multiplier": 25,
// Bonus raid boss HP multiplier for each extra player that joins the raid battle. Default: 1.0
"multiplayer_health_multiplier": 1.5,
// Raid boss level. Default: 75
"boss_level": 90,
// Reward Pokemon level. Default: 75
"reward_level": 90,
// Reward Pokemon number of max IVs. Default: 5
"ivs": 5,
// The default shiny chance for raid bosses as 1 in X (Set to -1 to use the Cobblemon rate). Default: -1.0
"shiny_rate": -1.0,
// How much currency is rewarded for clearing a raid boss (Requires CobbleDollars). Default: 50000
"currency": 25000,
// The max number of Pokemon that can be caught from a raid battle. Default -1.
"max_catches": -1,
// The default script to add to raid bosses without a script. Default: {}
"default_scripts": {
"hp:0.6": [
"SHIELD_UP",
"RESET_BOSS"
],
"turn:1": [
"BOSS_STAT_DEF_1"
],
"hp:0.3": [
"RESET_PLAYER"
],
"hp:0.2": [
"SHIELD_DOWN"
]
},
// The battle AI used by the raid boss (Options: random, strong, rct). Default: random
"raid_ai": "STRONG",
// The list of marks the reward Pokemon will have. Default: [].
"marks": [],
// The number of lives a player has per raid battle. Default: 1
"lives": 1,
// Whether all players share lives in raids. Default: false
"players_share_lives": false,
// How much raid energy is given from a cleared raid. Default: 15
"energy": 15,
// The required damage percentage contribution a player needs to do to get rewards. Default: 0.0
"required_damage": 0.1599999964237213,
// The base catch rate of the raid boss. Default: 1.0
"catch_rate": 1.0
}
+48
View File
@@ -0,0 +1,48 @@
{
// Raids require key items to interact with. Default: false
"requires_key": false,
// Whether all players require the unique key or just the host. Default: true
"all_require_unique": true,
// Maximum number of players in a raid (Set to -1 for no limit). Default: 4
"max_players": 3,
// Number of clears until the raid den deactivates (Set to -1 for no limit). Default: 3
"max_clears": 3,
// The max number of cheers a player can use per raid. Default: 3
"max_cheers": 3,
// The chance for raid bosses to have their hidden ability. Default: 0.20
"ha_rate": 0.2,
// The max number Pokemon a player can use in a raid. Default: 1
"raid_party_size": 1,
// Raid boss HP multiplier. Default: 8
"health_multiplier": 10,
// Bonus raid boss HP multiplier for each extra player that joins the raid battle. Default: 1.0
"multiplayer_health_multiplier": 1.5,
// Raid boss level. Default: 35
"boss_level": 35,
// Reward Pokemon level. Default: 35
"reward_level": 35,
// Reward Pokemon number of max IVs. Default: 2
"ivs": 2,
// The default shiny chance for raid bosses as 1 in X (Set to -1 to use the Cobblemon rate). Default: -1.0
"shiny_rate": -1.0,
// How much currency is rewarded for clearing a raid boss (Requires CobbleDollars). Default: 5000
"currency": 3000,
// The max number of Pokemon that can be caught from a raid battle. Default -1.
"max_catches": -1,
// The default script to add to raid bosses without a script. Default: {}
"default_scripts": { },
// The battle AI used by the raid boss (Options: random, strong, rct). Default: random
"raid_ai": "RANDOM",
// The list of marks the reward Pokemon will have. Default: [].
"marks": [],
// The number of lives a player has per raid battle. Default: 1
"lives": 1,
// Whether all players share lives in raids. Default: false
"players_share_lives": false,
// How much raid energy is given from a cleared raid. Default: 2
"energy": 3,
// The required damage percentage contribution a player needs to do to get rewards. Default: 0.0
"required_damage": 0.1599999964237213,
// The base catch rate of the raid boss. Default: 1.0
"catch_rate": 1.0
}
+48
View File
@@ -0,0 +1,48 @@
{
// Raids require key items to interact with. Default: false
"requires_key": false,
// Whether all players require the unique key or just the host. Default: true
"all_require_unique": true,
// Maximum number of players in a raid (Set to -1 for no limit). Default: 4
"max_players": 2,
// Number of clears until the raid den deactivates (Set to -1 for no limit). Default: 3
"max_clears": 3,
// The max number of cheers a player can use per raid. Default: 3
"max_cheers": 3,
// The chance for raid bosses to have their hidden ability. Default: 0.20
"ha_rate": 0.2,
// The max number Pokemon a player can use in a raid. Default: 1
"raid_party_size": 1,
// Raid boss HP multiplier. Default: 5
"health_multiplier": 7,
// Bonus raid boss HP multiplier for each extra player that joins the raid battle. Default: 1.0
"multiplayer_health_multiplier": 1.5,
// Raid boss level. Default: 20
"boss_level": 20,
// Reward Pokemon level. Default: 20
"reward_level": 20,
// Reward Pokemon number of max IVs. Default: 1
"ivs": 1,
// The default shiny chance for raid bosses as 1 in X (Set to -1 to use the Cobblemon rate). Default: -1.0
"shiny_rate": -1.0,
// How much currency is rewarded for clearing a raid boss (Requires CobbleDollars). Default: 2000
"currency": 1500,
// The max number of Pokemon that can be caught from a raid battle. Default -1.
"max_catches": -1,
// The default script to add to raid bosses without a script. Default: {}
"default_scripts": { },
// The battle AI used by the raid boss (Options: random, strong, rct). Default: random
"raid_ai": "RANDOM",
// The list of marks the reward Pokemon will have. Default: [].
"marks": [],
// The number of lives a player has per raid battle. Default: 1
"lives": 1,
// Whether all players share lives in raids. Default: false
"players_share_lives": false,
// How much raid energy is given from a cleared raid. Default: 1
"energy": 2,
// The required damage percentage contribution a player needs to do to get rewards. Default: 0.0
"required_damage": 0.18000000715255737,
// The base catch rate of the raid boss. Default: 1.0
"catch_rate": 1.0
}
+15
View File
@@ -0,0 +1,15 @@
{
"screenScale": 1.0,
"enableBlurEffect": true,
"sendErrorMessagesToChat": true,
"pokefinderScreenScale": 1.0,
"pokefinderOverlayScale": 1.0,
"pokefinderOverlayOffsetX": 10,
"pokefinderOverlayOffsetY": 10,
"enableDisplayOfNamesOnRadar": true,
"trackArrowYOffset": 80,
"maxCloudNumber": 8,
"maxCloudVelocity": 6,
"enableItemShaking": true,
"enableMultipleModelItems": true
}
+48
View File
@@ -0,0 +1,48 @@
{
"hideUnknownPokemon": false,
"hideConditionsOfUnknownSpawns": true,
"hideNaturalBlockConditions": true,
"percentageForKnownHerd": 0.5,
"syncLabelsWithClient": true,
"syncEvYieldWithClient": true,
"searchAreaWidth": 128.0,
"searchAreaHeight": 128.0,
"pokemonFeatureWeights": {
"shiny": 10.0,
"perfectIvsRates": {
"1": 1.0,
"2": 2.0,
"3": 3.0,
"4": 4.0,
"5": 5.0,
"6": 6.0
},
"hiddenAbility": 1.0,
"eggMove": 1.0
},
"collectableConditions": {
"biomes": true,
"moon_phase": true,
"under_open_sky": true,
"y_height": true,
"coordinates": true,
"light": true,
"sky_light": true,
"weather": true,
"time_range": true,
"structures": true,
"slime_chunk": true,
"fluid_surface": true,
"depth_surface": true,
"fluid_submerged": true,
"depth_submerged": true,
"bait": true,
"lure_level": true,
"rod": true,
"rod_type": true,
"area_type_block": true,
"grounded_type_block": true,
"seafloor_type_block": true,
"fishing_block": true
}
}
+41
View File
@@ -0,0 +1,41 @@
{
"minBreedingTimeInTicks": 8400,
"maxBreedingTimeInTicks": 18000,
"mirrorHerbTimeInTicks": 600,
"eggHatchMultiplier": 1.0,
"shinyMethod": {
"masuda": 2.0,
"crystal": 2.0,
"always": 8.0
},
"hiddenAbilitiesEnabled": true,
"forcedAbilitiesEnabled": false,
"dittoAndDittoRandomEgg": false,
"dittoAndDittoAllowLegendary": false,
"dittoAndDittoAllowParadox": false,
"dittoAndDittoAllowUltraBeast": false,
"dittoAndDittoAllowUndiscovered": false,
"allowHoppersToPullFromPastureBlock": true,
"inheritedFeatures": [
"bagworm_cloak",
"color",
"dance_style",
"fish_stripes",
"striped",
"magikarp_jump",
"mooshtank",
"region_bias",
"alolan",
"galarian",
"hisuian",
"paldean",
"bull_breed",
"tatsugiri_texture",
"whiscash_nero",
"wooper_heart"
],
"maxNumberOfActivatedPasturePerPlayer": -1,
"pastureInventorySize": 3,
"eggEncryptionEnabled": false,
"cobblemonSizeVariationsCompatEnabled": true
}
+4
View File
@@ -0,0 +1,4 @@
#If enabled, the default hammock recipes will be available.
enableHammockRecipes = true
#If enabled, the default sleeping bag recipes will be available.
enableSleepingBagRecipes = true
+38
View File
@@ -0,0 +1,38 @@
#If enabled, players automatically attempt to use sleeping bags when placed.
autoUse = false
#If enabled, players cannot sleep again for a period of time after sleeping.
restrictSleeping = false
#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner).
#Range: 1.0 ~ 20.0
restMultiplier = 2.0
#The time of day that hammocks can be used.
#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
hammockUse = "DAY_OR_NIGHT"
#The time of day that sleeping bags can be used.
#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT
sleepingBagUse = "DAY_OR_NIGHT"
#What percentage of players must sleep to skip the day.
#A percentage value of 0 will allow the day to be skipped by just 1 player, and a percentage value of 100 will require all players to sleep before skipping the day.
#A value of less than 0 will default to the playerSleepingPercentage game rule.
#
#Range: -1 ~ 100
daySleepingPercentage = -1
#The amount of time, in ticks, to add or remove from the new time after sleeping through a night.
#Range: -2000 ~ 2000
dayWakeTimeOffset = 0
#The amount of time, in ticks, to add or remove from the new time after sleeping through a day.
#Range: -2000 ~ 2000
nightWakeTimeOffset = 0
#If enabled, attempting to sleep in hammocks stops phantoms from spawning.
hammocksStopPhantoms = true
#If enabled, attempting to sleep in sleeping bags stops phantoms from spawning.
sleepingBagsStopPhantoms = true
#The percentage chance that a sleeping bag will break upon use.
#Range: 0 ~ 100
sleepingBagBreakChance = 0
#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance.
#Range: -1.0 ~ 1.0
sleepingBagBreakChanceLuckMultiplier = 0.0
#The status effects to apply to players after using the sleeping bag.
#Format: effect;duration(secs);power
sleepingBagEffects = []
+6
View File
@@ -0,0 +1,6 @@
{
"connected_textures": true,
"emissive_textures": true,
"custom_block_layers": true,
"use_manual_culling": true
}
+15
View File
@@ -0,0 +1,15 @@
{
"progressBarType": "Vanilla",
"logoStyle": "Hidden",
"backgroundImage": true,
"logoBlend": true,
"splashBackgroundColor": "#EF323D",
"splashProgressBarColor": "#FFDE00",
"splashProgressFrameColor": "#3B4CCA",
"splashProgressBackgroundColor": "#000000",
"progressBarBackground": false,
"customProgressBarMode": "Linear",
"spinningCircleSize": 2,
"spinningCircleSpeed": 4,
"spinningCircleTrail": 16
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+7
View File
@@ -0,0 +1,7 @@
# The default difficulty selected for newly created worlds.
defaultDifficulty = "NORMAL"
# Set to true if the difficulty for new world's should be locked to the specific default. This cannot be unlocked by players without external tools! Probably a bad idea. I don't recommend. Why am I adding this option?
lockDifficulty = false
+124
View File
@@ -0,0 +1,124 @@
key_key.attack:key.mouse.left
key_key.use:key.mouse.right
key_key.forward:key.keyboard.w
key_key.left:key.keyboard.a
key_key.back:key.keyboard.s
key_key.right:key.keyboard.d
key_key.jump:key.keyboard.space
key_key.sneak:key.keyboard.left.shift
key_key.sprint:key.keyboard.left.control
key_key.drop:key.keyboard.q
key_key.inventory:key.keyboard.e
key_key.chat:key.keyboard.t
key_key.playerlist:key.keyboard.tab
key_key.pickItem:key.mouse.middle
key_key.command:key.keyboard.slash
key_key.socialInteractions:key.keyboard.unknown
key_key.screenshot:key.keyboard.f2
key_key.togglePerspective:key.keyboard.f5
key_key.smoothCamera:key.keyboard.unknown
key_key.fullscreen:key.keyboard.f11
key_key.spectatorOutlines:key.keyboard.unknown
key_key.swapOffhand:key.keyboard.f
key_key.saveToolbarActivator:key.keyboard.unknown
key_key.loadToolbarActivator:key.keyboard.unknown
key_key.advancements:key.keyboard.l
key_key.hotbar.1:key.keyboard.1
key_key.hotbar.2:key.keyboard.2
key_key.hotbar.3:key.keyboard.3
key_key.hotbar.4:key.keyboard.4
key_key.hotbar.5:key.keyboard.5
key_key.hotbar.6:key.keyboard.6
key_key.hotbar.7:key.keyboard.7
key_key.hotbar.8:key.keyboard.8
key_key.hotbar.9:key.keyboard.9
key_key.brb.pin:key.keyboard.unknown
key_accessories.key.open_accessories_screen:key.keyboard.h
key_key.catchindicator.open_config:key.keyboard.unknown
key_key.catchrate.toggle_hud:key.keyboard.unknown
key_key.catchrate.show_comparison:key.keyboard.world.2
key_key.catchrate.reset_position:key.keyboard.unknown
key_key.catchrate.move_up:key.keyboard.unknown
key_key.catchrate.move_down:key.keyboard.unknown
key_key.catchrate.move_left:key.keyboard.unknown
key_key.catchrate.move_right:key.keyboard.unknown
key_key.catchrate.cycle_anchor:key.keyboard.unknown
key_key.cobblemon.hideparty:key.keyboard.unknown
key_key.cobblemon.summary:key.keyboard.c
key_key.cobblemon.downshiftparty:key.keyboard.down
key_key.cobblemon.upshiftparty:key.keyboard.up
key_key.cobblemon.throwpartypokemon:key.keyboard.r
key_key.cobblemon.ridingfreelook:key.keyboard.left.alt
key_key.cobblemon-battle-extras.battle_logs:key.keyboard.unknown
key_key.cobblemonraiddens.mouse:key.keyboard.right.control
key_key.cobblemonraiddens.accept:key.keyboard.f6
key_key.cobblemonraiddens.deny:key.keyboard.f7
key_key.entityculling.toggle:key.keyboard.unknown
key_key.fightorflight.startbattle:key.keyboard.g
key_key.fightorflight.moveslot1:key.keyboard.unknown
key_key.fightorflight.moveslot2:key.keyboard.unknown
key_key.fightorflight.moveslot3:key.keyboard.unknown
key_key.fightorflight.moveslot4:key.keyboard.unknown
key_key.fightorflight.cmdmode.move_attack:key.keyboard.unknown
key_key.fightorflight.cmdmode.move:key.keyboard.unknown
key_key.fightorflight.cmdmode.stay:key.keyboard.unknown
key_key.fightorflight.cmdmode.attack:key.keyboard.unknown
key_key.fightorflight.cmdmode.attack_position:key.keyboard.unknown
key_key.fightorflight.cmdmode.nocmd:key.keyboard.unknown
key_key.fightorflight.cmdmode.clear:key.keyboard.unknown
key_key.interactic.pickup_item:key.keyboard.unknown
key_key.lumymon.access_pc:key.keyboard.p
key_key.lumymon.dismount:key.keyboard.v
key_key.modmenu.open_menu:key.keyboard.unknown
key_key.more_cobblemon_tweaks.open_config:key.keyboard.f9
key_key.musicnotification.open_screen:key.keyboard.j
key_key.pingwheel.ping_location:key.mouse.5
key_key.pingwheel.open_settings:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.unknown
key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.unknown
key_keybind.sophisticatedstorage.sort:key.mouse.middle
key_soundsbegone.config:key.keyboard.unknown
key_key.toms_storage.open_terminal:key.keyboard.y
key_gui.xaero_minimap_settings:key.keyboard.i
key_gui.xaero_minimap_server_profiles:key.keyboard.unknown
key_gui.xaero_zoom_in:key.keyboard.unknown
key_gui.xaero_zoom_out:key.keyboard.unknown
key_gui.xaero_new_waypoint:key.keyboard.unknown
key_gui.xaero_waypoints_key:key.keyboard.n
key_gui.xaero_enlarge_map:key.keyboard.x
key_gui.xaero_toggle_map:key.keyboard.unknown
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
key_gui.xaero_toggle_slime:key.keyboard.unknown
key_gui.xaero_toggle_grid:key.keyboard.unknown
key_gui.xaero_instant_waypoint:key.keyboard.unknown
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
key_gui.xaero_display_all_sets:key.keyboard.unknown
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
key_gui.xaero_alternative_list_players:key.keyboard.unknown
key_gui.xaero_toggle_tracked_players_on_map:key.keyboard.unknown
key_gui.xaero_toggle_tracked_players_in_world:key.keyboard.unknown
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
key_gui.xaero_open_map:key.keyboard.m
key_gui.xaero_open_settings:key.keyboard.right.bracket
key_gui.xaero_world_map_server_settings:key.keyboard.unknown
key_gui.xaero_map_zoom_in:key.keyboard.unknown
key_gui.xaero_map_zoom_out:key.keyboard.unknown
key_gui.xaero_quick_confirm:key.keyboard.right.shift
key_gui.xaero_toggle_dimension:key.keyboard.unknown
key_zoomify.key.zoom:key.keyboard.z
key_zoomify.key.zoom.secondary:key.keyboard.f8
key_iris.keybind.reload:key.keyboard.unknown
key_iris.keybind.toggleShaders:key.keyboard.k
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
key_iris.keybind.wireframe:key.keyboard.unknown
+24
View File
@@ -0,0 +1,24 @@
version:3955
biomeBlendRadius:3
enableVsync:true
entityShadows:true
fov:0.25
gamma:1.0
guiScale:3
maxFps:260
renderDistance:8
simulationDistance:8
screenEffectScale:0.65
operatorItemsTab:true
realmsNotifications:false
narratorHotkey:false
resourcePacks:["vanilla","fabric","cobbreeding:pasturefix","highlight:highlight_extended","betterbeds:fancyconnectedbeds","continuity:default","continuity:glass_pane_culling_fix","file/Low Fire.zip","file/Comforts Modernized.zip","file/Emissive Cobblemon Ores.zip","cobbreeding:coloredeggs","file/Classic Grass.zip","file/PokeRods3D.zip","file/Canon PC Wallpapers.zip","file/Cobblemon Interface.zip","file/Cobblemon Interface Modded.zip","file/PokeDiscs.zip","file/Original Pokemon Battle Music.zip","file/JigglyRadio.zip","file/Fresh Animations.zip","file/Fresh Moves.zip","file/Fresh Icons.zip","vanillabackport:freshly_animated","cobblemon:gyaradosjump","cobblemon:uniqueshinyforms","mega_showdown:gyaradosjumpingmega","mega_showdown:regionbiasmsd","cobblemon:regionbiasforms","file/ATMxMSD RP.zip","file/FullyHisuianStarters RP.zip","file/EeveelutionsReimagined RP.zip","file/OJsAnimations RP.zip","file/PlanetaCobblemon RP.zip","file/GlitchDex RP.zip","file/CavsCobbleMons RP.zip","file/LackingMons RP.zip","file/TDmon RP.zip","file/MelloMons RP.zip","file/MysticMons RP.zip","file/MundialMons RP.zip","file/MissingMons RP.zip","file/HydroReanimodel RP.zip","file/Pokemans RP.zip","file/CobbleMotion RP.zip","file/E19 Cobblemon Minimap Icons.zip","file/COBBLEVERSE Soundtrack.zip","file/COBBLEVERSE RCTmod RP.zip","file/COBBLEVERSE RP.zip"]
chatHeightFocused:0.44082856514084506
chatHeightUnfocused:0.2537687059859155
skipMultiplayerWarning:true
joinedFirstServer:true
debugifyTelemetry:0
telemetryOptInExtra:false
onboardAccessibility:false
soundCategory_music:0.3327629841549297
modelPart_cape:false
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
{"telemetry":false,"sounds":["minecraft:block.beehive.exit","minecraft:entity.allay.death","minecraft:entity.evoker.death","minecraft:entity.vindicator.death","minecraft:entity.shulker.death","minecraft:entity.cat.death","minecraft:entity.witch.death","minecraft:entity.elder_guardian.death_land","minecraft:entity.bee.death","minecraft:entity.bee.loop","minecraft:entity.drowned.death","minecraft:entity.blaze.death","minecraft:entity.wither_skeleton.death","minecraft:entity.armadillo.death","minecraft:entity.axolotl.death","minecraft:entity.bat.death","minecraft:entity.bogged.death","minecraft:entity.breeze.death","minecraft:entity.camel.death","minecraft:entity.cave_spider.death","minecraft:entity.cod.death","minecraft:entity.cow.death","minecraft:entity.chicken.death","minecraft:entity.creeper.death","minecraft:entity.dolphin.death","minecraft:entity.donkey.death","minecraft:entity.enderman.death","minecraft:entity.endermite.death","minecraft:entity.fox.death","minecraft:entity.frog.death","minecraft:entity.ghast.death","minecraft:entity.glow_squid.death","minecraft:entity.goat.death","minecraft:entity.guardian.death","minecraft:entity.hoglin.death","minecraft:entity.horse.death","minecraft:entity.husk.death","minecraft:entity.iron_golem.death","minecraft:entity.llama.death","minecraft:entity.magma_cube.death","minecraft:entity.mooshroom.death","minecraft:entity.mule.death","minecraft:entity.ocelot.death","minecraft:entity.parrot.death","minecraft:entity.panda.death","minecraft:entity.phantom.death","minecraft:entity.piglin.death","minecraft:entity.piglin_brute.death","minecraft:entity.pillager.death","minecraft:entity.polar_bear.death","minecraft:entity.pufferfish.death","minecraft:entity.pig.death","minecraft:entity.rabbit.death","minecraft:entity.ravager.death","minecraft:entity.salmon.death","minecraft:entity.sheep.death","minecraft:entity.silverfish.death","minecraft:entity.skeleton.death","minecraft:entity.skeleton_horse.death","minecraft:entity.slime.death","minecraft:entity.spider.death","minecraft:entity.sniffer.death","minecraft:entity.snow_golem.death","minecraft:entity.squid.death","minecraft:entity.stray.death","minecraft:entity.strider.death","minecraft:entity.tadpole.death","minecraft:entity.trader_llama.death","minecraft:entity.tropical_fish.death","minecraft:entity.turtle.death","minecraft:entity.vex.death","minecraft:entity.warden.death","minecraft:entity.wither.death","minecraft:entity.wolf.death","minecraft:entity.zoglin.death","minecraft:entity.zombie.death","minecraft:entity.zombie_horse.death","minecraft:entity.zombie_villager.death","minecraft:entity.zombified_piglin.death","minecraft:entity.drowned.death_water","minecraft:entity.skeleton.shoot","minecraft:block.trial_spawner.ambient","minecraft:block.trial_spawner.detect_player","minecraft:block.beehive.work","minecraft:block.creaking_heart.spawn","minecraft:entity.creaking.spawn"]}
+31
View File
@@ -0,0 +1,31 @@
{
"logModelCreationData": false,
"debugOnRightClick": false,
"renderModeChoice": "NORMAL",
"vanillaModelHologramRenderMode_2": "OFF",
"modelExportMode": "NONE",
"attemptPhysicsModPatch_2": "CUSTOM",
"modelUpdateFrequency": "Average",
"entityRenderModeOverrides": {},
"entityPhysicsModPatchOverrides": {},
"entityVanillaHologramOverrides": {},
"modelsNamesDisabled": [],
"allowEBEModConfigModify": true,
"animationLODDistance": 20,
"retainDetailOnLowFps": true,
"retainDetailOnLargerMobs": true,
"animationFrameSkipDuringIrisShadowPass": true,
"preventFirstPersonHandAnimating": false,
"onlyClientPlayerModel": false,
"doubleChestAnimFix": true,
"enforceOptifineVariationRequiresDefaultModel": false,
"enforceOptifineVariationRequiresDefaultModel_v2": false,
"resetPlayerModelEachRender": true,
"resetPlayerModelEachRender_v2": true,
"onlyDebugRenderOnHover": false,
"enforceOptifineSubFoldersVariantOnly": true,
"enforceOptiFineAnimSyntaxLimits": true,
"allowOptifineFallbackProperties": true,
"showReloadErrorToast": true,
"exportRotations": false
}
+40
View File
@@ -0,0 +1,40 @@
{
"optifine_limitRandomVariantGapsBy10": true,
"optifine_allowWeirdSkipsInTrueRandom": true,
"optifine_preventBaseTextureInOptifineDirectory": true,
"illegalPathSupportMode": "Entity",
"enableCustomTextures": true,
"enableCustomBlockEntities": true,
"textureUpdateFrequency_V2": "Fast",
"enableEmissiveTextures": true,
"enableEnchantedTextures": true,
"enableEmissiveBlockEntities": true,
"emissiveRenderMode": "DULL",
"alwaysCheckVanillaEmissiveSuffix": true,
"enableArmorAndTrims": true,
"skinFeaturesEnabled": false,
"skinTransparencyMode": "ETF_SKINS_ONLY",
"skinTransparencyInExtraPixels": true,
"skinFeaturesEnableTransparency": true,
"skinFeaturesEnableFullTransparency": false,
"tryETFTransparencyForAllSkins": false,
"enableEnemyTeamPlayersSkinFeatures": true,
"enableBlinking": true,
"blinkFrequency": 200,
"blinkLength": 1,
"advanced_IncreaseCacheSizeModifier": 1.0,
"debugLoggingMode": "None",
"logTextureDataInitialization": false,
"hideConfigButton": false,
"configButtonLoc": "BOTTOM_RIGHT",
"disableVanillaDirectoryVariantTextures": false,
"use3DSkinLayerPatch": true,
"enableFullBodyWardenTextures": true,
"entityEmissiveOverrides": {},
"propertiesDisabled": [],
"propertyInvertUpdatingOverrides": [],
"entityRandomOverrides": {},
"entityEmissiveBrightOverrides": {},
"entityRenderLayerOverrides": {},
"entityLightOverrides": {}
}
+45
View File
@@ -0,0 +1,45 @@
{
"configVersion": 7,
"renderNametagsThroughWalls": true,
"blockEntityWhitelist": [
"minecraft:beacon"
],
"entityWhitelist": [],
"tracingDistance": 128,
"debugMode": false,
"sleepDelay": 10,
"hitboxLimit": 50,
"captureRate": 5,
"tickCulling": true,
"tickCullingWhitelist": [
"minecraft:block_display",
"minecraft:jungle_boat",
"minecraft:spruce_boat",
"minecraft:mangrove_boat",
"minecraft:acacia_boat",
"minecraft:birch_chest_boat",
"minecraft:birch_boat",
"minecraft:boat",
"minecraft:cherry_boat",
"minecraft:spruce_chest_boat",
"minecraft:dark_oak_boat",
"minecraft:oak_chest_boat",
"minecraft:dark_oak_chest_boat",
"minecraft:text_display",
"minecraft:oak_boat",
"minecraft:pale_oak_boat",
"minecraft:acacia_chest_boat",
"minecraft:cherry_chest_boat",
"minecraft:item_display",
"minecraft:bamboo_raft",
"minecraft:firework_rocket",
"minecraft:jungle_chest_boat",
"minecraft:pale_oak_chest_boat",
"minecraft:bamboo_chest_raft",
"minecraft:mangrove_chest_boat"
],
"disableF3": false,
"skipEntityCulling": false,
"skipBlockEntityCulling": false,
"blockEntityFrustumCulling": true
}
+3
View File
@@ -0,0 +1,3 @@
{
"ignoredConfigIds": []
}
+6
View File
@@ -0,0 +1,6 @@
{
"styleReimagined": false,
"styleUnbound": true,
"shaderHash": "b47d3a036a5a70b65de86bfd46610c65cc0523c88d0bbd3b83f52873a97ec3da",
"EPVersion": "1.8.6"
}
+50
View File
@@ -0,0 +1,50 @@
# This file stores configuration options for the Euphoria Patcher mod
# Made for version 1.8.6
# Thank you for using Euphoria Patches - SpacEagle17
[display]
# Option for the sodium message popup logging.
# Default = true
doPopUpLogging = false
# Option that enables or disables the in-game shader messages, for example an update message made by the shader itself. Only works on Iris or Oculus
# Default = true
doDisplayShaderInGameMessage = true
[updates]
# Option which determines what updates the update checker considers.
# Update checker mode: 'important' (critical or big updates only), 'all' (all updates), 'none' (disabled).
# Uses the Modrinth API to fetch update information.
# Default = important
doUpdateChecking = "none"
[maintenance]
# Option that automatically renames outdated Euphoria Patches folders and config files to a new name.
# This makes it easier for users to identify which ones are outdated.
# Default = true
doRenameOldShaderFiles = true
# Option that automatically deletes outdated Euphoria Patches folders and config files.
# Default = false
doDeleteOldShaderFiles = true
[debug]
# Option that enables or disables debug logging. Alternatively, one can also set the JVM argument -DebugEP=true/false which takes priority over this setting.
# Default = false
doDebugLogging = false
[advanced]
# Here one can set alternative Shader Names which will also be generated alongside the normal one.
# This is useful if you want multiple different settings you can quickly switch between
# Default = Empty String, which means no alternative names will be generated.
# In case of multiple names, separate them with a comma
# You can also use {baseVersion} or {patchVersion} in names to insert the base shader or Euphoria Patches version.
# Example: Euphoria Saturated, Comp_{baseVersion} + EP_{patchVersion} Dark Settings, EP High Performance, etc...
alternativeShaderNames = ""
# Option that enables or disables automatic merging of the fragmented block.properties files into the main block.properties file.
# The properties files inside "Euphoria Patches/shaders/properties/" will be merged into a single block.properties file at the specified interval if any of them have changed.
# This helps organizing the files, reduces the number of entries in a single file and improves speed while editing them.
# Since they are merged automatically into the final block.properties file, the individual files can be edited without worrying about merge conflicts or losing changes.
# Default = false
autoMergeBlockProperties = false
+9
View File
@@ -0,0 +1,9 @@
#Indigo properties file
#Sat Apr 04 00:28:33 CEST 2026
always-tesselate-blocks=auto
ambient-occlusion-mode=hybrid
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
fix-luminous-block-ambient-occlusion=auto
fix-mean-light-calculation=auto
fix-smooth-lighting-offset=auto
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 851 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

+21
View File
@@ -0,0 +1,21 @@
type = custom_gui_screens
overridden_screens {
}
custom_gui {
identifier = welcomescreen_update
title = What's New?
allow_esc = true
transparent_world_background = true
transparent_world_background_overlay = false
pause_game = true
}
custom_gui {
identifier = welcomescreen_welcome
title =
allow_esc = true
transparent_world_background = true
transparent_world_background_overlay = false
pause_game = true
}
+11
View File
@@ -0,0 +1,11 @@
type = customizablemenus
net.minecraft.class_442 {
}
net.minecraft.class_433 {
}
net.minecraft.class_500 {
}
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,489 @@
type = fancymenu_layout
layout-meta {
identifier = join_multiplayer_screen
render_custom_elements_behind_vanilla = false
last_edited_time = 1751569080298
is_enabled = true
randommode = false
randomgroup = 1
randomonlyfirsttime = false
layout_index = 0
[loading_requirement_container_meta:547c3e69-ef57-448d-9d9c-233ebb8a2573-1751569044567] = [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 {
interactable = true
source = &b&lMMO &b&lRealms &c&ldoes &c&lnot feature the &6&lCOBBLEVERSE modpack or its content.%n%It's a &eseparate and &eunique &aCobblemon &rexperience.
source_mode = direct
shadow = true
scale = 0.8
base_color = #FFFFFFFF
text_border = 2
line_spacing = 2
enable_scrolling = true
auto_line_wrapping = true
remove_html_breaks = true
code_block_single_color = #737373FF
code_block_multi_color = #565656FF
headline_line_color = #A9A9A9FF
separation_line_color = #A9A9A9FF
hyperlink_color = #0771FCFF
quote_color = #818181FF
quote_indent = 8.0
quote_italic = false
bullet_list_dot_color = #A9A9A9FF
bullet_list_indent = 8.0
bullet_list_spacing = 3.0
parse_markdown = true
element_type = text_v2
instance_identifier = 8602b07b-6762-4416-9b08-f84da7c1b285-1751567611005
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 = true
auto_sizing_base_screen_width = 1920
auto_sizing_base_screen_height = 1080
sticky_anchor = false
anchor_point = top-right
x = -146
y = 30
width = 127
height = 57
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 7be7b943-5033-4ab8-974c-39a5262d1250-1751567611005
[loading_requirement_container_meta:7be7b943-5033-4ab8-974c-39a5262d1250-1751567611005] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
}
vanilla_button {
button_element_executable_block_identifier = bc860748-86ae-4949-8d03-7f22ae706742-1751567587037
[executable_block:bc860748-86ae-4949-8d03-7f22ae706742-1751567587037][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 = bf35b175-80f3-49f9-90b2-6528dd08e61c-1751567587037
[loading_requirement_container_meta:bf35b175-80f3-49f9-90b2-6528dd08e61c-1751567587037] = [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 = 166
y = 306
width = 100
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 333dd6b3-564f-493d-81bc-e444fa2ee495-1751567587037
[loading_requirement_container_meta:333dd6b3-564f-493d-81bc-e444fa2ee495-1751567587037] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
is_hidden = false
automated_button_clicks = 0
}
vanilla_button {
button_element_executable_block_identifier = 9e8a1dc0-ffb7-4f03-91ad-f1691263de9f-1751567587037
[executable_block:9e8a1dc0-ffb7-4f03-91ad-f1691263de9f-1751567587037][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 = 42b23519-c6fa-48ff-baca-1ddb4875ea32-1751567587037
[loading_requirement_container_meta:42b23519-c6fa-48ff-baca-1ddb4875ea32-1751567587037] = [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 = 270
y = 306
width = 100
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = e97310a5-add1-4bd0-b9d0-5e54d3e32d1e-1751567587037
[loading_requirement_container_meta:e97310a5-add1-4bd0-b9d0-5e54d3e32d1e-1751567587037] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
is_hidden = false
automated_button_clicks = 0
}
vanilla_button {
button_element_executable_block_identifier = 0ab79bda-fd50-4d27-8c2e-dcb27f25c16a-1751567587037
[executable_block:0ab79bda-fd50-4d27-8c2e-dcb27f25c16a-1751567587037][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 = 395d2d60-21ec-428f-b77c-947058a2f441-1751567587037
[loading_requirement_container_meta:395d2d60-21ec-428f-b77c-947058a2f441-1751567587037] = [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 = 1920
auto_sizing_base_screen_height = 1080
sticky_anchor = false
anchor_point = vanilla
x = 166
y = 330
width = 74
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = aed55f16-e580-4490-84c3-89b4e76663ea-1751567587037
[loading_requirement_container_meta:aed55f16-e580-4490-84c3-89b4e76663ea-1751567587037] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
is_hidden = false
automated_button_clicks = 0
}
vanilla_button {
button_element_executable_block_identifier = 4b96da5c-2a7f-4572-b640-d70c42b098d5-1751567587037
[executable_block:4b96da5c-2a7f-4572-b640-d70c42b098d5-1751567587037][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 = ba679b54-fe3f-43ad-b640-c0d2674d1536-1751567587037
[loading_requirement_container_meta:ba679b54-fe3f-43ad-b640-c0d2674d1536-1751567587037] = [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 = 322
y = 330
width = 74
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 89c866ea-0540-441a-9cf7-2fe2289e69c8-1751567587037
[loading_requirement_container_meta:89c866ea-0540-441a-9cf7-2fe2289e69c8-1751567587037] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
is_hidden = false
automated_button_clicks = 0
}
vanilla_button {
button_element_executable_block_identifier = 4eeac5e7-844a-4b66-af71-99dd14603a59-1751567587037
[executable_block:4eeac5e7-844a-4b66-af71-99dd14603a59-1751567587037][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 = f3ce9b8d-e00d-4cc0-8a62-d78830354dcd-1751567587037
[loading_requirement_container_meta:f3ce9b8d-e00d-4cc0-8a62-d78830354dcd-1751567587037] = [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 = 400
y = 330
width = 74
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 826c83f2-337a-495e-9c25-ccc8fe14fc43-1751567587037
[loading_requirement_container_meta:826c83f2-337a-495e-9c25-ccc8fe14fc43-1751567587037] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
is_hidden = false
automated_button_clicks = 0
}
vanilla_button {
button_element_executable_block_identifier = e2c21f06-fe0c-4e21-ac08-edacbcbdb6b3-1751567587037
[executable_block:e2c21f06-fe0c-4e21-ac08-edacbcbdb6b3-1751567587037][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 = e4fa5d92-ced0-4245-af59-dd49a74f7a11-1751567587037
[loading_requirement_container_meta:e4fa5d92-ced0-4245-af59-dd49a74f7a11-1751567587037] = [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 = 374
y = 306
width = 100
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 52e9949c-39f2-4a6d-b746-5230d88222aa-1751567587037
[loading_requirement_container_meta:52e9949c-39f2-4a6d-b746-5230d88222aa-1751567587037] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
is_hidden = false
automated_button_clicks = 0
}
vanilla_button {
button_element_executable_block_identifier = ef256526-fb16-48df-8c17-8ddd24019d36-1751567587037
[executable_block:ef256526-fb16-48df-8c17-8ddd24019d36-1751567587037][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 = abe83be3-8c26-4508-aa52-77d2699fb990-1751567587037
[loading_requirement_container_meta:abe83be3-8c26-4508-aa52-77d2699fb990-1751567587037] = [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 = 244
y = 330
width = 74
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 7d965ff7-37b4-4913-8638-36b8b6de4a8b-1751567587037
[loading_requirement_container_meta:7d965ff7-37b4-4913-8638-36b8b6de4a8b-1751567587037] = [groups:][instances:]
enable_parallax = false
parallax_intensity = 0.5
invert_parallax = false
animated_offset_x = 0
animated_offset_y = 0
load_once_per_session = false
in_editor_color = #FFC800FF
layer_hidden_in_editor = false
is_hidden = false
automated_button_clicks = 0
}
+959
View File
@@ -0,0 +1,959 @@
type = fancymenu_layout
layout-meta {
identifier = pause_screen
render_custom_elements_behind_vanilla = false
last_edited_time = 1771864069774
is_enabled = true
randommode = false
randomgroup = 1
randomonlyfirsttime = false
layout_index = 0
[loading_requirement_container_meta:38567338-018b-4818-9106-1d3b1af6bb7b-1771863909947] = [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 {
interactable = true
source = &c&lCOBBLE&f&lVERSE &e1.7.31 &7[&a1.21.1&7]
source_mode = direct
shadow = true
scale = 1.0
base_color = #FFFFFFFF
text_border = 2
line_spacing = 2
enable_scrolling = false
auto_line_wrapping = false
remove_html_breaks = true
code_block_single_color = #737373FF
code_block_multi_color = #565656FF
headline_line_color = #A9A9A9FF
separation_line_color = #A9A9A9FF
hyperlink_color = #0771FCFF
quote_color = #818181FF
quote_indent = 8.0
quote_italic = false
bullet_list_dot_color = #A9A9A9FF
bullet_list_indent = 8.0
bullet_list_spacing = 3.0
parse_markdown = true
table_show_header = true
table_alternate_row_colors = true
table_line_color = #787878FF
table_header_background_color = #323232FF
table_row_background_color = #282828FF
table_alternate_row_color = #3C3C3CFF
table_line_thickness = 1.0
table_cell_padding = 8.0
table_margin = 4.0
element_type = text_v2
instance_identifier = be18ebc0-fbf3-4e39-bfc5-3a6e81385a4a-1734822265864
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 = 2563
auto_sizing_base_screen_height = 1443
sticky_anchor = false
anchor_point = bottom-left
x = 5
y = -6
width = 174
height = 17
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 761c9532-c0df-4b9f-9537-ad9b151cc1ab-1734822265864
[loading_requirement_container_meta:761c9532-c0df-4b9f-9537-ad9b151cc1ab-1734822265864] = [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
}
element {
button_element_executable_block_identifier = b1f3050a-3005-4d6b-acb7-46e68917eaf4-1746103635508
[executable_action_instance:c1d37810-6adb-4d26-874a-ca1887c79e84-1746103652334][action_type:openlink] = https://discord.lumy.fun
[executable_action_instance:e2e67505-8492-4752-b4f9-7f8d7b66e8a7-1746104101768][action_type:openlink] = https://discord.lumy.fun
[executable_block:b1f3050a-3005-4d6b-acb7-46e68917eaf4-1746103635508][type:generic] = [executables:c1d37810-6adb-4d26-874a-ca1887c79e84-1746103652334;e2e67505-8492-4752-b4f9-7f8d7b66e8a7-1746104101768;]
restartbackgroundanimations = true
nine_slice_custom_background = false
nine_slice_border_x = 5
nine_slice_border_y = 5
label = ✉ DISCORD
navigatable = true
widget_active_state_requirement_container_identifier = 91f56089-da37-43c1-b694-a9fbdc78b7a6-1746103635508
[loading_requirement_container_meta:91f56089-da37-43c1-b694-a9fbdc78b7a6-1746103635508] = [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 = 91377d07-c0fb-416c-a70b-7140be777fbe-1746103635508
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 = 2562
auto_sizing_base_screen_height = 1440
sticky_anchor = false
anchor_point = element
anchor_point_element = pause_advancements_button
x = -1
y = 24
width = 100
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = ef1ed69f-6da8-462a-83c4-cf16f019447b-1746103635508
[loading_requirement_container_meta:ef1ed69f-6da8-462a-83c4-cf16f019447b-1746103635508] = [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
}
element {
button_element_executable_block_identifier = e43537c0-d8ae-4fef-bddc-f5740f6adb58-1746103697603
[executable_action_instance:15a1455a-d032-429e-92f2-ef276a4f36f5-1746104119289][action_type:openlink] = https://www.lumyverse.com/cobbleverse
[executable_block:e43537c0-d8ae-4fef-bddc-f5740f6adb58-1746103697603][type:generic] = [executables:15a1455a-d032-429e-92f2-ef276a4f36f5-1746104119289;]
restartbackgroundanimations = true
nine_slice_custom_background = false
nine_slice_border_x = 5
nine_slice_border_y = 5
label = WIKI
navigatable = true
widget_active_state_requirement_container_identifier = 2d847b4f-f042-43e8-a1a4-f7c805035ff5-1746103697603
[loading_requirement_container_meta:2d847b4f-f042-43e8-a1a4-f7c805035ff5-1746103697603] = [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 = 069855b2-1b02-4412-aba8-7123339d8afb-1746103697603
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 = 2562
auto_sizing_base_screen_height = 1371
sticky_anchor = false
anchor_point = element
anchor_point_element = pause_stats_button
x = -1
y = 24
width = 100
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = f19b331d-1a19-4515-bec7-2438cc1d5840-1746103697603
[loading_requirement_container_meta:f19b331d-1a19-4515-bec7-2438cc1d5840-1746103697603] = [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
}
element {
source = [source:local]/config/fancymenu/assets/cobbleverse_title.png
repeat_texture = false
nine_slice_texture = false
nine_slice_texture_border_x = 5
nine_slice_texture_border_y = 5
image_tint = #FFFFFF
restart_animated_on_menu_load = false
element_type = image
instance_identifier = 16118991-7a2c-430a-bb97-26dd39f90f78-1746104621713
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 = 2562
auto_sizing_base_screen_height = 1440
sticky_anchor = false
anchor_point = top-centered
x = -161
y = 18
width = 322
height = 47
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 4cfbaa71-bc25-4824-a269-487f2754bbd6-1746104621713
[loading_requirement_container_meta:4cfbaa71-bc25-4824-a269-487f2754bbd6-1746104621713] = [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
}
element {
source = [source:local]/config/fancymenu/assets/30th_anniversary.png
repeat_texture = false
nine_slice_texture = false
nine_slice_texture_border_x = 5
nine_slice_texture_border_y = 5
image_tint = #FFFFFF
restart_animated_on_menu_load = false
element_type = image
instance_identifier = 7dbdcc33-b38b-400f-9419-a0894522feff-1771863473395
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 = true
auto_sizing_base_screen_width = 2562
auto_sizing_base_screen_height = 1371
sticky_anchor = false
anchor_point = bottom-right
x = -96
y = -77
width = 169
height = 134
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = b4ad3d84-24c9-4288-9d4d-8adfdcb7d4a3-1771863473395
[loading_requirement_container_meta:b4ad3d84-24c9-4288-9d4d-8adfdcb7d4a3-1771863473395] = [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 = -2.66875
advanced_horizontal_tilt_mode = false
}
vanilla_button {
button_element_executable_block_identifier = 0d91843e-9481-4e3a-8ff3-ead96d6ad26d-1746103562054
[executable_block:0d91843e-9481-4e3a-8ff3-ead96d6ad26d-1746103562054][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 = 8d588b6a-f88b-4388-9452-b3fcd735c2ec-1746103562054
[loading_requirement_container_meta:8d588b6a-f88b-4388-9452-b3fcd735c2ec-1746103562054] = [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 = 431
y = 146
width = 98
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 3e619f13-4ff6-4053-bdfd-fda30921f539-1746103562054
[loading_requirement_container_meta:3e619f13-4ff6-4053-bdfd-fda30921f539-1746103562054] = [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 = 4ef3dfce-84ad-42b8-849d-860328044b6c-1746103562054
[executable_block:4ef3dfce-84ad-42b8-849d-860328044b6c-1746103562054][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 = dc8f9b7f-aa09-4b86-9e0e-f0e428bc31a3-1746103562054
[loading_requirement_container_meta:dc8f9b7f-aa09-4b86-9e0e-f0e428bc31a3-1746103562054] = [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 = 325
y = 146
width = 98
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 909e6dc0-79c0-4f80-b013-e2c2dc24e74f-1746103562054
[loading_requirement_container_meta:909e6dc0-79c0-4f80-b013-e2c2dc24e74f-1746103562054] = [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 = 5442ce8c-5b83-4f86-8989-d243795856ec-1746103562054
[executable_block:5442ce8c-5b83-4f86-8989-d243795856ec-1746103562054][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 = 6764a655-d413-4013-ab0c-200f204d8d4a-1746103562054
[loading_requirement_container_meta:6764a655-d413-4013-ab0c-200f204d8d4a-1746103562054] = [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_report_bugs_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 = 2562
auto_sizing_base_screen_height = 1440
sticky_anchor = false
anchor_point = vanilla
x = 431
y = 170
width = 98
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 7283406f-07e9-4bf5-9aea-08d944533b50-1746103562054
[loading_requirement_container_meta:7283406f-07e9-4bf5-9aea-08d944533b50-1746103562054] = [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 = c142fb92-904c-4fa0-9a7e-5ea97c2e35c8-1746103562054
[executable_block:c142fb92-904c-4fa0-9a7e-5ea97c2e35c8-1746103562054][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 = 80979e0b-af4c-47b0-a5b7-9fb5ceceaef4-1746103562054
[loading_requirement_container_meta:80979e0b-af4c-47b0-a5b7-9fb5ceceaef4-1746103562054] = [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 = 0
auto_sizing_base_screen_height = 0
sticky_anchor = false
anchor_point = vanilla
x = 325
y = 218
width = 204
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = afcfeb80-531f-4fb1-93c4-6259e9f535a2-1746103562054
[loading_requirement_container_meta:afcfeb80-531f-4fb1-93c4-6259e9f535a2-1746103562054] = [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 = 8fc77d0c-a6b4-463b-b62b-7e2158219f78-1746103562054
[executable_block:8fc77d0c-a6b4-463b-b62b-7e2158219f78-1746103562054][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 = 62278e77-a8ff-4fcf-9ef5-62537ffea91f-1746103562054
[loading_requirement_container_meta:62278e77-a8ff-4fcf-9ef5-62537ffea91f-1746103562054] = [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 = 325
y = 122
width = 204
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 26f8f9c4-bfe2-47ed-9897-5181fa556702-1746103562054
[loading_requirement_container_meta:26f8f9c4-bfe2-47ed-9897-5181fa556702-1746103562054] = [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 = b54b71dd-0bbd-4002-b4ed-613cdff01a46-1746103562054
[executable_block:b54b71dd-0bbd-4002-b4ed-613cdff01a46-1746103562054][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 = 02f4f7fb-6145-4747-988c-620a10b6eb3c-1746103562054
[loading_requirement_container_meta:02f4f7fb-6145-4747-988c-620a10b6eb3c-1746103562054] = [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 = 606306
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 = 533
y = 170
width = 20
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 3ba9b85c-c4dc-4cf3-9682-4b48cc0b0f52-1746103562054
[loading_requirement_container_meta:3ba9b85c-c4dc-4cf3-9682-4b48cc0b0f52-1746103562054] = [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 = 7a9a78dd-440d-4906-8552-fd9116e217c4-1746103562054
[executable_block:7a9a78dd-440d-4906-8552-fd9116e217c4-1746103562054][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 = 4270e943-83cf-40ff-9187-c8982cf85282-1746103562054
[loading_requirement_container_meta:4270e943-83cf-40ff-9187-c8982cf85282-1746103562054] = [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 = 431
y = 194
width = 98
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 6d28913a-fd28-4d03-adeb-4eb96ccbaa13-1746103562054
[loading_requirement_container_meta:6d28913a-fd28-4d03-adeb-4eb96ccbaa13-1746103562054] = [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 = e096bcce-3528-4110-975b-3100cb992b28-1746103562054
[executable_block:e096bcce-3528-4110-975b-3100cb992b28-1746103562054][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 = e1af00a9-42fb-4e95-bd0a-a069f5fce588-1746103562054
[loading_requirement_container_meta:e1af00a9-42fb-4e95-bd0a-a069f5fce588-1746103562054] = [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 = 2562
auto_sizing_base_screen_height = 1440
sticky_anchor = false
anchor_point = vanilla
x = 0
y = 40
width = 854
height = 9
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = 71f56cb2-d921-4485-9b1c-950163c12dcf-1746103562054
[loading_requirement_container_meta:71f56cb2-d921-4485-9b1c-950163c12dcf-1746103562054] = [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 = 65b974f5-86b0-4abd-a871-5533cd64924d-1746103562054
[executable_block:65b974f5-86b0-4abd-a871-5533cd64924d-1746103562054][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 = 720efcd1-04ab-4cbf-993b-a26603f4b91b-1746103562054
[loading_requirement_container_meta:720efcd1-04ab-4cbf-993b-a26603f4b91b-1746103562054] = [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 = 325
y = 194
width = 98
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = cc87cd0f-380e-4587-b6e4-1c08a1486f79-1746103562054
[loading_requirement_container_meta:cc87cd0f-380e-4587-b6e4-1c08a1486f79-1746103562054] = [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 = 46f44233-1817-40d6-9c0f-a3706baa100e-1746103562054
[executable_block:46f44233-1817-40d6-9c0f-a3706baa100e-1746103562054][type:generic] = [executables:]
restartbackgroundanimations = true
nine_slice_custom_background = false
nine_slice_border_x = 5
nine_slice_border_y = 5
label = Discord
navigatable = true
widget_active_state_requirement_container_identifier = ff7e5087-b861-45eb-ad3a-d342c9f021f2-1746103562054
[loading_requirement_container_meta:ff7e5087-b861-45eb-ad3a-d342c9f021f2-1746103562054] = [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 = 2562
auto_sizing_base_screen_height = 1440
sticky_anchor = false
anchor_point = vanilla
x = 325
y = 170
width = 98
height = 20
stretch_x = false
stretch_y = false
stay_on_screen = true
element_loading_requirement_container_identifier = d9b7d9d6-9f01-462e-a90d-2522758e0d3d-1746103562054
[loading_requirement_container_meta:d9b7d9d6-9f01-462e-a90d-2522758e0d3d-1746103562054] = [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,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
View File
@@ -0,0 +1,3 @@
##[legacy]
B:custom_guis_ported = 'true';
+95
View 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 = 'false';
B:show_customization_overlay = 'false';
B:advanced_customization_mode = 'true';
##[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 = '/config/fancymenu/assets/cobbleverse_icon_16.png';
B:show_custom_window_icon = 'true';
S:custom_window_icon_macos = '/config/fancymenu/assets/cobbleverse_icon_32.icns';
S:custom_window_icon_32 = '/config/fancymenu/assets/cobbleverse_icon_32.png';
S:custom_window_title = 'COBBLEVERSE';
##[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 = 'false';
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 = 'dark';
##[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';
Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Some files were not shown because too many files have changed in this diff Show More