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