Skip to content

Instantly share code, notes, and snippets.

@unilock
Last active September 20, 2023 16:48
Show Gist options
  • Save unilock/8ae596c3eb83fcf3d290b107c3ffa7f6 to your computer and use it in GitHub Desktop.
Save unilock/8ae596c3eb83fcf3d290b107c3ffa7f6 to your computer and use it in GitHub Desktop.
Kate's Convenient Mods

KATE'S CONVENIENT MODS (Fabric 1.20 edition)

Performance

  • Async Locator: Lets the game locate structures (hidden treasure, etc.) without freezing the entire server for a few seconds
  • Bedrodium: Disables rendering the underside of the bedrock at the bottom of the world (that the player will never be able to see)
  • Better Beds: Renders beds in a more efficient (yet visually identical) manner
  • Concurrent Chunk Management Engine: Improves the performance of generating, saving, and loading chunks
  • Enhanced Block Entities: Renders block entities more efficiently
  • Exordium: Limits the framerate of the GUI and screens, allowing the game to allocate more resources to rendering the rest of the world
  • FastAnim: Renders entities more efficiently
  • Fat Experience Orbs: Combines many XP orbs into one entity, making them faster to render and absorb
  • FerriteCore: Makes the game use much less RAM
  • ImmediatelyFast: Renders many things more efficiently
  • Krypton: Makes networking, such as server connections, more efficient
  • Ksyxis: Disables loading an unnecessary amount of chunks every time the server starts, increasing world loading speed
  • Lithium: Improves performance in many ways
  • Memory Leak Fix: Fixes various bugs that would cause the game to use more RAM than it should
  • Model Gap Fix: Fixes gaps in the models of items and blocks (like held fishing rods and swords)
  • ModernFix: Does many things, a la Lithium
  • More Culling: Disables rendering various things the player can't see
  • Not Enough Recipe Book: Completely removes all code related to the Recipe Book, slightly improving player data processing and handling performance
  • ServerCore: Does many things, but mostly just for servers
  • Sodium: Significantly improves rendering performance
  • Very Many Players: Improves the efficiency of many server tasks
  • Video Tape: Fixes a few GPU-related issues

(Entity Culling is not on this list, as Sodium does the same thing, and apparently it breaks things?)

Quality of Life

  • AdvancementInfo: Makes the advancements screen less bad
  • AppleSkin: Food tooltips show how many hunger / saturation points it restores
  • Axolotl Buckets: Show the color and age of axolotls when in buckets
  • Bad Wither No Cookie: Silences some sounds broadcast to all players, such as those of the Ender Dragon and Wither
  • Better Ping Display: Shows a player's latency as a number in the player list
  • Chat Heads: Puts player heads next to chat messages
  • Chat Patches: Packages many tweaks and fixes for the in-game chat
  • Continuity: Connected textures
  • Controlling: Makes the "key bindings" screen less bad
  • Emogg: 😊 + 💬 = 💥
  • Enchantips: Makes enchantment tooltips look much nicer, among other things
  • Falling Leaves: Pretty...
  • Hat List: Shows the hat layer in player skins in the player list
  • LambDynamicLights: Torch make light in hand wow
  • SwingThrough: Hit entities behind tall grasses instead of breaking the grass
  • Visuality: Lots of cute little particle effects where you didn't know you needed them

Utility

  • Crafting Tweaks: Adds some nice buttons to make crafting easier
  • EMI: TMI / NEI / JEI / REI but "better"
    • EMI Trades: Displays information about villager trades
    • EMI Loot: Displays information about many loot sources, including chests, blocks, and entities
    • EMIffect: Displays information about status effects
    • Extra Mod Integrations: Adds compatibility between EMI and some mods
  • Inventory Profiles Next: Inventory sorting, auto-refill, and too much more!
  • Mod Menu: Mod Menu
  • Mouse Tweaks: Scroll items between inventories, click-and-drag to distribute items evenly, etc.
  • Ok Zoomer: Zoooooom mod
  • Reacharound: Place blocks around the corners of other blocks, kinda like with Quark
  • WTHIT: Fork of a fork of WAILA - adds an in-game tooltip with information about what block / fluid the player is looking at
  • Xaero's Minimap + Xaero's World Map: My sense of direction doesn't exist
    • Xaero Arrow Fix: Fixes Xaero's maps still showing a dot when using an arrow as the main entity indicator

Extras

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment