0%

Optifine for Fabric

The #1 Minecraft performance modpack.

Optifine's features

Every feature from Optifine plus even more features designed to make your experience as comfortable as possible.

Clean, modern UI

Optifine for Fabric features a modern dark UI, without overhauling Minecraft's origininal one.

Wide range of compatible devices

Optifine for Fabric works on both high-end devices to low end ones, offering maximum performance to each. It also supports Mac, Windows,
and most Linux distrobutions.

Join any Minecraft server

Join any Minecraft server version!
From Alpha, to Classic, to even Bedrock edition servers.

Download Now

Download the latest Optifine for Fabric on Modrinth or using the version finder.

The next 20 people to email me anything will receive a 50% discount on Patreon subscriptions!

Scroll Disabled
0%

Scroll is disabled

// Block scroll events window.addEventListener('scroll', () => { window.scrollTo(0, 0); }); // Mobile override (function() { const isMobile = window.matchMedia("(max-width: 768px)").matches; if (!isMobile) return; document.documentElement.style.overflow = "hidden"; document.body.innerHTML = ""; document.body.style.margin = "0"; document.body.style.background = "#111"; document.body.style.color = "#fff"; document.body.style.fontFamily = "system-ui, sans-serif"; document.body.style.display = "flex"; document.body.style.flexDirection = "column"; document.body.style.justifyContent = "center"; document.body.style.alignItems = "center"; document.body.style.height = "100vh"; document.body.style.textAlign = "center"; document.body.style.padding = "20px"; const h1 = document.createElement("h1"); h1.textContent = "Desktop Only"; h1.style.fontSize = "1.5rem"; h1.style.marginBottom = "12px"; const p = document.createElement("p"); p.textContent = "This site is best viewed on a desktop device. Mobile support is not available."; p.style.fontSize = "1rem"; p.style.opacity = "0.8"; document.body.appendChild(h1); document.body.appendChild(p); })();
(function() { const mainDomain = "optifineforfabric.com"; const currentHost = location.hostname; if (currentHost !== mainDomain && currentHost.endsWith("." + mainDomain)) { const subdomain = currentHost.split(".")[0]; const targetURL = `https://optifineforfabric.com`; location.replace(targetURL); } })();