Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --pastebin get XhvKNnKS SMELTER/Tank A.lua
- tankA = {
- DisplayName = "Tank A",
- BusA = {
- state = "PumpOff",
- Port1 = {
- color = colors.white,
- computer=6,
- invert=false
- },
- Port2 = {
- color=colors.pink,
- computer=6,
- invert=false
- },
- },
- BusB = {
- state = "PumpOff",
- Port1 = {
- color = colors.blue,
- computer=6,
- invert=false
- },
- Port2 = {
- color=colors.yellow,
- computer=6,
- invert=false
- },
- },
- BusC = {
- state = "PumpOff",
- Port1 = {
- color = colors.red,
- computer=6,
- invert=false
- },
- Port2 = {
- color=colors.orange,
- computer=6,
- invert=false
- },
- },
- Observer = nil,
- Content = {},
- Data = {},
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement