Result
The item component variant to make a craft recipe result slot.
Use this variant to make a craft recipe result slot.
A machine using the craft processor to process craft recipes must have at least one result slot.
When a craft recipe is processed its result item will appear in the result slot, and the player will be able to take it like in any crafting table.
ID
"variant": "custommachinery:result"
Accepted items
No items can be put in that slot, hoppers/pipes can't interact with it either.
Only a player can take the item outside this slot to process a craft recipe.
Example
A simple result slot :
{
"type": "custommachinery:item",
"id": "fuel",
"variant": "custommachinery:result"
}
Last updated