ModCraft
HomeBrowse ModsHow to InstallAbout
ModCraft

Discover and download the best Minecraft mods powered by the Modrinth API. Fast, safe, and always up to date.

Built with for the Minecraft community

Explore

  • Home
  • Browse Mods
  • How to Install
  • About ModCraft

Legal

  • Privacy Policy
  • Terms of Service
  • Contact Us

© 2026 ModCraft. Mod data provided by Modrinth.

Not affiliated with Mojang Studios
Home/Mods/Xylene
Xylene icon

Xylene

A Small Optimization Mod that will help boost your FPS obviously wont be ground breaking but its noticeable.

optimization

Downloads

48

Followers

2

Updated

12 days ago

License

Download v1.0.0(166.5 KB)fabric • 1.21.11
Wiki Issues

Key Highlights

Supports fabricMinecraft 1.21.11v1.0.048 downloads
XyleneOptimal

Working Features!

Faster Maths

Minecraft uses sin() and cos() math functions constantly (lighting, rendering, entity movement, etc.). Normally these are calculated fresh every time. Xylene pre-calculates all 65,536 possible answers and stores them in a table. When the game needs sin/cos, it just looks up the answer instantly instead of doing the math.

Faster Data Storage

Minecraft stores a LOT of data in things called HashMaps (think of them like dictionaries). Xylene swaps out the default Java ones for specially optimized ones that are faster for the types of data Minecraft uses (NBT data, entity tracking, etc.)

Entity Tick Culling

Every tick (20 times per second), Minecraft updates every single entity — zombies, cows, item frames, everything. Xylene skips updating entities that are more than 48 blocks away from any player. They're too far away for you to notice anyway. (Bosses and players are never skipped.)

Collision Skipping

Minecraft constantly checks if entities are colliding with things. Xylene tracks whether an entity has actually moved. If it hasn't moved, it skips the collision check entirely — no point rechecking something that's standing still.

Faster Network Encoding

When your game talks to the server, numbers are encoded in a special format called "VarInt." Xylene replaces the encoding loop with a faster hand-written version.

Xylene Settings

It shows all the toggle switches for every Xylene optimization category, so you can turn individual optimizations on/off. Xylene

What's "Planned But Not Active"

About 40+ other mixins are registered but are currently empty placeholders, things like hopper optimization, redstone optimization, lighting improvements, chunk loading tweaks, etc. The framework is there but the actual optimization code hasn't been filled in yet. They load harmlessly and do nothing.

Similar Mods

Sodium icon

Sodium

The fastest and most compatible rendering optimization mod for Minecraft. Now available for both NeoForge and Fabric!

fabricneoforgeoptimization+1
138.5M0N/A
Iris Shaders icon

Iris Shaders

A modern shader pack loader for Minecraft intended to be compatible with existing OptiFine shader packs

decorationfabricneoforge+2
107.6M0N/A
Entity Culling icon

Entity Culling

Using async path-tracing to hide Block-/Entities that are not visible

babricfabricforge+3
99.6M0N/A
FerriteCore icon

FerriteCore

Memory usage optimizations

fabricforgeneoforge+3
99.3M0N/A
Lithium icon

Lithium

No-compromises game logic optimization mod. Well suited for clients and servers of all kinds. Now available for Fabric and NeoForge!

fabricneoforgeoptimization+1
83.8M0N/A
ImmediatelyFast icon

ImmediatelyFast

Speed up immediate mode rendering in Minecraft

fabricforgeneoforge+2
81.3M0N/A
Sodium Extra icon

Sodium Extra

A Sodium addon that adds features that shouldn't be in Sodium.

cursedfabricneoforge+3
63.0M0N/A
ModernFix icon

ModernFix

All-in-one mod that improves performance, reduces memory usage, and fixes many bugs. Compatible with all your favorite performance mods!

fabricforgeneoforge+2
54.8M0N/A