MacAttack1589

Tri-Furnace Conveyor JSON Code (Input)

Feb 6th, 2025 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | Gaming | 0 0
  1.   // This JSON code is part of the automated electric furnace setup featured in my YouTube video: [YouTube Video Link]
  2.   // For full tutorial and step-by-step guide, check out the video!
  3.   // To use the code, copy it here and click the "Paste" button in Rust while holding Shift.
  4.  
  5.   // "furnace": "electric",
  6.   // "setup": "automated",
  7.   // "layout": "triangular"
  8. [
  9.   {
  10.     "TargetCategory": null,
  11.     "MaxAmountInOutput": 10,
  12.     "BufferAmount": 0,
  13.     "MinAmountInInput": 0,
  14.     "IsBlueprint": false,
  15.     "BufferTransferRemaining": 0,
  16.     "TargetItemName": "metal.ore"
  17.   },
  18.   {
  19.     "TargetCategory": null,
  20.     "MaxAmountInOutput": 10,
  21.     "BufferAmount": 0,
  22.     "MinAmountInInput": 0,
  23.     "IsBlueprint": false,
  24.     "BufferTransferRemaining": 0,
  25.     "TargetItemName": "sulfur.ore"
  26.   },
  27.   {
  28.     "TargetCategory": null,
  29.     "MaxAmountInOutput": 5,
  30.     "BufferAmount": 0,
  31.     "MinAmountInInput": 0,
  32.     "IsBlueprint": false,
  33.     "BufferTransferRemaining": 0,
  34.     "TargetItemName": "hq.metal.ore"
  35.   },
  36.   {
  37.     "TargetCategory": null,
  38.     "MaxAmountInOutput": 5,
  39.     "BufferAmount": 0,
  40.     "MinAmountInInput": 0,
  41.     "IsBlueprint": false,
  42.     "BufferTransferRemaining": 0,
  43.     "TargetItemName": "can.tuna.empty"
  44.   },
  45.   {
  46.     "TargetCategory": null,
  47.     "MaxAmountInOutput": 5,
  48.     "BufferAmount": 0,
  49.     "MinAmountInInput": 0,
  50.     "IsBlueprint": false,
  51.     "BufferTransferRemaining": 0,
  52.     "TargetItemName": "can.beans.empty"
  53.   }
  54. ]
Advertisement
Add Comment
Please, Sign In to add comment