版本 1
公开
未声明81蜜蜂模块化sfm自动产线.json
游戏版本
Java 版本未知ae2extendedaefunctionalstoragemekanismmodularbeessfm- 40浏览
- 3下载
- 0点赞
- 5收藏
蓝图预览封面
静态效果图不会启动本机解析
描述内容
蓝图说明
超频器是离心机和蜂箱的超频器都要打上标签,两个木桶,一个是产物输出,一个是蜂箱缓存。
蜂箱缓存其实并不是缓存,是留一部分蜜脾块来供合成用,所以产物输出和蜂箱缓存都需要接存储总线(如果你的包里没有需要用蜜脾块来合成的配方就不需要蜂箱缓存)
蜂箱缓存请放置堆叠升级t1并锁定所有格子然后放入一种蜜蜂后标记对应的蜜脾块
顶面九格都是蜂箱,方便放入蜜蜂,所有需要打标签的方块都在正面,记得连锁
以下是代码
input fe:: from "FE" each side
output fe:: to each "超频器" each side
output fe:: to each "加热器" each side
end
every 20 ticks do
input modularbees:electrode_netherite from "ME" each side
output modularbees:electrode_netherite to each "超频器" each side
end
every 20 ticks do
input modularbees:soul_treat from "ME" each side
output modularbees:soul_treat to each "增产器" each side
end
every 20 ticks do
input productivebees:wax from "ME" each side
output productivebees:wax to each "齿轮箱" each side
end
every 20 ticks do
input productivebees:configurable_comb from "蜂箱输出" each side
output item:: to each "蜂箱缓存" each side
output item:: to each "离心机输入" each side
end
every 20 ticks do
input item:: from "离心机输出" each side
output item:: to each "产物输出" each side
end
every 20 ticks do
input fluid:: from "蜂箱输出" each side
output fluid:: to each "产物输出" each side
end
every 20 ticks do
input fluid:: from "离心机输出" each side
output fluid:: to each "产物输出" each side
end
every 20 ticks do
input except item:productivebees: from "蜂箱输出" each side
output except item:productivebees: to each "产物输出" each side
end公开交流
蓝图讨论
暂时还没有公开讨论。
