
Create: Spill-Induced
An addon that detects pipe spills in Create, make more stone generator!
- Загрузки
- 2K
- Подписчики
- 8
- Обновлён
- 24 февраля 2025 г.
- Лицензия
- MIT
Опубликован 24 января 2025 г.
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
Центр версий
5 версийЧенджлог
1.20.1-1.2bРелиз1.20, 1.20.1 · 24 февраля 2025 г.
修复 fix
- 联机模式以服务端配置为准。Sync server config for multiplayer.
- JEI 使用服务端配置显示。JEI displays based on server config.
1.19.2-1.2aРелиз1.19.2 · 9 февраля 2025 г.
mc1.19.2 support
1.18.2-1.2aРелиз1.18.2 · 8 февраля 2025 г.
mc1.18.2 support
1.20.1-1.2aРелиз1.20, 1.20.1 · 5 февраля 2025 г.
- 周围方块均可选。config around blocks are optional
- 修复配置文件读取错误。fix config deserializing error
- 有
otherBlock的配置优先级更高。config with otherBlock have higher priority - 新增logo。add logo
1.20.1-1.2Релиз1.20, 1.20.1 · 2 февраля 2025 г.
- JEI support
- Checking around blocks like basalt generating
- reload config when executes
/reloadcommand - Refactoring config file
Комментарии
Загружаем…