Skip to content

Commit

Permalink
update: 格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
4o4E committed Dec 15, 2023
1 parent 664cc28 commit 36d3957
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions 细菌培养缸/v1.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ local n = 0

-- 输出仓的方位
local side_output_hatch = sides.down
local side_buffer = sides.up -- 此处为想要输出给的缓存器的方位(比如超级缸等)
local fluid_ratio = 0.5 -- 此处为控制输出仓中流体的比例, 通常为0.5
-- 此处为想要输出给的缓存器的方位(比如超级缸等)
local side_buffer = sides.up
-- 此处为控制输出仓中流体的比例, 通常为0.5
local fluid_ratio = 0.5

-- 获取所有的转运器
for address, componentType in component.list() do
Expand Down Expand Up @@ -37,6 +39,6 @@ while (true) do
end
end
end
-- 每次转运后延迟1t,如果觉得转运速度不够快可以尝试删除
-- 每次转运后延迟1t
os.sleep(0.05)
end

0 comments on commit 36d3957

Please sign in to comment.