Mineuniverse
Log in Register
Mods

Fluid Tick Structure Processor

Add structure processor to tick the fluid in the structure.
by settingdust
Download Claim this project
1,121,107 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Structures World Gen

Overview

Fluid Tick Structure Processor is a utility mod that ensures all fluids inside generated structures begin flowing immediately after generation.

By default, fluids placed in structures remain static until they receive a block update. This mod solves that issue by automatically ticking all fluid blocks inside the structure as soon as it is loaded.


Key Feature

  • Adds a new structure processor: fluid_tick_structure_processor:fluid_tick

Function

When a structure using this processor is placed in the world:

  1. The processor searches for all fluid blocks within the structure.
  2. Each fluid block is scheduled for a fluid tick.
  3. As a result, water, lava, and other modded fluids begin flowing right after generation.

Application

You can apply the processor to any structure through a datapack. Example usage:

{
  "elements": [
    {
      "weight": 1,
      "element": {
        "element_type": "minecraft:single_pool_element",
        "projection": "rigid",
        "location": "test:test",
        "processors": [
          {
            "processor_type": "fluid_tick_structure_processor:fluid_tick"
          }
        ]
      }
    }
  ],
  "fallback": "minecraft:empty"
}

Effects on Gameplay

  • Prevents “frozen” water or lava inside generated structures.
  • Makes structures with fluid features behave naturally.
  • Has no impact on gameplay beyond fluid behavior.
  • Fully data-driven and compatible with other structure or fluid mods.
0.1.0
MC 1.20.1, Forge
Release 2025-10-21 Get
0.1.0
MC 1.21, Fabric, NeoForge, 1.20.1, 1.21.1
Release 2025-10-21 Get

More from settingdust

Fix Race Condition
87,021
Noisium Legacy
65,210
Surveyor Atlases
5,971
Mod Sets
5,550
Mod Compat Fixes
5,515,110
Dusty Data Sync
548

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314