1.20+超级工厂x裂变燃料1024/t
游戏版本
Java 版本未知mekanismsfm- 22浏览
- 2下载
- 0点赞
- 98收藏
静态效果图不会启动本机解析
描述内容
蓝图说明
name "YGG超大规模裂变燃料生产系统x1024MB"
--============== 能量核心模块 ============== every 1 ticks do -- 从顶部连接「中央能量核心」输入FE能源 input fe:: from "0能量" top side -- 向所有「基础生产设备」底部持续供电 output fe:: to each "0机器" bottom side end
--============== 流体中枢模块 ============== -- 功能:水循环系统(20 ticks/次) every 20 ticks do -- 从「主水槽」获取水源 input fluid:: from "1水槽" -- 向所有水处理设备底部输水 output fluid:: to each "1水" bottom side
--!! 注意:此处forget会导致后续配置失效 forget
--============== 原料输入模块 ============== -- 接口需标记以下原料(需配合物流管道使用): -- 铀锭 | 氟石块 | 硫粉 | 铀黄饼 input from "0接口" -- 中央原料输入接口
-- 铀黄饼→氧化铀生产线(跨模组匹配) output *:yellowcakeuranium to each "7氧化机铀黄饼" bottom side -- 硫粉→二氧化硫生产线(标签匹配所有含硫粉尘) output with tag #forge:dusts/sulfur to each "7氧化机二氧化硫" bottom side -- 氟石块→氢氟酸制备线 output with tag #forge:storage_blocks/fluorite to each "7化学溶解室" bottom side -- 铀锭→铀富集生产线 output with tag #forge:ingots/uranium to each "5富集工厂" bottom side
--!! 注意:此处forget会导致后续配置失效 forget
--============== 成品输出模块 ============== -- 从顶部接收成品 input item:: from "0总输出" top side -- 存入底部连接的抽屉柜阵列 output to each "0抽屉" bottom side end
--============== 气体处理中枢模块 ============== -- 功能:红石信号触发气体网络重组(脉冲响应型) every redstone pulse do -- 支持同tick多次激活
-- 从总输出口获取混合气体(顶部+底部接口) input gas:: from "0总输出" top,bottom side
-->> 裂变燃料制备系统 -- 六氟化铀→同位素离心机(512mB/次,保留512mB缓冲) output 512 retain 512 gas::uranium_hexafluoride to each "8同位素离心机" bottom side -- 氧化铀→六氟化铀合成线(四向输入加速反应) output 2048 retain 2048 gas::uraniumoxide to each "6化学灌注机六氟化铀" north,east,south,west side -- 氢氟酸协同输入 output 2048 retain 2048 gas:*:hydrofluoricacid to each "6化学灌注机六氟化铀" north,east,south,west side
-->> 三氧化硫制备系统 -- 二氧化硫+氧气→三氧化硫产线 output 1024 retain 1024 gas::sulfur_dioxide to "6化学灌注机三氧化硫" north,east,south,west side output 1024 retain 1024 gas::oxygen to each "6化学灌注机三氧化硫" north,east,south,west side
-->> 硫酸制备系统 -- 三氧化硫+水蒸气→硫酸产线 output 512 retain 512 gas::sulfur_trioxide to "6化学灌注机硫酸" north,east,south,west side output 512 retain 512 gas::watervapor to "6化学灌注机硫酸" north,east,south,west side -- 硫酸循环利用→化学溶解室 output gas:*:sulfuricacid to "7化学溶解室" bottom side
-->> 气体仓储系统 -- 各类中间产物存入对应储罐 output gas::uranium_oxide to "9储罐氧化铀" bottom side output gas::sulfurdioxide to "9储罐二氧化硫" bottom side output gas::oxygen to "9储罐氧气" bottom side output gas::watervapor to "9储罐水蒸气" bottom side output gas::sulfuric_acid to "9储罐硫酸" bottom side output gas::uraniumhexafluoride to "9储罐六氟化铀" bottom side output gas:*:sulfurtrioxide to "9储罐三氧化硫" bottom side output gas::fissile_fuel to "9储罐裂变燃料" bottom side output gas::hydrofluoric_acid to "9储罐氢氟酸" bottom side
--!! 注意:此处forget会中断后续流程 forget
-- 裂变燃料最终输出(从储罐到反应堆) input gas:: from "9储罐裂变燃料" top,bottom side -- 向裂变反应堆注入燃料(1024mB/次) output 1024 retain 1024 gas:*:fissile_fuel to each "4裂变反应堆" bottom side end
公开交流
蓝图讨论
🌹🌹🌹🌹🌹

小小麒麟的评论
能否出个教程视频,标签不知道怎么打
2 条公开回复
枯骨腑月的回复
回复 小小麒麟
这个up的视频BV1xPFNe1EBV,跳转到13.5分钟看教程,虽然有点晚了,但是希望对后来者有帮助
ct-yx的回复
回复 小小麒麟
谢谢