描述
机械工厂是一个工厂风格的模组,利用机械过程生成方块、物品等,所有功能都设计用于与原版客户端兼容。
[模组演示](
数据驱动 _配方_
铁砧配方
将一个任意命名的 .json 文件夹放入数据包中的 anvil、generator、sieve 或 weathering 文件夹内。
将 json 文件命名为 "default(-可选文本).json" 以覆盖原始配方。
命名为 "original(-可选文本).json" 的文件可以被默认文件覆盖。
铁砧配方
在配方对象中,可以包含 `"mixed": false`,以仅允许给定顺序的配方,否则包括所有输入的每个排列组合。
"mixed" 字段默认为 true。
铁砧配方示例
[ { "input": [ "minecraft:input_block_one", "modid:input_block_two", "anothermodid:input_block_there" ], "ouput": [ "minecraft:output_block_one", "modid:output_block_two" ] } ]
发电机配方
发电机配方示例
[ { "primary_fluid": "minecraft:water", "secondary_block": "minecraft:blue_ice", "output_block": "minecraft:ice" }, { "primary_fluid": "minecraft:flowing_lava", "secondary_fluid": "minecraft:water", "underneath_block": "minecraft:nether_bricks", "output_block": "minecraft:netherrack" } ]
筛子配方
筛子配方示例
[ { "input": [ "minecraft:input_block_one", "modid:input_block_two", "anothermodid:input_block_there" ], "ouput": [ "minecraft:output_block_one", "modid:output_block_two" ] } ]
风化配方
风化配方示例
[ { "input": "minecraft:granite", "total_weight": 6, "delay": 70, "outputs": [ { "weight": 5, "min": 3, "max": 8, "item": "minecraft:raw_copper" }, { "weight": 6, "min": 1, "max": 1, "item": "minecraft:stone" } ] } ]
铁砧 :green_circle:
- 圆石 -> 砂砾
- 砂砾 -> 沙子
- 砂岩 -> 沙子
- 石头 -> 圆石
- 圆石 + 砂砾 -> 堇
- 堇 + 砂砾 -> 深板岩
- 安山岩 + 沙子 -> 方解石
- 石头 + 沙子 -> 闪长岩
- 石头 + 砂砾 -> 安德赛特
- 石头 + 红沙 -> 花岗岩
- 混凝土 -> 混凝土粉 :yellow_circle:
- 地狱岩 + 灵魂土 -> 灵魂沙 + 灵魂土
- 地狱岩 + 流动岩浆 -> 岩浆块
- 沙子 + 流动水源 -> 红沙
- 沙子 + 流动水 -> 粘土块
- 苔藓石 + 冰 -> 海晶石
筛子 :green_circle:
通过将物品放入支架中,经过一段时间后物品会掉落并打破支架。
更多详情请参阅 [此页面](
发电机 :green_circle:
- 水 + 蓝冰 -> 结霜冰
- 水 + 紫珀块 + 熔岩 -> 终界石
- 蓝冰 + 地狱砖 + 熔岩 -> 地狱岩
风化 :green_circle:
- 圆石 + 水 -> 苔藓石
- 石砖 + 水 -> 苔藓石砖
- 木头 + 熔岩 -> 煤块(概率较小)
其他功能
- 中心为钻石工具的投掷器尝试破坏前方的方块 :green_circle:
- 中心为爆裂歌果的投掷器使用一个并放置一个方块 :green_circle:
Mechafactory v2.0.0-alpha
Additional features coming soon, as well as 1.18.2 support.
v1.0.1
v1.0.0-1.18
收录