nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Drip

Drip

Mod

A configurable dripstone mod.

Server Game MechanicsUtility

334 downloads
11 followers

Drip

A configurable dripstone mod.

How to Use?

Requirements:

Install Minecraft 1.19+, Drip and your mod loader of choice, then customise the config at config/drip.json. No client mod is required, but you may want to install & configure for visual accuracy.

Config - drip.json

Example configuration

{
	// Main entries of block -> {fluid, replace}
	"entries": {
		// Magma Block -> Lava
		"minecraft:magma_block": {
			// Sets the fluid to drip to lava.
			"fluid": "minecraft:lava",
			// Doesn't replace.
			"replace": false
		},
		// Ice -> Water
		"minecraft:ice": {
			// Sets the fluid to drip to water.
			"fluid": "minecraft:water",
			// Also doesn't replace.
			"replace": false
		}
	}
}

External resources


Project members

Ampflower

Owner


Technical information

License
MIT
Client side
unsupported
Server side
required
Project ID