Drip
作者:rebot | 分类:模组
Minecraft 版本: 1.19.3 1.19.4 1.20 1.20.1 1.20.2
平台: fabric quilt
标签: game-mechanics utility
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
}
}
}请登录后举报
暂无评论,抢个沙发吧~