From f23ea453e2f54ecc1f0e3855593c6cc361c9e04c Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Sat, 3 Sep 2022 17:16:59 +0300 Subject: [PATCH] remove unneeded configs; update existing ones a little --- config/MouseTweaks.cfg | 8 - config/adventurez.json5 | 4 +- config/c2me-compat.toml | 1 - config/c2me.toml | 108 ---- config/capybara.json | 6 +- config/cardinal-components-api.properties | 6 - config/charmonium.toml | 26 +- config/computercraft-client.toml | 5 - config/cullleaves.json | 3 - config/debugify-descriptions.json | 1 - config/debugify.json | 79 --- config/dynamicfps.toml | 6 - config/effective.json | 6 - config/emi.css | 255 -------- config/emojitype.json | 203 ------ config/fabric/indigo-renderer.properties | 8 - config/fallingleaves.json | 253 -------- config/image2map.json | 4 - config/indium-renderer.properties | 8 - config/inspecio.json | 63 -- .../inventoryprofiles.json | 21 - config/lambdabettergrass.toml | 9 - config/lambdynlights.toml | 103 ---- config/lithium.properties | 7 - config/malilib.json | 11 - config/midnightlib.json | 4 +- config/minihud.json | 576 ------------------ config/modmenu.json | 19 - config/mousewheelie.hjson | 127 ---- config/noindium.json | 8 - config/okzoomer.json5 | 66 -- config/rightclickharvest.json | 5 - config/seamless_loading_screen.json | 8 - config/simplerharvest.json | 4 +- config/sodium-options.json | 27 - config/visuality.json | 42 -- config/waila/blacklist.json | 20 - config/waila/waila.json | 56 -- config/waila/waila_plugins.json | 48 -- config/yttr.css | 2 +- index.toml | 148 +---- pack.toml | 2 +- 42 files changed, 30 insertions(+), 2336 deletions(-) delete mode 100644 config/MouseTweaks.cfg delete mode 100644 config/c2me-compat.toml delete mode 100644 config/c2me.toml delete mode 100644 config/cardinal-components-api.properties delete mode 100644 config/computercraft-client.toml delete mode 100644 config/cullleaves.json delete mode 100644 config/debugify-descriptions.json delete mode 100644 config/debugify.json delete mode 100644 config/dynamicfps.toml delete mode 100644 config/effective.json delete mode 100644 config/emi.css delete mode 100644 config/emojitype.json delete mode 100644 config/fabric/indigo-renderer.properties delete mode 100644 config/fallingleaves.json delete mode 100644 config/image2map.json delete mode 100644 config/indium-renderer.properties delete mode 100644 config/inspecio.json delete mode 100644 config/inventoryprofilesnext/inventoryprofiles.json delete mode 100644 config/lambdabettergrass.toml delete mode 100644 config/lambdynlights.toml delete mode 100644 config/lithium.properties delete mode 100644 config/malilib.json delete mode 100644 config/minihud.json delete mode 100644 config/modmenu.json delete mode 100644 config/mousewheelie.hjson delete mode 100644 config/noindium.json delete mode 100644 config/okzoomer.json5 delete mode 100644 config/rightclickharvest.json delete mode 100644 config/seamless_loading_screen.json delete mode 100644 config/sodium-options.json delete mode 100644 config/visuality.json delete mode 100644 config/waila/blacklist.json delete mode 100644 config/waila/waila.json delete mode 100644 config/waila/waila_plugins.json diff --git a/config/MouseTweaks.cfg b/config/MouseTweaks.cfg deleted file mode 100644 index 81190ac..0000000 --- a/config/MouseTweaks.cfg +++ /dev/null @@ -1,8 +0,0 @@ -RMBTweak=1 -LMBTweakWithItem=1 -LMBTweakWithoutItem=1 -WheelTweak=1 -WheelSearchOrder=1 -WheelScrollDirection=0 -ScrollItemScaling=0 -Debug=0 diff --git a/config/adventurez.json5 b/config/adventurez.json5 index f223385..b09f9d4 100644 --- a/config/adventurez.json5 +++ b/config/adventurez.json5 @@ -21,7 +21,7 @@ "desert_rhino_well_spawn_chance": 1, "shaman_spawn_weight": 1, "deer_spawn_weight": 6, - "enderwarthog_spawn_weight": 1, + "enderwarthog_spawn_weight": 0.2, "allow_stone_golem_summoning": true, "allow_the_eye_summoning": true, "allow_dragon_hatching": true, @@ -38,4 +38,4 @@ "stoned_heart_duration": 72000, "stoned_heart_amplifier": 0, "allow_other_dragon_hatching": false -} \ No newline at end of file +} diff --git a/config/c2me-compat.toml b/config/c2me-compat.toml deleted file mode 100644 index 8b13789..0000000 --- a/config/c2me-compat.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/config/c2me.toml b/config/c2me.toml deleted file mode 100644 index 8fd2a89..0000000 --- a/config/c2me.toml +++ /dev/null @@ -1,108 +0,0 @@ -version = 3 -# (Default: 1) Configures the parallelism of global executor -globalExecutorParallelism = "default" - -# Configuration for io system -[ioSystem] - # (Default: true) Whether to use async chunk loading & unloading - async = "default" - # (Default: -1) Defines which chunk compression should be used - # -1 for Vanilla default - # 1 for GZip (RFC1952) (Vanilla compatible) - # 2 for Zlib (RFC1950) (Vanilla default) (Vanilla compatible) - # 3 for Uncompressed (Fastest, but higher disk usage) (Vanilla compatible) - # - # Original chunk data will still readable after modifying this option - # as this option only affects newly stored chunks - # Invalid values will fall back to vanilla default - # - chunkStreamVersion = "default" - # (Default: true) Whether to use the optimized implementation of IO system - replaceImpl = "default" - # (Default: 1536) Soft limit for io worker nbt cache - chunkDataCacheSoftLimit = "default" - # (Default: 6144) Hard limit for io worker nbt cache - chunkDataCacheLimit = "default" - -# Configuration for threaded world generation -[threadedWorldGen] - # (Default: true) Whether to allow feature generation (world decorations like trees, ores and etc.) run in parallel - # (may cause incompatibility with other mods) - allowThreadedFeatures = "default" - # (Default: true) Whether to allow reducing lock radius - # (may cause incompatibility with other mods) - reduceLockRadius = "default" - # (Default: false) Whether to enable this feature - enabled = "default" - -# Configuration for async scheduling system -[asyncScheduling] - # (Default: true) Whether to enable async and parallel scheduling - # This will reduce server thread load - # (may cause incompatibility with other mods) - # - enabled = "default" - -# Configuration for vanilla worldgen optimizations -[vanillaWorldGenOptimizations] - # (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" - -# Configuration for general optimizations -[generalOptimizations] - # (Default: true) Whether to enable mid-tick chunk tasks - # 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 - # - # Incompatible with Dimensional Threading (dimthread) - # - doMidTickChunkTasks = "default" - # (Default: true) Whether to let async chunk request no longer block server thread - # (may cause incompatibility with other mods) - optimizeAsyncChunkRequest = "default" - - # Configuration for auto-save - [generalOptimizations.autoSave] - # (Default: ENHANCED) Defines how auto save should be handled - # VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking) - # ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking) - # PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking) - # - # Please preserve quotes so this config don't break - # - mode = "default" - # (Default: 20000) Defines the delay in milliseconds between performing auto-save for a chunk - # This is only used when mode is set to ENHANCED - # - delay = "default" - -# Configuration for no-tick view distance -[noTickViewDistance] - # (Default: true) Whether to use compatibility mode to send chunks - # This may fix some mod compatibility issues - compatibilityMode = "default" - # (Default: false) Whether to ensure correct chunks within normal render distance - # This will send chunks twice increasing network load - ensureChunkCorrectness = "default" - # (Default: 12) No-tick view distance updates per tick - # Lower this for a better latency and higher this for a faster loading - updatesPerTick = "default" - # (Default: true) Whether to enable no-tick view distance - enabled = "default" - -[clientSideConfig] - - [clientSideConfig.modifyMaxVDConfig] - # (Default: true) Whether to modify maximum view distance - enabled = "default" - # (Default: 34) Max render distance allowed in game options - maxViewDistance = "default" - diff --git a/config/capybara.json b/config/capybara.json index cfe5ed1..7b1a0ab 100644 --- a/config/capybara.json +++ b/config/capybara.json @@ -1,6 +1,6 @@ { "debugMode": false, - "spawnWeight": 3, - "minGroupSize": 1, + "spawnWeight": 4, + "minGroupSize": 2, "maxGroupSize": 4 -} \ No newline at end of file +} diff --git a/config/cardinal-components-api.properties b/config/cardinal-components-api.properties deleted file mode 100644 index b08e3fa..0000000 --- a/config/cardinal-components-api.properties +++ /dev/null @@ -1,6 +0,0 @@ -# If set to false, warnings will not get logged when a component fails to be resolved (typically due to mods being removed) -# Default value: true -log-deserialization-warnings = true - -# Internal value, do not edit or your changes may be arbitrarily reset -config-version = 1 diff --git a/config/charmonium.toml b/config/charmonium.toml index 5f987dc..fc0d43e 100644 --- a/config/charmonium.toml +++ b/config/charmonium.toml @@ -15,31 +15,31 @@ #Dimensions in which biome ambience will be played. "Valid dimensions" = ["minecraft:overworld", "minecraft:the_end"] #Biomes that will have badlands ambient sounds. - "Extra badlands biomes" = [] + "Extra badlands biomes" = ["terra:overworld/overworld/badlands_buttes", "terra:overworld/overworld/badlands_mountains", "terra:overworld/overworld/cracked_badlands_plateau", "terra:overworld/overworld/eroded_badlands_buttes"] #Biomes that will have beach ambient sounds. - "Extra beach biomes" = [] + "Extra beach biomes" = ["terra:overworld/overworld/beach", "terra:overworld/overworld/palm_beach", "terra:overworld/overworld/palm_forest", "terra:overworld/overworld/shale_beach"] #Biomes that will have desert ambient sounds. - "Extra desert biomes" = [] + "Extra desert biomes" = ["terra:overworld/overworld/desert", "terra:overworld/overworld/desert_flats", "terra:overworld/overworld/desert_pillars", "terra:overworld/overworld/desert_spikes", "terra:overworld/overworld/desert_spikes_gold", "terra:overworld/overworld/frozen_beach", "terra:overworld/overworld/rocky_desert"] #Biomes that will have forest ambient sounds. - "Extra forest biomes" = [] + "Extra forest biomes" = ["terra:overworld/overworld/birch_flats", "terra:overworld/overworld/birch_forest", "terra:overworld/overworld/birch_forest_hills", "terra:overworld/overworld/dark_forest", "terra:overworld/overworld/dark_forest_hills", "terra:overworld/overworld/eucalyptus_forest", "terra:overworld/overworld/evergreen_flats", "terra:overworld/overworld/evergreen_forest", "terra:overworld/overworld/evergreen_forest_hills", "terra:overworld/overworld/evergreen_overhangs", "terra:overworld/overworld/flowering_autumnal_forest_hills", "terra:overworld/overworld/flowering_forest", "terra:overworld/overworld/flowering_forest_hills", "terra:overworld/overworld/forest", "terra:overworld/overworld/forest_flats", "terra:overworld/overworld/forest_hills", "terra:overworld/overworld/rainforeset", "terra:overworld/overworld/rainforest_hills", "terra:overworld/overworld/redwood_forest_hills"] #Biomes that will have icy ambient sounds. - "Extra icy biomes" = [] + "Extra icy biomes" = ["terra:overworld/overworld/frozen_archipelago", "terra:overworld/overworld/ice_spikes", "terra:overworld/overworld/tundra_hills", "terra:overworld/overworld/tundra_midlands", "terra:overworld/overworld/tundra_plains"] #Biomes that will have jungle ambient sounds. - "Extra jungle biomes" = [] + "Extra jungle biomes" = ["terra:overworld/overworld/bamboo_jungle", "terra:overworld/overworld/bamboo_jungle_flats", "terra:overworld/overworld/bamboo_jungle_hills", "terra:overworld/overworld/bamboo_jungle_mountains", "terra:overworld/overworld/bamboo_ponds", "terra:overworld/overworld/jungle", "terra:overworld/overworld/jungle_flats", "terra:overworld/overworld/jungle_hills", "terra:overworld/overworld/jungle_mountains"] #Biomes that will have mountain ambient sounds. - "Extra mountain biomes" = [] + "Extra mountain biomes" = ["terra:overworld/overworld/active_volcano_base", "terra:overworld/overworld/active_volcano_base_edge", "terra:overworld/overworld/active_volcano_pit", "terra:overworld/overworld/active_volcano_pit_edge", "terra:overworld/overworld/dry_rocky_bumpy_mountains", "terra:overworld/overworld/dry_temperate_mountains", "terra:overworld/overworld/dry_temperate_white_mountains", "terra:overworld/overworld/dry_wild_highlands", "terra:overworld/overworld/large_monsoon_mountains", "terra:overworld/overworld/monsoon_mountains", "terra:overworld/overworld/mountains", "terra:overworld/overworld/rocky_bumpy_mountains", "terra:overworld/overworld/sakura_mountains", "terra:overworld/overworld/snowy_eroded_terraced_mountains", "terra:overworld/overworld/snowy_mountains", "terra:overworld/overworld/snowy_terraced_mountains", "terra:overworld/overworld/temperate_alpha_mountains", "terra:overworld/overworld/temperate_mountains", "terra:overworld/overworld/wild_bumpy_mountains", "terra:overworld/overworld/xeric_mountains"] #Biomes that will have ocean ambient sounds. - "Extra ocean biomes" = [] + "Extra ocean biomes" = ["terra:overworld/overworld/cold_deep_ocean", "terra:overworld/overworld/cold_ocean", "terra:overworld/overworld/coral_ocean", "terra:overworld/overworld/deep_ocean", "terra:overworld/overworld/frozen_deep_ocean", "terra:overworld/overworld/frozen_ocean", "terra:overworld/overworld/ocean", "terra:overworld/overworld/subtropical_deep_ocean", "terra:overworld/overworld/subtropical_ocean", "terra:overworld/overworld/tropical_deep_ocean", "terra:overworld/overworld/tropical_ocean"] #Biomes that will have plains ambient sounds. - "Extra plains biomes" = [] + "Extra plains biomes" = ["terra:overworld/overworld/plains", "terra:overworld/overworld/snowy_plains", "terra:overworld/overworld/sunflower_plains", "terra:overworld/overworld/xeric_plains"] #Biomes that will have river ambient sounds. - "Extra river biomes" = [] + "Extra river biomes" = ["terra:overworld/overworld/frozen_river", "terra:overworld/overworld/mountains_river", "terra:overworld/overworld/dry_temperate_mountains_river", "terra:overworld/overworld/dry_temperate_white_mountains_river", "terra:overworld/overworld/badlands_mountains_river", "terra:overworld/overworld/river", "terra:overworld/overworld/snowy_eroded_terraced_mountains_river", "terra:overworld/overworld/snowy_mountains_river", "terra:overworld/overworld/snowy_terraced_mountains_river", "terra:overworld/overworld/temperate_mountains_river", "terra:overworld/overworld/xeric_mountains_river"] #Biomes that will have savanna ambient sounds. - "Extra savanna biomes" = [] + "Extra savanna biomes" = ["terra:overworld/overworld/grass_savanna", "terra:overworld/overworld/grass_savanna_hills", "terra:overworld/overworld/grass_savanna_low_hills", "terra:overworld/overworld/oak_savanna", "terra:overworld/overworld/savanna", "terra:overworld/overworld/savanna_hills", "terra:overworld/overworld/savanna_low_hills", "terra:overworld/overworld/savanna_overhangs"] #Biomes that will have swamp ambient sounds. - "Extra swamp biomes" = [] + "Extra swamp biomes" = ["terra:overworld/overworld/frozen_marsh", "terra:overworld/overworld/frozen_wetlands", "terra:overworld/overworld/mangrove_swamp", "terra:overworld/overworld/marsh", "terra:overworld/overworld/rocky_wetlands", "terra:overworld/overworld/swamp", "terra:overworld/overworld/wetlands"] #Biomes that will have taiga ambient sounds. - "Extra taiga biomes" = [] + "Extra taiga biomes" = ["terra:overworld/overworld/taiga", "terra:overworld/overworld/taiga_flats", "terra:overworld/overworld/taiga_hills"] #Biomes that will have The End ambient sounds. "Extra End biomes" = [] diff --git a/config/computercraft-client.toml b/config/computercraft-client.toml deleted file mode 100644 index 68a9bf9..0000000 --- a/config/computercraft-client.toml +++ /dev/null @@ -1,5 +0,0 @@ -#The renderer to use for monitors. Generally this should be kept at "best" - if monitors have performance issues, you may wish to experiment with alternative renderers. -monitor_renderer = "BEST" -#The maximum distance monitors will render at. This defaults to the standard tile entity limit, but may be extended if you wish to build larger monitors. -monitor_distance = 64 - diff --git a/config/cullleaves.json b/config/cullleaves.json deleted file mode 100644 index 37c8cef..0000000 --- a/config/cullleaves.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "enabled": true -} \ No newline at end of file diff --git a/config/debugify-descriptions.json b/config/debugify-descriptions.json deleted file mode 100644 index 540dd8b..0000000 --- a/config/debugify-descriptions.json +++ /dev/null @@ -1 +0,0 @@ -{"MC-127970":"Using Riptide on a trident with an item in your off-hand\ncauses visual glitch with said item","MC-93018":"Wild wolves show breeding hearts but do not breed","MC-200418":"Cured baby zombie villagers stay as jockey variant","MC-199467":"Certain entity animations stop after they\u0027ve existed\nin world for too long","MC-159163":"Quickly pressing the sneak key causes the sneak animation\nto play twice","MC-214147":"Skeletons wearing leather armor still convert to strays\nin powder snow","MC-121903":"Command block minecarts do not save execution cooldown\nto NBT","MC-249059":"Loading terrain screen cannot close before 2 seconds\nhave passed","MC-119754":"Firework boosting on elytra continues in spectator\nmode","MC-129909":"Players in spectator mode continue to consume foods\nand liquids shortly after switching game modes","MC-206922":"Items dropped by entities that are killed by lightning\ninstantly disappear","MC-121706":"Skeletons and illusioners aren\u0027t looking up / down\nat their target while strafing","MC-55347":"Title with long duration shows in other world","MC-80859":"Starting to drag item stacks over other compatible\nstacks makes the latter invisible until appearance\nchange (stack size increases)","MC-93384":"Bubbles appear at the feet of drowning mobs","MC-108948":"Boats / boats with chest on top of slime blocks hover\nover block","MC-88371":"Ender Dragon flies down in the void when the exit portal\nis destroyed","MC-151412":"\"Edit Server Info\" window does not focus \"Server Name\"\ntext field automatically","MC-122477":"Linux/GNU: Opening chat sometimes writes \u0027t\u0027","MC-89146":"Pistons forget update when being reloaded","MC-162253":"Lag spike when crossing certain chunk borders","MC-122627":"Tab suggestion box has missing padding on right side","MC-577":"Mouse buttons block all inventory controls that are\nnot default","MC-135971":"Can\u0027t use CTRL+Q in crafting table","MC-143474":"Respawning causes your hotbar to reset to the first\nspace","MC-237493":"Telemetry cannot be disabled","MC-79545":"The experience bar disappears when too many levels\nare given to the player","MC-30391":"Chickens, blazes and the wither emit particles when\nlanding from a height, despite falling slowly","MC-90683":"\"Received unknown passenger\" - Entities with differing\nrender distances as passengers outputs error","MC-72151":"Snow Golem\u0027s snowballs damage wolves instead of pushing\nthem","MC-217716":"The green nausea overlay isn\u0027t removed when switching\ninto spectator mode","MC-90084":"When sitting in boats and boats with chest mobs legs\npenetrate the hull","MC-100991":"Killing entities with a fishing rod doesn\u0027t count as\na kill","MC-46766":"Mining a block in Survival, then changing to Spectator\ncreates a breaking animation and sound","MC-197260":"Armor Stand renders itself and armor dark if its head\nis in a solid block","MC-183776":"After switching gamemodes using F3+F4, you need to\npress F3 twice to toggle the debug screen","MC-224729":"Partially generated chunks are not saved in some situations","MC-233042":"Server Address field isn\u0027t focused when Direct Connection\nmenu is opened","MC-121772":"Can\u0027t scroll while holding SHIFT on macOS","MC-215530":"The freezing effect isn\u0027t immediately removed when\nswitching into spectator mode","MC-231743":"minecraft.used:minecraft.POTTABLE_PLANT doesn\u0027t increase\nwhen placing plants into flower pots","MC-4490":"Fishing line not attached to fishing rod in third person\nwhile crouching","MC-193343":"Soul Speed effect remains after switching to spectator\nmode","MC-147605":"Text cursors can exist in multiple fields","MC-215531":"The carved pumpkin overlay isn\u0027t removed when switching\ninto spectator mode","MC-140646":"Text fields don\u0027t scroll while selecting text with\nShift","MC-7569":"RCON output has newlines removed","MC-14923":"Players can be kicked for spamming in a singleplayer\nworld with cheats disabled","MC-84873":"DeathTime values 20+ cause corrupted mobs","MC-165595":"Guardian beam does not render when over a certain \"Time\"\nin level.dat","MC-179072":"Creepers do not defuse when switching from Survival\nto Creative/Spectator","MC-232869":"Adult striders can spawn with saddles in peaceful mode","MC-12829":"Flying through ladders/vines/scaffolding in creative\nmode slows you down","MC-176559":"Breaking process resets when a pickaxe enchanted with\nMending mends by XP / Mending slows down breaking blocks\nagain","MC-228976":"Entity collision is run on render thread","MC-119417":"A spectator can occupy a bed if they enter it and then\nare switched to spectator mode","MC-132878":"Armor stands destroyed by explosions/lava/fire don\u0027t\nproduce particles","MC-31819":"Hunger saturation depletes on Peaceful","MC-231097":"Holding the \"Use\" button continues to slow down the\nplayer even after the used item has been dropped","MC-111516":"Player flickers/turns invisible when flying at high\nspeeds","MC-69216":"Switching to spectator mode while fishing keeps rod\ncast","MC-22882":"Ctrl + Q won\u0027t work on Mac","MC-124117":"Nbt Tags doesn\u0027t work?","MC-145748":"Clicking a settings button when there\u0027s a slider under\nthe mouse in the next screen plays the click sound\ntwice","MC-123739":"Recipe book entries are not sorted in any meaningful\nmanner","MC-160095":"End Rods only break Cactus when moved by pistons","MC-116379":"Punching with a cast fishing rod in the off-hand detaches\nfishing line from rod","MC-223153":"Block of Raw Copper uses stone sounds instead of copper\nsounds","MC-165381":"Block breaking can be delayed by dropping/throwing\nthe tool while breaking a block","MC-155509":"Puffed pufferfish can hurt the player while dying","MC-183990":"Group AI of some mobs breaks when their target dies","MC-112730":"Beacon beam and structure block render twice per frame","MC-2025":"Mobs going out of fenced areas/suffocate in blocks\nwhen loading chunks","MC-26757":"Large item tooltips can get cut off at the edges of\nthe screen"} \ No newline at end of file diff --git a/config/debugify.json b/config/debugify.json deleted file mode 100644 index 4ce900a..0000000 --- a/config/debugify.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "MC-100991": true, - "MC-108948": true, - "MC-111516": true, - "MC-112730": true, - "MC-116379": true, - "MC-119417": true, - "MC-119754": true, - "MC-121706": true, - "MC-121772": true, - "MC-121903": true, - "MC-122477": true, - "MC-122627": true, - "MC-123739": true, - "MC-124117": true, - "MC-127970": true, - "MC-12829": true, - "MC-129909": true, - "MC-132878": true, - "MC-135971": true, - "MC-140646": true, - "MC-143474": true, - "MC-145748": true, - "MC-147605": true, - "MC-14923": true, - "MC-151412": true, - "MC-155509": true, - "MC-159163": true, - "MC-160095": true, - "MC-162253": true, - "MC-165381": true, - "MC-165595": true, - "MC-176559": true, - "MC-179072": true, - "MC-183776": true, - "MC-183990": true, - "MC-193343": true, - "MC-197260": true, - "MC-199467": true, - "MC-200418": true, - "MC-2025": true, - "MC-206922": true, - "MC-214147": true, - "MC-215530": true, - "MC-215531": true, - "MC-217716": true, - "MC-223153": true, - "MC-224729": true, - "MC-22882": false, - "MC-228976": false, - "MC-231097": true, - "MC-231743": true, - "MC-232869": true, - "MC-233042": true, - "MC-237493": true, - "MC-249059": true, - "MC-26757": true, - "MC-30391": true, - "MC-31819": true, - "MC-4490": true, - "MC-46766": true, - "MC-55347": true, - "MC-577": true, - "MC-69216": true, - "MC-72151": true, - "MC-7569": true, - "MC-79545": true, - "MC-80859": true, - "MC-84873": true, - "MC-88371": true, - "MC-89146": true, - "MC-90084": true, - "MC-90683": true, - "MC-93018": true, - "MC-93384": true, - "opt_out_updater": false, - "gameplay_fixes_in_multiplayer": false, - "default_disabled": false -} \ No newline at end of file diff --git a/config/dynamicfps.toml b/config/dynamicfps.toml deleted file mode 100644 index ac20f87..0000000 --- a/config/dynamicfps.toml +++ /dev/null @@ -1,6 +0,0 @@ -reduceFPSWhenUnfocused = true -unfocusedFPS = 1 -restoreFPSWhenHovered = true -unfocusedVolumeMultiplier = 0.25 -hiddenVolumeMultiplier = 0.0 -runGCOnUnfocus = false diff --git a/config/effective.json b/config/effective.json deleted file mode 100644 index 54da169..0000000 --- a/config/effective.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "generateCascades": true, - "generateSplashes": true, - "shouldFlowingWaterSpawnParticlesOnFirstTick": true, - "lapisBlockUpdateParticleChance": 10 -} \ No newline at end of file diff --git a/config/emi.css b/config/emi.css deleted file mode 100644 index dfc5e7c..0000000 --- a/config/emi.css +++ /dev/null @@ -1,255 +0,0 @@ -/** EMI Config */ - -#general { - /** - * Whether EMI is enabled and visible. - */ - enabled: true; - - /** - * Whether cheating in items is enabled. - */ - cheat-mode: false; -} - -#ui { - /** - * Whether to move status effects to the - * top of the screen. - */ - move-effects: true; - - /** - * Whether to have the search bar in the - * center of the screen, instead of to the side. - */ - center-search-bar: true; - - /** - * Whether to display a gray overlay when - * hovering over a stack. - */ - show-hover-overlay: false; - - /** - * Whether to add mod name to item tooltips - * In case another mod provides behavior - */ - append-item-mod-id: true; - - /** - * Whether an empty search should display - * craftable recipes, instead of the index. - */ - empty-search-craftable: false; - - /** - * The amount of columns to display - * on the favorites sidebar. - * A value of zero will disable it. - */ - max-favorite-columns: 999; - - /** - * The amount of columns to display - * on the index sidebar. - * A value of zero will disable it. - */ - max-index-columns: 999; - - /** - * The amount of vertical margin to - * give in the recipe screen. - */ - vertical-margin: 20; - - /** - * Prevents recipes being quick crafted - * from shifting around under the cursor. - */ - miscraft-prevention: true; - - /** - * The unit to display fluids as. - */ - fluid-unit: liters; - - /** - * Display cost per batch when hovering - * a recipe output - */ - show-cost-per-batch: true; - - /** - * Whether recipes should have a button to - * set as default. - */ - recipe-default-button: true; - - /** - * Whether recipes should have a button to - * show the recipe tree. - */ - recipe-tree-button: true; - - /** - * Whether recipes should have a button to - * fill the ingredients in a handler. - */ - recipe-fill-button: true; - - /** - * Whether to use the batched render system. - * Batching is faster, but may have incompatibilities - * with shaders or other mods. - */ - use-batched-renderer: true; -} - -#binds { - /** - * Toggle the visibility of EMI. - */ - toggle-visibility: "ctrl key.keyboard.o"; - - /** - * Focuse the search bar. - */ - focus-search: "ctrl key.keyboard.f"; - - /** - * Display the recipes for creating an item. - */ - view-recipes: "key.keyboard.r"; - view-recipes: "key.mouse.left"; - - /** - * Display the recipes that can be created - * using an item. - */ - view-uses: "key.keyboard.u"; - view-uses: "key.mouse.right"; - - /** - * Favorite the item to display on the - * side of the screen opposite of - * recipies for quick access. - */ - favorite: "key.keyboard.a"; - - /** - * Display the recipe tree for a given item. - */ - view-stack-tree: "key.keyboard.unknown"; - - /** - * Display the recipe tree. - */ - view-tree: "key.keyboard.unknown"; - - /** - * Return to the previous page in EMI. - */ - back: "key.mouse.4"; - - /** - * Toggle between index and craftable - * search modes. - */ - toggle-craftable: "key.keyboard.unknown"; - - /** - * Toggle craftable filter between - * all recipes and current workstation. - */ - toggle-local-craftable: "key.keyboard.unknown"; - - /** - * When on a stack with an associated recipe: - * Move ingredients for a single result. - */ - craft-one: "key.mouse.left"; - - /** - * When on a stack with an associated recipe: - * Move ingredients for as many results as possible. - */ - craft-all: "shift key.mouse.left"; - - /** - * When on a stack with an associated recipe: - * Move ingredients for a single result - * and put in inventory if possible. - */ - craft-one-to-inventory: "key.keyboard.unknown"; - - /** - * When on a stack with an associated recipe: - * Move ingredients for as many results as possible - * and put in inventory if possible. - */ - craft-all-to-inventory: "key.keyboard.unknown"; - - /** - * When on a stack with an associated recipe: - * Move ingredients for a single result - * and put in cursor if possible. - */ - craft-one-to-cursor: "ctrl key.mouse.left"; - - /** - * Cheat in one of an item into the inventory. - */ - cheat-one-to-inventory: "ctrl key.mouse.right"; - - /** - * Cheat in a stack of an item into the inventory. - */ - cheat-stack-to-inventory: "ctrl key.mouse.left"; - - /** - * Cheat in one of an item into the cursor. - */ - cheat-one-to-cursor: "ctrl key.mouse.middle"; - - /** - * Cheat in a stack of an item into the cursor. - */ - cheat-stack-to-cursor: "key.keyboard.unknown"; -} - -#dev { - /** - * Whether certain development functions should be enabled. - * Not recommended for general play. - */ - dev-mode: false; - - /** - * Whether to log untranslated tags as warnings. - */ - log-untranslated-tags: false; - - /** - * Whether hovering the output of a recipe should show - * the recipe's EMI ID. - */ - show-recipe-ids: false; - - /** - * Whether stacks in the index should display a highlight - * if they have a recipe default. - */ - highlight-defaulted: false; - - /** - * Whether to display exclusion areas - */ - highlight-exclusion-areas: false; -} - -#persistent { - craftable: false; - - local-craftable: true; -} diff --git a/config/emojitype.json b/config/emojitype.json deleted file mode 100644 index f0641e7..0000000 --- a/config/emojitype.json +++ /dev/null @@ -1,203 +0,0 @@ -[ - "bucket;🪣", - "shears;✂", - "whiteflag;⚑", - "bell;🔔", - "hunger;🍖", - "hourglass2;⏳", - "happy1;☺", - "happy2;☻", - "sad;☹", - "skull;☠", - "pickaxe;⛏", - "axe;🪓", - "fishing;🎣", - "umbrella;☂", - "trident;🔱", - "sword;🗡", - "shield;🛡", - "duel;⚔", - "bow;🏹", - "potion;🧪", - "splash;⚗", - "copyright;©", - "registered;®", - "protected;℗", - "trademark;™", - "anchor;⚓", - "wave;🌊", - "trademark;™", - "male;♂", - "female;♀", - "intersex;⚥", - "left;⏴", - "right;⏵", - "up;⏶", - "down;⏷", - "handleft;☜", - "handright;☞", - "swap;⇄", - "yingyang;☯", - "peace;☮", - "sun;☀", - "cloud;☁", - "comet;☄", - "moon;☽", - "snowman;⛄", - "storm;⛈", - "snow;❄", - "eject;⏏", - "fastforward;⏩", - "fastbackward;⏪", - "toend;⏭", - "tostart;⏮", - "playpause;⏯", - "pause;⏸", - "poweron;⏻", - "poweroff;⏼", - "blackflag;⚐", - "box;☐", - "boxyes;☑", - "boxno;☒", - "yes;✔", - "no;✘", - "square1;⏹", - "square2;□", - "circle1;⏺", - "circle2;○", - "cross;❌", - "heart1;❤", - "heart2;❣", - "triangle1;▲", - "triangle2;△", - "diamond1;◆", - "diamond2;◇", - "loopedsquare;⌘", - "target;◎", - "star1;★", - "star2;☆", - "star3;⭐", - "fire;🔥", - "unknown;�", - "house;⌂", - "clock;⌚", - "warning;⚠", - "electric;⚡", - "mail;✉", - "pencil;✎", - "degree;°", - "hourglass;⌛", - "suitspade1;♠", - "suitspade2;♤", - "suitheart1;♥", - "suitheart2;♡", - "suitclub1;♣", - "suitclub2;♧", - "suitdiamond1;♦", - "suitdiamond2;♢", - "note1;♩", - "note2;♪", - "note3;♫", - "note4;♬", - "flat;♭", - "sharp;♮", - "dice1;⚀", - "dice2;⚁", - "dice3;⚂", - "dice4;⚃", - "dice5;⚄", - "dice6;⚅", - "z0;▀", - "z1;▄", - "z2;█", - "z3;▌", - "z4;▐", - "z5;░", - "z6;▒", - "z7;▓", - "za;ⓐ", - "zb;ⓑ", - "zc;ⓒ", - "zd;ⓓ", - "ze;ⓔ", - "zf;ⓕ", - "zg;ⓖ", - "zh;ⓗ", - "zi;ⓘ", - "zj;ⓙ", - "zk;ⓚ", - "zl;ⓛ", - "zm;ⓜ", - "zn;ⓝ", - "zo;ⓞ", - "zp;ⓟ", - "zq;ⓠ", - "zr;ⓡ", - "zs;ⓢ", - "zt;ⓣ", - "zu;ⓤ", - "zv;ⓥ", - "zw;ⓦ", - "zx;ⓧ", - "zy;ⓨ", - "zz;ⓩ", - "za_;Ⓐ", - "zb_;Ⓑ", - "zc_;Ⓒ", - "zd_;Ⓓ", - "ze_;Ⓔ", - "zf_;Ⓕ", - "zg_;Ⓖ", - "zh_;Ⓗ", - "zi_;Ⓘ", - "zj_;Ⓙ", - "zk_;Ⓚ", - "zl_;Ⓛ", - "zm_;Ⓜ", - "zn_;Ⓝ", - "zo_;Ⓞ", - "zp_;Ⓟ", - "zq_;Ⓠ", - "zr_;Ⓡ", - "zs_;Ⓢ", - "zt_;Ⓣ", - "zu_;Ⓤ", - "zv_;Ⓥ", - "zw_;Ⓦ", - "zx_;Ⓧ", - "zy_;Ⓨ", - "zz_;Ⓩ", - "face1;(°_°)", - "face2;(ㆆ_ㆆ)", - "face3;(O_O)", - "face4;(ಠ_ಠ)", - "face5;(。◕‿‿◕。)", - "face6;(-‿-)", - "face7;(◠‿◠)", - "face8;(✿◠‿◠)", - "face9;(°o•)", - "bear1;ʕ·ᴥ·ʔ", - "bear2;ʕっ·ᴥ·ʔっ", - "bear3;ʕ♥ᴥ♥ʔ", - "bird;(°v°)", - "cat;(°ᴥ°)", - "dog;(◕ᴥ◕ʋ)", - "cheer1;※\\(^o^)/※", - "cheer2;*(^_^)*", - "cool1;(⌐■_■)", - "cool2;(•_•) ( •_•)\u003e⌐■-■ (⌐■_■)", - "creep;ԅ(≖‿≖ԅ)", - "cry;(╥﹏╥)", - "dance1;ᕕ(⌐■_■)ᕗ", - "dance2;ᕕ( ᐛ ) ᕗ", - "table1;(╯°□°)╯︵ ┻━┻", - "table2;(╯°□°)╯︵ ʇɟɐɹɔǝuᴉɯ", - "table3;(╯°□°)╯︵ ƃuɐɾoɯ", - "table4;┳━┳ノ(°_°ノ)", - "shrug1;¯\\_(ツ)_/¯", - "shrug2;¯\\(°_o)/¯", - "gimme;༼ つ◕_◕༽つ", - "lol;L(°O°L)", - "zoidberg;(V)(°,,,°)(V)", - "fly;─\u003d≡Σ((つ•ω•)つ" -] \ No newline at end of file diff --git a/config/fabric/indigo-renderer.properties b/config/fabric/indigo-renderer.properties deleted file mode 100644 index 79de0f6..0000000 --- a/config/fabric/indigo-renderer.properties +++ /dev/null @@ -1,8 +0,0 @@ -#Indigo properties file -#Mon Aug 29 00:17:17 MSK 2022 -debug-compare-lighting=auto -fix-exterior-vertex-lighting=auto -ambient-occlusion-mode=hybrid -always-tesselate-blocks=auto -fix-smooth-lighting-offset=auto -fix-luminous-block-ambient-occlusion=auto diff --git a/config/fallingleaves.json b/config/fallingleaves.json deleted file mode 100644 index 7535a70..0000000 --- a/config/fallingleaves.json +++ /dev/null @@ -1,253 +0,0 @@ -{ - "version": 1, - "displayDebugData": false, - "enabled": true, - "leafSize": 5, - "leafLifespan": 200, - "leafSpawnRate": 10, - "coniferLeafSpawnRate": 0, - "dropFromPlayerPlacedBlocks": true, - "leavesOnBlockHit": true, - "minimumFreeSpaceBelow": 1, - "windEnabled": true, - "windlessDimensions": [ - "minecraft:the_end", - "minecraft:the_nether" - ], - "leafSettings": { - "minecraft:jungle_leaves": { - "spawnRateFactor": 0.0, - "isConiferBlock": false - }, - "minecraft:flowering_azalea_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:azalea_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:birch_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:acacia_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:oak_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:cinnamon_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:dark_oak_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:spruce_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": true - }, - "croptopia:nectarine_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:pecan_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:cherry_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:plum_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:lemon_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:avocado_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:kumquat_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:mango_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:coconut_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:dragonfruit_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:banana_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:cashew_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:date_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:persimmon_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:starfruit_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:nutmeg_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:almond_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:walnut_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:apple_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:orange_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:apricot_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:pear_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:grapefruit_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:peach_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:fig_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "croptopia:lime_crop": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "minecraft:mangrove_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "charm:ebony_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:magenta_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:orange_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:green_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:purple_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:light_gray_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:blue_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:white_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:brown_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:black_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:red_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:pink_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:spirit_sallow_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:light_blue_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:cyan_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:gray_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:lime_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:yellow_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "spectrum:jade_vine_petal_block": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "yttr:squeeze_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - }, - "yttr:squeezed_leaves": { - "spawnRateFactor": 1.0, - "isConiferBlock": false - } - }, - "leafSpawners": [], - "fallSpawnRateFactor": 1.8, - "winterSpawnRateFactor": 0.1, - "startingSpawnRadius": 0, - "decaySpawnRateFactor": 2.6, - "maxDecayLeaves": 9 -} \ No newline at end of file diff --git a/config/image2map.json b/config/image2map.json deleted file mode 100644 index a234507..0000000 --- a/config/image2map.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "allowLocalFiles": false, - "minPermLevel": 0 -} \ No newline at end of file diff --git a/config/indium-renderer.properties b/config/indium-renderer.properties deleted file mode 100644 index 8d436f9..0000000 --- a/config/indium-renderer.properties +++ /dev/null @@ -1,8 +0,0 @@ -#Indium properties file -#Mon Aug 29 00:17:17 MSK 2022 -debug-compare-lighting=auto -fix-exterior-vertex-lighting=auto -ambient-occlusion-mode=auto -always-tesselate-blocks=auto -fix-smooth-lighting-offset=auto -fix-luminous-block-ambient-occlusion=auto diff --git a/config/inspecio.json b/config/inspecio.json deleted file mode 100644 index 280a009..0000000 --- a/config/inspecio.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "jukebox": "fancy", - "sign": "fancy", - "advanced_tooltips": { - "repair_cost": true, - "lodestone_coords": false - }, - "filled_map": { - "enabled": true, - "show_player_icon": false - }, - "food": { - "hunger": true, - "saturation": "merged" - }, - "containers": { - "campfire": true, - "storage": { - "enabled": true, - "compact": false, - "loot_table": true - }, - "shulker_box": { - "enabled": true, - "compact": false, - "loot_table": true, - "color": true - } - }, - "effects": { - "food": true, - "hidden_motion": true, - "beacon": true, - "potions": true, - "tipped_arrows": true, - "spectral_arrow": true - }, - "entities": { - "fish_bucket": { - "enabled": true, - "always_show_name": false, - "spin": true - }, - "spawn_egg": { - "enabled": true, - "always_show_name": false, - "spin": true - }, - "pufferfish_puff_state": 2, - "armor_stand": { - "enabled": true, - "always_show_name": false, - "spin": true - }, - "bee": { - "enabled": true, - "always_show_name": false, - "spin": true - } - }, - "armor": true, - "banner_pattern": true -} \ No newline at end of file diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json deleted file mode 100644 index 11dc4c4..0000000 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "ModSettings": { - "enable_updates_check": false, - "first_run": false - }, - "GuiSettings": { - "enable_profiles_ui": false, - "continuous_crafting_saved_value": false - }, - "AutoRefillSettings": { - "refill_before_tool_break": false, - "visual_durability_notification": false - }, - "Hotkeys": { - "sort_inventory": { - "main": { - "keys": "" - } - } - } -} \ No newline at end of file diff --git a/config/lambdabettergrass.toml b/config/lambdabettergrass.toml deleted file mode 100644 index 3abc63b..0000000 --- a/config/lambdabettergrass.toml +++ /dev/null @@ -1,9 +0,0 @@ -# LambdaBetterGrass configuration. - -# The better grass mode. Values: "off", "fastest", "fast" and "fancy". -mode = "fancy" -# The better layer option. -better_layer = true - -# Debug mode. Debug mode allows to output the generated texture in the debug folder of your minecraft instance. -debug = false diff --git a/config/lambdynlights.toml b/config/lambdynlights.toml deleted file mode 100644 index b207365..0000000 --- a/config/lambdynlights.toml +++ /dev/null @@ -1,103 +0,0 @@ -# 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 - # Enable block entities light source. - block_entities = true - # Enable entities light source. - entities = true - # TNT lighting mode. May be off, simple or fancy. - tnt = "off" - # Creeper lighting mode. May be off, simple or fancy. - creeper = "simple" - - [light_sources.settings] - - [light_sources.settings.entities] - - [light_sources.settings.entities.minecraft] - bee = true - axolotl = true - egg = true - arrow = true - cow = true - magma_cube = true - pig = true - skeleton = true - llama = true - bat = true - frog = true - husk = true - hoglin = true - rabbit = true - drowned = true - experience_orb = true - dolphin = true - item = true - stray = true - turtle = true - salmon = true - wandering_trader = true - piglin_brute = true - goat = true - ocelot = true - furnace_minecart = true - horse = true - phantom = true - minecart = true - glow_squid = true - glow_item_frame = false - squid = true - parrot = true - creeper = true - enderman = true - chicken = true - trader_llama = true - donkey = true - fox = true - chest_minecart = true - tropical_fish = true - slime = true - pillager = true - iron_golem = true - zombified_piglin = true - area_effect_cloud = true - piglin = true - blaze = true - cat = true - zombie = true - guardian = true - ghast = true - sheep = true - fireball = true - player = true - pufferfish = true - potion = true - wolf = true - villager = true - tnt_minecart = true - zombie_villager = true - elder_guardian = true - small_fireball = true - boat = true - strider = true - polar_bear = true - cave_spider = true - witch = true - cod = true - spider = true - - [light_sources.settings.entities.adventurez] - deer = true - amethyst_golem = true - gilded_stone = true - blaze_guardian = true - blaze_guardian_shield = true - - [light_sources.settings.entities.bosses_of_mass_destruction] - soul_star = true - diff --git a/config/lithium.properties b/config/lithium.properties deleted file mode 100644 index 5d06054..0000000 --- a/config/lithium.properties +++ /dev/null @@ -1,7 +0,0 @@ -# This is the configuration file for Lithium. -# This file exists for debugging purposes and should not be configured otherwise. -# -# You can find information on editing this file and all the available options here: -# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File -# -# By default, this file will be empty except for this notice. diff --git a/config/malilib.json b/config/malilib.json deleted file mode 100644 index a6e00f2..0000000 --- a/config/malilib.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Generic": { - "ignoredKeys": { - "keys": "" - }, - "openGuiConfigs": { - "keys": "A,C" - }, - "realmsCommonConfig": true - } -} \ No newline at end of file diff --git a/config/midnightlib.json b/config/midnightlib.json index df72f68..0744648 100644 --- a/config/midnightlib.json +++ b/config/midnightlib.json @@ -1,4 +1,4 @@ { "config_screen_list": "MODMENU", - "special_hats": true -} \ No newline at end of file + "special_hats": false +} diff --git a/config/minihud.json b/config/minihud.json deleted file mode 100644 index b943350..0000000 --- a/config/minihud.json +++ /dev/null @@ -1,576 +0,0 @@ -{ - "InfoLineOrders": { - "infoBeeCount": 36, - "infoBiome": 19, - "infoBiomeRegistryName": 20, - "infoBlockBreakSpeed": 6, - "infoBlockInChunk": 28, - "infoBlockPosition": 6, - "infoBlockProperties": 27, - "infoChunkPosition": 7, - "infoChunkSections": 14, - "infoChunkSectionsLine": 15, - "infoChunkUpdates": 16, - "infoCoordinates": 4, - "infoCoordinatesScaled": 4, - "infoDifficulty": 18, - "infoDimensionId": 5, - "infoDistance": 33, - "infoEntities": 21, - "infoEntitiesClientWorld": 22, - "infoEntityRegistryName": 24, - "infoFacing": 8, - "infoFurnaceXp": 30, - "infoFPS": 0, - "infoHoneyLevel": 37, - "infoHorseSpeed": 36, - "infoHorseJump": 37, - "infoLightLevel": 10, - "infoLookingAtBlock": 25, - "infoLookingAtBlockInChunk": 26, - "infoLookingAtEntity": 23, - "infoMemoryUsage": 0, - "infoLoadedChunksCount": 31, - "infoParticleCount": 17, - "infoPing": 36, - "infoRegionFile": 29, - "infoRotationPitch": 12, - "infoRotationYaw": 11, - "infoServerTPS": 9, - "infoSlimeChunk": 22, - "infoSpeed": 13, - "infoSpeedAxis": 13, - "infoSpeedHV": 13, - "infoSprinting": 40, - "infoTileEntities": 32, - "infoTimeDayModulo": 35, - "infoTimeIRL": 1, - "infoTimeTotalModulo": 34, - "infoTimeWorld": 2, - "infoWorldTimeFormatted": 3 - }, - "Colors": { - "beaconRangeLvl1": "#20E060FF", - "beaconRangeLvl2": "#20FFB040", - "beaconRangeLvl3": "#20FFF040", - "beaconRangeLvl4": "#2060FF40", - "blockGridOverlayColor": "#80FFFFFF", - "conduitRange": "#2030FFFF", - "lightLevelMarkerBlockLit": "#FF209040", - "lightLevelMarkerDark": "#FFFF4848", - "lightLevelMarkerDim": "#FFC0C040", - "lightLevelMarkerSkyLit": "#FFFFFF33", - "lightLevelNumberBlockDark": "#FFC03030", - "lightLevelNumberBlockDim": "#FFC0C040", - "lightLevelNumberBlockLit": "#FF20FF40", - "lightLevelNumberSkyDark": "#FFFFF030", - "lightLevelNumberSkyDim": "#FFC0C030", - "lightLevelNumberSkyLit": "#FF40E0FF", - "randomTicksFixedOverlayColor": "#30F9F225", - "randomTicksPlayerOverlayColor": "#3030FE73", - "regionOverlayColor": "#30FF8019", - "shapeAdjustableSpawnSphere": "#6030B0B0", - "shapeBox": "#6050A0A0", - "shapeCanDespawnSphere": "#60A04050", - "shapeCanSpawnSphere": "#60A04050", - "shapeCircle": "#6030B0B0", - "shapeDespawnSphere": "#60A04050", - "shapeLineBlocky": "#6030F0B0", - "shapeSphereBlocky": "#6030B0B0", - "slimeChunksOverlayColor": "#3020F020", - "spawnPlayerEntityOverlayColor": "#302050D0", - "spawnPlayerLazyOverlayColor": "#30D030D0", - "spawnPlayerOuterOverlayColor": "#306900D2", - "spawnRealEntityOverlayColor": "#3030FF20", - "spawnRealLazyOverlayColor": "#30FF3020", - "spawnRealOuterOverlayColor": "#309D581A", - "spawnableColumnHeightsOverlayColor": "#A0FF00FF", - "textBackgroundColor": "#A0505050", - "textColor": "#FFE0E0E0" - }, - "Generic": { - "axolotlTooltipsTooltips": false, - "beeTooltips": false, - "honeyTooltips": false, - "biomeOverlaySingleColor": true, - "debugMessages": false, - "debugRendererPathFindingEnablePointWidth": true, - "dontClearStoredSeedOnDimensionChange": true, - "enableVanillaDebugRendererFix": true, - "lightLevelAutoHeight": false, - "lightLevelCollisionCheck": false, - "lightLevelColoredNumbers": true, - "lightLevelNumberRotation": true, - "lightLevelRenderThrough": false, - "lightLevelSkipBlockCheck": false, - "lightLevelUnderWater": false, - "mapPreview": false, - "offsetSubtitleHud": true, - "requireSneak": false, - "shulkerBoxPreview": false, - "shulkerDisplayBgColor": true, - "shulkerDisplayRequireShift": true, - "sortLinesByLength": false, - "sortLinesReversed": false, - "structuresRenderThrough": false, - "useCustomizedCoordinateFormat": true, - "useFontShadow": false, - "useTextBackground": true, - "mainRenderingToggle": { - "enabled": true, - "hotkey": { - "keys": "H" - } - }, - "openConfigGui": { - "keys": "H,C" - }, - "requiredKey": { - "keys": "" - }, - "setDistanceReferencePoint": { - "keys": "" - }, - "shapeEditor": { - "keys": "" - }, - "blockGridOverlayMode": "all", - "lightLevelMarkerCondition": "spawnable", - "lightLevelMarkers": "square", - "lightLevelNumberCondition": "always", - "lightLevelNumbers": "block", - "hudAlignment": "top_left", - "biomeOverlayRange": 4, - "biomeOverlayRangeVertical": 0, - "blockGridOverlayRadius": 32, - "coordinateFormat": "x: %.1f y: %.1f z: %.1f", - "dateFormatReal": "yyyy-MM-dd HH:mm:ss", - "dateFormatMinecraft": "MC time: (day {DAY}) {HOUR}:{MIN}:xx", - "fontScale": 0.5, - "lightLevelMarkerSize": 0.84, - "lightLevelNumberOffsetBlockX": 0.26, - "lightLevelNumberOffsetBlockY": 0.32, - "lightLevelNumberOffsetSkyX": 0.42, - "lightLevelNumberOffsetSkyY": 0.56, - "lightLevelRange": 24, - "lightLevelThresholdDim": 0, - "lightLevelThresholdSafe": 1, - "lightLevelRenderOffset": 0.005, - "mapPreviewSize": 160, - "slimeChunkOverlayRadius": -1, - "spawnableColumnHeightsOverlayRadius": 40, - "textPosX": 4, - "textPosY": 4, - "timeDayDivisor": 24000, - "timeTotalDivisor": 24000 - }, - "InfoTypeToggles": { - "infoBeeCount": true, - "infoBiome": false, - "infoBiomeRegistryName": false, - "infoBlockBreakSpeed": false, - "infoBlockInChunk": false, - "infoBlockPosition": false, - "infoBlockProperties": false, - "infoChunkPosition": false, - "infoChunkSections": false, - "infoChunkSectionsLine": false, - "infoChunkUpdates": false, - "infoCoordinates": true, - "infoCoordinatesScaled": false, - "infoDifficulty": false, - "infoDimensionId": false, - "infoDistance": false, - "infoEntities": false, - "infoEntitiesClientWorld": false, - "infoEntityRegistryName": false, - "infoFacing": true, - "infoFurnaceXp": false, - "infoFPS": true, - "infoHoneyLevel": false, - "infoHorseSpeed": false, - "infoHorseJump": false, - "infoLightLevel": false, - "infoLookingAtBlock": false, - "infoLookingAtBlockInChunk": false, - "infoLookingAtEntity": false, - "infoMemoryUsage": false, - "infoLoadedChunksCount": false, - "infoParticleCount": false, - "infoPing": true, - "infoRegionFile": false, - "infoRotationPitch": false, - "infoRotationYaw": false, - "infoServerTPS": true, - "infoSlimeChunk": false, - "infoSpeed": false, - "infoSpeedAxis": false, - "infoSpeedHV": false, - "infoSprinting": false, - "infoTileEntities": false, - "infoTimeDayModulo": false, - "infoTimeIRL": false, - "infoTimeTotalModulo": false, - "infoTimeWorld": false, - "infoWorldTimeFormatted": false - }, - "InfoHotkeys": { - "infoBeeCount": { - "keys": "" - }, - "infoBiome": { - "keys": "" - }, - "infoBiomeRegistryName": { - "keys": "" - }, - "infoBlockBreakSpeed": { - "keys": "" - }, - "infoBlockInChunk": { - "keys": "" - }, - "infoBlockPosition": { - "keys": "" - }, - "infoBlockProperties": { - "keys": "" - }, - "infoChunkPosition": { - "keys": "" - }, - "infoChunkSections": { - "keys": "" - }, - "infoChunkSectionsLine": { - "keys": "" - }, - "infoChunkUpdates": { - "keys": "" - }, - "infoCoordinates": { - "keys": "" - }, - "infoCoordinatesScaled": { - "keys": "" - }, - "infoDifficulty": { - "keys": "" - }, - "infoDimensionId": { - "keys": "" - }, - "infoDistance": { - "keys": "" - }, - "infoEntities": { - "keys": "" - }, - "infoEntitiesClientWorld": { - "keys": "" - }, - "infoEntityRegistryName": { - "keys": "" - }, - "infoFacing": { - "keys": "" - }, - "infoFurnaceXp": { - "keys": "" - }, - "infoFPS": { - "keys": "" - }, - "infoHoneyLevel": { - "keys": "" - }, - "infoHorseSpeed": { - "keys": "" - }, - "infoHorseJump": { - "keys": "" - }, - "infoLightLevel": { - "keys": "" - }, - "infoLookingAtBlock": { - "keys": "" - }, - "infoLookingAtBlockInChunk": { - "keys": "" - }, - "infoLookingAtEntity": { - "keys": "" - }, - "infoMemoryUsage": { - "keys": "" - }, - "infoLoadedChunksCount": { - "keys": "" - }, - "infoParticleCount": { - "keys": "" - }, - "infoPing": { - "keys": "" - }, - "infoRegionFile": { - "keys": "" - }, - "infoRotationPitch": { - "keys": "" - }, - "infoRotationYaw": { - "keys": "" - }, - "infoServerTPS": { - "keys": "" - }, - "infoSlimeChunk": { - "keys": "" - }, - "infoSpeed": { - "keys": "" - }, - "infoSpeedAxis": { - "keys": "" - }, - "infoSpeedHV": { - "keys": "" - }, - "infoSprinting": { - "keys": "" - }, - "infoTileEntities": { - "keys": "" - }, - "infoTimeDayModulo": { - "keys": "" - }, - "infoTimeIRL": { - "keys": "" - }, - "infoTimeTotalModulo": { - "keys": "" - }, - "infoTimeWorld": { - "keys": "" - }, - "infoWorldTimeFormatted": { - "keys": "" - } - }, - "RendererToggles": { - "overlayBeaconRange": false, - "overlayBiomeBorder": false, - "overlayBlockGrid": false, - "overlayConduitRange": false, - "overlayLightLevel": false, - "overlayRandomTicksFixed": false, - "overlayRandomTicksPlayer": false, - "overlayRegionFile": false, - "overlaySlimeChunks": false, - "overlaySpawnableColumnHeights": false, - "overlaySpawnChunkReal": false, - "overlaySpawnChunkPlayer": false, - "overlayStructureMainToggle": false, - "shapeRenderer": false, - "debugChunkBorder": false, - "debugChunkInfo": false, - "debugChunkOcclusion": false, - "debugCollisionBoxEnabled": false, - "debugNeighborsUpdateEnabled": false, - "debugPathfindingEnabled": false, - "debugSolidFaceEnabled": false, - "debugWaterEnabled": false - }, - "RendererHotkeys": { - "overlayBeaconRange": { - "keys": "" - }, - "overlayBiomeBorder": { - "keys": "" - }, - "overlayBlockGrid": { - "keys": "" - }, - "overlayConduitRange": { - "keys": "" - }, - "overlayLightLevel": { - "keys": "KP_0" - }, - "overlayRandomTicksFixed": { - "keys": "" - }, - "overlayRandomTicksPlayer": { - "keys": "" - }, - "overlayRegionFile": { - "keys": "" - }, - "overlaySlimeChunks": { - "keys": "" - }, - "overlaySpawnableColumnHeights": { - "keys": "" - }, - "overlaySpawnChunkReal": { - "keys": "" - }, - "overlaySpawnChunkPlayer": { - "keys": "" - }, - "overlayStructureMainToggle": { - "keys": "" - }, - "shapeRenderer": { - "keys": "" - }, - "debugChunkBorder": { - "keys": "" - }, - "debugChunkInfo": { - "keys": "" - }, - "debugChunkOcclusion": { - "keys": "" - }, - "debugCollisionBoxEnabled": { - "keys": "" - }, - "debugNeighborsUpdateEnabled": { - "keys": "" - }, - "debugPathfindingEnabled": { - "keys": "" - }, - "debugSolidFaceEnabled": { - "keys": "" - }, - "debugWaterEnabled": { - "keys": "" - } - }, - "StructureColors": { - "Bastion Remnant Main": "#302171F5", - "Bastion Remnant Components": "#302171F5", - "Buried Treasure Main": "#302298E6", - "Buried Treasure Components": "#302298E6", - "Desert Pyramid Main": "#30FFFF00", - "Desert Pyramid Components": "#30FFFF00", - "End City Main": "#30EB07EB", - "End City Components": "#30EB07EB", - "Igloo Main": "#300FAFE4", - "Igloo Components": "#300FAFE4", - "Jungle Temple Main": "#3099FF00", - "Jungle Temple Components": "#3099FF00", - "Mansion Main": "#30FF6500", - "Mansion Components": "#30FF6500", - "Mineshaft Main": "#30F8D650", - "Mineshaft Components": "#30F8D650", - "Nether Fortress Main": "#30FC381D", - "Nether Fortress Components": "#30FC381D", - "Nether Fossil Main": "#30868E99", - "Nether Fossil Components": "#30868E99", - "Ocean Monument Main": "#3029E6EF", - "Ocean Monument Components": "#3029E6EF", - "Ocean Ruin Main": "#300FAD83", - "Ocean Ruin Components": "#300FAD83", - "Pillager Outpost Main": "#300FAD83", - "Pillager Outpost Components": "#300FAD83", - "Ruined Portal Main": "#309F03D3", - "Ruined Portal Components": "#309F03D3", - "Shipwreck Main": "#30EB1995", - "Shipwreck Components": "#30EB1995", - "Stronghold Main": "#30009999", - "Stronghold Components": "#30009999", - "Village Main": "#3054CB4E", - "Village Components": "#3054CB4E", - "Witch Hut Main": "#30BE1DFC", - "Witch Hut Components": "#300099FF", - "Unknown Main": "#50FFFFFF", - "Unknown Components": "#50FFFFFF" - }, - "StructureHotkeys": { - "Toggle Bastion Remnant": { - "keys": "" - }, - "Toggle Buried Treasure": { - "keys": "" - }, - "Toggle Desert Pyramid": { - "keys": "" - }, - "Toggle End City": { - "keys": "" - }, - "Toggle Igloo": { - "keys": "" - }, - "Toggle Jungle Temple": { - "keys": "" - }, - "Toggle Mansion": { - "keys": "" - }, - "Toggle Mineshaft": { - "keys": "" - }, - "Toggle Nether Fortress": { - "keys": "" - }, - "Toggle Nether Fossil": { - "keys": "" - }, - "Toggle Ocean Monument": { - "keys": "" - }, - "Toggle Ocean Ruin": { - "keys": "" - }, - "Toggle Pillager Outpost": { - "keys": "" - }, - "Toggle Ruined Portal": { - "keys": "" - }, - "Toggle Shipwreck": { - "keys": "" - }, - "Toggle Stronghold": { - "keys": "" - }, - "Toggle Village": { - "keys": "" - }, - "Toggle Witch Hut": { - "keys": "" - }, - "Toggle Unknown": { - "keys": "" - } - }, - "StructureToggles": { - "Bastion Remnant": false, - "Buried Treasure": false, - "Desert Pyramid": false, - "End City": false, - "Igloo": false, - "Jungle Temple": false, - "Mansion": false, - "Mineshaft": false, - "Nether Fortress": false, - "Nether Fossil": false, - "Ocean Monument": false, - "Ocean Ruin": false, - "Pillager Outpost": false, - "Ruined Portal": false, - "Shipwreck": false, - "Stronghold": false, - "Village": false, - "Witch Hut": false, - "Unknown": false - }, - "config_version": 1 -} \ No newline at end of file diff --git a/config/modmenu.json b/config/modmenu.json deleted file mode 100644 index 6e76cad..0000000 --- a/config/modmenu.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "sorting": "ascending", - "count_libraries": true, - "compact_list": false, - "count_children": true, - "mods_button_style": "classic", - "count_hidden_mods": true, - "mod_count_location": "title_screen", - "hide_mod_links": false, - "show_libraries": false, - "hide_mod_license": false, - "hide_badges": false, - "hide_mod_credits": false, - "easter_eggs": true, - "modify_title_screen": true, - "modify_game_menu": true, - "hide_config_buttons": false, - "hidden_mods": [] -} \ No newline at end of file diff --git a/config/mousewheelie.hjson b/config/mousewheelie.hjson deleted file mode 100644 index 606c1ed..0000000 --- a/config/mousewheelie.hjson +++ /dev/null @@ -1,127 +0,0 @@ -{ - // General settings - general: { - // Sets the interval in milliseconds in which certain packets are fired. - // Lower numbers increase the speed but might be rejected by servers. - // default: 10 - // Must be greater or equal to 1 - interaction-rate: 10 - // Enables using armor/elytra items to swap them with the currently equipped item. - // default: true - enable-quick-armor-swapping: true - // Enables dropping items when pressing alt and clicking on them. - // default: true - enable-alt-dropping: true - // Enables right-clicking in recipe books/villager trading to swiftly craft/trade. - // default: true - enable-quick-craft: true - // This option will treat the hotbar as a separate scope. - // This means that pushing the inventory or sorting the main inventory will not affect the hotbar and vice-versa. - // default: true - hotbar-scope: true - // This helps when you regularly move your mouse faster than the game can pick up. - // This will impact performance though. - // default: false - better-fast-dragging: false - // Sets the interval in milliseconds for singleplayer and local multiplayer. - // default: 1 - // Must be greater or equal to 1 - integrated-interaction-rate: 1 - // Whether item types should check nbt data. - // This is for example used by scrolling and drop-clicking. - // NONE disables this, ALL checks for exactly the same nbt and SOME allows for differences in damage and echantments. - // default: SOME - item-kinds-nbt-match-mode: SOME - } - scrolling: { - // Enables scrolling of stacks - // default: true - enable: true - // Invert the scroll direction when scrolling items - // default: false - invert: false - // If enabled items will be moved according to whether your scrolling up or down. - // If disabled you will scroll to change the amount of items present (up will increase - down will decrease - // default: true - directional-scrolling: true - // Sets whether to by default scroll items - // out of the creative menu. - // default: true - scroll-creative-menu-items: true - // Sets whether creative mode tabs can - // be switched by scrolling over them. - // default: true - scroll-creative-menu-tabs: true - } - // Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY - sort: { - // Sets the sort mode for normal sorting. - // default: raw_id - primary-sort: raw_id - // Sets the sort mode for sorting whilst pressing shift. - // default: quantity - shift-sort: quantity - // Sets the sort mode for sorting whilst pressing control. - // default: alphabet - control-sort: alphabet - } - // Configure refill related stuff here. - refill: { - // Refills stacks in the off hand - // default: true - off-hand: true - // Refill when eating items - // default: true - eat: true - // Refill when dropping items - // default: true - drop: true - // Refill when using up items - // default: true - use: true - // Refill on other occasions - // default: true - other: true - // Enable/Disable specific rules for how to refill items - rules: { - // Tries to find any block items - // default: false - any-block: false - // Find items of the same item group - // default: false - itemgroup: false - // Try to find similar items through the item type hierarchy - // default: false - item-hierarchy: false - // Try to find similar block items through the block type hierarchy - // default: false - block-hierarchy: false - // Try to find other food items - // default: false - food: false - // Try to find equal items (no nbt matching) - // default: true - equal-items: true - // Try to find equal stacks (nbt matching - // default: true - equal-stacks: true - } - // Restore the refilled item to the originally selected slot. - // This will take a tad more time. You might want to turn this off on slow connections. - // default: true - restore-selected-slot: true - } - // Configure picking the correct tool for the currently faced block. - tool-picking: { - // Pick correct tool when middle clicking whilst holding a tool. - // default: true - hold-tool: true - // Pick correct tool when middle clicking whilst holding the same block as faced. - // default: false - hold-block: false - // Allows picking tools from the inventory. - // If disabled picking will only happen from the hotbar. - // default: true - pick-from-inventory: true - } -} \ No newline at end of file diff --git a/config/noindium.json b/config/noindium.json deleted file mode 100644 index 9620a65..0000000 --- a/config/noindium.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - //Whether the 'missing indium' screen can show up. This config value is set to false if the user uses the checkbox. - "showIndiumScreen": true, - //Whether the 'remove optifabric' screen can show up. This config value is set to false if the user uses the checkbox. - "showOptifabricScreen": true, - //Allow the user to proceed to the Title Screen even if one of the screens shows up. Setting this to false also removes the checkbox. - "allowToProceed": true -} diff --git a/config/okzoomer.json5 b/config/okzoomer.json5 deleted file mode 100644 index a21936c..0000000 --- a/config/okzoomer.json5 +++ /dev/null @@ -1,66 +0,0 @@ -{ - features: { - // Defines the cinematic camera while zooming. - // "OFF" disables the cinematic camera. - // "VANILLA" uses Vanilla's cinematic camera. - // "MULTIPLIED" is a multiplied variant of "VANILLA". - cinematic_camera: "OFF", - // Reduces the mouse sensitivity when zooming. - reduce_sensitivity: true, - // Adds transitions between zooms. - // "OFF" disables transitions. - // "SMOOTH" replicates Vanilla's dynamic FOV. - // "LINEAR" removes the smoothiness. - zoom_transition: "SMOOTH", - // The behavior of the zoom key. - // "HOLD" needs the zoom key to be hold. - // "TOGGLE" has the zoom key toggle the zoom. - // "PERSISTENT" makes the zoom permanent. - zoom_mode: "HOLD", - // Allows to increase or decrease zoom by scrolling. - zoom_scrolling: true, - // Adds zoom manipulation keys along with the zoom key. - extra_keybinds: true, - // Adds an overlay in the screen during zoom. - // "VIGNETTE" uses a vignette as the overlay. - // "SPYGLASS" uses the spyglass overlay with the vignette texture. - // The vignette texture can be found at: assets/okzoomer/textures/misc/zoom_overlay.png - zoom_overlay: "OFF" - }, - values: { - // The divisor applied to the FOV when zooming. - zoom_divisor: 4.0, - // The minimum value that you can scroll down. - minimum_zoom_divisor: 1.0, - // The maximum value that you can scroll down. - maximum_zoom_divisor: 50.0, - // The number which is decremented or incremented by zoom scrolling. - // Used when the zoom divisor is above the starting point. - scroll_step: 1.0, - // The number which is decremented or incremented by zoom scrolling. - // Used when the zoom divisor is below the starting point. - lesser_scroll_step: 0.5, - // The multiplier used for smooth transitions. - smooth_multiplier: 0.75, - // The multiplier used for the multiplied cinematic camera. - cinematic_multiplier: 4.0, - // The minimum value which the linear transition step can reach. - minimum_linear_step: 0.125, - // The maximum value which the linear transition step can reach. - maximum_linear_step: 0.25 - }, - tweaks: { - // Allows for resetting the zoom with the middle mouse button. - reset_zoom_with_mouse: true, - // If pressed, the "Save Toolbar Activator" keybind will be unbound if there's a conflict with the zoom key. - unbind_conflicting_key: false, - // If enabled, the spyglass overlay texture is used instead of Ok Zoomer's overlay texture. - use_spyglass_texture: false, - // If enabled, the zoom will use spyglass sounds on zooming in and out. - use_spyglass_sounds: false, - // Shows toasts when the server imposes a restriction. - show_restriction_toasts: true, - // Prints a random owo in the console when the game starts. Enabled by default until full release. - print_owo_on_start: true - } -} \ No newline at end of file diff --git a/config/rightclickharvest.json b/config/rightclickharvest.json deleted file mode 100644 index 3b11900..0000000 --- a/config/rightclickharvest.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "requireHoe": true, - "harvestInRadius": true, - "useHunger": true -} \ No newline at end of file diff --git a/config/seamless_loading_screen.json b/config/seamless_loading_screen.json deleted file mode 100644 index e4e2d45..0000000 --- a/config/seamless_loading_screen.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "time": 80, - "fade": 20, - "resolution": "Normal", - "disableCamera": true, - "archiveScreenshots": false, - "updateWorldIcon": false -} \ No newline at end of file diff --git a/config/simplerharvest.json b/config/simplerharvest.json index 989bca0..b0ae402 100644 --- a/config/simplerharvest.json +++ b/config/simplerharvest.json @@ -1,5 +1,5 @@ { - "exhaustionPerHarvest": 0.005, + "exhaustionPerHarvest": 0, "additionalLogging": false, "crops": { "wheatEnabled": true, @@ -13,4 +13,4 @@ "beetrootEnabled": true, "beetrootStage": 3 } -} \ No newline at end of file +} diff --git a/config/sodium-options.json b/config/sodium-options.json deleted file mode 100644 index c653075..0000000 --- a/config/sodium-options.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "quality": { - "weather_quality": "DEFAULT", - "leaves_quality": "DEFAULT", - "enable_vignette": true - }, - "advanced": { - "arena_memory_allocator": "ASYNC", - "allow_direct_memory_access": true, - "enable_memory_tracing": false, - "use_advanced_staging_buffers": true, - "cpu_render_ahead_limit": 3 - }, - "performance": { - "chunk_builder_threads": 0, - "always_defer_chunk_updates": false, - "animate_only_visible_textures": true, - "use_entity_culling": true, - "use_adaptive_sync": true, - "use_particle_culling": true, - "use_fog_occlusion": true, - "use_block_face_culling": true - }, - "notifications": { - "hide_donation_button": true - } -} \ No newline at end of file diff --git a/config/visuality.json b/config/visuality.json deleted file mode 100644 index 9913cdc..0000000 --- a/config/visuality.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "slimeEnabled": true, - "chargeEnabled": true, - "sparkleEnabled": true, - "soulEnabled": true, - "waterCircles": { - "density": 10, - "radius": 16, - "enabled": true, - "colored": true - }, - "hitParticlesEnabled": true, - "hitParticleEntries": [ - "minecraft:skeleton/visuality:bone", - "minecraft:skeleton_horse/visuality:bone", - "minecraft:stray/visuality:bone", - "minecraft:wither_skeleton/visuality:wither_bone", - "minecraft:chicken/visuality:feather", - "minecraft:villager/visuality:emerald" - ], - "shinyArmorEnabled": true, - "shinyArmorEntries": [ - "minecraft:golden_helmet", - "minecraft:golden_chestplate", - "minecraft:golden_leggings", - "minecraft:golden_boots", - "minecraft:diamond_helmet", - "minecraft:diamond_chestplate", - "minecraft:diamond_leggings", - "minecraft:diamond_boots" - ], - "shinyBlocksEnabled": true, - "shinyBlockEntries": [ - "minecraft:gold_ore", - "minecraft:deepslate_gold_ore", - "minecraft:nether_gold_ore", - "minecraft:diamond_ore", - "minecraft:deepslate_diamond_ore", - "minecraft:emerald_ore", - "minecraft:deepslate_emerald_ore" - ] -} \ No newline at end of file diff --git a/config/waila/blacklist.json b/config/waila/blacklist.json deleted file mode 100644 index 72d8e48..0000000 --- a/config/waila/blacklist.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "blocks": [ - "minecraft:barrier", - "minecraft:structure_void" - ], - "blockEntityTypes": [], - "entityTypes": [ - "minecraft:area_effect_cloud", - "minecraft:experience_orb", - "minecraft:fireball", - "minecraft:firework_rocket", - "minecraft:snowball" - ], - "configVersion": 0, - "pluginHash": [ - 1510828157, - 0, - 1532117445 - ] -} \ No newline at end of file diff --git a/config/waila/waila.json b/config/waila/waila.json deleted file mode 100644 index b928693..0000000 --- a/config/waila/waila.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "general": { - "displayTooltip": true, - "shiftForDetails": false, - "hideShiftText": false, - "displayMode": "TOGGLE", - "hideFromPlayerList": true, - "hideFromDebug": true, - "enableTextToSpeech": false, - "rateLimit": 250 - }, - "overlay": { - "position": { - "align": { - "x": "CENTER", - "y": "TOP" - }, - "anchor": { - "x": "CENTER", - "y": "TOP" - }, - "x": 0, - "y": 0, - "bossBarsOverlap": false - }, - "color": { - "alpha": 80, - "themes": [ - { - "id": "waila:dark", - "backgroundColor": 1250067, - "gradientStart": 3684408, - "gradientEnd": 2368548, - "fontColor": 10526880 - }, - { - "id": "waila:vanilla", - "backgroundColor": 1048592, - "gradientStart": 5243135, - "gradientEnd": 2621567, - "fontColor": 10526880 - } - ], - "activeTheme": "waila:dark" - }, - "scale": 1.0 - }, - "formatter": { - "modName": "§9§o%s", - "blockName": "§f%s", - "fluidName": "§f%s", - "entityName": "§f%s", - "registryName": "§8%s" - }, - "configVersion": 1 -} \ No newline at end of file diff --git a/config/waila/waila_plugins.json b/config/waila/waila_plugins.json deleted file mode 100644 index b625b75..0000000 --- a/config/waila/waila_plugins.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "waila": { - "show_blocks": true, - "show_fluids": false, - "show_entities": true, - "show_icon": true, - "icon_position": "MIDDLE", - "show_mod_name": false, - "show_registry": false - }, - "minecraft": { - "item_entity": true, - "pet.owner": true, - "pet.hide_unknown_owner": false, - "attribute.block_position": false, - "attribute.block_state": false, - "attribute.entity_position": false, - "attribute.health": true, - "attribute.absorption": true, - "attribute.armor": true, - "attribute.compact": false, - "attribute.icon_per_line": 25, - "attribute.long_health_max": 100, - "attribute.long_armor_max": 100, - "furnace_contents": true, - "jukebox.record": true, - "timer.grow": true, - "timer.breed": true, - "override.trapped_chest": true, - "override.powder_snow": true, - "override.infested": true, - "breaking_progress.enabled": true, - "breaking_progress.color": -1426063361, - "breaking_progress.bottom_only": false, - "spawner_type": true, - "crop_progress": true, - "redstone.lever": true, - "redstone.repeater": true, - "redstone.comparator": true, - "redstone.level": true, - "player_head.name": true, - "level.composter": true, - "level.honey": true, - "note_block.type": true, - "note_block.note": "SHARP", - "note_block.int_value": false - } -} \ No newline at end of file diff --git a/config/yttr.css b/config/yttr.css index 8e483dc..2493453 100644 --- a/config/yttr.css +++ b/config/yttr.css @@ -10,7 +10,7 @@ * timing on the server side. This makes timing firing the rifle feel much better, but a hacked * client can get perfect shots every time. */ - trust-players: off; + trust-players: on; /* * If set to "on", enables inside-jokes and various chaos. Nothing destructive. diff --git a/index.toml b/index.toml index 891be0e..fb7c4cd 100644 --- a/index.toml +++ b/index.toml @@ -12,10 +12,6 @@ hash = "bf3205760530909a311c3dc232032ff21a88bc24718aee65b3d2cc3bde4323ae" file = "config/Adorn.json5" hash = "6c90f63175a0d64b53d763b490b9929d734730d2fef7b215cccf104c6a8d8dd2" -[[files]] -file = "config/MouseTweaks.cfg" -hash = "4069ce1a439d8c37453c1b1e9f2037e0942674c7e48723a39b37eab245792ad4" - [[files]] file = "config/NoChatReports.json" hash = "6b31dab36910d585153757b7bcd4b3affb5cd83a67167cce251658c8b67354da" @@ -34,7 +30,7 @@ hash = "55512d043a313861d1aadd8649c454582283b3d480ce8adb00c4a0fdd6bed89d" [[files]] file = "config/adventurez.json5" -hash = "be9c247b908b597ccc054ad8c092276f1939b59544ed3cfb3000f8f4c10ffaef" +hash = "77ce31e3a0d4538ffd336459b9905e8d009efbae35f5fa52db23dc3cfb5d3da6" [[files]] file = "config/ae2/common.json" @@ -56,21 +52,9 @@ hash = "0d040c4d9c6dd0c6a8c3a9fb1404869b062a5d3952d606cd22b033cf04470ffe" file = "config/bosses_of_mass_destruction.json5" hash = "a246a1c2f9e576e459fe0ba21d2a92c8c1e6347cdd7965400b542f6ebbf2ad0c" -[[files]] -file = "config/c2me-compat.toml" -hash = "01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b" - -[[files]] -file = "config/c2me.toml" -hash = "b55a23440d5c42962ff8f7579a509c7417de17f01de8235fdeb9a9422797e880" - [[files]] file = "config/capybara.json" -hash = "45ae8450a6aadae4f4a1cd01fc430ba16008c73ec0e8230bb01570ca59c7c78f" - -[[files]] -file = "config/cardinal-components-api.properties" -hash = "f7e7f346e0724cf9cfb77f44dec2e7d202ea2507729ec7b95ee6a8f089c82982" +hash = "fad2473c27a685cfb669b2e5078da1a2511b18c9fde148bb041bdfe4129c868b" [[files]] file = "config/charm.toml" @@ -78,52 +62,16 @@ hash = "df902bb9347fc40c07ed4d5120dbb5b27f246c78d26fcafb304faf1c1654910a" [[files]] file = "config/charmonium.toml" -hash = "e60c75ebe9f3658c925a14189f80f82fbb003fdc9494a168af52aa8ffae08227" +hash = "566601af8923c11495a2c52819855fe356908395c2a1d97bd9749e78cab6a77e" [[files]] file = "config/cleanchat.toml" hash = "724a275d236967a24ceb153f1d06d65defef21f8d85e805adbb3c08b6827f259" -[[files]] -file = "config/computercraft-client.toml" -hash = "20772df2e321ec660a746f6d1a11395b62679c6301c84bacacb2f51ab02a9db1" - [[files]] file = "config/croptopia/croptopia.conf" hash = "9f9ea3db6f373f686f9f1ec71428fc06354094b33cd613f29a56e51998c5dc64" -[[files]] -file = "config/cullleaves.json" -hash = "6ba25b17d218c13aecd7773fb0dd9f01783997854cc7123891e526e82490662e" - -[[files]] -file = "config/debugify-descriptions.json" -hash = "b8706e96c6761884c91ef3d3ed1bef76cfad0e90ef8854d1efe082f9fa80437d" - -[[files]] -file = "config/debugify.json" -hash = "8f68d93770802dc7b4393b90dda1dc8b6e3d6fe548efc3d94c907563b335d685" - -[[files]] -file = "config/dynamicfps.toml" -hash = "f5474c5f2aa9e04cc88211eb6c0b7c4d3835814ba7047252edf624355862caa6" - -[[files]] -file = "config/effective.json" -hash = "d019c209df045fb1c3dc112f0bee1a66db1909ed97664ec7c5c298446f33af34" - -[[files]] -file = "config/emi.css" -hash = "52d2b164e3c7c97510257f5586836e2e0fcfe0cc1859e02004730b930ee5fd6a" - -[[files]] -file = "config/emojitype.json" -hash = "97464a0e777f4d9fcbfd69857171969c34888ecbd85068e1e74265a420dc1e19" - -[[files]] -file = "config/fabric/indigo-renderer.properties" -hash = "74874ce9edf5ec0ad99721251d71bf7f146331c15a79b2c421e40305953f8132" - [[files]] file = "config/fabrication/block_logo.ini" hash = "1a58d3ffaaf266eb0f6f3574f15559689fa237be980a13b741834d640d9a8375" @@ -164,26 +112,10 @@ hash = "fe069b4316f910f2f3b703cedd9930b73eed74c2ae86909f8b43a8ffd3d1af45" file = "config/fabrication/yeet_recipes.ini" hash = "939cfc95ed4a7480ac08d3f692538a348af72c6db693349c61f93f926976d1f2" -[[files]] -file = "config/fallingleaves.json" -hash = "fce3e34beb643c6a0c3f464c0570edd136a742b02b99e07ad1f49731942053cc" - [[files]] file = "config/fwaystones/config.json" hash = "58dc4e76a923b892715b164deed1d6c71cce9d84f5f7ffbf3c30b288c7d51a8c" -[[files]] -file = "config/image2map.json" -hash = "8dfda98b5271ac519b696cab27f65f40b381eac7a65477a7f2105fb478b1a834" - -[[files]] -file = "config/indium-renderer.properties" -hash = "117b8e5873eea501f5e2a9462397f15786363bfbc5060ba5d6c9c4088e109bd4" - -[[files]] -file = "config/inspecio.json" -hash = "b7e6193f25e9f5921404fd4ed3fedb0e713718359a2a998d5b279c85e037b5a3" - [[files]] file = "config/inventoryprofilesnext/integrationHints/exampleIntegrationHints.json" hash = "ca413dea02cce69c69dccdc525fb0ec013236876eff2d142772c68db3d772d3a" @@ -192,54 +124,14 @@ hash = "ca413dea02cce69c69dccdc525fb0ec013236876eff2d142772c68db3d772d3a" file = "config/inventoryprofilesnext/integrationHints/player-defined.json" hash = "db800f00fdf456276b41a6434937ef71be504d0e694111057840a3ca30876182" -[[files]] -file = "config/inventoryprofilesnext/inventoryprofiles.json" -hash = "5b69ad1638cf1f54c330e3b033e1ccb62f012bf6948abe48ffbfffbe7eecc02e" - -[[files]] -file = "config/lambdabettergrass.toml" -hash = "71f8657fa67d9b11264366d2e8726098d6d86887e63f14e2cbce82532a2f84be" - -[[files]] -file = "config/lambdynlights.toml" -hash = "13f7fc8807f87da893ce7e147e23b665748f35112c2711edd81e524ccd4cb76c" - -[[files]] -file = "config/lithium.properties" -hash = "4f5890cb55b35047fdb433efa30060827aa9415e0850220f85b2c8ad663d6722" - -[[files]] -file = "config/malilib.json" -hash = "a4976d6a5206a02939ee0ad164b06eb0bd0530dc5ffff42c9372327d1f5e5b64" - [[files]] file = "config/midnightlib.json" -hash = "6b52769b3358f87b591871a4444f3cef8124a9dced0da1755f18db2f47adf4f3" - -[[files]] -file = "config/minihud.json" -hash = "d40dbadc301b74a5508922df370400b51a7ab3479153011ee97fdb23fb98d05e" - -[[files]] -file = "config/modmenu.json" -hash = "503f96151dab202359895d267084c5ca81604cf9a3455446c20a5c0c69ec7cdb" +hash = "ce0cfe7749bf2ab50f097f2a8e3100780b86c117bdd005036636fffd42b38d4f" [[files]] file = "config/mostructures-config-v4.json5" hash = "99c3743a07e13fb8259601dd53b6e3d895165e6fc89c233125ef92cb7425361f" -[[files]] -file = "config/mousewheelie.hjson" -hash = "09bef3f8cd623653931931b8497d0ffd209841c248c1ebb72e731b22838ecb90" - -[[files]] -file = "config/noindium.json" -hash = "ed093ed833011b0f97e7b6d5054def07d6d76e67e9f0ae696a4471d77abee112" - -[[files]] -file = "config/okzoomer.json5" -hash = "e7e05a60ee978b45b069ec4f08c5ee98b21a33c6620f7af9946a2bdcaed297f5" - [[files]] file = "config/origins_server.json" hash = "f841b29e421345aa8a8ee6b4030534bbaa0153ccfe991214aff7ad6997d843cc" @@ -260,30 +152,14 @@ hash = "4a0492a46ebe8c5870fccbd5451cfff5a6557779ae34270e33620024b0896245" file = "config/repurposed_structures.json" hash = "14e4fe1ded11fa49bfc3479a8e7efdda0e5bc7333d6c9723b44c87306619d8ab" -[[files]] -file = "config/rightclickharvest.json" -hash = "528c0d17326fe0594c54ccded0424d68cb99ac058007b777faa626532078d9b9" - -[[files]] -file = "config/seamless_loading_screen.json" -hash = "1194ed677317a321ce5428f37e6b72922e2481d4e527238ce228df23352654e7" - [[files]] file = "config/simplerharvest.json" -hash = "3e8e57664e564edbbdc290dd61c32d4d44396cf5f9eafecfdc2a26dc1f7c89f8" - -[[files]] -file = "config/sodium-options.json" -hash = "b7d21d826928f4b946a97f9a214d1f367d5544dc8d4169a8cdd41314c7a651a4" +hash = "35d255042b102253101c94159dc2e4aad8f466da894d3bdfe6550f914ea8bc7b" [[files]] file = "config/things.json5" hash = "6735f4ed1ff4c7678d9da6c12ab15da8cd04998014bd800f3b34dbae10aa6183" -[[files]] -file = "config/visuality.json" -hash = "88d657f8162309d18cd50a9d38b6e166b00e36c8ed9f69f5637067e0b1523427" - [[files]] file = "config/visualoverhaul.json" hash = "fc10744336f39ed240431922737e9c709f1f870aff1206a2e751389478120788" @@ -292,25 +168,13 @@ hash = "fc10744336f39ed240431922737e9c709f1f870aff1206a2e751389478120788" file = "config/vmp.properties" hash = "adfabe0ea6e058f06ba9f05f119644ec6ee92f9db59a15fce23a662b81c6b1c5" -[[files]] -file = "config/waila/blacklist.json" -hash = "640800920130d084dec5a3a7f52c10e18d72ed7faca522b5bcb6bb46d0dcae9b" - -[[files]] -file = "config/waila/waila.json" -hash = "eb480e5a35380e0bde179661ead7cb2fc8021fc283cf7e5cbdb4b0509cd0b681" - -[[files]] -file = "config/waila/waila_plugins.json" -hash = "aac941710ef33919d05bce1036d9858508c774b2b1e354c78ad5afa52d52a647" - [[files]] file = "config/waystones/config.json" hash = "c1e854fd5c0750b76dc653a02844ddc9b1845e34c428dc9ed293565ac938592e" [[files]] file = "config/yttr.css" -hash = "83992bd9e8aae622c3c3c80031e46e8df3d1cb027fc1724c76a4fe00a993392b" +hash = "1d45dcde5a0de8e4b4c17da72c0516427758fbe585f44bf3218ed80651f00c2b" [[files]] file = "mods/addadd.pw.toml" diff --git a/pack.toml b/pack.toml index e44a18f..451732f 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0fd10aa3442c29011d82fac05e690871f02c3ae68a2ef7977559330f13c266b6" +hash = "31d2ede7300f0cc7d0b8aa7cf6f5bf655641d5324a57a7266dd1ce568c153330" [versions] fabric = "0.14.9"