chore(rc-plus): move configs

This commit is contained in:
omo50
2026-04-18 16:46:42 -06:00
parent 4e66bdb1ca
commit 4972c38611
43 changed files with 2686 additions and 441 deletions

View File

@@ -0,0 +1,17 @@
{
"master_optimize": true,
"optimize_chests": false,
"optimize_signs": true,
"optimize_shulkers": true,
"optimize_beds": true,
"optimize_bells": false,
"optimize_decoratedpots": true,
"chest_animations": true,
"render_sign_text": true,
"shulker_animations": true,
"bell_animations": false,
"pot_animations": true,
"sign_text_render_distance": 16,
"updateType": 0,
"smoothness_slider": 25
}

View File

@@ -0,0 +1,185 @@
{
"general": {
"disable_mod": false,
"hide_bossbar": true,
"shadow_text": true,
"auto_start": false,
"animationSpeed": 1.0,
"always_show_ping": false,
"hide_debug_crosshair": false,
"background_color": 1867534416,
"space_modules": false,
"always_show_profiler": false,
"animations": false,
"fontScale": 0.7,
"hide_sidebar": true,
"always_show_tps": false
},
"modules_right": [
{
"name": "system",
"name_color": 16755200,
"value_color": 10944452,
"lines": {
"opengl_version": false,
"allocation_rate": true,
"display": true,
"java_version": true,
"gpu_driver": true,
"memory_usage": true,
"allocated_memory": true,
"cpu": true,
"gpu_utilization": true,
"time": true,
"gpu": true
},
"enabled": true
},
{
"empty_lines": 1,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "target",
"name_color": 43775,
"value_color": 15658734,
"lines": {
"id_fluid": true,
"fluid_tags": true,
"block_states": true,
"targeted_block": true,
"block_tags": true,
"id_block": true,
"nothing": true,
"nothing2": true,
"targeted_fluid": true,
"targeted_entity": true,
"fluid_states": true
},
"enabled": true
}
],
"modules_left": [
{
"name": "minecraft",
"name_color": 52431,
"value_color": 15658734,
"lines": {
"minecraft": true
},
"enabled": true
},
{
"color_high": 5635925,
"color_med": 16777045,
"name": "fps",
"lines": {
"fps": true
},
"enabled": true,
"color_low": 16733525
},
{
"name": "graphics",
"name_color": 16755200,
"value_color": 5636095,
"lines": {
"shader": true,
"render_distance": true,
"graphics": true,
"clouds": true,
"biome_blend_radius": true
},
"enabled": true
},
{
"empty_lines": 2,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "server",
"name_color": 10944452,
"value_color": 16777045,
"lines": {
"server_tick": true,
"packets_sent": true,
"packets_received": true,
"tick_manager_status": true
},
"enabled": true
},
{
"empty_lines": 2,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"name": "location",
"name_color": 43520,
"value_color": 10944452,
"lines": {
"light": true,
"biome": true,
"rotation": true,
"facing": true,
"slime_chunk": true,
"local_difficulty": true,
"day_ticks": true,
"days_played": true,
"dimension": true,
"highest_block": true,
"highest_block_server": false,
"light_server": true
},
"enabled": true
},
{
"maximum_color": 43690,
"name": "sound",
"name_color": 16755200,
"value_color": 15658734,
"lines": {
"ambient_sounds": true,
"sounds": true,
"mood": true
},
"enabled": true
},
{
"empty_lines": 2,
"name": "empty",
"lines": {
"nothing": true
},
"enabled": true
},
{
"color_x": 10944452,
"color_y": 10944452,
"color_z": 10944452,
"name": "coords",
"name_color": 15658734,
"lines": {
"chunk_coords": true,
"player_coords": true,
"block_coords": true,
"absolute_velocity": false,
"velocity": true,
"chunk_relative_coords": true,
"horizontal_velocity": false
},
"enabled": true
}
]
}

View File

@@ -1 +1,39 @@
# Delete regions from the cache when they have not been loaded for X days.
#
# The cache for a given world is cleaned up whenever you disconnect from the server.
# Entire worlds are cleaned up when the game starts and you have not visited them for X days.
#
# Set to -1 to disabled.
# Set to 0 to clean up everything after every disconnect.
delete-unused-regions-after-days=-1
# Enables support for servers with multiple identically-named worlds.
#
# When enabled, a new local cache is started on each world change. If there are enough chunks with similar content in two caches, they will automatically be merged.
# This does mean that you may need to walk around a little before Bobby loads in cached chunks if there is little identifying information in your world (e.g. flat worlds).
#
# You may need to delete your existing cache if it is comprised of multiple worlds to prevent Bobby from merging into it.
# Requires a `/bobby upgrade` after enabling with existing cache.
dynamic-multi-world=false
enabled=true
# Changes the maximum value configurable for Render Distance.
#
# Requires Sodium.
max-render-distance=64
# Do not load block entities (e.g. chests) in fake chunks.
# These need updating every tick which can add up.
#
# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway.
no-block-entities=true
# Reduces the light levels in fake chunks so you can tell the difference from real ones.
taint-fake-chunks=false
# Delays the unloading of chunks which are outside your view distance.
# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes).
# Does not work across dimensions.
unload-delay-secs=60
# Overwrites the view-distance of the integrated server.
# This allows Bobby to be useful in Singleplayer.
#
# Disabled when at 0.
# Bobby is active in singleplayer only if this is enabled.
# Requires re-log to en-/disable.
view-distance-overwrite=0

View File

@@ -1,208 +1,21 @@
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 = "max(1,min(if(is_client,(cpus/2.78+1),(cpus/1.45)),if(is_j9vm,((mem_gb-(if(is_client,0.525,0.2)))/0.2),((mem_gb-(if(is_client,0.9,0.5)))/0.3))))"
# (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: 6) Configures the parallelism of global executor
globalExecutorParallelism = 7
defaultGlobalExecutorParallelismExpression = "max(1,min(if(is_client,(cpus/2.66+1),(cpus/1.5)),if(is_j9vm,((mem_gb-(if(is_client,0.5,0.2)))/0.2),((mem_gb-(if(is_client,0.8,0.5)))/0.2))))"
threadPoolPriority = 3
[clientSideConfig]
[clientSideConfig.modifyMaxVDConfig]
# (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 = false
# (Default: true) Whether to modify maximum view distance
enabled = true
# (Default: 61) Max render distance allowed in game options
maxViewDistance = 64
enabled = false
[noTickViewDistance]
# (Default: true) Whether to use compatibility mode to send chunks
# This may fix some mod compatibility issues
compatibilityMode = true
# (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)
#
compatibilityMode = false
maxConcurrentChunkLoads = 18
enableExtRenderDistanceProtocol = false
# (Default: true) Whether to enable no-tick view distance
enabled = "default"
# (Default: 8) No-tick view distance max concurrent chunk loads
# Lower this for a better latency and higher this for a faster loading
maxConcurrentChunkLoads = 14
# (Default: false) Whether to ensure correct chunks within normal render distance
# This will send chunks twice increasing network load
ensureChunkCorrectness = true
maxViewDistance = 32
[ioSystem]
# (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 = false
# (Default: 8192) Soft limit for io worker nbt cache
chunkDataCacheSoftLimit = "default"
# (Default: 32678) Hard limit for io worker nbt cache
chunkDataCacheLimit = "default"
# (Default: true) Whether to use the optimized implementation of IO system
replaceImpl = "default"
gcFreeChunkSerializer = true
[chunkSystem]
# (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 = true
# (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 = true
# (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"
[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 = true
# (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"
[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"
[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 = "VANILLA"
syncPlayerTickets = false

View File

@@ -0,0 +1,10 @@
{
clientCapeType: "MINECRAFTCAPES",
enableOptifine: true,
enableLabyMod: false,
enableWynntils: true,
enableMinecraftCapesMod: true,
enableCosmetica: true,
enableCloaksPlus: true,
enableElytraTexture: true
}

View File

@@ -0,0 +1,149 @@
# !!!DO NOT CHANGE THIS!!!
#
# Default: 5
config-version = 5
# Controls whether chunks in the 3x3 area centered at player's position are animated.
#
# Default: true
animate-near-player = true
# Controls the angle by which the start position is rotated.
# 0° is directly vertical, 90° is horizontal (away from the player).
# Used only for 'Full' animation type.
#
# Default: 0.0
# Range: [0.0..90.0]
animation-angle = 0.0
# Controls the speed of the chunk's movement relative to time.
#
# Default: ease_out
# Possible: [linear, ease_out, ease_circular, bounce]
animation-curve = "ease_out"
# Controls whether chunk motion animation is played.
#
# Default: false
animation-enabled = false
# Controls the intensity of the animation.
# Ignored if 'Full' animation type is used.
#
# Default: 1.0
# Range: [0.01..1.0]
animation-factor = 1.0
# Controls the start position of chunk's movement.
# Used only for 'Full' animation type.
#
# Default: -64.0
# Range: [-128.0..128.0]
animation-offset = -64.0
# Controls whether to automatically inject animation into Iris shaders.
#
# Default: true
animation-patch-shaders = true
# Controls the time it takes for chunk animation to end.
#
# Default: 2.56
# Range: [0.01..10.0]
animation-time = 2.56
# Controls how animation looks.
#
# Default: full
# Possible: [full, scale, jagged, displacement]
animation-type = "full"
# Controls the speed of the fading relative to time.
# Linear - equally distributed from 0 to 1.
# Quintic - smoother transition, is less noticeable.
#
# Default: quintic
# Possible: [linear, quintic]
fade-curve = "quintic"
# Controls whether chunk fading is enabled.
# Fading is done by gradually mixing chunk's color with fog color.
#
# Default: true
fade-enabled = true
# Controls the mix function used for mixing between sky and chunk color.
# Linear - basic color mixing in RGB space.
# Oklab - uses Oklab space to mix colors. This is more perceptually correct and makes the transition less noticeable, especially with contrasting colors. But is a bit more expensive than Linear.
#
# Default: linear
# Possible: [linear, oklab]
fade-mix-type = "oklab"
# Controls whether chunks in the 3x3 area centered at player's position are faded.
#
# Default: true
fade-near-player = true
# Controls whether to automatically inject fading into Iris shaders. Injection will silently fail if not possible.
#
# Default: true
fade-patch-shaders = true
# Controls the time it takes for chunks to fade in fully.
#
# Default: 0.75
# Range: [0.01..10.0]
fade-time = 0.75
# Controls how fading looks.
#
# Default: full
# Possible: [full, lined, block, vertex, fragmented]
fade-type = "full"
# Controls whether to animate Minecraft chunks if Distant Horizons LOD rendering is enabled.
#
# Default: false
fade-with-dh = false
# Controls whether to override fog color by the sky color below it. This fixes the issue of seeing terrain silhouettes against the sky. If you see sun/moon through terrain or you don't like how it looks, you can try tweaking this.
#
# Cylindrical (render) fog - visible at the edge of the render distance.
# Spherical (environmental) fog (introduced in 1.21.6) is visible anywhere and scales with distance, so it creates that "haze" effect.
#
# Default: cylindrical
# Possible: [both, cylindrical, spherical, none]
fog-override = "none"
# If disabled, fade, animation and world curvature are also disabled.
# You can also assign a keybind to toggle this without using this menu.
#
# Default: true
mod-enabled = true
# Controls whether the Chunks Fade In tab is added to Sodium settings.
#
# Default: true
show-mod-tab-in-settings = true
# Enables the update notifier when joining a world.
#
# Default: true
update-notifier-enabled = true
# Controls the circumference of the world.
# Negative values make it curl up instead of down.
#
# Default: 16384
world-curvature = 16384
# If enabled, the world will be curved, as if the world was a spherical planet.
#
# Default: false
world-curvature-enabled = false
# Controls whether to automatically inject world curvature into Iris shaders.
#
# Default: true
world-curvature-patch-shaders = true

View File

@@ -0,0 +1,3 @@
{
"broken_paths": true
}

View File

@@ -1,9 +1,14 @@
{
"editorLastVersion": "0.6.25b",
"editorLastVersion": "0.6.21a",
"editorSelectMouseButton": 0,
"titleScreenButton": false,
"playerSettings": {},
"globalSettings": {},
"friendSettings": {},
"keybinds": {},
"editorDragMouseButton": -1,
"editorMenuMouseButton": 1,
"editorRotateMouseButton": 2,
"safetyProfiles": {},
"editorRecentProjects": [],
"serverSettings": {}

View File

@@ -0,0 +1,154 @@
{
"_schemaVersion": 6,
"_lastMCVersionId": 769,
"generalSettings": {
"detectATLauncherInstance": false,
"detectCurseManifest": false,
"detectMultiMCManifest": true,
"detectMCUpdaterInstance": false,
"detectTechnicPack": true,
"detectModrinthPack": false,
"detectBiomeData": false,
"detectDimensionData": false,
"detectWorldData": true,
"clientId": "1278509112128442443",
"defaultIcon": "othericon",
"enableJoinRequests": true,
"preferredClientLevel": 3,
"resetTimeOnInit": false,
"autoRegister": false
},
"biomeSettings": {
"fallbackBiomeIcon": "unknown",
"biomeData": {
"default": {
"textOverride": "Playing in {biome.name}"
}
}
},
"dimensionSettings": {
"fallbackDimensionIcon": "unknown",
"dimensionData": {
"default": {
"textOverride": "In the {dimension.name}"
}
}
},
"serverSettings": {
"fallbackServerIcon": "default",
"fallbackServerName": "Minecraft Server",
"fallbackServerMotd": "A Minecraft Server",
"serverData": {
"default": {
"textOverride": "Playing on {server.name}"
}
},
"pingRateInterval": 5,
"pingRateUnit": "minutes"
},
"statusMessages": {
"mainMenuData": {
"textOverride": "In the Main Menu"
},
"loadingData": {
"textOverride": "Loading..."
},
"lanData": {
"textOverride": "Playing on a LAN Server"
},
"singleplayerData": {
"textOverride": "Playing Singleplayer - \"{world.name}\""
},
"realmData": {
"textOverride": "Playing on {server.name} - Realm"
}
},
"advancedSettings": {
"enablePerGui": false,
"enablePerItem": false,
"enablePerEntity": false,
"formatWords": true,
"debugMode": false,
"verboseMode": false,
"refreshRate": 2,
"allowPlaceholderPreviews": false,
"guiSettings": {
"fallbackGuiIcon": "unknown",
"guiData": {
"default": {
"textOverride": "In {screen.name}"
}
}
},
"itemMessages": {
"default": "Holding {item.message.holding}"
},
"entitySettings": {
"fallbackEntityIcon": "unknown",
"targetData": {
"default": {
"textOverride": "Targeting {entity.target.name}"
}
},
"ridingData": {
"default": {
"textOverride": "Riding {entity.riding.name}"
}
}
},
"allowEndpointIcons": true,
"serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}",
"playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}",
"allowDuplicatePackets": false,
"maxConnectionAttempts": 10,
"enableClassGraph": false,
"useClassLoader": false
},
"accessibilitySettings": {
"languageId": "en_us",
"stripTranslationColors": false,
"stripTranslationFormatting": false,
"stripExtraGuiElements": false,
"configKeyCode": 96
},
"displaySettings": {
"presenceData": {
"enabled": true,
"useAsMain": false,
"isInstance": false,
"activityType": 0,
"partyPrivacy": 1,
"details": "{getFirst(menu.message, dimension.message)}",
"gameState": "{getOrDefault(server.message)} {getOrDefault(pack.name)}",
"largeImageKey": "othericon",
"largeImageText": "Re-Console",
"smallImageKey": "{player.icon}",
"smallImageText": "{player.name}",
"startTimestamp": "{data.general.time}",
"endTimestamp": "",
"buttons": {
"default": {
"label": "Example Text",
"url": "https://google.com"
}
}
},
"dynamicIcons": {
"anamanaguchi": "https://mc-heads.net/avatar/225e311377f447c1bc6c36cfdd2308ad",
"juneremover": "https://mc-heads.net/avatar/44db718c7bb44a229175c6593d0ab1ed",
"default": "https://via.placeholder.com/256.png"
},
"dynamicVariables": {
"default": "Example Text",
"mods": "{general.mods} Mod(s)",
"player_info_coordinate": "At {player.position.x}, {player.position.z}",
"players": "{server.players.current} / {server.players.max} Players",
"player_info_in": "({custom.player_info.health})",
"player_info_items": "Items: {item.main_hand.message}",
"player_info_out": "As {player.name}",
"player_info_health": "Health: {player.health.current}/{player.health.max}",
"world_info": "On {world.name}",
"pack": "{pack.name}"
}
}
}

View File

@@ -5,15 +5,10 @@
#If equals CHANGE_ME, will open Forge/NeoForge/Fabric/Quilt discord link. Names of communities/channels also will be used not from config, but according to this link.
#Must start with 'https://' or 'www.'
help_link = "https://discord.com/invite/M9bQdm25Pk"
#With this option, you can select the formulation of the GUI (e.g., in the help buttons, title).
#Currently supported:
# - DISCORD: Uses terminology like 'join the Discord' and 'post in #channel'.
# - GITHUB: Uses terminology like 'visit the GitHub' and 'post into a new issue'.
formulation_type = "DISCORD"
#Anyways log will be uploaded to mclo.gs, but with this option you can wrap link to gnomebot.dev for better formatting.
#If help_link equals 'CHANGE_ME', this value will be ignored and gnomebot.dev used.
#Supported values: mclo.gs / gnomebot.dev
upload_to = "gnomebot.dev"
upload_to = "mclo.gs"
#Show gui on minecraft crashed on modloading and FML error screen displayed.
show_on_fml_error_screen = true
#Close old CrashAssistantApp if it's still running when starting a new instance of Minecraft, to avoid confusing player with window from old crash.
@@ -70,30 +65,23 @@
[text]
#$CONFIG.text.support_name$ in lang files will be replaced with this value.
#For example this placeHolder used in: "Request help in the $CONFIG.text.support_name$"
#Recommended values: "Modpack-X Discord", "Modpack-X GitHub repository", etc.
support_name = "Nostalgica Reverie Discord"
#$CONFIG.text.support_place$ in lang files will be replaced with this value.
#Recommended values: "#support channel".
#In case of formulation type `GITHUB` won't be used.
support_place = "#modpack-support"
#$CONFIG.text.modpack_name$ in lang files will be replaced with this value.
#For example this placeHolder used in: "Oops, $CONFIG.text.modpack_name$ crashed!"
#Supports Better Compatibility Checker integration. You can use $BCC.modpackName$, $BCC.modpackVersion$, etc and it will be replaced with value from BCC config.
modpack_name = "Simply Legacy"
modpack_name = "Re-Console+"
#Settings of message generated by Upload all button
[generated_message]
#Add prefix before filename.
#Add ### prefix before filename.
#This can prevent too small, hard to hit on mobile links.
#Recommended values: "### ".
prefix = "### "
#Separator between logs.
#If you want vertical logs, use "\n$PREFIX$".
logs_separator = " | "
h3_prefix = true
#Replaces "\n" separator between logs to " | " to make message vertically smaller.
one_line_logs = true
#Adds line in log list about this Intel processor can be corrupted.
intel_corrupted_notification = true
#Adds line in log list about piracy/offline mode or if check failed.
piracy_notification = true
#If the modpack is created for a non-English-speaking audience, сhange this to the language the modpack is designed for.
#This lang will be used only for generating message by "Upload all..." button.Do not modify this value if there's a chance that the generated message will be sent to English-speaking communities.
generated_msg_lang = "en_us"
@@ -113,37 +101,7 @@
put_analysis_result_to_message = true
#Color modified mods count/analysis in msg with ANSI.
#Can be needed to be disabled if issues are reported to something not supporting ANSI codeblocks, like GitHub.
#If you disable this option, you may also want to remove "ansi" from "generated_message.ansi_block_pattern".
color_message = true
#Structure of the generated message.
#Variables:
#$HEADER$ - Title and upload link
#$TEXT_UNDER_CRASHED$ - Custom text from config
#$PREFIX$ - The prefix string
#$LOGS$ - The joined logs
#$PROBLEMATIC_FRAME$ - hs_err frame
#$ANALYSIS_RESULT$ - Analysis results
#$MODLIST_DIFF$ - Modlist changes
message_structure = "$HEADER$$TEXT_UNDER_CRASHED$$PREFIX$$LOGS$\n$PROBLEMATIC_FRAME$$ANALYSIS_RESULT$$MODLIST_DIFF$"
#Pattern for a single log line.
#Variables: $LOG_NAME$, $FILE_NAME$, $LINK$.
log_line_pattern = "$LOG_NAME$[$FILE_NAME$](<$LINK$>)"
#Pattern for a split log line (too large for single upload).
#Variables: $LOG_NAME$, $FILE_NAME$, $LINK_FIRST_LINES$, $LINK_LAST_LINES$, $TOO_BIG_REASONS$.
log_line_split_pattern = "$LOG_NAME$[$FILE_NAME$ <TOLOWER>$MSG_LANG.gui.split_log_dialog_head$</TOLOWER>](<$LINK_FIRST_LINES$>) / [<TOLOWER>$MSG_LANG.gui.split_log_dialog_tail$</TOLOWER>](<$LINK_LAST_LINES$>) $TOO_BIG_REASONS$"
#Pattern for ModList Diff and Analysis Results blocks.
#Variables: $PREFIX$, $HEADER$, $CONTENT$.
#If 'color_message' is false, remove 'ansi'.
ansi_block_pattern = "$PREFIX$$HEADER$\n```ansi\n$CONTENT$\n```"
#Pattern for formatting the problematic frame from hs_err.
#Variables: $CONTENT$
problematic_frame_pattern = "```java\n$CONTENT$\n```"
#Pattern for simple link notifications (e.g. Intel fix, Piracy check, KubeJS scripts).
#Variables: $TEXT$, $LINK$
link_notification_pattern = "[$TEXT$](<$LINK$>)"
#Pattern for the header of the modlist diff block (containing the link).
#Variables: $PART1$ (text before link), $PART2$ (text after link), $LINK$.
modlist_header_pattern = "[$PART1$](<$LINK$>)$PART2$"
#Settings of links copied by Upload and copy link buttons
[copied_links]
@@ -182,9 +140,6 @@
#If enabled, will add resourcepacks to modlist.json
#After filename where will be ' (resourcepack)' suffix.
add_resourcepacks = false
#If enabled, will add datapacks to modlist.json
#After filename where will be ' (datapacks)' suffix.
add_datapacks = false
#If enabled, will add modloader jar name to modlist, to easily track if user changed version of modloader.
add_modloader_jar_name = true
#If enabled, will add generated modlist.txt, with names of all mods / modids / mixin configs / jarjar mods info to logs.
@@ -196,26 +151,19 @@
[too_many_changes_warning]
#Set to the positive integer to enable feature. Set to negative integer to disable.
#How many changes end user should make for warning to be displayed.
count = -1
count = 1
#With this option, you can select the formulation of this warning, currently supported:
# - NOTIFY: Just saying to the end user that what they made many changes and adding random mods or clicking
#the "Update All" button is not a good idea without proper testing. It is expected to crash.
# - DROP_SUPPORT: Saying what you are not providing support for that amount of changes, suggesting the end user to
#re-install modpack or they are on their own with that amount of changes.
formulation_type = "NOTIFY"
formulation_type = "DROP_SUPPORT"
#Settings of analysis feature.
#Analysing logs for most common reasons of crashes and displaying recommendations with fixes.
[analysis]
#Enable feature.
enabled = true
#By default if CA work in modpack mode and ran by the end user it won't display analysis if it blames mod which was part of original modpack.
#And will blame only mods which were added/updated by end users. By enabling this option you can bypass this and it will blame any mods.
trigger_on_original_modpack_mods = false
#Delay in seconds for the OK button when a crash reason is shown for the first time.
#Helps to ensure the user reads the recommendation.
#Set to 0 or -1 to disable the delay.
first_show_delay = 10
#Here you can disable some Analysis by class names.
#List of them can be found here: dev.kostromdan.mods.crash_assistant.app.logs_analyser.crash_reasons
#For example "Create6Addons"
@@ -244,41 +192,13 @@
#Enable feature.
enabled = true
#Settings of notifying about piracy/offline mode.
[piracy]
#Enable feature.
#Note: This option is ignored if general.help_link is default (CHANGE_ME).
#Notifies if in your community (Discord/GitHub) piracy is not supported. Recommended to enable for modpacks.
enabled = false
#Delay in seconds for the OK button when piracy warning is shown.
#Set to 0 or -1 to disable the delay.
delay = 10
[greeting]
#You don't need to touch this option.
#On first world join of modpack creator if set to false shows greeting, then self enables.
shown_greeting = true
#Settings of scripting feature.
#Allows you to add custom scripts for log analysis.
#Scripts should be placed in config/crash_assistant/scripts/log_analysis folder.
[scripts]
#Enable feature.
enabled = true
#Enable Scripts IDE in the GUI.
ide_enabled = true
#By changing this value you can disable creating "scripts" folder and placing example scripts there.
generate_scripts_folder_with_example = true
#You can customise GUI with this options.
[gui_customisation]
#Name of a FlatLaf IntelliJ Themes file in config/crash_assistant folder or core theme name.
#If file doesn't exist and no core theme matches, themes will be disabled and Standard Swing look and feel used.
#Supported core themes: 'FlatLightLaf', 'FlatDarkLaf', 'FlatIntelliJLaf', 'FlatDarculaLaf', 'FlatMacLightLaf', 'FlatMacDarkLaf'.
#Supports any IntelliJ Theme file with '.theme.json' extension.
#If you prefer standard Swing look and feel, use 'Swing'.
#Look out our guide about theme support: https://github.com/KostromDan/Crash-Assistant/blob/pages/guides/Theme%20Support/Getting%20Started.md
theme_file_name = "FlatDarkLaf"
#Will hide Upload All Button from GUI.
disable_upload_all_button = false
#Append comment text with notice about sending screenshot of this gui tells nothing to modpack creators.
@@ -307,34 +227,13 @@
#Same as upload_all_button_foreground_color, but for Auto-Fix button (in integrated GPU warning).
#Default for this button is "0_178_0" (dark green color).
auto_fix_button_foreground_color = "0_178_0"
#Color of the animated border for the screenshot notice.
#format is "R_G_B", range is 0-255, for example "255_0_0" is red color.
#Default for this is "255_0_0" (red color).
screenshot_of_gui_notice_animated_border_color = "255_0_0"
#Color of the text for the screenshot notice (inside the animated border).
#format is "R_G_B", range is 0-255, for example "255_0_0" is red color.
#Default for this is "255_0_0" (red color).
screenshot_of_gui_notice_text_color = "255_0_0"
#Color of the button blinking on success action (e.g. upload all finished).
#format is "R_G_B", range is 0-255.
#Default is "100_255_100" (light green).
blinking_button_success_color = "100_255_100"
#Color of the button blinking on attention request (e.g. click on link in description).
#format is "R_G_B", range is 0-255.
#Default is "100_100_255" (light blue).
blinking_button_attention_color = "100_100_255"
#Color of the button blinking on error (e.g. failed upload).
#format is "R_G_B", range is 0-255.
#Default is "255_100_100" (light red).
blinking_button_error_color = "255_100_100"
#Path to a modpack logo to display in the top of the GUI.
#Path is relative to the Minecraft instance folder. Leave empty to disable.
#WARNING: use only '/' path separator. '\' will corrupt config!
modpack_logo_path = ""
#If true, the logo will be larger, Replacing a some of `don't send screenshot` notice.
#If false, it will be smaller and logo will be end right where the `don't send screenshot` notice starts.
#You should try both, but most likely:
#- If you have some long text in the discord/github name, you will love the small one.
#- If you have some long text in the discord description, you will love the small one.
#- If the text is short, you will love the large one.
modpack_logo_large_mode = false
#Limit modpack logo height. Default is -1, which means it's calculated automatically.
@@ -352,8 +251,3 @@
#Enable feature.
enabled = true
#Options to help debug the Crash Assistant.
[debug]
#Debug option to crash immediately after Crash Assistant launched its process to conveniently debug it, configure it without need to manually crash.
crash_after_init = false

View File

@@ -5,6 +5,22 @@
"name": "fabric",
"version": "fabric-loader-0.18.5.jar"
},
"animatica-0.6.1+1.21.5.jar": {
"jarName": "animatica-0.6.1+1.21.5.jar",
"modId": "animatica",
"name": "Animatica",
"version": "0.6.1+1.21.5",
"curseForgeHash": 602460333,
"modrinthHash": "48746e8fbf005ffd4b7018cf37339a312865c57b"
},
"architectury-18.0.8-fabric.jar": {
"jarName": "architectury-18.0.8-fabric.jar",
"modId": "architectury",
"name": "Architectury",
"version": "18.0.8",
"curseForgeHash": 15044894,
"modrinthHash": "6df5474fa07d4c1225ee625ecdd7b958a9f5c2b5"
},
"BadOptimizations-2.4.1-1.21.10.jar": {
"jarName": "BadOptimizations-2.4.1-1.21.10.jar",
"modId": "badoptimizations",
@@ -21,6 +37,14 @@
"curseForgeHash": 669890906,
"modrinthHash": "bd12066547d1f791e905fb29356f0601b4c2f57a"
},
"BetterF3-16.0.3-Fabric-1.21.10.jar": {
"jarName": "BetterF3-16.0.3-Fabric-1.21.10.jar",
"modId": "betterf3",
"name": "BetterF3",
"version": "16.0.3",
"curseForgeHash": 4162333978,
"modrinthHash": "5baeed05a286409c8c49bb091f26d7f70c9d7503"
},
"bobby-5.2.10+mc1.21.9.jar": {
"jarName": "bobby-5.2.10+mc1.21.9.jar",
"modId": "bobby",
@@ -29,6 +53,38 @@
"curseForgeHash": 3252819119,
"modrinthHash": "7f26b57f1c74426e832775bdbd218ec4afc425fe"
},
"c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar": {
"jarName": "c2me-fabric-mc1.21.10-0.3.6+alpha.0.9.jar",
"modId": "c2me",
"name": "Concurrent Chunk Management Engine",
"version": "0.3.6+alpha.0.9+1.21.10",
"curseForgeHash": 2901197316,
"modrinthHash": "dbe0d68c88ad4a9c76f9892047258766ef12b294"
},
"calcmod-1.5.0+fabric.1.21.9.jar": {
"jarName": "calcmod-1.5.0+fabric.1.21.9.jar",
"modId": "calcmod",
"name": "CalcMod",
"version": "1.5.0+fabric.1.21.9",
"curseForgeHash": 3059226273,
"modrinthHash": "d31bfe779e5069a7c28b1d4b020566352f2bf6d8"
},
"chat_heads-1.2.2-fabric-1.21.9.jar": {
"jarName": "chat_heads-1.2.2-fabric-1.21.9.jar",
"modId": "chat_heads",
"name": "Chat Heads",
"version": "1.2.2",
"curseForgeHash": 1915081535,
"modrinthHash": "1b1f14aac5555b9630d7fdb21b7fb24530ce584d"
},
"chunksfadein-fabric-3.0.20-1.21.9.jar": {
"jarName": "chunksfadein-fabric-3.0.20-1.21.9.jar",
"modId": "chunksfadein",
"name": "Chunks Fade In",
"version": "3.0.20-1.21.9",
"curseForgeHash": 3317633331,
"modrinthHash": "fc02a8971c2d71841dac2ac4c18e8e7b4d50877e"
},
"cloth-config-20.0.149-fabric.jar": {
"jarName": "cloth-config-20.0.149-fabric.jar",
"modId": "cloth-config",
@@ -53,6 +109,14 @@
"curseForgeHash": 1981995106,
"modrinthHash": "340711c9a7e6d4c005d4f22b9034f2738db8fae2"
},
"continuity-3.0.1-beta.2+1.21.10.jar": {
"jarName": "continuity-3.0.1-beta.2+1.21.10.jar",
"modId": "continuity",
"name": "Continuity",
"version": "3.0.1-beta.2+1.21.10",
"curseForgeHash": 1139097148,
"modrinthHash": "071e6ceddabeaf0277c8643d611f1aa0ed167be3"
},
"CrashAssistant-fabric-1.21.5-1.21.11-1.11.6.jar": {
"jarName": "CrashAssistant-fabric-1.21.5-1.21.11-1.11.6.jar",
"modId": "crash_assistant",
@@ -77,6 +141,14 @@
"curseForgeHash": 1888577393,
"modrinthHash": "b663eb9a8238be3cd71173e39b6f9d01d0948c1d"
},
"dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar": {
"jarName": "dynamic-fps-3.11.4+minecraft-1.21.9-fabric.jar",
"modId": "dynamic_fps",
"name": "Dynamic FPS",
"version": "3.11.4",
"curseForgeHash": 2212156593,
"modrinthHash": "912c582475c5671d71487e23762a2db290ceb666"
},
"e4mc-fabric-6.0.6.jar": {
"jarName": "e4mc-fabric-6.0.6.jar",
"modId": "e4mc",
@@ -133,6 +205,22 @@
"curseForgeHash": 2424642002,
"modrinthHash": "44cc314315b41eb8a9edd8bf67756dc06f03b4a0"
},
"fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar": {
"jarName": "fast-ip-ping-v1.0.8-mc1.21.10-fabric.jar",
"modId": "fastipping",
"name": "Fast IP Ping",
"version": "1.0.8",
"curseForgeHash": 1210542902,
"modrinthHash": "fa87eb64e5cebad5d64a9500111c52bc5415a148"
},
"fastquit-3.1.2+mc1.21.10.jar": {
"jarName": "fastquit-3.1.2+mc1.21.10.jar",
"modId": "fastquit",
"name": "FastQuit",
"version": "3.1.2+mc1.21.10",
"curseForgeHash": 3784654987,
"modrinthHash": "d173dc167ca729dbb6cd0de3d6c1435c7f665039"
},
"ferritecore-8.1.0-fabric.jar": {
"jarName": "ferritecore-8.1.0-fabric.jar",
"modId": "ferritecore",
@@ -141,6 +229,14 @@
"curseForgeHash": 3414565920,
"modrinthHash": "fbc854f0a30657a0f8b4a5c79ce6580f3f8fbea9"
},
"fix-keyboard-on-linux-1.0.2.jar": {
"jarName": "fix-keyboard-on-linux-1.0.2.jar",
"modId": "fix-keyboard-on-linux",
"name": "Fix Keyboard on Linux",
"version": "1.0.2",
"curseForgeHash": 553527540,
"modrinthHash": "3409ef6494ab1e9a151177775a12b63004c87080"
},
"fnp_patcher-26.1.2+1.21.9.jar": {
"jarName": "fnp_patcher-26.1.2+1.21.9.jar",
"modId": "fnp_patcher",
@@ -149,6 +245,14 @@
"curseForgeHash": 3797449342,
"modrinthHash": "16bf44b8103833976af768573a36b5fa4054d599"
},
"ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar": {
"jarName": "ForgeConfigAPIPort-v21.10.1+mc1.21.10-Fabric.jar",
"modId": "forgeconfigapiport",
"name": "Forge Config API Port",
"version": "21.10.1",
"curseForgeHash": 2573171359,
"modrinthHash": "1335a32984357a39d9c8cf5faba9e9b5c3e1f80d"
},
"fzzy_config-0.7.6+1.21.9.jar": {
"jarName": "fzzy_config-0.7.6+1.21.9.jar",
"modId": "fzzy_config",
@@ -157,6 +261,14 @@
"curseForgeHash": 38397153,
"modrinthHash": "88940f2983f140b163dbe6ae4342470c03710ca9"
},
"IdleTweaks-1.1.1.jar": {
"jarName": "IdleTweaks-1.1.1.jar",
"modId": "idletweaks",
"name": "IdleTweaks",
"version": "1.1.1",
"curseForgeHash": 3822800854,
"modrinthHash": "16f443c578b5ca15720219b1e0af3270df4c4d1d"
},
"ImmediatelyFast-Fabric-1.13.5+1.21.10.jar": {
"jarName": "ImmediatelyFast-Fabric-1.13.5+1.21.10.jar",
"modId": "immediatelyfast",
@@ -165,6 +277,14 @@
"curseForgeHash": 4026014278,
"modrinthHash": "4c51b05f08693df1636945b3823d122c432b7757"
},
"iris-fabric-1.9.7+mc1.21.10.jar": {
"jarName": "iris-fabric-1.9.7+mc1.21.10.jar",
"modId": "iris",
"name": "Iris",
"version": "1.9.7+mc1.21.10",
"curseForgeHash": 1512039915,
"modrinthHash": "f96d48791a372edb0fa3adfc80848c4f27eae737"
},
"Ixeris-4.1.6+1.21.11-fabric.jar": {
"jarName": "Ixeris-4.1.6+1.21.11-fabric.jar",
"modId": "ixeris",
@@ -173,13 +293,29 @@
"curseForgeHash": 2378939608,
"modrinthHash": "d26bf42f26462c1594e8d4ad1b351447107a714f"
},
"lazy-ai-1.6.1.jar": {
"jarName": "lazy-ai-1.6.1.jar",
"modId": "lazy_ai_pixelindiedev",
"name": "Lazy AI",
"version": "1.6.1",
"curseForgeHash": 2461803481,
"modrinthHash": "f6e23cf358d2a6a206e7804f3234ddca6b298dde"
"lambdabettergrass-2.5.0+1.21.9.jar": {
"jarName": "lambdabettergrass-2.5.0+1.21.9.jar",
"modId": "lambdabettergrass",
"name": "LambdaBetterGrass",
"version": "2.5.0+1.21.9",
"curseForgeHash": 795430105,
"modrinthHash": "b6769714a871301ccb11791eca903dadceb9ee1e"
},
"lambdynamiclights-4.8.7+1.21.10.jar": {
"jarName": "lambdynamiclights-4.8.7+1.21.10.jar",
"modId": "lambdynlights",
"name": "LambDynamicLights",
"version": "4.8.7+1.21.10",
"curseForgeHash": 1648654858,
"modrinthHash": "4ea9988c083f1e16182e6042ab55de414bfbbaff"
},
"language-reload-1.7.6+1.21.10.jar": {
"jarName": "language-reload-1.7.6+1.21.10.jar",
"modId": "languagereload",
"name": "Language Reload",
"version": "1.7.6+1.21.10",
"curseForgeHash": 17196670,
"modrinthHash": "56bb8175b6a9ef01180c694ac94b9213841217e5"
},
"legacy-mechanics-1.1.0.jar": {
"jarName": "legacy-mechanics-1.1.0.jar",
@@ -221,6 +357,14 @@
"curseForgeHash": 1526742470,
"modrinthHash": "7d44f5da9c690bbf1bd6d65c1acc81db5cf7f8c6"
},
"locator_lodestones-1.5.2+1.21.9+A.jar": {
"jarName": "locator_lodestones-1.5.2+1.21.9+A.jar",
"modId": "locator_lodestones",
"name": "Locator Lodestones",
"version": "1.5.2+1.21.9+A",
"curseForgeHash": 1591826280,
"modrinthHash": "27ca25b7c80eb005f6e285602966c3c7a5a09a65"
},
"LWS-1.21.10-0.0.1-fabric.jar": {
"jarName": "LWS-1.21.10-0.0.1-fabric.jar",
"modId": "legacy_world_sizes",
@@ -229,6 +373,11 @@
"curseForgeHash": 147767473,
"modrinthHash": "8da254dddb773795fbc0354fb4e83c66fdf60f3d"
},
"macos-input-fixes-1.12.jar": {
"jarName": "macos-input-fixes-1.12.jar",
"curseForgeHash": 84569239,
"modrinthHash": "fdf943895dfe518eb0a07c30d38bb3d4dfaffc1f"
},
"minimega-4.1.103.jar": {
"jarName": "minimega-4.1.103.jar",
"modId": "minimega",
@@ -237,6 +386,14 @@
"curseForgeHash": 3207827425,
"modrinthHash": "566013cca7334e47f4554c9d1201b068cb094bdf"
},
"moderner-beta-fabric-4.1.1+1.21.9.jar": {
"jarName": "moderner-beta-fabric-4.1.1+1.21.9.jar",
"modId": "moderner_beta",
"name": "Moderner Beta",
"version": "4.1.1+1.21.9",
"curseForgeHash": 2145748775,
"modrinthHash": "b13a1577e37d0fe02301aa58dee1ae6aaccef599"
},
"modernfix-fabric-latest.jar": {
"jarName": "modernfix-fabric-latest.jar",
"modId": "modernfix",
@@ -277,13 +434,45 @@
"curseForgeHash": 650225542,
"modrinthHash": "353abc578625479558f39e382b60dbb5022b724a"
},
"placeholder-api-2.8.2+1.21.10.jar": {
"jarName": "placeholder-api-2.8.2+1.21.10.jar",
"modId": "placeholder-api",
"name": "Placeholder API",
"version": "2.8.2+1.21.10",
"curseForgeHash": 1589123864,
"modrinthHash": "bbdc920ecff993148cd6e81a208536132245ce40"
"pingview-fabric-1.3.1.jar": {
"jarName": "pingview-fabric-1.3.1.jar",
"modId": "pingview",
"name": "Ping View",
"version": "1.3.1",
"curseForgeHash": 1359167508,
"modrinthHash": "8315ee36631bb675fe9b06bb8383b368b354e6ae"
},
"pneumonocore-1.3.0+1.21.9+A.jar": {
"jarName": "pneumonocore-1.3.0+1.21.9+A.jar",
"modId": "pneumonocore",
"name": "PneumonoCore",
"version": "1.3.0",
"curseForgeHash": 917300482,
"modrinthHash": "ca80ab53487f402a3e6fd65afe5f8caa311937b5"
},
"polytone-1.21.10-3.6.3-fabric.jar": {
"jarName": "polytone-1.21.10-3.6.3-fabric.jar",
"modId": "polytone",
"name": "Polytone",
"version": "1.21.10-3.6.3",
"curseForgeHash": 3190246031,
"modrinthHash": "c08ab4ace9462a88fb95ca95f8700f63207de9b0"
},
"ProPlacer-v21.10.0+mc1.21.10-Fabric.jar": {
"jarName": "ProPlacer-v21.10.0+mc1.21.10-Fabric.jar",
"modId": "proplacer",
"name": "Pro Placer",
"version": "21.10.0",
"curseForgeHash": 3739279609,
"modrinthHash": "b70486f489b4438e85c5418ac6685707c85d33af"
},
"PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar": {
"jarName": "PuzzlesLib-v21.10.8+mc1.21.10-Fabric.jar",
"modId": "puzzleslib",
"name": "Puzzles Lib",
"version": "21.10.8",
"curseForgeHash": 3913206976,
"modrinthHash": "a47fd39ca6e9cf6ec9cb57d52af67ace8656c454"
},
"regsyncfix-1.0.3.jar": {
"jarName": "regsyncfix-1.0.3.jar",
@@ -309,6 +498,14 @@
"curseForgeHash": 3417754780,
"modrinthHash": "6a732327f7855aa64f820942031d6e4adeba68a6"
},
"SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar": {
"jarName": "SimpleDiscordRichPresence-fabric-97.0.0-build.52+mc1.21.10.jar",
"modId": "sdrp",
"name": "Simple Discord Rich Presence",
"version": "97.0.0-build.52+mc1.21.10",
"curseForgeHash": 2465431502,
"modrinthHash": "e3bb085b97c6b9635a25bc73beb26de19adafc9f"
},
"simpleresourceloader-1.0.0+1.21.1.jar": {
"jarName": "simpleresourceloader-1.0.0+1.21.1.jar",
"modId": "simpleresourceloader",
@@ -317,6 +514,14 @@
"curseForgeHash": 835492651,
"modrinthHash": "faa2a9b25f3a3e1e6c6ed8ab860a5b10cec303ff"
},
"skyboxify-2.7+1.21.10-fabric.jar": {
"jarName": "skyboxify-2.7+1.21.10-fabric.jar",
"modId": "skyboxify",
"name": "Skyboxify",
"version": "2.7",
"curseForgeHash": 3767363032,
"modrinthHash": "ab6a2c6105ca225ff3789f97ee93ccc4837da650"
},
"sodium-fabric-0.7.3+mc1.21.10.jar": {
"jarName": "sodium-fabric-0.7.3+mc1.21.10.jar",
"modId": "sodium",
@@ -341,6 +546,22 @@
"curseForgeHash": 898318935,
"modrinthHash": "8e78e44924895a67763b8bb69f593cb95f0d2092"
},
"tlib-fabric-1.4.1-1.21.10.jar": {
"jarName": "tlib-fabric-1.4.1-1.21.10.jar",
"modId": "tlib",
"name": "TLib",
"version": "1.4.1-1.21.10",
"curseForgeHash": 3734087316,
"modrinthHash": "2367dff4c006e1ece9c78cd16ea90bce4a55fc65"
},
"voicechat-fabric-1.21.10-2.6.14.jar": {
"jarName": "voicechat-fabric-1.21.10-2.6.14.jar",
"modId": "voicechat",
"name": "Simple Voice Chat",
"version": "1.21.10-2.6.14",
"curseForgeHash": 1815449071,
"modrinthHash": "0dc65cd91da63f8eae78b2fa828076174607699b"
},
"yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar": {
"jarName": "yet_another_config_lib_v3-3.8.2+1.21.10-fabric.jar",
"modId": "yet_another_config_lib_v3",
@@ -356,5 +577,13 @@
"version": "1.0.27+1.21.9",
"curseForgeHash": 1923215918,
"modrinthHash": "e8fb1c18c45878de2f8ddf5509709b35496e3473"
},
"zoomify-2.15.2+1.21.9.jar": {
"jarName": "zoomify-2.15.2+1.21.9.jar",
"modId": "zoomify",
"name": "Zoomify",
"version": "2.15.2+1.21.9",
"curseForgeHash": 3573397083,
"modrinthHash": "874bae4867d0a2782857e3ee20b5045f36a3eda2"
}
}

View File

@@ -1,34 +1,34 @@
{
"essential-container": {
"msg": "⚠️ <strong>Essential Mod Not Supported</strong>\n\nEssential is in absolutely no way supported by Re-Console+. It introduces long-standing GUI issues, in-game issues, performance problems and a lot more. If you would like to play multiplayer for free, open to LAN and you will recieve a link you can use for your friends to play with you! We also object heavily to Essentials usage of in-game microtransactions, in an otherwise completely free and open source modding community.",
"should_crash_on_startup": true
},
"embeddium": {
"msg": "⚠️ <strong>Embeddium Not Supported</strong>\n\nEmbeddium is not supported by Re-Console+.",
"should_crash_on_startup": true
},
"notenoughcrashes": {
"msg": "⚠️ <strong>Not Enough Crashes installed</strong>\n\nYou have added the Not Enough Crashes mod. This may cause critical stability errors.",
"should_crash_on_startup": true
},
"zume": {
"msg": "⚠️ <strong>Zume installed</strong>\n\nZume is not supported.",
"should_crash_on_startup": true
},
"legacy-mipmaps": {
"msg": "⚠️ <strong>Legacy Mipmaps installed</strong>\n\nLegacy Mipmaps is abandoned and is not supported!",
"should_crash_on_startup": false
},
"noisium": {
"msg": "⚠️ <strong>Noisium not supported</strong>\n\nNoisium is not supported, as the mod does not have significant performance boost and is superseded by other mods.",
"should_crash_on_startup": true
},
"faster-random": {
"msg": "⚠️ <strong>Faster Random installed</strong>\n\nFaster Random is not supported.",
"should_crash_on_startup": false
},
"nochatreports": {
"msg": "⚠️ <strong>No Chat Reports installed</strong>\n\nNo Chat Reports is superseded by No Prying Eyes, and adding it will just introduce compatibility and performance issues.",
"should_crash_on_startup": true
}
"essential-container": {
"msg": "⚠️ <strong>Essential Mod Not Supported</strong>\n\nEssential is in absolutely no way supported by Re-Console+. It introduces long-standing GUI issues, in-game issues, performance problems and a lot more. If you would like to play multiplayer for free, open to LAN and you will recieve a link you can use for your friends to play with you! We also object heavily to Essentials usage of in-game microtransactions, in an otherwise completely free and open source modding community.",
"should_crash_on_startup": true
},
"embeddium": {
"msg": "⚠️ <strong>Embeddium Not Supported</strong>\n\nEmbeddium is not supported by Re-Console+.",
"should_crash_on_startup": true
},
"notenoughcrashes": {
"msg": "⚠️ <strong>Not Enough Crashes installed</strong>\n\nYou have added the Not Enough Crashes mod. This may cause critical stability errors.",
"should_crash_on_startup": true
},
"zume": {
"msg": "⚠️ <strong>Zume installed</strong>\n\nZume is not supported.",
"should_crash_on_startup": true
},
"legacy-mipmaps": {
"msg": "⚠️ <strong>Legacy Mipmaps installed</strong>\n\nLegacy Mipmaps is abandoned and is not supported!",
"should_crash_on_startup": false
},
"noisium": {
"msg": "⚠️ <strong>Noisium not supported</strong>\n\nNoisium is not supported, as the mod does not have significant performance boost and is superseded by other mods.",
"should_crash_on_startup": true
},
"faster-random": {
"msg": "⚠️ <strong>Faster Random installed</strong>\n\nFaster Random is not supported.",
"should_crash_on_startup": false
},
"nochatreports": {
"msg": "⚠️ <strong>No Chat Reports installed</strong>\n\nNo Chat Reports is superseded by No Prying Eyes, and adding it will just introduce compatibility and performance issues.",
"should_crash_on_startup": true
}
}

View File

@@ -0,0 +1,24 @@
{
"uncap_menu_frame_rate": true,
"battery_tracker": {
"enabled": true
},
"states": {
"hovered": {
"graphics_state": "reduced",
"run_garbage_collector": true
},
"unfocused": {
"graphics_state": "reduced",
"run_garbage_collector": true
},
"invisible": {
"graphics_state": "minimal",
"run_garbage_collector": true
},
"abandoned": {
"graphics_state": "reduced",
"run_garbage_collector": true
}
}
}

View File

@@ -0,0 +1,4 @@
sign_ao=true
shulker_box_ao=true
chest_ao=true
bed_ao=true

View File

@@ -0,0 +1,10 @@
{
"version": 1,
"overrides": {
"gnetum": {
"-depends": {
"minecraft": ""
}
}
}
}

View File

@@ -0,0 +1,5 @@
renderSavingScreen = false
showToasts = false
showSavingTime = "TRUE"
backgroundPriority = 5
allowMultipleServers = true

View File

@@ -1 +1 @@
useSmallThreadingDetector = true
useSmallThreadingDetector = true

View File

@@ -0,0 +1,166 @@
{
"enabled": {
"value": "ON"
},
"showHudFps": {
"value": "ON"
},
"downscale": {
"value": "OFF"
},
"numberOfPasses": 4,
"maxFps": 60,
"screenMaxFps": 20,
"map": {
"hand": {
"enabled": {
"value": "AUTO"
}
},
"misc_overlays": {
"enabled": {
"value": "AUTO"
}
},
"scoreboard": {
"enabled": {
"value": "AUTO"
}
},
"held_item_tooltip": {
"enabled": {
"value": "AUTO"
}
},
"armor_bar": {
"enabled": {
"value": "AUTO"
}
},
"sleep": {
"enabled": {
"value": "AUTO"
}
},
"chat": {
"enabled": {
"value": "AUTO"
}
},
"demo_timer": {
"enabled": {
"value": "AUTO"
}
},
"player_list": {
"enabled": {
"value": "AUTO"
}
},
"boss_bar": {
"enabled": {
"value": "AUTO"
}
},
"experience_level": {
"enabled": {
"value": "AUTO"
}
},
"food_bar": {
"enabled": {
"value": "AUTO"
}
},
"health_bar": {
"enabled": {
"value": "AUTO"
}
},
"title_and_subtitle": {
"enabled": {
"value": "AUTO"
}
},
"hotbar": {
"enabled": {
"value": "AUTO"
}
},
"air_bar": {
"enabled": {
"value": "AUTO"
}
},
"info_bar": {
"enabled": {
"value": "AUTO"
}
},
"mount_health": {
"enabled": {
"value": "AUTO"
}
},
"status_effects": {
"enabled": {
"value": "AUTO"
}
},
"crosshair": {
"enabled": {
"value": "AUTO"
}
},
"overlay_message": {
"enabled": {
"value": "AUTO"
}
},
"spectator_tooltip": {
"enabled": {
"value": "AUTO"
}
},
"spectator_menu": {
"enabled": {
"value": "AUTO"
}
},
"subtitles": {
"enabled": {
"value": "AUTO"
}
},
"minimega:shield": {
"enabled": {
"value": "AUTO"
}
},
"minimega:timer": {
"enabled": {
"value": "AUTO"
}
},
"architectury": {
"enabled": {
"value": "AUTO"
}
},
"xmlpull_xmlpull": {
"enabled": {
"value": "AUTO"
}
},
"_unknown_": {
"enabled": {
"value": "AUTO"
}
},
"debug_overlay": {
"enabled": {
"value": "ON"
}
}
}
}

View File

@@ -0,0 +1,6 @@
bFpsToggle=true
bDistToggle=true
bVolumeToggle=true
backgroundFps=120
backgroundRenderDist=2
cooldown=0

View File

@@ -1,4 +1,3 @@
{
"experimental_disable_resource_pack_conflict_handling": true,
"experimental_sign_text_buffering": false
"experimental_disable_resource_pack_conflict_handling": true
}

View File

@@ -0,0 +1,2 @@
disableUpdateMessage=true
enableShaders=false

View File

@@ -0,0 +1,3 @@
{
"sound_platform": "steam"
}

View File

@@ -0,0 +1,180 @@
# LambDynamicLights configuration.
# The dynamic lights mode
mode = "fancy"
# Light sources settings.
[light_sources]
# Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water.
water_sensitive_check = true
beam = true
firefly = true
# Enable entities light source.
entities = true
# Enable first-person player light source.
self = true
# TNT lighting mode. May be off, simple or fancy.
tnt = "fancy"
# Creeper lighting mode. May be off, simple or fancy.
creeper = "fancy"
guardian_laser = true
[light_sources.settings.entities.minecraft]
zombie_horse = true
pale_oak_boat = true
axolotl = true
egg = true
zoglin = true
spawner_minecart = true
allay = true
llama = true
jungle_chest_boat = true
mule = true
bat = true
husk = true
camel = true
experience_bottle = true
rabbit = true
firework_rocket = true
silverfish = true
giant = true
happy_ghast = true
drowned = true
creaking = true
item = true
oak_chest_boat = true
goat = true
horse = true
vindicator = true
birch_boat = true
minecart = true
spectral_arrow = true
llama_spit = true
mooshroom = true
oak_boat = true
glow_item_frame = false
snowball = true
tnt = true
parrot = true
creeper = true
lightning_bolt = true
tadpole = true
ravager = true
evoker_fangs = true
chest_minecart = true
tropical_fish = true
slime = true
pillager = true
dark_oak_chest_boat = true
area_effect_cloud = true
blaze = true
piglin = true
end_crystal = true
endermite = true
ender_pearl = true
zombie = true
item_display = true
breeze_wind_charge = true
guardian = true
fireball = true
illusioner = true
eye_of_ender = true
wither_skull = true
wolf = true
block_display = true
tnt_minecart = true
zombie_villager = true
elder_guardian = true
chest_boat = true
cherry_chest_boat = true
acacia_chest_boat = true
boat = true
small_fireball = true
strider = true
cave_spider = true
cod = true
snow_golem = true
witch = true
spider = true
command_block_minecart = true
panda = true
bee = true
arrow = true
lingering_potion = true
cow = true
birch_chest_boat = true
magma_cube = true
pig = true
skeleton = true
spruce_boat = true
frog = true
hoglin = true
armadillo = true
splash_potion = true
armor_stand = true
experience_orb = true
dolphin = true
stray = true
shulker = true
turtle = true
jungle_boat = true
salmon = true
vex = true
wandering_trader = true
wither_skeleton = true
piglin_brute = true
breeze = true
ocelot = true
furnace_minecart = true
acacia_boat = true
pale_oak_chest_boat = true
mangrove_boat = true
item_frame = true
phantom = true
ender_dragon = true
leash_knot = true
evoker = true
marker = true
glow_squid = true
warden = true
shulker_bullet = true
squid = true
enderman = true
dragon_fireball = true
chicken = true
sniffer = true
dark_oak_boat = true
trader_llama = true
donkey = true
bogged = true
bamboo_chest_raft = true
bamboo_raft = true
fox = true
mangrove_chest_boat = true
cherry_boat = true
iron_golem = true
zombified_piglin = true
cat = true
wind_charge = true
ghast = true
sheep = true
player = true
pufferfish = true
potion = true
trident = true
villager = true
ominous_item_spawner = true
skeleton_horse = true
fishing_bobber = true
text_display = true
polar_bear = true
hopper_minecart = true
falling_block = true
painting = true
interaction = true
wither = true
spruce_chest_boat = true
[debug]
active_dynamic_lighting_cells = false
display_dynamic_lighting_chunk_rebuild = false
display_behavior_bounding_box = false

View File

@@ -18,8 +18,6 @@
"legacy.mixin.base.client.inventory": true,
"legacy.mixin.base.client.loom": true,
"legacy.mixin.base.client.merchant": true,
"legacy.mixin.base.client.pause": true,
"legacy.mixin.base.client.sign": true,
"legacy.mixin.base.client.smithing": true,
"legacy.mixin.base.client.stonecutter": true,
"legacy.mixin.base.client.title": true,

View File

@@ -3,7 +3,7 @@
"advancedOptionsMode": "default",
"advancements": true,
"animatedCharacter": true,
"autoSaveCountdown": true,
"autoSaveCountdown": false,
"autoSaveInterval": 1,
"autoSaveWhenPaused": false,
"backSound": true,
@@ -13,6 +13,11 @@
"classicLoom": false,
"classicStonecutting": false,
"classicTrading": false,
"component_chunksfadein.keybinds.toggleMod": "none",
"component_iris.keybind.reload": "none",
"component_iris.keybind.shaderPackSelection": "none",
"component_iris.keybind.toggleShaders": "none",
"component_iris.keybind.wireframe": "none",
"component_key.advancements": "none",
"component_key.attack": "right_trigger",
"component_key.back": "left_stick_down",
@@ -36,11 +41,15 @@
"component_key.cpm.qa_8": "none",
"component_key.cpm.qa_9": "none",
"component_key.cpm.renderToggle": "none",
"component_key.disable_voice_chat": "none",
"component_key.drop": "right_button",
"component_key.dynamic_fps.toggle_disabled": "none",
"component_key.dynamic_fps.toggle_forced": "none",
"component_key.entityculling.toggle": "none",
"component_key.entityculling.toggleBoxes": "none",
"component_key.forward": "left_stick_up",
"component_key.fullscreen": "none",
"component_key.hide_icons": "none",
"component_key.hotbar.1": "none",
"component_key.hotbar.2": "none",
"component_key.hotbar.3": "none",
@@ -54,8 +63,11 @@
"component_key.left": "left_stick_left",
"component_key.loadToolbarActivator": "none",
"component_key.modmenu.open_menu": "none",
"component_key.mute_microphone": "none",
"component_key.pickItem": "none",
"component_key.playerlist": "none",
"component_key.proplacer.fast_placement": "none",
"component_key.push_to_talk": "none",
"component_key.quickActions": "none",
"component_key.right": "left_stick_right",
"component_key.saveToolbarActivator": "none",
@@ -69,6 +81,13 @@
"component_key.swapOffhand": "none",
"component_key.togglePerspective": "left_stick_button",
"component_key.use": "left_trigger",
"component_key.voice_chat": "none",
"component_key.voice_chat_adjust_volumes": "none",
"component_key.voice_chat_group": "none",
"component_key.voice_chat_settings": "none",
"component_key.voice_chat_toggle_recording": "none",
"component_key.whisper": "none",
"component_lambdynlights.key.toggle_fps_dynamic_lighting": "none",
"component_legacy.key.crafting": "left_button",
"component_legacy.key.cycleHeldLeft": "left_bumper",
"component_legacy.key.cycleHeldRight": "right_bumper",
@@ -80,15 +99,16 @@
"component_legacy.key.inventory": "up_button",
"component_legacy.key.legacy4JSettings": "none",
"component_legacy.key.toggleCursor": "none",
"component_options.narrator_hotkey": "none",
"component_zume.zoom": "none",
"component_zume.zoom_in": "none",
"component_zume.zoom_out": "none",
"controlTooltipDisplay": "auto",
"controlType": "auto",
"controllerCursorAtFirstInventorySlot": true,
"controllerDoubleClick": false,
"controllerLedBlue": 255,
"controllerLedGreen": 255,
"controllerLedRed": 255,
"controllerSensitivity": 0.5,
"controllerToasts": false,
"controllerToasts": true,
"controllerToggleAttack": false,
"controllerToggleCrouch": true,
"controllerToggleSprint": false,
@@ -98,46 +118,32 @@
"creativeTab": true,
"cursorAtFirstInventorySlot": false,
"cursorMode": "auto",
"customSkinAnimation": true,
"deathMessages": true,
"defaultParticlePhysics": false,
"defaultParticlePhysics": true,
"defaultShowCraftableRecipes": false,
"directSaveLoad": false,
"displayChatIndicators": false,
"displayControlTooltips": true,
"displayGameMessages": true,
"displayGamma": true,
"displayHUD": true,
"displayHand": true,
"displayMultipleControlsFromAction": false,
"displayNameTagBorder": true,
"displayRealmsButton": false,
"enhancedItemTranslucency": false,
"enhancedItemTranslucency": true,
"enhancedPistonMovingRenderer": true,
"fakeAutosaveScreen": true,
"fakeManualSaveScreen": true,
"fastLeavesCustomModels": true,
"fastLeavesWhenBlocked": true,
"fakeAutosaveScreen": false,
"fastLeavesCustomModels": false,
"fastLeavesWhenBlocked": false,
"flyingViewRolling": true,
"forceLegacyFlight": false,
"forceLegacyOffhandLimits": false,
"forceLegacyShieldControls": false,
"forceLegacySwimming": false,
"forceMixedCrafting": false,
"forceSmoothMovement": false,
"gameTooltips": true,
"gamma": 0.5,
"headFollowsTheCamera": true,
"hideAdvancedOptionsTooltip": false,
"hideExperimentalWorldWarning": true,
"hideSodiumSettings": false,
"hints": true,
"hoverFocusSound": false,
"hudDelay": 200,
"hudDistance": 1.0,
"hudOpacity": 0.8,
"hudScale": 2,
"inGameOnlineIds": true,
"interfaceSensitivity": 0.5,
"inventoryHoverFocusSound": false,
"invertControllerButtons": false,
@@ -148,19 +154,16 @@
"itemTooltipEllipsis": true,
"lastLoadedMinecraftVersion": "1.20.4",
"lastLoadedVersion": "1.8.7",
"lceClouds": true,
"leaderboards": true,
"leftStickDeadZone": 0.257510729613734,
"leftStickDeadZone": 0.25,
"leftTriggerDeadZone": 0.2,
"legacyBabyVillagerHead": true,
"legacyCloudHeightAndTexture": true,
"legacyCreativeBlockPlacing": true,
"legacyCursor": true,
"legacyDrownedAnimation": true,
"legacyEntityFireTint": true,
"legacyEvokerFangs": true,
"legacyFireworks": true,
"legacyFont": true,
"legacyHearts": true,
"legacyIntroAndReloading": true,
"legacyItemPickup": true,
@@ -170,9 +173,7 @@
"legacyOverstackedItems": true,
"legacyPanorama": true,
"legacyPotionsBar": false,
"legacySettingsMenus": true,
"legacySkyShape": false,
"legacyZombieAggressionAnimation": true,
"limitCursor": true,
"linearCameraMovement": false,
"lockControlTypeChange": false,
@@ -182,14 +183,13 @@
"merchantTradingIndicator": true,
"minecartSounds": true,
"modCraftingTabs": false,
"optionsPreset": "legacy:legacy_low",
"optionsPreset": "legacy:lmr_default",
"overrideTerrainFogEnd": true,
"overrideTerrainFogStart": true,
"rightStickDeadZone": 0.34,
"rightTriggerDeadZone": 0.2017167381974249,
"saveCache": true,
"screenshotToasts": true,
"searchCreativeTab": false,
"rightTriggerDeadZone": 0.2,
"saveCache": false,
"searchCreativeTab": true,
"selectedController": 0,
"selectedControllerHandler": 1,
"selectedItemTooltipLines": 4,
@@ -202,14 +202,14 @@
"systemCursor": false,
"systemMessagesAsOverlay": false,
"terrainFogEnd": 16,
"terrainFogStart": 4,
"terrainFogStart": 2,
"titleScreenFade": false,
"titleScreenVersionText": false,
"tooltipBoxes": true,
"uiMode": "auto",
"unbindConflictingButtons": true,
"unbindConflictingKeys": true,
"unfocusedInputs": true,
"unfocusedInputs": false,
"vanillaTabs": false,
"vanillaTutorial": false,
"vehicleCameraRotation": "only_non_living_entities",

View File

@@ -2,4 +2,4 @@
"legacyCombat": true,
"legacySwordBlocking": false,
"squaredViewDistance": false
}
}

View File

@@ -2,14 +2,23 @@
"globalResources": {
"applyOnTop": true,
"packs": [
"legacy:legacy_resources",
"file/Legacy-Skin-Packs-2.4.0.zip",
"file/Legacy Worlds.zip",
"file/Tooltips Enhanced",
"file/Legacy Titles.zip",
"file/Legacy-Modpack-Resources",
"file/The_Garden_Awakens_v1.0.zip",
"file/Doctor Who Legacy Skins.zip",
"file/Classic MCYT Skin Pack.zip",
"file/Baby Kitty and Friends.zip",
"file/Ocelots-Skin-Pack.zip",
"file/A Minecraft Movie Hero Pack.zip",
"file/TutorialWorldAddon.zip",
"continuity:default",
"continuity:glass_pane_culling_fix",
"file/Transparency Fix.zip",
"file/Modern-Skin-Packs-2.4.0.zip",
"file/Legacy-Skin-Packs-2.4.0.zip",
"legacy:legacy_resources",
"file/Clean World Loading",
"file/Legacy Panorama"
"file/Tooltips Enhanced",
"file/Legacy Titles.zip"
]
}
}

View File

@@ -1,2 +1 @@
mixin.minimal_nonvanilla=false
mixin.experimental=true
mixin.experimental=true

View File

@@ -0,0 +1,7 @@
# Don't change this! Version used to track needed updates.
version = 1
lowerShield = true
shields = [
"minecraft:shield"
]
offset = -3.0

View File

@@ -0,0 +1,13 @@
# Don't change this! Version used to track needed updates.
version = 1
sneakingPreventsBerryBushDamage = true
legArmorPreventsBerryBushDamage = true
elytraSwimTweak = true
soulSpeedNoDamage = true
thornsNoDamage = true
creeperExplosionDropsAllItems = true
flammableCobweb = true
fasterObsidianMining = true
obsidianMiningSpeedMultiplier = 1.6
randomizeDiscLoot = true
preventShulkerDuplication = false

View File

@@ -10,5 +10,4 @@ mixin.perf.dynamic_sounds=true
mixin.perf.thread_priorities=false
mixin.perf.deduplicate_location=true
mixin.perf.worldgen_allocation=true
mixin.perf.dynamic_resources=false
mixin.perf.ingredient_item_deduplication=true

View File

@@ -0,0 +1,91 @@
# This is the configuration file for Moonrise.
#
# Each configuration option is prefixed with a comment to explain what it does. Additional changes to this file
# other than modifying the options, such as adding comments, will be overwritten when Moonrise loads the config.
#
# Below are the Moonrise startup flags. Note that startup flags must be placed in the JVM arguments, not
# program arguments.
# -DMoonrise.ConfigFile=<file> - Override the config file location. Might be useful for multiple game versions.
# -DMoonrise.WorkerThreadCount=<number> - Override the auto configured worker thread counts (worker-threads).
# -DMoonrise.MaxViewDistance=<number> - Overrides the maximum view distance, should only use for debugging purposes.
bug-fixes:
# Fixes https://bugs.mojang.com/browse/MC-159283. This fixes a bug resulting in the end islands
# not properly generating at far enough distances in the end. Note that toggling this config option
# will not affect already generated areas.
# This configuration has two options:
# true -> Fixes the end islands generation. This is different from Vanilla behavior.
# false -> Does not fix the end islands generation. This is the same behavior as Vanilla.
fix-MC-159283: false
# Fixes https://bugs.mojang.com/browse/MC-224294. By avoiding double ticking lava blocks during
# chunk random ticking, the cost of world random ticking is significantly reduced.
# This configuration has two options:
# true -> Does not double tick lava. This is different from Vanilla behavior.
# false -> Does double tick lava. This is the same behavior as Vanilla.
fix-MC-224294: true
chunk-loading:
# Advanced configuration options for player chunk loading. You shouldn't be touching these
# unless you have a reason.
advanced:
# Whether to avoid sending chunks to players who have a view distance
# configured lower than the server's.
auto-config-send-distance: true
# The maximum amount of pending chunk generations per player. If
# this value is 0, then the player chunk loader will automatically determine a value. If
# this value is less-than 0, then there is no limit.
#
# This value should be used to tune the saturation of the chunk system.
player-max-concurrent-chunk-generates: 0
# The maximum amount of pending chunk loads per player. If
# this value is 0, then the player chunk loader will automatically determine a value. If
# this value is less-than 0, then there is no limit.
#
# This value should be used to tune the saturation of the chunk system.
player-max-concurrent-chunk-loads: 0
# Chunk loading/generation/sending rate targets for the chunk system. These values are the
# maximum rates at which the player chunk loader will attempt to load/generate/send chunks to
# players. Actual resulting rates will depend on hardware.
basic:
# The delay before chunks are unloaded around players once they leave their view distance.
# The Vanilla value is 0 ticks. Setting this value higher (i.e 5s) will allow pets to teleport
# to their owners when they teleport.
player-chunk-unload-delay: 0t
# The maximum rate of chunks to generate for given player, per second. If this value is <= 0,
# then there is no rate limit.
player-max-gen-rate: -1.0
# The maximum rate of chunks to load from disk for any given player, per second. If this value is <= 0,
# then there is no rate limit.
player-max-load-rate: -1.0
# The maximum rate of chunks to send to any given player, per second. If this value is <= 0,
# then there is no rate limit.
player-max-send-rate: -1.0
chunk-saving:
# The interval at which chunks should be incrementally autosaved.
auto-save-interval: 5m
# The maximum number of chunks to incrementally autosave each tick. If
# the value is <= 0, then no chunks will be incrementally saved.
max-auto-save-chunks-per-tick: 12
chunk-system:
# Whether to run generation population in parallel. By default this is set to false,
# as mods affecting world gen are not safe to run in parallel. If you have no mods affecting
# gen and are saturating the population generation (~10 threads of the worker pool generating
# chunks), you may set this to true to possibly increase generation speed.
population-gen-parallelism: true
misc:
# Whether the loading screen should be closed immediately when joining servers/SP worlds.
# This will let you in game faster, but may result in getting in game before enough chunks are
# loaded for rendering.
immediately-close-loading-screen: true
# Do not change, used internally.
version: 1
# Configuration options which control the behavior of the common threadpool workers.
worker-pool:
# Set the number of threads dedicated to RegionFile I/O operations.
# If the value is <= 0, then the number of threads used is 1. Configuring
# a higher value than 1 is only recommended on SSDs (HDDs scale negatively)
# and when you have determined that I/O is the bottleneck for chunk loading/saving.
io-threads: -1
# Set the number of shared worker threads to be used by chunk rendering,
# chunk loading, chunk generation. If the value is <= 0, then the number
# of threads will automatically be determined.
worker-threads: -1

View File

@@ -1,25 +1,6 @@
version = 1
enableSodiumMenu = true
dontCull = []
cloudCulling = true
signTextCulling = true
rainCulling = true
useBlockStateCulling = true
useCustomItemFrameRenderer = true
itemFrameMapCulling = true
useItemFrameLOD = true
itemFrameLODRange = 16
useItemFrame3FaceCulling = true
itemFrame3FaceCullingRange = 2.0
paintingCulling = true
leavesCullingMode = "DEFAULT"
leavesCullingAmount = 2
leavesCullingMode = "DEPTH"
includeMangroveRoots = true
endGatewayCulling = true
beaconBeamCulling = true
useOnModdedBlocksByDefault = true
[modCompatibility]
minimega = true
legacy = true
minecraft = true

View File

@@ -0,0 +1,601 @@
{
"modEnabled": true,
"restrictedLan": true,
"serverSideOnly": true,
"serverLogging": true,
"serverDebugMode": false,
"mod": {
"favoriteTweaks": {
"list": [],
"disabled": false
},
"openedConfigScreen": true,
"openedSupporterScreen": false,
"persistentConfigScreen": true,
"defaultScreen": "HOME_SCREEN",
"openConfigBinding": 79,
"numberOfBackups": 5,
"showWelcomeToast": true,
"showHandshakeToast": false,
"showLanChangeToast": true,
"showServerboundToast": true,
"showClientboundToast": false,
"smoothScroll": true,
"menuBackgroundOpacity": 85,
"displayNewTags": true,
"displayTagTooltips": true,
"displayCategoryTree": true,
"categoryTreeOpacity": 80,
"displayRowHighlight": true,
"displayRowHighlightFade": true,
"overrideRowHighlight": false,
"rowHighlightOpacity": 20
},
"sound": {
"disabledPositionedSounds": {
"list": [],
"disabled": false
},
"disabledGlobalSounds": {
"list": [],
"disabled": false
},
"playMusicWhenPaused": true,
"musicForMenu": "BLENDED",
"musicForCreative": "BLENDED",
"replaceOverworldBiomeMusic": true,
"replaceNetherBiomeMusic": true,
"replaceGameplayMusic": true,
"stopSongBinding": -1,
"nextSongBinding": -1,
"oldCaveSounds": false,
"oldCaveAmbience": false,
"disableNetherAmbience": false,
"disableWaterAmbience": false,
"oldBed": false,
"disableBedPlace": false,
"oldChest": false,
"disableChest": false,
"disableLavaAmbience": false,
"disableLavaPop": false,
"disableFurnace": false,
"disableBlastFurnace": false,
"disableGrowth": false,
"disableDoorPlace": false,
"oldAttack": false,
"oldHurt": false,
"oldFall": false,
"oldXp": false,
"disableXpPickup": false,
"disableXpLevel": false,
"disableGenericSwim": false,
"disableFishSwim": false,
"disableFishHurt": false,
"disableFishDeath": false,
"disableSquid": false,
"disableGlowSquidOther": false,
"disableGlowSquidAmbience": false,
"oldStep": false,
"ignoreModdedStep": false
},
"eyeCandy": {
"sodiumWaterAo": false,
"oldGrassSideTexture": false,
"oldFastGrassTexture": true,
"removeMipmapTexture": false,
"ambientOcclusionBlocks": {
"items": [
"minecraft:powder_snow_bucket",
"minecraft:composter"
],
"disabled": false
},
"disableBlockOffsets": {
"items": [
"minecraft:poppy",
"minecraft:poppy*",
"minecraft:rose_bush",
"minecraft:rose_bush*"
],
"disabled": false
},
"disableAllOffset": false,
"oldMissingTexture": "MODERN",
"applyFullBlockCollisions": false,
"fullBlockCollisions": {
"items": [],
"disabled": false
},
"fullBlockOutlines": {
"items": [
"minecraft:cobblestone_stairs",
"minecraft:cobblestone_stairs*",
"minecraft:cobblestone_wall",
"minecraft:cobblestone_wall*",
"minecraft:oak_fence",
"minecraft:oak_fence*",
"minecraft:chest",
"minecraft:chest*",
"minecraft:ender_chest",
"minecraft:ender_chest*",
"minecraft:cauldron",
"minecraft:cauldron*",
"minecraft:hopper",
"minecraft:hopper*",
"minecraft:anvil",
"minecraft:anvil*"
],
"disabled": false
},
"blockOutlineColor": "#00000066",
"blockOutlineThickness": 2.5,
"oldBlockOverlay": false,
"overlayRenderOrder": "FIRST",
"blockOverlayColorType": "SOLID",
"blockOverlayColor": "#FFFFFF5A",
"blockOverlayGradientTop": "#0000005A",
"blockOverlayGradientBottom": "#FFFFFF5A",
"pulsateBlockOverlay": true,
"pulsateOverlayAnimation": "LINEAR",
"oldBlockOverlaySpeed": 0.2,
"minimumBlockPulsationTransparency": 0.1,
"maximumBlockPulsationTransparency": 0.4,
"oldChest": false,
"oldEnderChest": false,
"oldTrappedChest": false,
"applyChestVoxel": false,
"oldModChests": {
"items": [],
"disabled": false
},
"translucentChests": {
"items": [],
"disabled": false
},
"oldTorchBrightness": false,
"oldTorchBottom": false,
"oldTorchModel": false,
"oldRedstoneTorchModel": false,
"oldSoulTorchModel": false,
"hidePlayerInBed": false,
"hideExperienceBar": false,
"hideHungerBar": false,
"adventureCraftOffhand": false,
"leftOffhandOffset": 0,
"rightOffhandOffset": 0,
"showExpLevelText": false,
"showExpLevelInCreative": false,
"altExpLevelCorner": "TOP_LEFT",
"altExpLevelOffsetX": 0,
"altExpLevelOffsetY": 0,
"altExpLevelShadow": true,
"altExpLevelText": "Level: %a%v",
"showExpProgressText": false,
"showExpProgressInCreative": false,
"useDynamicProgressColor": true,
"altExpProgressCorner": "TOP_LEFT",
"altExpProgressOffsetX": 0,
"altExpProgressOffsetY": 0,
"altExpProgressShadow": true,
"altExpProgressText": "Experience: %v%",
"showHungerFoodText": false,
"useDynamicFoodColor": true,
"altHungerFoodCorner": "TOP_LEFT",
"altHungerFoodOffsetX": 0,
"altHungerFoodOffsetY": 0,
"altHungerFoodShadow": true,
"altHungerFoodText": "Food: %v",
"showHungerSaturationText": false,
"useDynamicSaturationColor": true,
"altHungerSaturationCorner": "TOP_LEFT",
"altHungerSaturationOffsetX": 0,
"altHungerSaturationOffsetY": 0,
"altHungerSaturationShadow": true,
"altHungerSaturationText": "Saturation: %v%",
"oldVersionOverlay": false,
"oldOverlayShadow": false,
"oldOverlayCorner": "TOP_LEFT",
"oldOverlayOffsetX": 0,
"oldOverlayOffsetY": 0,
"oldOverlayText": "Minecraft %v",
"enableWindowTitle": false,
"matchVersionOverlay": false,
"windowTitleText": "Minecraft %v",
"oldDebug": "MODERN",
"debugEntityId": false,
"fpsChart": "CLASSIC",
"showDebugPieChart": false,
"oldPieChartBackground": false,
"showDebugLeftTextShadow": true,
"showDebugRightTextShadow": true,
"showDebugLeftBackground": false,
"showDebugRightBackground": false,
"debugLeftBackgroundColor": "#50505090",
"debugRightBackgroundColor": "#50505090",
"showDebugLeftTextColor": true,
"showDebugRightTextColor": true,
"debugLeftTextColor": "#FFFFFFFF",
"debugRightTextColor": "#E0E0E0FF",
"showDebugGpuUsage": false,
"showDebugLightData": false,
"showDebugFacingData": false,
"showDebugTargetData": false,
"showDebugBiomeData": false,
"oldInventory": false,
"inventoryBook": "SMALL",
"inventoryShield": "MODERN",
"disableEmptyArmorTexture": false,
"disableEmptyShieldTexture": false,
"invertedPlayerLighting": false,
"oldCreativeHotbar": "MODERN",
"removeScreenBlur": false,
"oldButtonTextColor": false,
"oldDirtScreenBackground": false,
"applyGuiColorBackground": true,
"oldGuiBackground": "SOLID_BLACK",
"customGuiBackground": false,
"customGuiTopGradient": "#00000000",
"customGuiBottomGradient": "#00000000",
"oldLoadingOverlay": "MODERN",
"removeLoadingBar": false,
"customLoadingOverlayBackground": false,
"loadingOverlayBackgroundColor": "#000000",
"customLoadingProgressBar": false,
"progressBarOutlineColor": "#FFFFFF",
"progressBarInsideColor": "#FFFFFF",
"oldProgressScreen": false,
"oldPauseMenu": "MODERN",
"includeModsOnPause": true,
"removeExtraPauseButtons": false,
"oldAnvilScreen": false,
"oldCraftingScreen": false,
"craftingBook": "SMALL",
"oldFurnaceScreen": false,
"furnaceBook": "SMALL",
"oldChatInput": false,
"oldChatBox": false,
"disableSignatureBoxes": false,
"chatOffset": 0,
"oldDeathScreen": false,
"oldDeathScore": false,
"hideCauseOfDeath": false,
"oldWorldSelectScreen": "MODERN",
"addWorldThumbnail": true,
"addWorldMetadata": true,
"ignoreWorldSize": false,
"oldStyleCreateWorldTabs": false,
"removeCreateWorldFooter": false,
"overrideTitleScreen": false,
"oldTitleBackground": false,
"uncapTitleFPS": true,
"oldAlphaLogo": false,
"titleButtonLayout": "MODERN",
"includeModsOnTitle": true,
"removeTitleRealmsButton": false,
"removeTitleAccessibilityButton": false,
"removeTitleLanguageButton": false,
"removeExtraTitleButtons": false,
"addQuitButton": true,
"titleVersionText": "Minecraft %v",
"titleBottomLeftText": false,
"titleTopRightDebugText": false,
"removeTitleModLoaderText": true,
"oldTooltipBoxes": false,
"oldNoItemTooltips": false,
"showEnchantmentTip": true,
"showModifierTip": true,
"showDyeTip": true,
"tooltipColorType": "SOLID",
"tooltipBackgroundColor": "#000000C0",
"tooltipGradientTop": "#FFFFFFC0",
"tooltipGradientBottom": "#000000C0",
"fixItemModelGap": true,
"oldDamageArmorTint": false,
"oldItemHolding": false,
"ignoredHoldingItems": {
"items": [
"minecraft:crossbow"
],
"disabled": false
},
"itemMergeLimit": 16,
"oldItemMerging": false,
"old2dItems": false,
"old2dRendering": false,
"disableEnchantedGroundItems": false,
"disableEnchantedStaticItems": false,
"oldDurabilityColors": false,
"oldNoSelectedItemName": false,
"oldPlainSelectedItemName": false,
"oldNameTags": false,
"supporterTags": true,
"disableLightFlicker": false,
"invertedBlockLighting": false,
"oldLeavesLighting": false,
"oldWaterLighting": false,
"chestLightBlock": false,
"roundRobinRelight": false,
"oldSmoothLighting": false,
"oldNetherLighting": false,
"oldClassicEngine": false,
"smoothLightTransition": false,
"disableBrightness": false,
"oldLightColor": false,
"maxBlockLight": 15,
"disabledParticles": {
"list": [],
"disabled": false
},
"oldOpaqueExperience": false,
"disableNetherParticles": false,
"disableUnderwaterParticles": false,
"disableLavaParticles": false,
"disableLavaDripParticles": false,
"disableWaterDripParticles": false,
"disableLeverParticles": false,
"disableModelDestructionParticles": false,
"disableEnderChestParticles": false,
"disableGrowthParticles": false,
"disableFallingParticles": false,
"disableSprintingParticles": false,
"hideFirstPersonMagicParticles": false,
"oldBoatMovementParticles": false,
"oldSweepParticles": false,
"oldNoDamageParticles": false,
"oldNoCritParticles": false,
"oldNoMagicHitParticles": false,
"oldExplosionParticles": false,
"oldMixedExplosionParticles": false,
"unoptimizedExplosionParticles": false,
"oldSquareBorder": true,
"oldWorldFog": "MODERN",
"fogBinding": -1,
"oldNetherFog": false,
"oldSunriseSunsetFog": false,
"oldDarkFog": false,
"oldDynamicFogColor": false,
"universalFogColor": "DISABLED",
"useCustomOverworldFogDensity": false,
"useCustomOverworldFogColor": false,
"useCustomNetherFogDensity": false,
"useCustomNetherFogColor": false,
"customOverworldFogColor": "#FFFFFF",
"customNetherFogColor": "#540E0E",
"customOverworldFogStart": 100,
"customOverworldFogEnd": 60,
"customNetherFogStart": 100,
"customNetherFogEnd": 60,
"oldWaterFogDensity": false,
"oldWaterFogColor": false,
"smoothWaterDensity": false,
"smoothWaterColor": false,
"renderSunriseSunsetColor": true,
"oldSunriseAtNorth": false,
"oldStars": "MODERN",
"oldDynamicSkyColor": false,
"universalSkyColor": "DISABLED",
"oldNetherSky": false,
"oldCloudHeight": 192,
"sunsetSunriseType": "JAVA",
"customOverworldSky": false,
"customOverworldSkyColor": "#FFFFFF",
"oldBlueVoid": "MODERN",
"oldBlueVoidOverride": false,
"oldDarkVoidHeight": false,
"customVoidSky": false,
"customVoidSkyColor": "#0000FF",
"xbox360BlueVoidColor": true,
"renderVoidFog": false,
"creativeVoidFog": false,
"creativeVoidParticles": false,
"lightRemovesVoidFog": false,
"voidFogEncroach": 70,
"voidFogStart": 50,
"voidParticleStart": -47,
"voidParticleRadius": 16,
"voidParticleDensity": 20
},
"gameplay": {
"oldLadderGap": false,
"oldSquidMilking": false,
"disableAnimalPanic": false,
"disableMonsterAvoidSun": false,
"disableGolemCreation": false,
"disableMonsterItemPickup": false,
"disableBabyZombieSpawn": false,
"disableBabyPiglinSpawn": false,
"disableMonsterItemSpawn": false,
"disableMonsterArmorSpawn": false,
"disableMonsterEnchantSpawn": false,
"piglinOnlyGoldSwordSpawn": false,
"monsterSpawnCap": 90,
"animalSpawnCap": 20,
"oldAnimalSpawning": false,
"disableBabyAnimalSpawning": false,
"disableAnimalBreeding": false,
"disableAnimalTempting": false,
"disableSheepEatGrass": false,
"randomSheepWoolRegen": false,
"oldSheepPunching": false,
"oneWoolPunch": false,
"oldZombiePigmenDrops": false,
"oldSkeletonDrops": false,
"oldChickenDrops": false,
"oldZombieDrops": false,
"oldSpiderDrops": false,
"oldSheepDrops": false,
"oldCowDrops": false,
"oldPigDrops": false,
"oldStyleZombieVillagerDrops": false,
"oldStyleCaveSpiderDrops": false,
"oldStyleMooshroomDrops": false,
"oldStyleDrownedDrops": false,
"oldStyleRabbitDrops": false,
"oldStyleStrayDrops": false,
"oldStyleHuskDrops": false,
"blockWithSwordOnShield": false,
"oldSwordBlocking": true,
"attackWhileSwordBlocking": true,
"swordBlockDamageReduction": 50,
"oldDamageValues": true,
"disableCooldown": true,
"disableMissTimer": true,
"disableCriticalHit": true,
"disableSweep": true,
"arrowSpeed": 70,
"instantBow": false,
"invincibleBow": false,
"disableOrbSpawn": false,
"disableOrbRendering": false,
"disableAnvil": false,
"disableEnchantTable": false,
"oldNightmares": false,
"disableSprint": false,
"leftClickDoor": false,
"leftClickLever": false,
"leftClickButton": false,
"disableSneakingUnderSlabs": false,
"disableCrawling": false,
"instantBonemeal": false,
"tilledGrassSeeds": false,
"disableBonemealShortGrass": false,
"disableTallGrassBonemeal": false,
"disableCocoaBeanPlacement": false,
"oldFire": false,
"infiniteBurn": false,
"disableSoulFire": false,
"instantAir": false,
"disableSwim": false,
"cartBoosting": false,
"cartRiderTurning": false,
"cartSafeRiderTurning": false,
"disableBoatBusyHands": false,
"oldBoatWaterLift": false,
"oldBoatDrops": true,
"punchTntIgnition": false,
"disableBedBounce": false,
"alwaysOpenChest": false,
"disableHunger": false,
"instantEat": false,
"oldFoodStacking": false,
"preventHungerEffect": false,
"customFoodHealth": {
"items": {
"minecraft:rotten_flesh": 0,
"minecraft:spider_eye": 0,
"minecraft:carrot": 1,
"minecraft:melon_slice": 1,
"minecraft:chorus_fruit": 1,
"minecraft:sweet_berries": 1,
"minecraft:glow_berries": 1,
"minecraft:mushroom_stew": 10,
"minecraft:beetroot_soup": 10,
"minecraft:rabbit_stew": 10,
"minecraft:suspicious_stew": 10,
"minecraft:golden_apple": 20,
"minecraft:enchanted_golden_apple": 20
},
"disabled": false
},
"customFoodStacking": {
"items": {
"minecraft:cookie": 8,
"minecraft:beetroot": 8,
"minecraft:carrot": 8,
"minecraft:chorus_fruit": 8,
"minecraft:dried_kelp": 9,
"minecraft:melon_slice": 8,
"minecraft:potato": 8,
"minecraft:poisonous_potato": 8,
"minecraft:sweet_berries": 8,
"minecraft:glow_berries": 8,
"minecraft:apple": 1,
"minecraft:baked_potato": 1,
"minecraft:beef": 1,
"minecraft:beetroot_soup": 1,
"minecraft:bread": 1,
"minecraft:chicken": 1,
"minecraft:cod": 1,
"minecraft:cooked_beef": 1,
"minecraft:cooked_chicken": 1,
"minecraft:cooked_cod": 1,
"minecraft:cooked_mutton": 1,
"minecraft:cooked_porkchop": 1,
"minecraft:cooked_rabbit": 1,
"minecraft:cooked_salmon": 1,
"minecraft:enchanted_golden_apple": 1,
"minecraft:golden_apple": 1,
"minecraft:golden_carrot": 1,
"minecraft:honey_bottle": 4,
"minecraft:mushroom_stew": 1,
"minecraft:mutton": 1,
"minecraft:porkchop": 1,
"minecraft:pufferfish": 1,
"minecraft:pumpkin_pie": 1,
"minecraft:rabbit": 1,
"minecraft:rabbit_stew": 1,
"minecraft:salmon": 1,
"minecraft:suspicious_stew": 1,
"minecraft:tropical_fish": 1
},
"disabled": false
},
"customItemStacking": {
"items": {},
"disabled": false
},
"disableAxeStripping": false,
"disableShovelPathing": false,
"disableWaterBonemeal": false
},
"animation": {
"preventArmSway": false,
"armSwayMirror": false,
"armSwayIntensity": 100,
"oldSwing": false,
"oldSwingInterrupt": true,
"oldSwingDropping": false,
"oldClassicAttackSwing": false,
"oldClassicUseSwing": false,
"oldItemCooldown": true,
"oldItemReequip": false,
"oldToolExplosion": false,
"oldZombieArms": false,
"oldSkeletonArms": false,
"oldGhastCharging": false,
"hideBoatRowing": false,
"oldClassicWalkBobbing": false,
"oldClassicWalkArms": false,
"oldBackwardWalking": false,
"oldVerticalBobbing": false,
"oldCreativeCrouch": false,
"oldRandomDamage": false,
"oldSneaking": false,
"preventDeathTopple": false
},
"swing": {
"overrideSpeeds": false,
"attackGlobalSpeed": -1,
"useGlobalSpeed": -1,
"attackItemSpeed": 8,
"useItemSpeed": 8,
"attackToolSpeed": 8,
"useToolSpeed": 8,
"attackBlockSpeed": 8,
"useBlockSpeed": 8,
"attackSwordSpeed": 8,
"useSwordSpeed": 8,
"attackHasteSpeed": -1,
"useHasteSpeed": -1,
"attackFatigueSpeed": -1,
"useFatigueSpeed": -1,
"attackSwingSpeeds": {
"items": {},
"disabled": false
},
"useSwingSpeeds": {
"items": {},
"disabled": false
}
}
}

View File

@@ -0,0 +1,601 @@
{
"modEnabled": true,
"restrictedLan": true,
"serverSideOnly": true,
"serverLogging": true,
"serverDebugMode": false,
"mod": {
"favoriteTweaks": {
"list": [],
"disabled": false
},
"openedConfigScreen": true,
"openedSupporterScreen": false,
"persistentConfigScreen": true,
"defaultScreen": "HOME_SCREEN",
"openConfigBinding": 79,
"numberOfBackups": 5,
"showWelcomeToast": true,
"showHandshakeToast": false,
"showLanChangeToast": true,
"showServerboundToast": true,
"showClientboundToast": false,
"smoothScroll": true,
"menuBackgroundOpacity": 85,
"displayNewTags": true,
"displayTagTooltips": true,
"displayCategoryTree": true,
"categoryTreeOpacity": 80,
"displayRowHighlight": true,
"displayRowHighlightFade": true,
"overrideRowHighlight": false,
"rowHighlightOpacity": 20
},
"sound": {
"disabledPositionedSounds": {
"list": [],
"disabled": false
},
"disabledGlobalSounds": {
"list": [],
"disabled": false
},
"playMusicWhenPaused": true,
"musicForMenu": "BLENDED",
"musicForCreative": "BLENDED",
"replaceOverworldBiomeMusic": true,
"replaceNetherBiomeMusic": true,
"replaceGameplayMusic": true,
"stopSongBinding": -1,
"nextSongBinding": -1,
"oldCaveSounds": false,
"oldCaveAmbience": false,
"disableNetherAmbience": false,
"disableWaterAmbience": false,
"oldBed": false,
"disableBedPlace": false,
"oldChest": false,
"disableChest": false,
"disableLavaAmbience": false,
"disableLavaPop": false,
"disableFurnace": false,
"disableBlastFurnace": false,
"disableGrowth": false,
"disableDoorPlace": false,
"oldAttack": false,
"oldHurt": false,
"oldFall": false,
"oldXp": false,
"disableXpPickup": false,
"disableXpLevel": false,
"disableGenericSwim": false,
"disableFishSwim": false,
"disableFishHurt": false,
"disableFishDeath": false,
"disableSquid": false,
"disableGlowSquidOther": false,
"disableGlowSquidAmbience": false,
"oldStep": false,
"ignoreModdedStep": false
},
"eyeCandy": {
"sodiumWaterAo": false,
"oldGrassSideTexture": false,
"oldFastGrassTexture": true,
"removeMipmapTexture": false,
"ambientOcclusionBlocks": {
"items": [
"minecraft:powder_snow_bucket",
"minecraft:composter"
],
"disabled": false
},
"disableBlockOffsets": {
"items": [
"minecraft:poppy",
"minecraft:poppy*",
"minecraft:rose_bush",
"minecraft:rose_bush*"
],
"disabled": false
},
"disableAllOffset": false,
"oldMissingTexture": "MODERN",
"applyFullBlockCollisions": false,
"fullBlockCollisions": {
"items": [],
"disabled": false
},
"fullBlockOutlines": {
"items": [
"minecraft:cobblestone_stairs",
"minecraft:cobblestone_stairs*",
"minecraft:cobblestone_wall",
"minecraft:cobblestone_wall*",
"minecraft:oak_fence",
"minecraft:oak_fence*",
"minecraft:chest",
"minecraft:chest*",
"minecraft:ender_chest",
"minecraft:ender_chest*",
"minecraft:cauldron",
"minecraft:cauldron*",
"minecraft:hopper",
"minecraft:hopper*",
"minecraft:anvil",
"minecraft:anvil*"
],
"disabled": false
},
"blockOutlineColor": "#00000066",
"blockOutlineThickness": 2.5,
"oldBlockOverlay": false,
"overlayRenderOrder": "FIRST",
"blockOverlayColorType": "SOLID",
"blockOverlayColor": "#FFFFFF5A",
"blockOverlayGradientTop": "#0000005A",
"blockOverlayGradientBottom": "#FFFFFF5A",
"pulsateBlockOverlay": true,
"pulsateOverlayAnimation": "LINEAR",
"oldBlockOverlaySpeed": 0.2,
"minimumBlockPulsationTransparency": 0.1,
"maximumBlockPulsationTransparency": 0.4,
"oldChest": false,
"oldEnderChest": false,
"oldTrappedChest": false,
"applyChestVoxel": false,
"oldModChests": {
"items": [],
"disabled": false
},
"translucentChests": {
"items": [],
"disabled": false
},
"oldTorchBrightness": false,
"oldTorchBottom": false,
"oldTorchModel": false,
"oldRedstoneTorchModel": false,
"oldSoulTorchModel": false,
"hidePlayerInBed": false,
"hideExperienceBar": false,
"hideHungerBar": false,
"adventureCraftOffhand": false,
"leftOffhandOffset": 0,
"rightOffhandOffset": 0,
"showExpLevelText": false,
"showExpLevelInCreative": false,
"altExpLevelCorner": "TOP_LEFT",
"altExpLevelOffsetX": 0,
"altExpLevelOffsetY": 0,
"altExpLevelShadow": true,
"altExpLevelText": "Level: %a%v",
"showExpProgressText": false,
"showExpProgressInCreative": false,
"useDynamicProgressColor": true,
"altExpProgressCorner": "TOP_LEFT",
"altExpProgressOffsetX": 0,
"altExpProgressOffsetY": 0,
"altExpProgressShadow": true,
"altExpProgressText": "Experience: %v%",
"showHungerFoodText": false,
"useDynamicFoodColor": true,
"altHungerFoodCorner": "TOP_LEFT",
"altHungerFoodOffsetX": 0,
"altHungerFoodOffsetY": 0,
"altHungerFoodShadow": true,
"altHungerFoodText": "Food: %v",
"showHungerSaturationText": false,
"useDynamicSaturationColor": true,
"altHungerSaturationCorner": "TOP_LEFT",
"altHungerSaturationOffsetX": 0,
"altHungerSaturationOffsetY": 0,
"altHungerSaturationShadow": true,
"altHungerSaturationText": "Saturation: %v%",
"oldVersionOverlay": false,
"oldOverlayShadow": false,
"oldOverlayCorner": "TOP_LEFT",
"oldOverlayOffsetX": 0,
"oldOverlayOffsetY": 0,
"oldOverlayText": "Minecraft %v",
"enableWindowTitle": false,
"matchVersionOverlay": false,
"windowTitleText": "Minecraft %v",
"oldDebug": "MODERN",
"debugEntityId": false,
"fpsChart": "CLASSIC",
"showDebugPieChart": false,
"oldPieChartBackground": false,
"showDebugLeftTextShadow": true,
"showDebugRightTextShadow": true,
"showDebugLeftBackground": false,
"showDebugRightBackground": false,
"debugLeftBackgroundColor": "#50505090",
"debugRightBackgroundColor": "#50505090",
"showDebugLeftTextColor": true,
"showDebugRightTextColor": true,
"debugLeftTextColor": "#FFFFFFFF",
"debugRightTextColor": "#E0E0E0FF",
"showDebugGpuUsage": false,
"showDebugLightData": false,
"showDebugFacingData": false,
"showDebugTargetData": false,
"showDebugBiomeData": false,
"oldInventory": false,
"inventoryBook": "SMALL",
"inventoryShield": "MODERN",
"disableEmptyArmorTexture": false,
"disableEmptyShieldTexture": false,
"invertedPlayerLighting": false,
"oldCreativeHotbar": "MODERN",
"removeScreenBlur": false,
"oldButtonTextColor": false,
"oldDirtScreenBackground": false,
"applyGuiColorBackground": true,
"oldGuiBackground": "SOLID_BLACK",
"customGuiBackground": false,
"customGuiTopGradient": "#00000000",
"customGuiBottomGradient": "#00000000",
"oldLoadingOverlay": "MODERN",
"removeLoadingBar": false,
"customLoadingOverlayBackground": false,
"loadingOverlayBackgroundColor": "#000000",
"customLoadingProgressBar": false,
"progressBarOutlineColor": "#FFFFFF",
"progressBarInsideColor": "#FFFFFF",
"oldProgressScreen": false,
"oldPauseMenu": "MODERN",
"includeModsOnPause": true,
"removeExtraPauseButtons": false,
"oldAnvilScreen": false,
"oldCraftingScreen": false,
"craftingBook": "SMALL",
"oldFurnaceScreen": false,
"furnaceBook": "SMALL",
"oldChatInput": false,
"oldChatBox": false,
"disableSignatureBoxes": false,
"chatOffset": 0,
"oldDeathScreen": false,
"oldDeathScore": false,
"hideCauseOfDeath": false,
"oldWorldSelectScreen": "MODERN",
"addWorldThumbnail": true,
"addWorldMetadata": true,
"ignoreWorldSize": false,
"oldStyleCreateWorldTabs": false,
"removeCreateWorldFooter": false,
"overrideTitleScreen": false,
"oldTitleBackground": false,
"uncapTitleFPS": true,
"oldAlphaLogo": false,
"titleButtonLayout": "MODERN",
"includeModsOnTitle": true,
"removeTitleRealmsButton": false,
"removeTitleAccessibilityButton": false,
"removeTitleLanguageButton": false,
"removeExtraTitleButtons": false,
"addQuitButton": true,
"titleVersionText": "Minecraft %v",
"titleBottomLeftText": false,
"titleTopRightDebugText": false,
"removeTitleModLoaderText": true,
"oldTooltipBoxes": false,
"oldNoItemTooltips": false,
"showEnchantmentTip": true,
"showModifierTip": true,
"showDyeTip": true,
"tooltipColorType": "SOLID",
"tooltipBackgroundColor": "#000000C0",
"tooltipGradientTop": "#FFFFFFC0",
"tooltipGradientBottom": "#000000C0",
"fixItemModelGap": true,
"oldDamageArmorTint": false,
"oldItemHolding": false,
"ignoredHoldingItems": {
"items": [
"minecraft:crossbow"
],
"disabled": false
},
"itemMergeLimit": 16,
"oldItemMerging": false,
"old2dItems": false,
"old2dRendering": false,
"disableEnchantedGroundItems": false,
"disableEnchantedStaticItems": false,
"oldDurabilityColors": false,
"oldNoSelectedItemName": false,
"oldPlainSelectedItemName": false,
"oldNameTags": false,
"supporterTags": true,
"disableLightFlicker": false,
"invertedBlockLighting": false,
"oldLeavesLighting": false,
"oldWaterLighting": false,
"chestLightBlock": false,
"roundRobinRelight": false,
"oldSmoothLighting": false,
"oldNetherLighting": false,
"oldClassicEngine": false,
"smoothLightTransition": false,
"disableBrightness": false,
"oldLightColor": false,
"maxBlockLight": 15,
"disabledParticles": {
"list": [],
"disabled": false
},
"oldOpaqueExperience": false,
"disableNetherParticles": false,
"disableUnderwaterParticles": false,
"disableLavaParticles": false,
"disableLavaDripParticles": false,
"disableWaterDripParticles": false,
"disableLeverParticles": false,
"disableModelDestructionParticles": false,
"disableEnderChestParticles": false,
"disableGrowthParticles": false,
"disableFallingParticles": false,
"disableSprintingParticles": false,
"hideFirstPersonMagicParticles": false,
"oldBoatMovementParticles": false,
"oldSweepParticles": false,
"oldNoDamageParticles": false,
"oldNoCritParticles": false,
"oldNoMagicHitParticles": false,
"oldExplosionParticles": false,
"oldMixedExplosionParticles": false,
"unoptimizedExplosionParticles": false,
"oldSquareBorder": true,
"oldWorldFog": "MODERN",
"fogBinding": -1,
"oldNetherFog": false,
"oldSunriseSunsetFog": false,
"oldDarkFog": false,
"oldDynamicFogColor": false,
"universalFogColor": "DISABLED",
"useCustomOverworldFogDensity": false,
"useCustomOverworldFogColor": false,
"useCustomNetherFogDensity": false,
"useCustomNetherFogColor": false,
"customOverworldFogColor": "#FFFFFF",
"customNetherFogColor": "#540E0E",
"customOverworldFogStart": 100,
"customOverworldFogEnd": 60,
"customNetherFogStart": 100,
"customNetherFogEnd": 60,
"oldWaterFogDensity": false,
"oldWaterFogColor": false,
"smoothWaterDensity": false,
"smoothWaterColor": false,
"renderSunriseSunsetColor": true,
"oldSunriseAtNorth": false,
"oldStars": "MODERN",
"oldDynamicSkyColor": false,
"universalSkyColor": "DISABLED",
"oldNetherSky": false,
"oldCloudHeight": 192,
"sunsetSunriseType": "JAVA",
"customOverworldSky": false,
"customOverworldSkyColor": "#FFFFFF",
"oldBlueVoid": "MODERN",
"oldBlueVoidOverride": false,
"oldDarkVoidHeight": false,
"customVoidSky": false,
"customVoidSkyColor": "#0000FF",
"xbox360BlueVoidColor": true,
"renderVoidFog": false,
"creativeVoidFog": false,
"creativeVoidParticles": false,
"lightRemovesVoidFog": false,
"voidFogEncroach": 70,
"voidFogStart": 50,
"voidParticleStart": -47,
"voidParticleRadius": 16,
"voidParticleDensity": 20
},
"gameplay": {
"oldLadderGap": false,
"oldSquidMilking": false,
"disableAnimalPanic": false,
"disableMonsterAvoidSun": false,
"disableGolemCreation": false,
"disableMonsterItemPickup": false,
"disableBabyZombieSpawn": false,
"disableBabyPiglinSpawn": false,
"disableMonsterItemSpawn": false,
"disableMonsterArmorSpawn": false,
"disableMonsterEnchantSpawn": false,
"piglinOnlyGoldSwordSpawn": false,
"monsterSpawnCap": 90,
"animalSpawnCap": 20,
"oldAnimalSpawning": false,
"disableBabyAnimalSpawning": false,
"disableAnimalBreeding": false,
"disableAnimalTempting": false,
"disableSheepEatGrass": false,
"randomSheepWoolRegen": false,
"oldSheepPunching": false,
"oneWoolPunch": false,
"oldZombiePigmenDrops": false,
"oldSkeletonDrops": false,
"oldChickenDrops": false,
"oldZombieDrops": false,
"oldSpiderDrops": false,
"oldSheepDrops": false,
"oldCowDrops": false,
"oldPigDrops": false,
"oldStyleZombieVillagerDrops": false,
"oldStyleCaveSpiderDrops": false,
"oldStyleMooshroomDrops": false,
"oldStyleDrownedDrops": false,
"oldStyleRabbitDrops": false,
"oldStyleStrayDrops": false,
"oldStyleHuskDrops": false,
"blockWithSwordOnShield": false,
"oldSwordBlocking": true,
"attackWhileSwordBlocking": true,
"swordBlockDamageReduction": 50,
"oldDamageValues": true,
"disableCooldown": true,
"disableMissTimer": true,
"disableCriticalHit": true,
"disableSweep": true,
"arrowSpeed": 70,
"instantBow": false,
"invincibleBow": false,
"disableOrbSpawn": false,
"disableOrbRendering": false,
"disableAnvil": false,
"disableEnchantTable": false,
"oldNightmares": false,
"disableSprint": false,
"leftClickDoor": false,
"leftClickLever": false,
"leftClickButton": false,
"disableSneakingUnderSlabs": false,
"disableCrawling": false,
"instantBonemeal": false,
"tilledGrassSeeds": false,
"disableBonemealShortGrass": false,
"disableTallGrassBonemeal": false,
"disableCocoaBeanPlacement": false,
"oldFire": false,
"infiniteBurn": false,
"disableSoulFire": false,
"instantAir": false,
"disableSwim": false,
"cartBoosting": false,
"cartRiderTurning": false,
"cartSafeRiderTurning": false,
"disableBoatBusyHands": false,
"oldBoatWaterLift": false,
"oldBoatDrops": true,
"punchTntIgnition": false,
"disableBedBounce": false,
"alwaysOpenChest": false,
"disableHunger": false,
"instantEat": false,
"oldFoodStacking": false,
"preventHungerEffect": false,
"customFoodHealth": {
"items": {
"minecraft:rotten_flesh": 0,
"minecraft:spider_eye": 0,
"minecraft:carrot": 1,
"minecraft:melon_slice": 1,
"minecraft:chorus_fruit": 1,
"minecraft:sweet_berries": 1,
"minecraft:glow_berries": 1,
"minecraft:mushroom_stew": 10,
"minecraft:beetroot_soup": 10,
"minecraft:rabbit_stew": 10,
"minecraft:suspicious_stew": 10,
"minecraft:golden_apple": 20,
"minecraft:enchanted_golden_apple": 20
},
"disabled": false
},
"customFoodStacking": {
"items": {
"minecraft:cookie": 8,
"minecraft:beetroot": 8,
"minecraft:carrot": 8,
"minecraft:chorus_fruit": 8,
"minecraft:dried_kelp": 9,
"minecraft:melon_slice": 8,
"minecraft:potato": 8,
"minecraft:poisonous_potato": 8,
"minecraft:sweet_berries": 8,
"minecraft:glow_berries": 8,
"minecraft:apple": 1,
"minecraft:baked_potato": 1,
"minecraft:beef": 1,
"minecraft:beetroot_soup": 1,
"minecraft:bread": 1,
"minecraft:chicken": 1,
"minecraft:cod": 1,
"minecraft:cooked_beef": 1,
"minecraft:cooked_chicken": 1,
"minecraft:cooked_cod": 1,
"minecraft:cooked_mutton": 1,
"minecraft:cooked_porkchop": 1,
"minecraft:cooked_rabbit": 1,
"minecraft:cooked_salmon": 1,
"minecraft:enchanted_golden_apple": 1,
"minecraft:golden_apple": 1,
"minecraft:golden_carrot": 1,
"minecraft:honey_bottle": 4,
"minecraft:mushroom_stew": 1,
"minecraft:mutton": 1,
"minecraft:porkchop": 1,
"minecraft:pufferfish": 1,
"minecraft:pumpkin_pie": 1,
"minecraft:rabbit": 1,
"minecraft:rabbit_stew": 1,
"minecraft:salmon": 1,
"minecraft:suspicious_stew": 1,
"minecraft:tropical_fish": 1
},
"disabled": false
},
"customItemStacking": {
"items": {},
"disabled": false
},
"disableAxeStripping": false,
"disableShovelPathing": false,
"disableWaterBonemeal": false
},
"animation": {
"preventArmSway": false,
"armSwayMirror": false,
"armSwayIntensity": 100,
"oldSwing": false,
"oldSwingInterrupt": true,
"oldSwingDropping": false,
"oldClassicAttackSwing": false,
"oldClassicUseSwing": false,
"oldItemCooldown": true,
"oldItemReequip": false,
"oldToolExplosion": false,
"oldZombieArms": false,
"oldSkeletonArms": false,
"oldGhastCharging": false,
"hideBoatRowing": false,
"oldClassicWalkBobbing": false,
"oldClassicWalkArms": false,
"oldBackwardWalking": false,
"oldVerticalBobbing": false,
"oldCreativeCrouch": false,
"oldRandomDamage": false,
"oldSneaking": false,
"preventDeathTopple": false
},
"swing": {
"overrideSpeeds": false,
"attackGlobalSpeed": -1,
"useGlobalSpeed": -1,
"attackItemSpeed": 8,
"useItemSpeed": 8,
"attackToolSpeed": 8,
"useToolSpeed": 8,
"attackBlockSpeed": 8,
"useBlockSpeed": 8,
"attackSwordSpeed": 8,
"useSwordSpeed": 8,
"attackHasteSpeed": -1,
"useHasteSpeed": -1,
"attackFatigueSpeed": -1,
"useFatigueSpeed": -1,
"attackSwingSpeeds": {
"items": {},
"disabled": false
},
"useSwingSpeeds": {
"items": {},
"disabled": false
}
}
}

View File

@@ -7,6 +7,5 @@ particleRenderDistanceMultiplier = 1.0
asynchronousTicking = true
cullingBlacklist = [ ]
cullingBehavior = "AGGRESSIVE"
reduceAllChance = 0.30
reduceDecreasedChance = 0.10
turnOffPotionParticlesV2 = [ ]
reduceAllChance = 0.50
reduceDecreasedChance = 0.20

View File

@@ -0,0 +1,15 @@
#Treat sneaking as active while placing blocks via the fast placement mechanic or reach-around. Allows block placement to work with interactable blocks such as chests and fence gates.
#Default Value: false
bypass_use_block = true
#Allow using Bedrock Edition-like reach-around block placement, where a block can be placed directly in front of the block the player is standing on when clicking in mid-air for fast bridging.
#Default Value: true
allow_reach_around_placement = true
#Blocks that are excluded from the fast placement mechanic.
#Format for every entry is "<namespace>:<path>". Tags are supported, must be in the format of "#<namespace>:<path>". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color. Begin an entry with "!" to make sure it is excluded, useful e.g. when it has already been matched by another pattern.
#Default Value: [minecraft:scaffolding]
normal_placement_blocks = ["minecraft:scaffolding"]
#Allow using Bedrock Edition-like fast block placement, with blocks being placed without leaving gaps or unwanted placements. Also enables placing blocks when clicking in mid-air while building.
#Additionally introduces a similar mechanic for quickly breaking blocks in a row or column in creative mode.
#Toggle in-game via the dedicated key binding.
#Default Value: true
allow_fast_placement = true

View File

@@ -0,0 +1,4 @@
#Configuration file for Raise Sound Limit Simplified
#Wed Jan 07 14:44:13 CST 2026
maxSourcesCount=2047
maxStreamingSources=8

View File

@@ -1,7 +1,15 @@
lobotomize-villagers:
enabled: true
tick-interval: 20
features:
item-merge-radius: 0.8
xp-merge-radius: 0.8
commands:
status-enabled: false
mobcaps-enabled: false
activation-range:
enabled: true
tick-new-entities: false
@@ -49,6 +57,4 @@ activation-range:
extra-height-up: false
extra-height-down: false
entity-matcher:
- 'typeof:mob'
- 'typeof:mob'

View File

@@ -1,6 +1,6 @@
# This is the configuration file for Sodium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/CaffeineMC/sodium-fabric/wiki/Configuration-File
# https://github.com/CaffeineMC/sodium/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View File

@@ -0,0 +1 @@
stfu.mixin.DefaultLANPort

View File

@@ -0,0 +1,22 @@
{
maxChatHistory: 5000,
announceAdvancements: true,
advancementToasts: true,
recipeToasts: false,
adminChat: "ENABLED",
compactChat: "ONLY_CONSECUTIVE",
disableWidgetFade: true,
disableFade: false,
disableSplash: true,
disableLoadingTerrain: true,
disableWorldAdvice: false,
fixModelGaps: true,
nightVisionFlicker: false,
disableParticles: false,
animateTextures: true,
renderWeather: true,
combineBars: false,
renderThreadPriority: 8,
serverThreadPriority: 9,
ioThreadPriority: 2
}

View File

@@ -0,0 +1,3 @@
show_async_loading_messages=false
show_chunk_tracking_messages=false
use_multiple_netty_event_loops=false