Compatibility
Minecraft: Java Edition
1.20โ1.20.1
1.19.2
1.18.2
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published 9 months ago
Updated 8 months ago
Create-Spill-Induced
ๆฌๆจก็ปๆฏ Create ๆจก็ป็ๆฉๅฑ๏ผๆๅฑ็ฎก้ๆณๆผไบไปถไฝฟๆตไฝๅๅบๅฏ้ ็ฝฎใ ๅฝ็ฎก้ๆตไฝๆณๆผๅนถไธ็ฏๅขไธญ็ๆตไฝๆฅ่งฆๆถ๏ผๆจก็ปไผๆฃๆฅๆณๆผ็นไธๆนๅๅจๅดๆๆฅ่งฆ้ข็ๆนๅ๏ผๅจๆณๆผ็น็ๆ็ธๅบ้ ็ฝฎ็ๆนๅใ ้่ฟ้ ็ฝฎๆไปถ๏ผ็ฉๅฎถๅฏไปฅ่ชๅฎไน็ๆ็ปๆ๏ผไธบๆธธๆๅขๆทปๆดๅค่ถฃๅณๆงๅๅฏ็ฉๆงใ
This is an addon for the Create mod that enhances pipe spill events with new fluid interaction mechanics. When a fluid leaks from a pipe and contacts an environmental fluid, the mod generates specific stone blocks at the spill point based on the blocks below and around it. Customizable via JSON configuration, this mod adds depth and creativity to fluid interactions.
้ ็ฝฎ้กน Configuration Options
pipeFluid: ็ฎก้ๆณๆผ็ๆตไฝใThe fluid leaking from the pipe.impactFluid: ๆณๆผ็น็็ฏๅขๆตไฝใThe environmental fluid contacted at the spill point.bottomBlock: ๆณๆผ็นไธๆนๆนๅใ(ๅฏ้ optional) The block below the spill point.otherBlock: ๆณๆผ็นๅๅจ+ไธๆนๆฃๆฅๆนๅใ(ๅฏ้ optional) Additional block around and above the spill point.results: ็ๆๆนๅ็ๆ้้ๅใThe blocks generated at the spill point, with weighted probabilities for each type.
้ ็ฝฎ็คบไพ Configuration Example
{
"gen": [
{
"pipeFluid": "minecraft:lava",
"impactFluid": "minecraft:water",
"bottomBlock": "minecraft:soul_soil",
"otherBlock": "minecraft:crying_obsidian",
"results": {
"minecraft:magma_block": 32,
"minecraft:blackstone": 32,
"minecraft:netherrack": 32,
"minecraft:basalt": 32
}
}
]
}
่ด่ฐข Special Thanks
- SCRA114514: logo


