From 43067801233800003171dac98ff6b4229ab32243 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 5 Jan 2024 20:47:18 +0700 Subject: [PATCH] conf --- config/embeddium++.toml | 80 ++++++++++++++++++++++++++++++++ config/sodium-extra-options.json | 12 ++--- 2 files changed, 86 insertions(+), 6 deletions(-) create mode 100644 config/embeddium++.toml diff --git a/config/embeddium++.toml b/config/embeddium++.toml new file mode 100644 index 000000000..ea1c2eb27 --- /dev/null +++ b/config/embeddium++.toml @@ -0,0 +1,80 @@ + +[EmbeddiumPlus] + + [EmbeddiumPlus.DynamicLights] + OnlyUpdateOnPositionChange = true + DynamicEntityLighting = true + #Allowed Values: OFF, SLOW, FAST, FASTEST, REALTIME + QualityMode = "REALTIME" + DynamicTileEntityLighting = true + + #You can configure FPS overlay at the corner + [EmbeddiumPlus.fps_overlay] + #Allowed Values: OFF, SIMPLE, ADVANCED + DisplayMode = "ADVANCED" + OverlayMargin = 12 + + #Configure max BlockEntity distance + [EmbeddiumPlus.block_entity_distance] + #Max horizontal render distance + #Value is squared, default was 64^2 (or 64x64) + maxHorizontalDistance = 4096 + #Max vertical render distance + #Value is raw + maxVerticalDistance = 32 + + [EmbeddiumPlus.Misc] + RenderFog = true + HideJEI = false + CloudHeight = 128 + #Allowed Values: OFF, FAST, FANCY + ChunkFadeInQuality = "FANCY" + #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN + BorderlessFullscreen = "FULLSCREEN" + ExtendedServerViewDistance = true + + #Configure max Entity distance + [EmbeddiumPlus.entity_distance_limit] + #Max horizontal render distance + #Value is squared, default was 64^2 (or 64x64) + maxHorizontalDistance = 4096 + #Turn on this feature + Enable = true + #List of entities to not be ignored when are out of configured radius. + #Accepts ResourceLocation and Mod IDs + #Example: "minecraft:bat" for specific entity or "alexmobs:*" for all mod specific entities + entityWhitelist = [] + #Max vertical render distance + #Value is raw + maxVerticalDistance = 32 + + #Configure TrueDarkness feature + #Section deprecated and removed soon (in favor of rework) + [EmbeddiumPlus.true_darkness] + #Sets darkness mode + #Depending of the option darkness can be less or more aggressive + #Allowed Values: PITCH_BLACK, REALLY_DARK, DARK, DIM + DarknessMode = "REALLY_DARK" + #Turn on this feature + Enable = true + + [EmbeddiumPlus.true_darkness.Advanced] + IgnoreMoonPhase = false + BlockLightingOnly = false + #Range: 0.0 ~ 1.0 + MaximumMoonBrightness = 0.25 + #Range: 0.0 ~ 1.0 + MinimumMoonBrightness = 0.0 + + #Configure what dimension should use TrueDarkness + [EmbeddiumPlus.true_darkness.DimensionSettings] + DefaultSetting = false + #Range: 0.0 ~ 1.0 + DarkNetherFogBrightness = 0.5 + DarkWhenNoSkylight = false + Nether = false + Overworld = true + #Range: 0.0 ~ 1.0 + DarkEndFogBrightness = 0.0 + "Dark End?" = false + diff --git a/config/sodium-extra-options.json b/config/sodium-extra-options.json index dedf2dcee..b6934868f 100644 --- a/config/sodium-extra-options.json +++ b/config/sodium-extra-options.json @@ -49,15 +49,15 @@ "use_adaptive_sync": false, "cloud_height": 192, "cloud_distance": 100, - "toasts": true, - "advancement_toast": true, - "recipe_toast": true, - "system_toast": true, - "tutorial_toast": true, + "toasts": false, + "advancement_toast": false, + "recipe_toast": false, + "system_toast": false, + "tutorial_toast": false, "instant_sneak": false, "prevent_shaders": false, "steady_debug_hud": true, - "steady_debug_hud_refresh_interval": 1 + "steady_debug_hud_refresh_interval": 10 }, "super_secret_settings": { "fetch_sodium_extra_crowdin_translations": false,