无中生有筛子x超级工厂
游戏版本
Java 版本未知exmachinissfm所用版本1.21 自动装升级的部分如果是下界合金升级的话记得限制数量改成1
- 20浏览
- 2下载
- 0点赞
- 4收藏
静态效果图不会启动本机解析
描述内容
蓝图说明
name "无中生有通量筛子筛矿" every ticks do input fe:: from "能量输入" output fe:: to "通量锤-不供应物品" output fe:: to "圆石通量锤" output fe:: to "黑石通量锤" output fe:: to "末地石通量锤" output fe:: to "筛子" output fe:: to "筛子-不接通量锤" end --自动装筛网与升级 every 20 ticks do input from "筛网与升级" output 3 to "筛子" slots 0 output 1 to "筛子" slots 1 output 3 to "筛子-不接通量锤" slots 0 output 1 to "筛子-不接通量锤" slots 1 output 3 to "通量锤-不供应物品" slots 0 output 3 to "圆石通量锤" slots 0 output 3 to "末地石通量锤" slots 0 end --筛子产物回收 every 20 ticks do input from "筛子输出" output to "总输出" end --原料供应 every 20 ticks do input from "原料" output minecraft:cobblestone to "圆石通量锤" output minecraft:blackstone to "黑石通量锤" output minecraft:end_stone to "末地石通量锤" output minecraft:netherrack to "下界岩通量锤" output minecraft:deepslate to "深板岩通量锤" end --直接筛 every 20 ticks do input from "原料-不粉碎" output to "筛子-不接通量锤" end
公开交流
