Advertisement
JaMaNi133

Valves A

Oct 31st, 2023 (edited)
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. --pastebin get 2UsnefJe SMELTER/ValvesA .lua
  2. ValvesA = {
  3. DisplayName = "Valves A",
  4. BusA = {
  5. state = "NA",
  6. Port1 = {
  7. color = colors.green,
  8. computer=7,
  9. invert=true
  10. },
  11. },
  12. BusB = {
  13. state = "NA",
  14. Port1 = {
  15. color = colors.green,
  16. computer=7,
  17. invert=true
  18. },
  19. },
  20.  
  21. BusC = {
  22. state = "NA",
  23. Port1 = {
  24. color = colors.green,
  25. computer=7,
  26. invert=true
  27. },
  28. },
  29.  
  30.  
  31. Observer = "aaaaaa_123",
  32. Content = {},
  33. Data = {},
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement