Skip to content
/ drip Public

A configurable dripstone mod. Requested by @QPCrummer

License

Notifications You must be signed in to change notification settings

Modflower/drip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfb3e7c · Feb 27, 2024

History

6 Commits
Aug 19, 2022
Aug 19, 2022
Feb 27, 2024
Feb 27, 2024
Aug 19, 2022
Aug 19, 2022
Aug 19, 2022
Aug 19, 2022
Aug 19, 2022
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Aug 19, 2022

Repository files navigation

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
		}
	}
}

About

A configurable dripstone mod. Requested by @QPCrummer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages