Modrinth · Minecraft mod
Flowstone
A configurable mod that changes what happens when lava meets water or ice, allowing for the (re)generation of ores and other resources.
Quick answer
Which Flowstone release should I use?
Flowstone 6.7+26.3 targets 26.3 with Fabric. Do not install it on the client. It must be installed on the dedicated server. All 1 required mods have matching files.
Where it goes
Is Flowstone required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does Flowstone 6.7+26.3 need?
6.7+26.3. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Flowstone without breaking your instance.
Built for Flowstone 6.7+26.3. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 6.7+26.3. It targets 26.3 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 6.7+26.3. It opens that exact file at the source.
About this project
What does Flowstone add?
Flowstone
Flowstone makes ores renewable resources by modifying what blocks Lava turns into whenever it meets Water (or, in some cases, a block of Blue Ice).

(In the GIF, I configured Flowstone to always generate some ore instead of Stone, for example purposes. See below for details.)
Features
Since version 6.3, Flowstone offers several features you can enable or disable separately in the configuration file.
You can usually find Flowstone's configuration file at <your-minecraft-instance>/config/flowstone.json.
Deepslate Generators
"allowDeepslateGenerators": true // enabled by default
With this feature enabled, trying to generate Stone or Cobblestone when deep enough underground (in most worlds, below $y=8$) will generate Deepslate and Cobbled Deepslate instead.
Note
This feature depends on the world generation options. So, if your world doesn't generate Deepslate (or generates it at a different y-level), this feature will mirror that configuration.
Worldly Generators
"allowWorldlyGenerators": true // enabled by default
With this feature enabled, whenever Stone, Deepslate (with the previous feature), or Netherrack (with one of the following features) is about to be generated, it might generate an appropriate ore block instead.
For each ore block (that is, each block under the c:ores tag), the probability of it being generated depends on the world generation configuration, so on a vanilla world it follows the same distribution documented on the wiki.
This feature should automatically be compatible with every mod that adds new ores under the c:ores tag.
Finally, note that only normal ore blocks (like Diamond Ore) can replace Stone, only deepslate ore blocks (like Deepslate Diamond Ore) can replace Deepslate, and only netherrack ore blocks (like Quartz Ore or Ancient Debris) can replace Netherrack.
Custom Generators
"allowCustomGenerators": false // disabled by default
With this feature enabled, one can define custom generators through datapacks.
Example
<datapack_name>.zip
├── data
│ └── <datapack_name>
│ └── flowstone
│ └── generators
│ ├── andesite.json
│ ├── diorite.json
│ ├── granite.json
│ └── tuff.json
└── pack.mcmeta
{
// The block to be replaced
"replace": "minecraft:cobbled_deepslate",
// The block to replace the previous with
"with": "minecraft:tuff",
// The cache of replacement
"chance": 0.3
}
The rest of this example is on the project source page on GitHub, under the examples folder.
Basalt Generation
"enableBasaltGeneration": false // disabled by default
I know, I know, Basalt generation is already a vanilla Minecraft feature, but since I freaking hate Basalt for its uselessness, I added this feature to disable its generation. Simple as that.
Netherrack Generation
"enableNetherrackGeneration": true // enabled by default
With this feature enabled, whenever Lava meets a block of Blue Ice in the Nether, and no Basalt would be generated, the Lava turns into a block of Netherrack.
End Stone Generation
"enableEndStoneGeneration": true // enabled by default
With this feature enabled, whenever Stone or Cobblestone is about to generate in The End, a block of End Stone generates instead.
Alas, this feature makes ores' regeneration impossible in The End. Nonetheless, I set it as enabled by default because I like the idea that The End is corrupted and, thus, that (almost) every block generated within it gets corrupted as well.
Debug Mode
"debugMode": null // hidden and disabled by default
When enabled, this feature forces Flowstone to generate the alternative blocks instead of the default ones, as if setting the chances for those blocks to be generated to 100% (for instance, the GIF at the head of this page was generated with this feature enabled).
Use this feature only when you're testing which blocks Worldly or Custom generators can generate (it works only for those two features), since using it in a normal playthrough is practically cheating.
Project description from Modrinth.
Pick your setup
Flowstone by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.3
1 loader build26.2
1 loader build26.1.2
1 loader build26.1.1
1 loader build26.1
1 loader build1.21.10
1 loader build1.21.9
1 loader build1.21.8
1 loader build1.21.7
1 loader build1.21.6
1 loader build1.21.5
1 loader build1.21.4
1 loader buildShowing the newest 12 of 27 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Flowstone versions and loaders
6.7+26.3
flowstone-6.7+26.3.jar
18 Sept 2026
6.7+26.2
flowstone-6.7+26.2.jar
7 Sept 2026
6.7+26.1
flowstone-6.7+26.1.jar
31 May 2026
6.6+26.1
flowstone-6.6+26.1.jar
9 May 2026
6.5+1.20.2
flowstone-6.5+1.20.2.jar
24 Oct 2025
6.4+1.20.2
flowstone-6.4+1.20.2.jar
7 Sept 2024
6.3+1.20.2
flowstone-6.3+1.20.2.jar
13 Aug 2024
6.2+1.20.2-5
flowstone-6.2+1.20.2-5.jar
28 Apr 2024
6.1+1.20.2-4
flowstone-6.1+1.20.2-4.jar
24 Mar 2024
6.0+1.20.2-4
flowstone-6.0+1.20.2-4.jar
16 Mar 2024
5.1+1.20.1
flowstone-5.1+1.20.1.jar
16 Mar 2024
5.0.0+1.20.1
flowstone-5.0.0+1.20.1.jar
17 Nov 2023
Looking for an older file? The official Modrinth project page is in Resources.