Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --pastebin get 2UsnefJe SMELTER/ValvesA .lua
- ValvesA = {
- DisplayName = "Valves A",
- BusA = {
- state = "NA",
- Port1 = {
- color = colors.green,
- computer=7,
- invert=true
- },
- },
- BusB = {
- state = "NA",
- Port1 = {
- color = colors.green,
- computer=7,
- invert=true
- },
- },
- BusC = {
- state = "NA",
- Port1 = {
- color = colors.green,
- computer=7,
- invert=true
- },
- },
- Observer = "aaaaaa_123",
- Content = {},
- Data = {},
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement