every 1 ticks do-- 每1个刻(tick)执行以下操作 input forge_energy:: from "能量" top side -- 从顶部立方体输入锻造能量 output forge_energy:: to each "机器" bottom side -- 将能量输出到机器 end every 20 ticks do input from "me接口" top side output *gravel_4x to "箱子" slots 0 output *sand_4x to "箱子" slots 5 output *red_sand_4x to "箱子" slots 10 output1 *netherite_mesh to each "筛子" slots 1 output3 *diamond_upgrade to each "筛子" slots 0 forget input *gravel from "箱子"-- 沙砾 -- input *sand from "箱子" -- 沙子 -- input *red_sand from "箱子" -- 红沙 output to each "筛子" slots 2-10 forget input from each "缓存" top side output to "处理" top side end every redstone pulse do input *gold_ore, *iron_ore, *platinum_ore, *lead_ore, *copper_ore, *aluminum_ore, *silver_ore, *osmium_ore, *tin_ore, *nickel_ore, *zinc_ore, *uranium_ore, *raw_gold, from "处理" top side output to each "熔炉" top side forget input from each "熔炉" bottom side output to "储存" top side end
说些什么吧!