All Projects → LambdAurora → optifine_alternatives

LambdAurora / optifine_alternatives

Licence: other
A list of recommended OptiFine alternatives.

Programming Languages

HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to optifine alternatives

OptifineInstances
Optifine instances for MultiMC
Stars: ✭ 75 (-71.48%)
Mutual labels:  optifine
Ebin-Shaders
No description or website provided.
Stars: ✭ 107 (-59.32%)
Mutual labels:  optifine
fabulously-optimized
A Fabric-based modpack for Minecraft that focuses on performance and graphics optimizations
Stars: ✭ 411 (+56.27%)
Mutual labels:  optifine
OptiForge
Make OptiFine be compatible with Forge.
Stars: ✭ 62 (-76.43%)
Mutual labels:  optifine

OptiFine Alternatives

Why?

OptiFine was originally a great mod offering many quality of life improvements for the player in the beginning. However, over the years, its benefits have dwindled and has caused many issues for modders. This is due to Minecraft's codebase improving over the years and OptiFine's aggressiveness towards replacing entire swaths of code while being closed source making it very difficult to figure out why OptiFine has broken another modder's mod. Also, worth noting that OptiFine natively doesn't support Fabric, and it's hard to maintain OptiFabric.

In the modern Minecraft era, with Fabric's community effort, modders have begun to create alternatives for most of OptiFine's features to allow players to maintain better performance, better mod compatibility, and better support.

OptiFabric: A note about the 1.16 crashes

This list

This list will list recommended OptiFine alternatives by me (LambdAurora), so it has some requirements for mods to be listed here:

  • They must be publicly available - if they're only available on request they are not eligible.
  • Mods must respect the Mojang EULA.
  • “PVP” clients (Badlion / Lunar / etc.) and cheat clients are not considered mods.
  • Mods must not refer to cheat clients.
  • Mods that change gameplay in a way (e.g. zoom) that have a way for servers to disable them will be favored.
  • Free and open-source mods are favored.

This list now has a fancy URL: https://lambdaurora.dev/optifine_alternatives

Contribute

You can contribute to this list by opening a pull request on the data branch via GitHub.

Alternatives

Performance

Client

  • Cull Leaves - Adds culling to leaf blocks, providing a huge performance boost over vanilla. Similar to OptiFine's Smart Leaves feature.
    • Available for: quilt: 1.17 -> 1.19.3, fabric: 1.16 -> 1.19.3
  • Cull Particles - Don't render particles that can't be seen. Unneeded with Sodium.
    • Available for: fabric,quilt: 1.15 -> 1.19
  • Dynamic FPS - Improve performance when Minecraft is in the background.
    • Available for: quilt: 1.18 -> 1.19.3, fabric: 1.14 -> 1.19.3
  • Enhanced Block Entities - Reduce FPS lag with block entities, as well as customize them with resource packs.
    • Available for: quilt: 1.18 -> 1.19.2, fabric: 1.16 -> 1.19.2
  • EntityCulling - Using async path-tracing to hide (Block-)Entities that are not visible.
    • Available for: fabric,quilt: 1.16 -> 1.19.3, forge: 1.8.9, forge: 1.16 -> 1.19.3
  • Sodium - Modern rendering engine and client-side optimization mod for Minecraft.
    • Available for: fabric,quilt: 1.16 -> 1.19.3

General

  • LazyDFU - Makes the initialization of DataFixerUpper "lazy". DataFixerUpper (or DFU for short) is the system used by Minecraft to convert old worlds to the current version you're running, in Vanilla it's initialized at startup and is slow (and eats a lot of resources). This mod delays the initialization of DFU by initializing only when needed, if you're playing only on multiplayer it'll never get initialized for example.
    • Available for: fabric,quilt: 1.14 -> 1.19.3, forge: 1.16 -> 1.19.3
  • Lithium - No-compromises game logic/server optimization mod.
    • Available for: fabric,quilt: 1.15 -> 1.19.3
  • Phosphor - No-compromises lighting engine optimization mod. Incompatible with Starlight.
    • Available for: fabric,quilt: 1.15 -> 1.19.3
  • Starlight - Rewrites the light engine to fix lighting performance and lighting errors. Uses a custom format for light storage. Incompatible with Phosphor.
    • Available for: fabric,quilt,forge: 1.17 -> 1.19.3

Cosmetic

  • Animatica - A mod implementing the OptiFine/MCPatcher animated texture format.
    • Available for: quilt: 1.18 -> 1.19.2, fabric: 1.17 -> 1.19.2
  • Chime - Adds predicates for more interactive item models, CIT replacement with a custom format.
    • Available for: fabric: 1.16, fabric,quilt: 1.18 -> 1.19.2
  • CIT Resewn - Re-implements MCPatcher's CIT (custom item textures from optifine resource packs)
    • Available for: fabric,quilt: 1.17 -> 1.19.2
  • Clear Skies - Horizon and fog match the sky color. True blue skies!
    • Available for: fabric,quilt: 1.15 -> 1.19.3, forge: 1.16 -> 1.19.3
  • Colormatic - An independent implementation of the custom colors mod for Minecraft.
    • Available for: quilt: 1.18 -> 1.19.2, fabric: 1.14 -> 1.19.2
  • Connected Block Textures - An implementation of the MCPatcher/Optifine connected textures format on the Fabric modloader. Unmaintained.
  • Continuity - A Fabric mod that allows for efficient connected textures. Support emissive textures.
  • Custom Entity Models (CEM) - An implementation of custom entity models heavily based off of Optifine's format that aims to achieve feature parity with Optifine's custom entity models.
    • Available for: fabric,quilt: 1.16 -> 1.19.3
  • Custom GUI - A mod allowing to animate GUI textures or replace container textures with minimal predicates.
    • Available for: fabric: 1.16 -> 1.17
  • Entity Texture Features - A Fabric mod implementing randomized & emissive texture support for mobs set by the resourcepack. Fully compatible with the Optifine format & Sodium.
    • Available for: quilt: 1.18 -> 1.19.3, fabric,forge: 1.16 -> 1.19.3
  • FabricSkyboxes - Allows resource packs to define custom skyboxes. OptiFine format is not compatible by default, converters are available.
    • Available for: fabric,quilt: 1.16 -> 1.19.3
  • JMX - JMX adds support for FREX Rendering API features to Minecraft JSON model loading. It can also be configured to load all JSON models as FREX meshes, which may offer a modest reduction in memory usage due to more efficient data structures.
    • Available for: fabric,quilt: 1.16 -> 1.19.2
  • JsonEM (Json Entity Models) - Data driven entity model library, should work with most entities. Does not support OptiFine's format.
    • Available for: quilt,fabric: 1.18 -> 1.19.2
  • LambdaBetterGrass - Adds better grass and snow to the game.
  • LambDynamicLights - Adds dynamic lighting to the game.
    • Available for: quilt: 1.17 -> 1.19.3, fabric: 1.15 -> 1.19.3
  • More Block Predicates - Allows resource packs to change block models depending on new conditions! Custom format.
    • Available for: fabric,quilt: 1.17 -> 1.19.2
  • MoreMcmeta - Animate almost any Minecraft texture with more options.
    • Available for: fabric,quilt: 1.16 -> 1.19.3, forge: 1.16 -> 1.19.3
  • Transparent - Allows resource packs to make entities support transparency.
    • Available for: fabric,quilt,forge: 1.15 -> 1.19.3
  • Varied Mob Textures - This mod allows the resource packs creator to have multiple randomized textures for the same mob. Uses custom format, OptiFine-based resource packs will need conversion.
    • Available for: fabric: 1.16

Splash Screen

  • Custom Splash Screen - Change Minecraft's loading screen to your liking! Completely configurable!
    • Available for: quilt: 1.18 -> 1.19.3, fabric: 1.16 -> 1.19.3
  • Dark Loading Screen - A simple mod to make the loading screen darker.
    • Available for: quilt: 1.18 -> 1.19.3, fabric: 1.15 -> 1.19.3
  • Quilt Loading Screen - A loading screen based off of The Quilt Community's server banner.
    • Available for: quilt: 1.18 -> 1.19, fabric: 1.16 -> 1.18
  • Splash - Splash is a Fabric mod that allows you to customize the colors of your splash screen.
    • Available for: fabric: 1.16 -> 1.17

Shaders

  • Canvas Renderer - A new rendering engine. Incompatible with Sodium.
    • Available for: fabric,quilt: 1.17 -> 1.19.2, fabric: 1.16
  • Iris - A new shaders mod for Minecraft intended to be compatible with existing ShadersMod/Optifine shaders.
    • Available for: quilt: 1.18 -> 1.19.3, fabric: 1.16 -> 1.19.3

Fog

  • ClearView - Controls which kinds of fogs are shown.
    • Available for: fabric: 1.15 -> 1.16
  • Custom Fog - A mod allowing you to customize the appearance of fog in your world.
    • Available for: fabric,quilt: 1.15 -> 1.18
  • Fog Control - Allows the user to adjust the (client) distance at which fogs render or disable them completely.
    • Available for: fabric: 1.17
  • FogYeet - Small mod for 1.15 to remove fog.
    • Available for: fabric: 1.15
  • NoFog - A simple client-side mod supporting both forge and fabric that removes all fog. (ARR)
    • Available for: fabric,quilt: 1.16 -> 1.19.3, forge: 1.10.2 -> 1.19.3

Utility

  • Fabrishot - Take insanely large screenshots because why not?
    • Available for: fabric,quilt: 1.16 -> 1.19.3
  • Resolution Control - Allows you to set render resolutions and take large screenshots.
    • Available for: fabric: 1.14 -> 1.16
  • ResolutionControl+ - Allows you to set render resolutions and take large screenshots.
    • Available for: fabric: 1.16 -> 1.17, fabric: 1.19

Cloud Height

  • Raised Clouds - Allows changing the height at which clouds appear.
    • Available for: fabric,quilt: 1.16 -> 1.19
  • Soaring Clouds - Allows changing the height at which clouds appear.
    • Available for: fabric: 1.15 -> 1.16

Zoom

  • Camera Utils - Additional features concerning the player's camera.
    • Available for: fabric,quilt: 1.17 -> 1.19.3
  • Logical Zoom - Super simple zoom key for Minecraft.
    • Available for: fabric,quilt: 1.15 -> 1.19.3
  • Ok Zoomer - Adds a highly-configurable zoom key for Quilt. The zoom is yours!
    • Available for: quilt: 1.18 -> 1.19.3, fabric: 1.14 -> 1.18
  • Quick Spyglasser - Adds a client-side keybind for using a spyglass anywhere in your inventory.
    • Available for: fabric: 1.17
  • Zoomify - A rather simple zoom mod with moderate customizability.
    • Available for: fabric,quilt: 1.18 -> 1.19.3

Extras

The mods listed below are not part of the OptiFine alternatives directly but those are still nice to have.

  • Ears - Faithful fancy fashion features for fuzzy folk. It offers a lot of skin customization options, directly encoded into the skin file uploaded to Mojang. A very good alternative to express yourself than restrictive capes.
    • Available for: b1.7.3, 1.2.5, 1.4.7 -> 1.19.3, Not so Seecret Saturday (a1.1.2), New Frontier Craft (b1.7.3)
  • DashLoader - Attempts to improve loading times by caching the game's content. May be incompatible with some of the mods in this list.
    • Available for: 1.16 -> 1.19.2
  • Entity View Distance - This mods allows more precise manipulation of entity view distance on client and server
    • Available for: 1.17 -> 1.19
  • FerriteCore - Memory usage optimizations.
  • Hydrogen - Reduces the memory usage of the game in more modded scenarios.
    • Available for: 1.16 -> 1.17
  • Krypton - A mod to optimize the Minecraft networking stack
    • Available for: 1.16 -> 1.19
  • Overworld Two provides an alternative optimized world generator for overworld and nether. Much faster than Vanilla but isn't identical to Vanilla.
    • Available for: 1.16
  • Sodium Extra - Adds features that should not be in Sodium.
    • Available for: 1.16 -> 1.19
  • Reese's Sodium Options - Alternative Options Menu for Sodium with intention of improving UX.
    • Available for: 1.16 -> 1.19

No Dynamic FOV

As of 1.16.2 and above, this is now a vanilla feature under the accessibility settings. If you are playing in 1.16.2 or above, the mods for this feature are irrelevant.

These are client-only mods that prevent Minecraft from changing the FOV in all situations.

  • motioNO - disables dynamic FOV.
  • FovLock - adds dynamic FOV lock button.

Compatibility

Sodium and Canvas Renderer are incompatible.

Some mods require the Fabric Renderer API to work, Canvas supports it, but Sodium will not support it by default, Indium is required to support it.

  • Indium - Adds support of the Fabric Renderer API to Sodium.
    • Available for: 1.16 -> 1.19.3

Missing

  • Custom entity models (might come in Vanilla to an unknown date?) currently incompletely replaced: current existing implementations are very hardcoded to Vanilla entities

Need help?

If you need help about Sodium, Lithium, Phosphor (any of CaffeineMC's mod to be short), please check out CaffeineMC's discord server.

If you need help related to LambDynamicLights, LambdaBetterGrass, or Inspecio, if you don't want to post in the comments a suggestion you can check out my own discord server

Other lists

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].