Athena Mod (1.21.6, 1.20.5) – Support for Connected Textures

Available for:FabricForgeNeoForge

Athena is a cross-platform library mod that adds connected block textures to Minecraft, available for Fabric, Forge, and NeoForge mod loaders on versions 1.19.4 through 1.21.6. Developed by Terrarium, it serves as a baked model loader that resource packs and other mods rely on to render seamless, connected texture patterns across adjacent blocks.

Quick Answer: If you use resource packs or mods that require connected textures and you play on Fabric or NeoForge, Athena is the go-to dependency. With over 15 million downloads, it is one of the most widely adopted connected texture solutions available for modern Minecraft versions.

Anyone who has built a large glass structure in vanilla Minecraft knows the frustration — every single glass block shows its full border, creating an ugly grid pattern instead of a clean, transparent surface. Connected textures solve this by merging adjacent blocks into one seamless visual. While OptiFine once dominated this space, modern modded Minecraft has moved toward lighter, modular alternatives. Athena fills that gap as a dedicated connected texture engine that works across multiple mod loaders. The fact that it has surpassed 15 million downloads since its March 2023 release speaks to how essential this functionality is for the community. Rather than being tied to a single platform, Athena gives resource pack creators and mod developers a unified API that works whether your players use Fabric, Forge, or NeoForge.

Key Features of Athena Mod

  • Cross-Platform Connected Textures (CTM) — Athena delivers connected texture support on Fabric, Forge, and NeoForge from a single codebase. This means resource pack authors can build one pack that works everywhere, and players don't need to hunt for loader-specific alternatives. It eliminates the fragmentation that has plagued the connected texture space for years.
  • Baked Model Loader — Instead of calculating texture connections at render time, Athena uses baked models that are pre-computed for each texture type. This approach is designed to deliver better performance compared to runtime calculations, as the heavy lifting happens during resource loading rather than during gameplay when frame rates matter most.
  • Optimized CTM Method — Athena's connected texture method is purpose-built to minimize unnecessary calculations and resolve common rendering issues. For players, this translates to fewer visual glitches at block boundaries and more reliable texture connections, especially in complex builds where many connected blocks meet at odd angles.
  • Custom Block Checks — The mod supports specialized checks such as vertical culling for glass panes. This means glass pane walls and windows render correctly with connected textures, which is a notoriously tricky edge case that simpler CTM implementations often get wrong. Builders working with glass-heavy designs will appreciate this attention to detail.
  • Tint Support in Models — The latest update added support for tint values in models, accepting either a simple tint value or an RGBA color object for static colors. This gives resource pack creators finer control over how connected textures blend with biome-colored or custom-tinted blocks like grass and leaves.
  • Open Source Under MIT License — Athena is fully open source, hosted on GitHub under the permissive MIT license. This allows other mod developers to study, fork, and contribute to the codebase, which helps ensure long-term maintenance and community-driven improvements even if the original team steps back.
  • Broad Version Coverage — Supporting Minecraft versions from 1.19.4 all the way to 1.21.6, Athena covers nearly every modern version players are likely to use. You won't need to switch to a different connected texture mod when updating your Minecraft installation.

How to Install Athena Mod

  1. First, install a compatible mod loader for your Minecraft version. Athena supports Fabric (with Fabric API), NeoForge, or Minecraft Forge (for 1.20.4 and earlier).
  2. Download the correct Athena file for your Minecraft version and mod loader from the official download links below.
  3. Place the downloaded .jar file into your .minecraft/mods folder. If this folder does not exist, launch Minecraft once with your mod loader to generate it automatically.
  4. If you are using Fabric alongside Sodium, you must also install Indium — Athena's rendering features require Indium to function correctly when Sodium is present.
  5. Launch Minecraft with your mod loader profile. Athena runs as a background library, so there is no in-game configuration screen — it simply enables connected texture support for mods and resource packs that depend on it.

Requirements & Compatibility

Requirement Details
Mod Loaders Fabric, NeoForge (1.19.4–1.21.6); Forge (1.19.4–1.20.4)
Minecraft Versions 1.19.4, 1.20–1.20.5, 1.21–1.21.6
Sodium Compatibility Requires Indium when Sodium is installed
Dependencies Fabric API (for Fabric); no extra dependencies on NeoForge/Forge
License MIT (open source)

What's New

  • Added support for tint values in connected texture models, allowing resource pack creators to apply biome-aware or static custom colors.
  • Tint can now accept either a simple tint index or a full RGBA color object (r, g, b, a) for precise static color control.
  • Improved flexibility for resource packs that use tinted blocks like grass, leaves, and water with connected textures.

Pros and Cons

Pros

  • True cross-platform support — one mod works on Fabric, Forge, and NeoForge
  • Baked model approach is designed for better performance than runtime CTM
  • Covers a wide range of Minecraft versions from 1.19.4 to 1.21.6
  • Open source under MIT license with active development by Terrarium
  • Over 15 million downloads demonstrates strong community trust

Cons

  • Requires Indium as an extra dependency when used alongside Sodium on Fabric
  • Functions as a library mod — no standalone visual changes without compatible resource packs or mods
  • Forge support was dropped after 1.20.4 in favor of NeoForge
  • No in-game configuration GUI for users to customize behavior

Alternatives to Athena Mod

  • Continuity — A Fabric-exclusive connected textures mod that supports OptiFine-format resource packs, making it a strong choice if you only play on Fabric and want drop-in compatibility with existing packs.
  • OptiFine — The classic all-in-one optimization and visual enhancement mod that includes built-in connected textures, though it is not compatible with Fabric or NeoForge and conflicts with many modern performance mods.
  • CTM (Connected Textures Mod) — A long-standing Forge mod for connected textures that predates Athena, best suited for players on older Forge versions who need a proven solution.

Download Athena Mod

Minecraft Version Fabric Forge NeoForge
For Minecraft 1.21.6 Download Download
For Minecraft 1.21.5 Download Download
For Minecraft 1.21.4 Download Download
For Minecraft 1.21.3 Download Download
For Minecraft 1.21.1 Download Download
For Minecraft 1.21 Download Download
For Minecraft 1.20.5 Download Download
For Minecraft 1.20.4 Download Download Download
For Minecraft 1.20.2 Download Download Download
For Minecraft 1.20.1 Download Download Download
For Minecraft 1.20 Download Download
For Minecraft 1.19.4 Download Download

Always download mods from official sources to stay safe.

Frequently Asked Questions

Is Athena compatible with Sodium?

Yes — Athena works with Sodium, but you must install Indium alongside it on Fabric. Without Indium present, Sodium's custom rendering pipeline bypasses the Fabric Rendering API that Athena depends on, which will cause connected textures to break or not appear at all.

Does Athena work with OptiFine resource packs?

No — Athena uses its own connected texture format rather than OptiFine's CTM format. Resource packs need to be specifically designed for Athena's system. If you need OptiFine resource pack compatibility on Fabric, consider using Continuity instead, which supports the OptiFine format natively.

Do I need Athena on its own or does it require other mods?

Athena is a library mod, meaning it provides the technical foundation for connected textures but does not change any visuals by itself. You need resource packs or other mods that are built to use Athena's API in order to see connected textures in-game. Think of it as an engine that other content relies on.

Does Athena support Forge on Minecraft 1.21?

No — starting from Minecraft 1.20.5, Athena only supports NeoForge and Fabric. Forge support was available for versions 1.19.4 through 1.20.4. If you play on 1.21 or newer, you will need to switch to either NeoForge or Fabric to use Athena.

Will Athena affect my game performance?

Athena appears to be lightweight due to its baked model approach, which pre-computes texture connections during resource loading rather than calculating them every frame. While individual results may vary depending on the number of connected textures active and your hardware, the design philosophy prioritizes minimal runtime overhead. With over 15 million downloads and active community use, significant performance problems would likely have been widely reported.

Looking for more? Browse all Minecraft Mods on McInside.

Explore Minecraft Mods →

Click to rate this post!
[Total: 29 Average: 3.8]