Advertisement
eytixis

Eytixis MCEternal Network Signals (Opencomputers mod)

Sep 12th, 2020 (edited)
1,970
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. local signals = {}
  2.  
  3. -- eytixis lab robot hatch
  4. signals.eytixis_robothatch_port = 23
  5. signals.eytixis_robothatch_open = "00001"
  6. signals.eytixis_robothatch_close = "00002"
  7.  
  8.  
  9. return signals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement