Lithostitched Mod (26.1-rc-3, 1.20.1) – Boundless Creativity, Unleash

Available for:FabricForgeNeoForge

Lithostitched is a library mod that provides new configurability and compatibility enhancements for world generation in Minecraft, available for Fabric, Forge, and NeoForge mod loaders.

Quick Answer: If you develop datapacks or use mods that modify world generation, Lithostitched is a must-have dependency. It quietly works behind the scenes to ensure your worldgen mods play nicely together without conflicts.

World generation in modded Minecraft has always been a pain point. When multiple mods try to modify biomes, structures, or terrain at the same time, conflicts and crashes are almost inevitable. That is exactly the problem Lithostitched was built to solve. Created by Apollo and first published in August 2023, this library mod has earned over 14 million downloads — a clear sign that the modding community considers it essential infrastructure. Rather than adding flashy new content, Lithostitched gives mod developers and datapack creators a standardized, data-driven toolkit to modify world generation safely and compatibly. If you have ever wondered why your favorite worldgen mods work together without breaking your world, there is a good chance Lithostitched is doing the heavy lifting underneath.

Key Features of Lithostitched

  • Biome Modifiers — This feature allows mods and datapacks to add, remove, or tweak biome properties without directly overwriting vanilla or other mods' biome definitions. Instead of each mod fighting to be the last one to define a biome, Lithostitched lets them all layer their changes on top of each other cleanly. This is one of the biggest reasons worldgen mod conflicts have become less common in recent Minecraft versions.
  • Template Pool Injectors — Template pools control which structures can generate in the world and how their pieces fit together. Lithostitched's injector system lets mods add new structure pieces into existing pools without replacing them entirely. This means a mod that adds new village houses, for example, can do so without accidentally removing houses added by another mod.
  • Surface Rule Modifiers — Surface rules determine what blocks make up the surface layer of your terrain — grass, sand, stone, and so on. With this feature, mods can modify surface rules in a compatible way, layering their changes rather than overriding the entire ruleset. This is particularly valuable for mods that add custom biomes with unique terrain textures.
  • Guaranteed Pieces in Jigsaw Structures — Jigsaw structures like villages and trail ruins are assembled from randomized pieces. Lithostitched introduces the ability to guarantee that specific pieces always appear in these structures. This gives mod developers precise control over structure composition, ensuring that important rooms or buildings always generate when they should.
  • Fully Data-Driven Architecture — Every feature in Lithostitched is configured through data files rather than hard-coded Java. This means datapack creators — not just mod developers — can take advantage of biome modifiers, pool injectors, and surface rule changes. You do not need to write a single line of code to use these powerful worldgen tools.
  • Cross-Loader Support — Lithostitched runs on Fabric, Forge, and NeoForge, which means mod developers can use a single worldgen API regardless of which loader their audience prefers. This reduces fragmentation in the modding ecosystem and makes it easier for large modpacks to include worldgen mods from different loader backgrounds.

How to Install Lithostitched

  1. Make sure you have a compatible mod loader installed. Lithostitched supports Fabric, Minecraft Forge, or NeoForge — choose whichever one your other mods require.
  2. If you are using Fabric, ensure you also have Fabric API installed, as most Fabric mods depend on it.
  3. Download the correct version of Lithostitched for your Minecraft version and mod loader from the official Modrinth page or the download section below.
  4. Place the downloaded .jar file into your .minecraft/mods folder. If the folder does not exist, launch the game once with your mod loader to create it.
  5. Launch Minecraft and verify Lithostitched appears in your mod list. As a library mod, it does not add visible content — it works silently in the background.

Requirements & Compatibility

Requirement Details
Mod Loaders Fabric, Forge, NeoForge
Minecraft Versions 1.20 – 26.1 (including 1.20.1, 1.21 – 1.21.11, 26.1-rc-3)
License MIT (open source)
Mod Type Library (required as a dependency by other mods)
Client/Server Works on both client and server

What's New

  • Fixed a crash issue that occurred on NeoForge when running Minecraft 1.21.1
  • Continued support for the latest Minecraft snapshots including 26.1-rc-3
  • Ongoing stability improvements for cross-loader compatibility

Pros and Cons

Pros

  • Solves the long-standing problem of worldgen mod conflicts
  • Fully data-driven — datapack creators can use it without coding
  • Supports all three major mod loaders (Fabric, Forge, NeoForge)
  • Over 14 million downloads demonstrate community trust and reliability
  • Open source under the MIT license with active development
  • Appears to be lightweight with no noticeable impact on load times

Cons

  • As a library mod, it provides no visible features on its own — only useful when required by other mods
  • Documentation is hosted externally on GitHub Wiki, which may not cover every use case for beginners
  • Players who do not use worldgen mods will see no benefit from installing it standalone

Alternatives to Lithostitched

  • TerraBlender — A library focused specifically on biome placement and distribution, commonly used by large biome mods like Biomes O' Plenty and Oh The Biomes You'll Go.
  • Biolith — A Fabric-focused biome placement API that offers an alternative approach to biome modification with a focus on simplicity for datapack creators.
  • Repurposed Structures — While not a library itself, this mod demonstrates many of the worldgen enhancement capabilities that Lithostitched enables, adding new variants of vanilla structures across all biomes.

Download Lithostitched

Minecraft Version Fabric Forge NeoForge
For Minecraft 26.1 Download Download
For Minecraft 1.21.11 Download Download
For Minecraft 1.21.10 Download Download
For Minecraft 1.21.9 Download Download
For Minecraft 1.21.8 Download Download
For Minecraft 1.21.7 Download Download
For Minecraft 1.21.6 Download Download
For Minecraft 1.21.5 Download Download
For Minecraft 1.21.1 Download Download
For Minecraft 1.21 Download Download
For Minecraft 1.20.1 Download Download
For Minecraft 1.20 Download

Always download mods from official sources to stay safe.

Frequently Asked Questions

Do I need Lithostitched if I don't make mods or datapacks?

Yes — many popular worldgen mods list Lithostitched as a required dependency. Even though it is a library mod aimed at developers, you will need it installed if any of your mods depend on it. Your mod launcher or modpack manager will typically tell you when Lithostitched is required.

Is Lithostitched compatible with both Fabric and NeoForge at the same time?

No — you need to download the version that matches your specific mod loader. Lithostitched supports Fabric, Forge, and NeoForge separately, so make sure you grab the correct file for your setup. Each loader has its own dedicated download on the Modrinth page.

Does Lithostitched work with Minecraft 1.21 and newer versions?

Yes — Lithostitched is actively maintained and supports Minecraft versions from 1.20 all the way through the latest 26.1 snapshots, including 1.21 through 1.21.11. The developer regularly publishes updates to keep the mod compatible with new Minecraft releases.

Will Lithostitched cause lag or slow down world generation?

It appears to be lightweight based on its design as a compatibility layer. Lithostitched primarily provides hooks and data-driven injection points rather than running heavy computations during worldgen. With over 14 million downloads and widespread use in modpacks, significant performance issues would have been reported and addressed by now.

Can I use Lithostitched features in a datapack without writing Java code?

Yes — all of Lithostitched's features are fully data-driven. You can set up biome modifiers, template pool injectors, surface rule modifiers, and guaranteed jigsaw pieces entirely through JSON data files in a datapack. The official Lithostitched Wiki on GitHub provides documentation on the JSON formats for each feature.

Looking for more? Browse all Minecraft Mods on McInside.

Explore Minecraft Mods →

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