Advertisement
gelatine87

RFTool Control - Smeltery Emeraldfarm

Jun 29th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.63 KB | None | 0 0
  1. [
  2.   {
  3.     "pos": {
  4.       "x": 0,
  5.       "y": 0
  6.     },
  7.     "opcode": {
  8.       "id": "ev_timer",
  9.       "primary": "R",
  10.       "parameters": [
  11.         {
  12.           "type": "integer",
  13.           "value": {
  14.             "v": 20
  15.           }
  16.         },
  17.         {
  18.           "type": "boolean",
  19.           "value": {
  20.             "v": true
  21.           }
  22.         }
  23.       ]
  24.     }
  25.   },
  26.   {
  27.     "pos": {
  28.       "x": 6,
  29.       "y": 0
  30.     },
  31.     "opcode": {
  32.       "id": "do_delay",
  33.       "parameters": [
  34.         {
  35.           "type": "integer",
  36.           "value": {
  37.             "v": 6000
  38.           }
  39.         }
  40.       ]
  41.     }
  42.   },
  43.   {
  44.     "pos": {
  45.       "x": 5,
  46.       "y": 0
  47.     },
  48.     "opcode": {
  49.       "id": "do_pushliquid",
  50.       "primary": "R",
  51.       "parameters": [
  52.         {
  53.           "type": "inventory",
  54.           "value": {
  55.             "side": "up",
  56.             "intside": "down"
  57.           }
  58.         },
  59.         {
  60.           "type": "integer",
  61.           "value": {
  62.             "var": 0
  63.           }
  64.         },
  65.         {
  66.           "type": "integer",
  67.           "value": {
  68.             "v": 0
  69.           }
  70.         }
  71.       ]
  72.     }
  73.   },
  74.   {
  75.     "pos": {
  76.       "x": 4,
  77.       "y": 0
  78.     },
  79.     "opcode": {
  80.       "id": "do_fetchliquid",
  81.       "primary": "R",
  82.       "parameters": [
  83.         {
  84.           "type": "inventory",
  85.           "value": {
  86.             "side": "up",
  87.             "intside": "down"
  88.           }
  89.         },
  90.         {
  91.           "type": "integer",
  92.           "value": {
  93.             "var": 0
  94.           }
  95.         },
  96.         {
  97.           "type": "fluid",
  98.           "value": {
  99.             "fluid": "blood",
  100.             "amount": 1000
  101.           }
  102.         },
  103.         {
  104.           "type": "integer",
  105.           "value": {
  106.             "v": 0
  107.           }
  108.         }
  109.       ]
  110.     }
  111.   },
  112.   {
  113.     "pos": {
  114.       "x": 3,
  115.       "y": 0
  116.     },
  117.     "opcode": {
  118.       "id": "do_delay",
  119.       "primary": "R",
  120.       "parameters": [
  121.         {
  122.           "type": "integer",
  123.           "value": {
  124.             "v": 6000
  125.           }
  126.         }
  127.       ]
  128.     }
  129.   },
  130.   {
  131.     "pos": {
  132.       "x": 2,
  133.       "y": 0
  134.     },
  135.     "opcode": {
  136.       "id": "do_setvar",
  137.       "primary": "R",
  138.       "parameters": [
  139.         {
  140.           "type": "integer",
  141.           "value": {
  142.             "v": 0
  143.           }
  144.         }
  145.       ]
  146.     }
  147.   },
  148.   {
  149.     "pos": {
  150.       "x": 1,
  151.       "y": 0
  152.     },
  153.     "opcode": {
  154.       "id": "eval_getliquid",
  155.       "primary": "R",
  156.       "parameters": [
  157.         {
  158.           "type": "inventory",
  159.           "value": {
  160.             "side": "up"
  161.           }
  162.         }
  163.       ]
  164.     }
  165.   }
  166. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement