Skip to content

Instantly share code, notes, and snippets.

@phoriah
Last active March 10, 2024 00:51
Show Gist options
  • Save phoriah/731d92453311767054f62ca33cec85b1 to your computer and use it in GitHub Desktop.
Save phoriah/731d92453311767054f62ca33cec85b1 to your computer and use it in GitHub Desktop.
Rust Conveyor Configs, each is generalized currently, meaning it works for any furnace etc. Copy these and HOLD SHIFT IN CONVEYOR MENU TO PASTE JSON
[
{
"TargetCategory": null,
"MaxAmountInOutput": 6,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "wood"
}
]
[
{
"TargetCategory": null,
"MaxAmountInOutput": 15,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "metal.ore"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 25,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "sulfur.ore"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 7,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "hq.metal.ore"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 3,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "can.tuna.empty"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 3,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "can.beans.empty"
}
]
[
{
"TargetCategory": null,
"MaxAmountInOutput": 0,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "metal.fragments"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 0,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "sulfur"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 0,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "metal.refined"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 0,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "charcoal"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 0,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "lowgradefuel"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 0,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "wolfmeat.burned"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 0,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "humanmeat.burned"
}
]
[
{
"TargetCategory": null,
"MaxAmountInOutput": 10,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "wood"
},
{
"TargetCategory": null,
"MaxAmountInOutput": 4,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "crude.oil"
}
]
[
{
"TargetCategory": null,
"MaxAmountInOutput": 11,
"BufferAmount": 0,
"MinAmountInInput": 0,
"IsBlueprint": false,
"BufferTransferRemaining": 0,
"TargetItemName": "wood"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment