Skip to content

Commit

Permalink
disable the stock network-tank
Browse files Browse the repository at this point in the history
  • Loading branch information
bengardner committed Mar 6, 2024
1 parent 505651e commit 5ce3e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local M = {}

function M.main()
M.add_loader()
M.add_network_tank()
-- M.add_network_tank()

data:extend(Hotkeys.hotkeys)

Expand Down
2 changes: 1 addition & 1 deletion src/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ M.MAX_PRIORITY = M.QUEUE_COUNT - 2
M.UNLIMITED = 2000000000 -- "2G"

M.NETWORK_TANK_NAMES = {
["network-tank"] = { gui=true, type="input-output", base_level=0 }, -- configurable
-- ["network-tank"] = { gui=true, type="input-output", base_level=0 }, -- configurable
["network-tank-requester"] = { gui=true, type="output", base_level=0.5 }, -- from network to pipes
["network-tank-provider"] = { gui=false, type="input", base_level=-0.5 }, -- from pipes to network
}
Expand Down

0 comments on commit 5ce3e44

Please sign in to comment.